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