aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Revert my previous patch which broke due to lazy streaming of functionsChris Lattner2005-12-021-1/+1
* If a module has a main, but it is defined externally, refuse to run it.Chris Lattner2005-12-011-1/+1
* Allow users to specify -Wl,-native* multiple times if they pleaseChris Lattner2005-11-171-2/+2
* Add a new -fast option, which generates code quickly.Chris Lattner2005-11-081-1/+5
* add a hack that fixes:Chris Lattner2005-11-031-1/+4
* Move some constant folding code shared by Analysis and Transform passesJohn Criswell2005-10-278-8/+8
* 1. Remove libraries no longer created from the list of libraries linked into theJohn Criswell2005-10-268-8/+8
* transforms before analysesChris Lattner2005-10-251-1/+1
* Remove a now-unneeded libraryChris Lattner2005-10-242-2/+2
* pull in the archive version of this lib to reduce exe sizeChris Lattner2005-10-241-1/+1
* Pull in the archive versions of these libs to reduce executable sizeChris Lattner2005-10-241-2/+2
* Link in datastructure as a relinked o fileChris Lattner2005-10-241-1/+1
* Link to archive versions of libraries instead of the relinked onesChris Lattner2005-10-242-4/+6
* Use the new LinkAllAnalyses.h header instead of forcing passes to beChris Lattner2005-10-242-1/+3
* Use archive versions of these libraries, using the LinkAllPasses header.Chris Lattner2005-10-241-3/+3
* Shrinkify to make --help output look betterChris Lattner2005-10-231-1/+1
* shrinkify the option name a bitChris Lattner2005-10-231-2/+2
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-232-2/+3
* document this as experimentalChris Lattner2005-10-221-1/+1
* Fix PR637Chris Lattner2005-10-182-12/+8
* Speed up isBytecodeLPath from 20s to .01s in common cases. This makes -nativeChris Lattner2005-09-231-17/+11
* 1. Do not use .c_str() to keep a persistent handle on a temporary string.Chris Lattner2005-09-231-23/+32
* Add help support for -mcpu and -mattr.Jim Laskey2005-09-021-3/+3
* 1. Use SubtargetFeatures in llc/lli.Jim Laskey2005-09-011-1/+24
* Allow bugpoint+PPC codegen to use fsqrtChris Lattner2005-08-291-0/+3
* Implement PR614:Reid Spencer2005-08-271-0/+2720
* If the user interrupts bugpoint, don't extract loopsChris Lattner2005-08-021-2/+6
* Pass -export-dynamic to gcc when compiling with -native and the link isChris Lattner2005-08-023-8/+10
* When the user hits ctrl-c, bugpoint should attempt to stop reduction asChris Lattner2005-08-025-30/+59
* Keep tabs and trailing spaces out.Jeff Cohen2005-07-301-1/+1
* Run the verifier pass after all the other passes rather than before them.Reid Spencer2005-07-281-5/+4
* Make the verifier pass run (in debug mode) in llc. This adds a sanity checkReid Spencer2005-07-281-0/+29
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-274-9/+9
* Fix PR576.Chris Lattner2005-07-121-21/+36
* Make sure we don't error out if an invalid path is used, just simplyReid Spencer2005-07-081-1/+12
* Final Changes For PR495:Reid Spencer2005-07-089-31/+31
* Add support for assembling .s files on mac os x for intelNate Begeman2005-07-081-1/+1
* For PR495:Reid Spencer2005-07-0713-61/+58
* For PR495:Reid Spencer2005-07-073-15/+15
* add a new -filetype argument to llc.Chris Lattner2005-06-251-7/+31
* minor cleanups, use copy ctor instead of manually doing it.Chris Lattner2005-06-251-4/+3
* refactor this interfaceChris Lattner2005-06-251-1/+1
* make SparcV8 and V9 seperately configurableAndrew Lenharth2005-06-081-2/+6
* Make sure that tool names don't have any leading or trailing spaces in them.Reid Spencer2005-05-191-1/+1
* Make sure that tool names don't have any leading or trailing spaces in them.Reid Spencer2005-05-191-1/+1
* For PR514:Reid Spencer2005-05-192-64/+1
* For PR514:Reid Spencer2005-05-199-67/+131
* If loopextract breaks the program provide output so that we can repro theChris Lattner2005-05-081-1/+9
* Move licm after reassociate, add some cond-propagate passesChris Lattner2005-05-071-1/+4
* * Use consistent spacing for function argumentsMisha Brukman2005-05-051-18/+18