summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2005-10-261. Remove libraries no longer created from the list of libraries linked into theJohn Criswell8-8/+8
2005-10-25transforms before analysesChris Lattner1-1/+1
2005-10-24Remove a now-unneeded libraryChris Lattner2-2/+2
2005-10-24pull in the archive version of this lib to reduce exe sizeChris Lattner1-1/+1
2005-10-24Pull in the archive versions of these libs to reduce executable sizeChris Lattner1-2/+2
2005-10-24Link in datastructure as a relinked o fileChris Lattner1-1/+1
2005-10-24Link to archive versions of libraries instead of the relinked onesChris Lattner2-4/+6
2005-10-24Use the new LinkAllAnalyses.h header instead of forcing passes to beChris Lattner2-1/+3
2005-10-24Use archive versions of these libraries, using the LinkAllPasses header.Chris Lattner1-3/+3
2005-10-23Shrinkify to make --help output look betterChris Lattner1-1/+1
2005-10-23shrinkify the option name a bitChris Lattner1-2/+2
2005-10-23When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2-2/+3
2005-10-22document this as experimentalChris Lattner1-1/+1
2005-10-18Fix PR637Chris Lattner2-12/+8
2005-09-23Speed up isBytecodeLPath from 20s to .01s in common cases. This makes -nativeChris Lattner1-17/+11
2005-09-231. Do not use .c_str() to keep a persistent handle on a temporary string.Chris Lattner1-23/+32
2005-09-02Add help support for -mcpu and -mattr.Jim Laskey1-3/+3
2005-09-011. Use SubtargetFeatures in llc/lli.Jim Laskey1-1/+24
2005-08-29Allow bugpoint+PPC codegen to use fsqrtChris Lattner1-0/+3
2005-08-27Implement PR614:Reid Spencer1-0/+2720
2005-08-02If the user interrupts bugpoint, don't extract loopsChris Lattner1-2/+6
2005-08-02Pass -export-dynamic to gcc when compiling with -native and the link isChris Lattner3-8/+10
2005-08-02When the user hits ctrl-c, bugpoint should attempt to stop reduction asChris Lattner5-30/+59
2005-07-30Keep tabs and trailing spaces out.Jeff Cohen1-1/+1
2005-07-28Run the verifier pass after all the other passes rather than before them.Reid Spencer1-5/+4
2005-07-28Make the verifier pass run (in debug mode) in llc. This adds a sanity checkReid Spencer1-0/+29
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen4-9/+9
2005-07-12Fix PR576.Chris Lattner1-21/+36
2005-07-08Make sure we don't error out if an invalid path is used, just simplyReid Spencer1-1/+12
2005-07-08Final Changes For PR495:Reid Spencer9-31/+31
2005-07-08Add support for assembling .s files on mac os x for intelNate Begeman1-1/+1
2005-07-07For PR495:Reid Spencer13-61/+58
2005-07-07For PR495:Reid Spencer3-15/+15
2005-06-25add a new -filetype argument to llc.Chris Lattner1-7/+31
2005-06-25minor cleanups, use copy ctor instead of manually doing it.Chris Lattner1-4/+3
2005-06-25refactor this interfaceChris Lattner1-1/+1
2005-06-08make SparcV8 and V9 seperately configurableAndrew Lenharth1-2/+6
2005-05-19Make sure that tool names don't have any leading or trailing spaces in them.Reid Spencer1-1/+1
2005-05-19Make sure that tool names don't have any leading or trailing spaces in them.Reid Spencer1-1/+1
2005-05-19For PR514:Reid Spencer2-64/+1
2005-05-19For PR514:Reid Spencer9-67/+131
2005-05-08If loopextract breaks the program provide output so that we can repro theChris Lattner1-1/+9
2005-05-07Move licm after reassociate, add some cond-propagate passesChris Lattner1-1/+4
2005-05-05* Use consistent spacing for function argumentsMisha Brukman1-18/+18
2005-05-03Minor clean-upsMisha Brukman2-17/+13
2005-05-03Clean up and correct llvmc configurations for C and C++Misha Brukman3-32/+24
2005-05-03std::string(NULL) does not a proper constructor makeMisha Brukman1-3/+3
2005-05-03Omit periods at the end of command-line switch explanations for consistencyMisha Brukman1-2/+2
2005-04-27Add the simplify-libcalls pass.Reid Spencer1-0/+1
2005-04-24extract has been renamed to llvm-extract to avoid conflicting with another toolMisha Brukman1-1/+1