aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2005-09-23Speed up isBytecodeLPath from 20s to .01s in common cases. This makes -nativeChris Lattner
2005-09-231. Do not use .c_str() to keep a persistent handle on a temporary string.Chris Lattner
2005-09-02Add help support for -mcpu and -mattr.Jim Laskey
2005-09-011. Use SubtargetFeatures in llc/lli.Jim Laskey
2005-08-29Allow bugpoint+PPC codegen to use fsqrtChris Lattner
2005-08-27Implement PR614:Reid Spencer
2005-08-02If the user interrupts bugpoint, don't extract loopsChris Lattner
2005-08-02Pass -export-dynamic to gcc when compiling with -native and the link isChris Lattner
2005-08-02When the user hits ctrl-c, bugpoint should attempt to stop reduction asChris Lattner
2005-07-30Keep tabs and trailing spaces out.Jeff Cohen
2005-07-28Run the verifier pass after all the other passes rather than before them.Reid Spencer
2005-07-28Make the verifier pass run (in debug mode) in llc. This adds a sanity checkReid Spencer
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen
2005-07-12Fix PR576.Chris Lattner
2005-07-08Make sure we don't error out if an invalid path is used, just simplyReid Spencer
2005-07-08Final Changes For PR495:Reid Spencer
2005-07-08Add support for assembling .s files on mac os x for intelNate Begeman
2005-07-07For PR495:Reid Spencer
2005-07-07For PR495:Reid Spencer
2005-06-25add a new -filetype argument to llc.Chris Lattner
2005-06-25minor cleanups, use copy ctor instead of manually doing it.Chris Lattner
2005-06-25refactor this interfaceChris Lattner
2005-06-08make SparcV8 and V9 seperately configurableAndrew Lenharth
2005-05-19Make sure that tool names don't have any leading or trailing spaces in them.Reid Spencer
2005-05-19Make sure that tool names don't have any leading or trailing spaces in them.Reid Spencer
2005-05-19For PR514:Reid Spencer
2005-05-19For PR514:Reid Spencer
2005-05-08If loopextract breaks the program provide output so that we can repro theChris Lattner
2005-05-07Move licm after reassociate, add some cond-propagate passesChris Lattner
2005-05-05* Use consistent spacing for function argumentsMisha Brukman
2005-05-03Minor clean-upsMisha Brukman
2005-05-03Clean up and correct llvmc configurations for C and C++Misha Brukman
2005-05-03std::string(NULL) does not a proper constructor makeMisha Brukman
2005-05-03Omit periods at the end of command-line switch explanations for consistencyMisha Brukman
2005-04-27Add the simplify-libcalls pass.Reid Spencer
2005-04-24extract has been renamed to llvm-extract to avoid conflicting with another toolMisha Brukman
2005-04-24There are still uses for spaces in Makefiles -- to make text line up together,Misha Brukman
2005-04-24extract has been renamed to llvm-extract to avoid conflicting with another toolMisha Brukman
2005-04-23Make the CBackend actually get included in llc by using USEDLIBS instead ofReid Spencer
2005-04-23Always enable the C backend. This fixes a *vast* number of failures on theChris Lattner
2005-04-22Don't always build CBackend and Skeleton. Make use of the TARGETS_TO_BUILDReid Spencer
2005-04-22Implement the --enable-targets= feature of the configure script. The makeReid Spencer
2005-04-22Two changes:Reid Spencer
2005-04-22Eliminate tabs and trailing spacesJeff Cohen
2005-04-22Remove trailing whitespaceMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-20#include system headers after all LLVM headersMisha Brukman
2005-04-20Eliminate trailing spaces at end-of-lineMisha Brukman