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
*
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
*
untabify
Devang Patel
2006-08-14
1
-15
/
+15
*
Use mangler, instead of addUnderscore(), to get mangled name.
Devang Patel
2006-08-14
1
-14
/
+20
*
Provide indentation of the generated program.
Reid Spencer
2006-08-14
1
-181
/
+267
*
Don't print double newline for --src-root and --obj-root as it tends to
Reid Spencer
2006-08-11
1
-2
/
+2
*
Fixed typo. Thanks, Reid.
Anton Korobeynikov
2006-08-04
1
-1
/
+1
*
Removed usage of "sort", which can lead to undeterministic behavior on mingw ...
Anton Korobeynikov
2006-08-04
3
-3
/
+3
*
Collect references from globals.
Devang Patel
2006-08-04
1
-5
/
+11
*
For PR845:
Reid Spencer
2006-08-03
2
-4
/
+2
*
Fix a typo in the name of expand_dependencies.
Reid Spencer
2006-08-03
1
-4
/
+4
*
Make it fit into 80-columns.
Devang Patel
2006-08-03
1
-1
/
+1
*
Fix typo.
Devang Patel
2006-08-03
1
-1
/
+1
*
Simplify. Use addprefix.
Devang Patel
2006-08-03
1
-37
/
+5
*
Now that SparcV9 is gone, this logical can be simplified significantly.
Chris Lattner
2006-08-03
1
-39
/
+1
*
Remove ARM for the moment since it is a work in progress.
Devang Patel
2006-08-03
1
-6
/
+0
*
Add new tool, lto, to do link time optimization. This tool installs
Devang Patel
2006-08-03
2
-0
/
+398
*
Fix the build on case-sensitive filesystems :(
Chris Lattner
2006-08-01
2
-2
/
+2
*
no need to check readability here
Chris Lattner
2006-08-01
1
-1
/
+1
*
No need to check isWriteable here (which isn't sufficient anyway). Just attempt
Chris Lattner
2006-08-01
1
-1
/
+2
*
Use Path::getFileStatus
Chris Lattner
2006-08-01
1
-7
/
+10
*
Use Path::getFileStatus to get status-related info.
Chris Lattner
2006-08-01
1
-7
/
+5
*
Introducing plugable register allocators and instruction schedulers.
Jim Laskey
2006-08-01
2
-0
/
+2
*
Change Path::getStatusInfo to return a boolean and error string on an error
Chris Lattner
2006-07-28
2
-7
/
+15
*
Updating the comments above SplitFunctionsOutOfModule in ExtractFunction.cpp ...
Patrick Jenkins
2006-07-28
1
-5
/
+0
*
This commit improves bugpoints speed. On my G4 this changed caused kimwitu++ ...
Patrick Jenkins
2006-07-28
1
-15
/
+132
*
Undo last commit, which was committed accidentally.
Reid Spencer
2006-07-27
1
-2
/
+0
*
Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to
Reid Spencer
2006-07-27
3
-2
/
+5
*
Avoid a "scary" make warning for the 1.8 release. This should be reenabled
Chris Lattner
2006-07-26
1
-1
/
+4
*
Add llvm2cpp to DIRs list
Chris Lattner
2006-07-26
1
-3
/
+2
*
Make changes necessary for stopping the build if a cyclic library
Reid Spencer
2006-07-26
2
-2
/
+4
*
Build llvm-config to identify library cycles earlier in the build process.
Reid Spencer
2006-07-26
1
-3
/
+3
*
Fix MacOSX build failures. (pr841)
Devang Patel
2006-07-21
1
-1
/
+1
*
Build more debugger/selectiondag libraries as archives instead of .o files.
Chris Lattner
2006-07-21
2
-2
/
+2
*
Fix linking on Alpha
Andrew Lenharth
2006-07-20
1
-1
/
+1
[next]