index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
2006-08-23
If unable to create tmp. file on disk then return LTO_WRITE_FAILURE status.
Devang Patel
2006-08-23
For PR797:
Reid Spencer
2006-08-23
For PR797:
Reid Spencer
2006-08-23
For PR797:
Reid Spencer
2006-08-23
Rearrange order to build more frequently used tools first and make the
Reid Spencer
2006-08-23
Fix a typo.
Reid Spencer
2006-08-22
For PR797:
Reid Spencer
2006-08-22
Rearrange the build order to better accommodate parallel build by reducing
Reid Spencer
2006-08-22
Make the sys::Path::GetTemporaryDirectory method not throw exceptions and
Reid Spencer
2006-08-21
For PR797:
Reid Spencer
2006-08-21
For PR885:
Reid Spencer
2006-08-21
Fix a build failure
Nate Begeman
2006-08-21
For PR797:
Reid Spencer
2006-08-20
Make sure the verify pass gets run after the user's loaded passes as well
Reid Spencer
2006-08-20
Rename the -verify option to be -verify-each so that it doesn't conflict
Reid Spencer
2006-08-20
Convert llvm-ld to use the PluginLoader like opt instead of having its
Reid Spencer
2006-08-18
For PR797:
Reid Spencer
2006-08-18
For PR872:
Reid Spencer
2006-08-17
fit in 80 cols
Chris Lattner
2006-08-17
minor cleanups
Chris Lattner
2006-08-16
Patches to correct several bugs in llvmc.
Reid Spencer
2006-08-15
Adding FindBugs.cpp so the -find-bugs option will work.
Patrick Jenkins
2006-08-15
This commit adds a new feature called find-bugs. The find-bugs option can be ...
Patrick Jenkins
2006-08-14
untabify
Devang Patel
2006-08-14
Use mangler, instead of addUnderscore(), to get mangled name.
Devang Patel
2006-08-14
Provide indentation of the generated program.
Reid Spencer
2006-08-11
Don't print double newline for --src-root and --obj-root as it tends to
Reid Spencer
2006-08-04
Fixed typo. Thanks, Reid.
Anton Korobeynikov
2006-08-04
Removed usage of "sort", which can lead to undeterministic behavior on mingw ...
Anton Korobeynikov
2006-08-04
Collect references from globals.
Devang Patel
2006-08-03
For PR845:
Reid Spencer
2006-08-03
Fix a typo in the name of expand_dependencies.
Reid Spencer
2006-08-03
Make it fit into 80-columns.
Devang Patel
2006-08-03
Fix typo.
Devang Patel
2006-08-03
Simplify. Use addprefix.
Devang Patel
2006-08-03
Now that SparcV9 is gone, this logical can be simplified significantly.
Chris Lattner
2006-08-03
Remove ARM for the moment since it is a work in progress.
Devang Patel
2006-08-03
Add new tool, lto, to do link time optimization. This tool installs
Devang Patel
2006-08-01
Fix the build on case-sensitive filesystems :(
Chris Lattner
2006-08-01
no need to check readability here
Chris Lattner
2006-08-01
No need to check isWriteable here (which isn't sufficient anyway). Just attempt
Chris Lattner
2006-08-01
Use Path::getFileStatus
Chris Lattner
2006-08-01
Use Path::getFileStatus to get status-related info.
Chris Lattner
2006-08-01
Introducing plugable register allocators and instruction schedulers.
Jim Laskey
2006-07-28
Change Path::getStatusInfo to return a boolean and error string on an error
Chris Lattner
2006-07-28
Updating the comments above SplitFunctionsOutOfModule in ExtractFunction.cpp ...
Patrick Jenkins
2006-07-28
This commit improves bugpoints speed. On my G4 this changed caused kimwitu++ ...
Patrick Jenkins
2006-07-27
Undo last commit, which was committed accidentally.
Reid Spencer
2006-07-27
Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to
Reid Spencer
2006-07-26
Avoid a "scary" make warning for the 1.8 release. This should be reenabled
Chris Lattner
[next]