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
2005-04-23
Make the CBackend actually get included in llc by using USEDLIBS instead of
Reid Spencer
2005-04-23
Always enable the C backend. This fixes a *vast* number of failures on the
Chris Lattner
2005-04-22
Don't always build CBackend and Skeleton. Make use of the TARGETS_TO_BUILD
Reid Spencer
2005-04-22
Implement the --enable-targets= feature of the configure script. The make
Reid Spencer
2005-04-22
Two changes:
Reid Spencer
2005-04-22
Eliminate tabs and trailing spaces
Jeff Cohen
2005-04-22
Remove trailing whitespace
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-04-20
#include system headers after all LLVM headers
Misha Brukman
2005-04-20
Eliminate trailing spaces at end-of-line
Misha Brukman
2005-04-20
Consistently eschew space between `*' or `&' and function argument name
Misha Brukman
2005-04-20
* Print commands as we execute them with `-v'
Misha Brukman
2005-04-11
Ensure that the arguments passed to sys::Program::ExecuteAndWait include
Reid Spencer
2005-04-10
The first argument to ExecuteAndWait should be the program name, but pointed
Chris Lattner
2005-03-29
there is no reason to run -instcombine -instcombine!
Chris Lattner
2005-03-28
Rename createPromoteMemoryToRegister() to
Alkis Evlogimenos
2005-03-17
statically link ia64 into llc
Chris Lattner
2005-03-17
Fix the missing symbols problem Bill was hitting. Patch contributed by
Chris Lattner
2005-03-15
method renamed
Chris Lattner
2005-03-15
Replace more a*'s with arg_*'s, thanks to Gabor Greif!
Chris Lattner
2005-03-15
Use arg_iterator and arg_begin and arg_end functions.
Alkis Evlogimenos
2005-03-10
yay for camel_cvs diff
Andrew Lenharth
2005-03-09
get bugpoint working on ia64, by building .so's with -fpic. :)
Chris Lattner
2005-03-07
move the reassociation pass after the LICM pass. This speeds up mgrid
Chris Lattner
2005-02-28
Changes to enable creation of native executables directly from gccld and to
Reid Spencer
2005-02-27
Fix spelling, patch contributed by Gabor Greif!
Chris Lattner
2005-02-27
Remove some stuff I checked in accidentally
Chris Lattner
2005-02-24
Use DataInstall macro instead of INSTALL.
Reid Spencer
2005-02-23
Fix a bugpoint crash that JeffC noticed, looking like this:
Chris Lattner
2005-02-18
Adjust the help output so that it will fit cleanly within 80 columns.
Reid Spencer
2005-02-16
Get bugpoint compiling with VC++ again, not that it works anyway.
Jeff Cohen
2005-02-15
add Alpha to llc
Andrew Lenharth
2005-02-13
Move helper function here.
Chris Lattner
2005-02-13
Conform to the documented interface by null terminating argument lists!
Chris Lattner
2005-02-13
Make sure to null terminate argument lists!
Chris Lattner
2005-02-13
Print the module, not the pointer.
Chris Lattner
2005-02-13
Fix PR506:
Reid Spencer
2005-01-29
clean up comments
Chris Lattner
2005-01-29
This has been deprecated for long enough, nuke it.
Chris Lattner
2005-01-23
Add support for fp tolerances
Chris Lattner
2005-01-23
Adjust to changed interface.
Chris Lattner
2005-01-22
oops
Jeff Cohen
2005-01-22
Use binary mode for reading/writing bytecode files
Jeff Cohen
2005-01-22
Fix VC++ complaint
Jeff Cohen
2005-01-17
sysconfdir -> PROJ_etcdir
Reid Spencer
2005-01-16
Rename BUILD_* to PROJ_*
Reid Spencer
2005-01-15
Improve output precision.
Chris Lattner
2005-01-07
X86 BE requires SelectionDAG
Chris Lattner
[next]