aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Add help support for -mcpu and -mattr.Jim Laskey2005-09-021-3/+3
* 1. Use SubtargetFeatures in llc/lli.Jim Laskey2005-09-011-1/+24
* Allow bugpoint+PPC codegen to use fsqrtChris Lattner2005-08-291-0/+3
* Implement PR614:Reid Spencer2005-08-271-0/+2720
* If the user interrupts bugpoint, don't extract loopsChris Lattner2005-08-021-2/+6
* Pass -export-dynamic to gcc when compiling with -native and the link isChris Lattner2005-08-023-8/+10
* When the user hits ctrl-c, bugpoint should attempt to stop reduction asChris Lattner2005-08-025-30/+59
* Keep tabs and trailing spaces out.Jeff Cohen2005-07-301-1/+1
* Run the verifier pass after all the other passes rather than before them.Reid Spencer2005-07-281-5/+4
* Make the verifier pass run (in debug mode) in llc. This adds a sanity checkReid Spencer2005-07-281-0/+29
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-274-9/+9
* Fix PR576.Chris Lattner2005-07-121-21/+36
* Make sure we don't error out if an invalid path is used, just simplyReid Spencer2005-07-081-1/+12
* Final Changes For PR495:Reid Spencer2005-07-089-31/+31
* Add support for assembling .s files on mac os x for intelNate Begeman2005-07-081-1/+1
* 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