summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* If the user interrupts bugpoint, don't extract loopsChris Lattner2005-08-02
* Pass -export-dynamic to gcc when compiling with -native and the link isChris Lattner2005-08-02
* When the user hits ctrl-c, bugpoint should attempt to stop reduction asChris Lattner2005-08-02
* Keep tabs and trailing spaces out.Jeff Cohen2005-07-30
* Run the verifier pass after all the other passes rather than before them.Reid Spencer2005-07-28
* Make the verifier pass run (in debug mode) in llc. This adds a sanity checkReid Spencer2005-07-28
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-27
* Fix PR576.Chris Lattner2005-07-12
* Make sure we don't error out if an invalid path is used, just simplyReid Spencer2005-07-08
* Final Changes For PR495:Reid Spencer2005-07-08
* Add support for assembling .s files on mac os x for intelNate Begeman2005-07-08
* For PR495:Reid Spencer2005-07-07
* For PR495:Reid Spencer2005-07-07
* add a new -filetype argument to llc.Chris Lattner2005-06-25
* minor cleanups, use copy ctor instead of manually doing it.Chris Lattner2005-06-25
* refactor this interfaceChris Lattner2005-06-25
* make SparcV8 and V9 seperately configurableAndrew Lenharth2005-06-08
* Make sure that tool names don't have any leading or trailing spaces in them.Reid Spencer2005-05-19
* Make sure that tool names don't have any leading or trailing spaces in them.Reid Spencer2005-05-19
* For PR514:Reid Spencer2005-05-19
* For PR514:Reid Spencer2005-05-19
* If loopextract breaks the program provide output so that we can repro theChris Lattner2005-05-08
* Move licm after reassociate, add some cond-propagate passesChris Lattner2005-05-07
* * Use consistent spacing for function argumentsMisha Brukman2005-05-05
* Minor clean-upsMisha Brukman2005-05-03
* Clean up and correct llvmc configurations for C and C++Misha Brukman2005-05-03
* std::string(NULL) does not a proper constructor makeMisha Brukman2005-05-03
* Omit periods at the end of command-line switch explanations for consistencyMisha Brukman2005-05-03
* Add the simplify-libcalls pass.Reid Spencer2005-04-27
* extract has been renamed to llvm-extract to avoid conflicting with another toolMisha Brukman2005-04-24
* There are still uses for spaces in Makefiles -- to make text line up together,Misha Brukman2005-04-24
* extract has been renamed to llvm-extract to avoid conflicting with another toolMisha Brukman2005-04-24
* Make the CBackend actually get included in llc by using USEDLIBS instead ofReid Spencer2005-04-23
* Always enable the C backend. This fixes a *vast* number of failures on theChris Lattner2005-04-23
* Don't always build CBackend and Skeleton. Make use of the TARGETS_TO_BUILDReid Spencer2005-04-22
* Implement the --enable-targets= feature of the configure script. The makeReid Spencer2005-04-22
* Two changes:Reid Spencer2005-04-22
* Eliminate tabs and trailing spacesJeff Cohen2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-21
* Remove trailing whitespaceMisha Brukman2005-04-21
* Remove trailing whitespaceMisha Brukman2005-04-21
* #include system headers after all LLVM headersMisha Brukman2005-04-20
* Eliminate trailing spaces at end-of-lineMisha Brukman2005-04-20
* Consistently eschew space between `*' or `&' and function argument nameMisha Brukman2005-04-20
* * Print commands as we execute them with `-v'Misha Brukman2005-04-20
* Ensure that the arguments passed to sys::Program::ExecuteAndWait includeReid Spencer2005-04-11
* The first argument to ExecuteAndWait should be the program name, but pointedChris Lattner2005-04-10
* there is no reason to run -instcombine -instcombine!Chris Lattner2005-03-29
* Rename createPromoteMemoryToRegister() toAlkis Evlogimenos2005-03-28