summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* rename option for consistency with -mcpu -mattr etcChris Lattner2005-12-16
* rename optionChris Lattner2005-12-16
* provide an option to override the target triple in a module from the commandl...Chris Lattner2005-12-16
* provide an option to override the target triple in a module from the commandChris Lattner2005-12-16
* Fix printing of the instructions.Chris Lattner2005-12-14
* Remove -start-group and -end-group no-op options, accidentally committedReid Spencer2005-12-14
* Adjust the constructor to the Linker class to take an argument that namesReid Spencer2005-12-13
* This solves the problem of the CBE renaming symbols that start with . but the...Andrew Lenharth2005-12-06
* Revert my previous patch which broke due to lazy streaming of functionsChris Lattner2005-12-02
* If a module has a main, but it is defined externally, refuse to run it.Chris Lattner2005-12-01
* Allow users to specify -Wl,-native* multiple times if they pleaseChris Lattner2005-11-17
* Add a new -fast option, which generates code quickly.Chris Lattner2005-11-08
* add a hack that fixes:Chris Lattner2005-11-03
* Move some constant folding code shared by Analysis and Transform passesJohn Criswell2005-10-27
* 1. Remove libraries no longer created from the list of libraries linked into theJohn Criswell2005-10-26
* transforms before analysesChris Lattner2005-10-25
* Remove a now-unneeded libraryChris Lattner2005-10-24
* pull in the archive version of this lib to reduce exe sizeChris Lattner2005-10-24
* Pull in the archive versions of these libs to reduce executable sizeChris Lattner2005-10-24
* Link in datastructure as a relinked o fileChris Lattner2005-10-24
* Link to archive versions of libraries instead of the relinked onesChris Lattner2005-10-24
* Use the new LinkAllAnalyses.h header instead of forcing passes to beChris Lattner2005-10-24
* Use archive versions of these libraries, using the LinkAllPasses header.Chris Lattner2005-10-24
* Shrinkify to make --help output look betterChris Lattner2005-10-23
* shrinkify the option name a bitChris Lattner2005-10-23
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-23
* document this as experimentalChris Lattner2005-10-22
* Fix PR637Chris Lattner2005-10-18
* Speed up isBytecodeLPath from 20s to .01s in common cases. This makes -nativeChris Lattner2005-09-23
* 1. Do not use .c_str() to keep a persistent handle on a temporary string.Chris Lattner2005-09-23
* Add help support for -mcpu and -mattr.Jim Laskey2005-09-02
* 1. Use SubtargetFeatures in llc/lli.Jim Laskey2005-09-01
* Allow bugpoint+PPC codegen to use fsqrtChris Lattner2005-08-29
* Implement PR614:Reid Spencer2005-08-27
* 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