aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* #include system headers after all LLVM headersMisha Brukman2005-04-201-2/+1
* Eliminate trailing spaces at end-of-lineMisha Brukman2005-04-202-18/+18
* Consistently eschew space between `*' or `&' and function argument nameMisha Brukman2005-04-201-12/+12
* * Print commands as we execute them with `-v'Misha Brukman2005-04-203-21/+44
* Ensure that the arguments passed to sys::Program::ExecuteAndWait includeReid Spencer2005-04-111-2/+3
* The first argument to ExecuteAndWait should be the program name, but pointedChris Lattner2005-04-102-10/+16
* there is no reason to run -instcombine -instcombine!Chris Lattner2005-03-291-1/+0
* Rename createPromoteMemoryToRegister() toAlkis Evlogimenos2005-03-281-1/+1
* statically link ia64 into llcChris Lattner2005-03-171-0/+1
* Fix the missing symbols problem Bill was hitting. Patch contributed byChris Lattner2005-03-171-0/+1
* method renamedChris Lattner2005-03-151-1/+1
* Replace more a*'s with arg_*'s, thanks to Gabor Greif!Chris Lattner2005-03-153-5/+5
* Use arg_iterator and arg_begin and arg_end functions.Alkis Evlogimenos2005-03-151-4/+5
* yay for camel_cvs diffAndrew Lenharth2005-03-101-1/+1
* get bugpoint working on ia64, by building .so's with -fpic. :)Chris Lattner2005-03-091-0/+4
* move the reassociation pass after the LICM pass. This speeds up mgridChris Lattner2005-03-071-2/+2
* Changes to enable creation of native executables directly from gccld and toReid Spencer2005-02-283-74/+183
* Fix spelling, patch contributed by Gabor Greif!Chris Lattner2005-02-271-1/+1
* Remove some stuff I checked in accidentallyChris Lattner2005-02-271-6/+0
* Use DataInstall macro instead of INSTALL.Reid Spencer2005-02-241-4/+4
* Fix a bugpoint crash that JeffC noticed, looking like this:Chris Lattner2005-02-231-1/+2
* Adjust the help output so that it will fit cleanly within 80 columns.Reid Spencer2005-02-181-17/+17
* Get bugpoint compiling with VC++ again, not that it works anyway.Jeff Cohen2005-02-161-1/+3
* add Alpha to llcAndrew Lenharth2005-02-151-0/+1
* Move helper function here.Chris Lattner2005-02-131-0/+28
* Conform to the documented interface by null terminating argument lists!Chris Lattner2005-02-132-7/+8
* Make sure to null terminate argument lists!Chris Lattner2005-02-132-1/+4
* Print the module, not the pointer.Chris Lattner2005-02-132-2/+2
* Fix PR506:Reid Spencer2005-02-131-4/+6
* clean up commentsChris Lattner2005-01-291-3/+2
* This has been deprecated for long enough, nuke it.Chris Lattner2005-01-291-9/+0
* Add support for fp tolerancesChris Lattner2005-01-231-3/+11
* Adjust to changed interface.Chris Lattner2005-01-231-1/+2
* oopsJeff Cohen2005-01-221-1/+1
* Use binary mode for reading/writing bytecode filesJeff Cohen2005-01-2210-34/+72
* Fix VC++ complaintJeff Cohen2005-01-222-2/+3
* sysconfdir -> PROJ_etcdirReid Spencer2005-01-171-4/+4
* Rename BUILD_* to PROJ_*Reid Spencer2005-01-162-6/+6
* Improve output precision.Chris Lattner2005-01-151-2/+12
* X86 BE requires SelectionDAGChris Lattner2005-01-071-0/+1
* Get the #ifdef right on LinkAllPasses.h.Jeff Cohen2005-01-061-1/+0
* Fix minor mistakesJeff Cohen2005-01-061-0/+1
* Add project opt to Visual Studio.Jeff Cohen2005-01-061-0/+1
* Make opt honor the quiet option when printing the bytecode warning.Reid Spencer2005-01-051-1/+1
* Prevent output of bytecode to std::cout unless the --force flag is given.Reid Spencer2005-01-021-1/+4
* Move the code for printing out a warning about bytecode output to a consoleReid Spencer2005-01-011-7/+1
* Fix typo 'ompress' => 'compress'.Jeff Cohen2005-01-013-3/+3
* Correct the conditional test for non-portable tools so that it willReid Spencer2004-12-311-2/+1
* Fix the help documentation to not imply multiple archive files can beReid Spencer2004-12-301-1/+1
* For PR351:Reid Spencer2004-12-3017-840/+948