aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2005-12-16rename option for consistency with -mcpu -mattr etcChris Lattner
2005-12-16rename optionChris Lattner
2005-12-16provide an option to override the target triple in a module from the commandl...Chris Lattner
2005-12-16provide an option to override the target triple in a module from the commandChris Lattner
2005-12-14Fix printing of the instructions.Chris Lattner
2005-12-14Remove -start-group and -end-group no-op options, accidentally committedReid Spencer
2005-12-13Adjust the constructor to the Linker class to take an argument that namesReid Spencer
2005-12-06This solves the problem of the CBE renaming symbols that start with . but the...Andrew Lenharth
2005-12-02Revert my previous patch which broke due to lazy streaming of functionsChris Lattner
2005-12-01If a module has a main, but it is defined externally, refuse to run it.Chris Lattner
2005-11-17Allow users to specify -Wl,-native* multiple times if they pleaseChris Lattner
2005-11-08Add a new -fast option, which generates code quickly.Chris Lattner
2005-11-03add a hack that fixes:Chris Lattner
2005-10-27Move some constant folding code shared by Analysis and Transform passesJohn Criswell
2005-10-261. Remove libraries no longer created from the list of libraries linked into theJohn Criswell
2005-10-25transforms before analysesChris Lattner
2005-10-24Remove a now-unneeded libraryChris Lattner
2005-10-24pull in the archive version of this lib to reduce exe sizeChris Lattner
2005-10-24Pull in the archive versions of these libs to reduce executable sizeChris Lattner
2005-10-24Link in datastructure as a relinked o fileChris Lattner
2005-10-24Link to archive versions of libraries instead of the relinked onesChris Lattner
2005-10-24Use the new LinkAllAnalyses.h header instead of forcing passes to beChris Lattner
2005-10-24Use archive versions of these libraries, using the LinkAllPasses header.Chris Lattner
2005-10-23Shrinkify to make --help output look betterChris Lattner
2005-10-23shrinkify the option name a bitChris Lattner
2005-10-23When a function takes a variable number of pointer arguments, with a zeroJeff Cohen
2005-10-22document this as experimentalChris Lattner
2005-10-18Fix PR637Chris Lattner
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