index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2006-09-06
Extract target triplet from optimized module.
Devang Patel
1
-1
/
+4
2006-09-04
lli uses LinkAllCodegenComponents, so it needs this. Thanks to
Chris Lattner
1
-1
/
+2
2006-09-04
Use llvm-config instead of magic JIT thing to link in libs
Chris Lattner
1
-1
/
+1
2006-09-04
Use LINK_COMPONENTS to specify *components* to link against instead of
Chris Lattner
18
-64
/
+21
2006-09-04
Allow things like --libs CBackend
Chris Lattner
1
-0
/
+3
2006-09-04
Switch to using llvm-config to build
Chris Lattner
1
-1
/
+1
2006-09-04
Switch to using llvm-config to select components to link in.
Chris Lattner
1
-2
/
+2
2006-09-04
Completely rearchitect the interface between targets and the pass manager.
Chris Lattner
1
-79
/
+110
2006-09-04
rearrange targets to satisfy dependencies. Too bad we aren't using llvm-config.
Chris Lattner
1
-1
/
+1
2006-09-04
If a cycle exists, don't succeed building the second time around.
Chris Lattner
1
-1
/
+1
2006-09-04
remove message
Chris Lattner
1
-1
/
+0
2006-09-03
Remove use of target::getName()
Chris Lattner
1
-2
/
+2
2006-09-01
- Fixed broken Win32 build
Anton Korobeynikov
2
-6
/
+17
2006-08-29
Code cleanups, no functionality change.
Chris Lattner
1
-36
/
+30
2006-08-29
Delete a no-longer-supported configuration item.
Reid Spencer
1
-1
/
+0
2006-08-28
Add a --disable-compression option like llvm-link/llvm-as etc have
Chris Lattner
1
-1
/
+3
2006-08-28
For PR387:
Reid Spencer
1
-0
/
+1
2006-08-27
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
1
-1
/
+1
2006-08-27
-analyze mode shouldn't output a .bc file.
Chris Lattner
1
-2
/
+1
2006-08-27
Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.
Chris Lattner
3
-6
/
+6
2006-08-27
analyze no longer exists, don't offer to run it :)
Chris Lattner
1
-12
/
+1
2006-08-27
eliminate only use of FilteredPassNameParser
Chris Lattner
1
-2
/
+1
2006-08-27
Merge the 'analyze' mode code with the 'opt' mode code. Eliminate the
Chris Lattner
2
-76
/
+26
2006-08-25
For PR797:
Reid Spencer
2
-6
/
+6
2006-08-25
Fix a bug introduced by a change in the Archive::writeToDisk interface.
Reid Spencer
1
-1
/
+1
2006-08-25
Fix a bug caused by change in the interface of Archive::writeToDisk.
Reid Spencer
1
-4
/
+4
2006-08-24
For PR797:
Reid Spencer
1
-5
/
+9
2006-08-23
Make sure that both non-asm file types are marked as experimental
Nate Begeman
1
-1
/
+2
2006-08-23
Initial checkin of the Mach-O emitter. There's plenty of fixmes, but it
Nate Begeman
1
-3
/
+0
2006-08-23
For PR797:
Reid Spencer
4
-15
/
+75
2006-08-23
If unable to create tmp. file on disk then return LTO_WRITE_FAILURE status.
Devang Patel
1
-1
/
+1
2006-08-23
For PR797:
Reid Spencer
1
-1
/
+4
2006-08-23
For PR797:
Reid Spencer
2
-60
/
+88
2006-08-23
For PR797:
Reid Spencer
3
-9
/
+20
2006-08-23
Rearrange order to build more frequently used tools first and make the
Reid Spencer
1
-4
/
+11
2006-08-23
Fix a typo.
Reid Spencer
1
-1
/
+1
2006-08-22
For PR797:
Reid Spencer
2
-7
/
+27
2006-08-22
Rearrange the build order to better accommodate parallel build by reducing
Reid Spencer
1
-3
/
+4
2006-08-22
Make the sys::Path::GetTemporaryDirectory method not throw exceptions and
Reid Spencer
1
-10
/
+30
2006-08-21
For PR797:
Reid Spencer
9
-41
/
+99
2006-08-21
For PR885:
Reid Spencer
2
-3
/
+2
2006-08-21
Fix a build failure
Nate Begeman
1
-1
/
+1
2006-08-21
For PR797:
Reid Spencer
4
-4
/
+5
2006-08-20
Make sure the verify pass gets run after the user's loaded passes as well
Reid Spencer
1
-3
/
+2
2006-08-20
Rename the -verify option to be -verify-each so that it doesn't conflict
Reid Spencer
1
-4
/
+4
2006-08-20
Convert llvm-ld to use the PluginLoader like opt instead of having its
Reid Spencer
1
-19
/
+31
2006-08-18
For PR797:
Reid Spencer
4
-33
/
+15
2006-08-18
For PR872:
Reid Spencer
8
-478
/
+153
2006-08-17
fit in 80 cols
Chris Lattner
1
-1
/
+2
2006-08-17
minor cleanups
Chris Lattner
1
-20
/
+16
[prev]
[next]