aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* For PR495:Reid Spencer2005-07-0713-61/+58
* For PR495:Reid Spencer2005-07-073-15/+15
* add a new -filetype argument to llc.Chris Lattner2005-06-251-7/+31
* minor cleanups, use copy ctor instead of manually doing it.Chris Lattner2005-06-251-4/+3
* refactor this interfaceChris Lattner2005-06-251-1/+1
* make SparcV8 and V9 seperately configurableAndrew Lenharth2005-06-081-2/+6
* Make sure that tool names don't have any leading or trailing spaces in them.Reid Spencer2005-05-191-1/+1
* Make sure that tool names don't have any leading or trailing spaces in them.Reid Spencer2005-05-191-1/+1
* For PR514:Reid Spencer2005-05-192-64/+1
* For PR514:Reid Spencer2005-05-199-67/+131
* If loopextract breaks the program provide output so that we can repro theChris Lattner2005-05-081-1/+9
* Move licm after reassociate, add some cond-propagate passesChris Lattner2005-05-071-1/+4
* * Use consistent spacing for function argumentsMisha Brukman2005-05-051-18/+18
* Minor clean-upsMisha Brukman2005-05-032-17/+13
* Clean up and correct llvmc configurations for C and C++Misha Brukman2005-05-033-32/+24
* std::string(NULL) does not a proper constructor makeMisha Brukman2005-05-031-3/+3
* Omit periods at the end of command-line switch explanations for consistencyMisha Brukman2005-05-031-2/+2
* Add the simplify-libcalls pass.Reid Spencer2005-04-271-0/+1
* extract has been renamed to llvm-extract to avoid conflicting with another toolMisha Brukman2005-04-241-1/+1
* There are still uses for spaces in Makefiles -- to make text line up together,Misha Brukman2005-04-244-8/+9
* extract has been renamed to llvm-extract to avoid conflicting with another toolMisha Brukman2005-04-243-114/+8
* Make the CBackend actually get included in llc by using USEDLIBS instead ofReid Spencer2005-04-231-2/+4
* Always enable the C backend. This fixes a *vast* number of failures on theChris Lattner2005-04-231-3/+1
* Don't always build CBackend and Skeleton. Make use of the TARGETS_TO_BUILDReid Spencer2005-04-221-2/+12
* Implement the --enable-targets= feature of the configure script. The makeReid Spencer2005-04-221-11/+37
* Two changes:Reid Spencer2005-04-223-6/+0
* Eliminate tabs and trailing spacesJeff Cohen2005-04-223-5/+5
* Remove trailing whitespaceMisha Brukman2005-04-2245-426/+426
* Remove trailing whitespaceMisha Brukman2005-04-211-18/+18
* Remove trailing whitespaceMisha Brukman2005-04-212-8/+8
* Remove trailing whitespaceMisha Brukman2005-04-211-6/+6
* #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