summaryrefslogtreecommitdiff
path: root/tools/llc
Commit message (Expand)AuthorAge
...
* don't need this anymoreDuraid Madina2005-12-30
* delete file portablyDuraid Madina2005-12-30
* behold my standards-compliant humps!Duraid Madina2005-12-28
* WAKEY WAKEYDuraid Madina2005-12-28
* rename option for consistency with -mcpu -mattr etcChris Lattner2005-12-16
* provide an option to override the target triple in a module from the commandChris Lattner2005-12-16
* Add a new -fast option, which generates code quickly.Chris Lattner2005-11-08
* 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
* pull in the archive version of this lib to reduce exe sizeChris Lattner2005-10-24
* Shrinkify to make --help output look betterChris Lattner2005-10-23
* shrinkify the option name a bitChris Lattner2005-10-23
* document this as experimentalChris Lattner2005-10-22
* Add help support for -mcpu and -mattr.Jim Laskey2005-09-02
* 1. Use SubtargetFeatures in llc/lli.Jim Laskey2005-09-01
* 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
* 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
* make SparcV8 and V9 seperately configurableAndrew Lenharth2005-06-08
* Make the CBackend actually get included in llc by using USEDLIBS instead ofReid Spencer2005-04-23
* Always enable the C backend. This fixes a *vast* number of failures on theChris Lattner2005-04-23
* Don't always build CBackend and Skeleton. Make use of the TARGETS_TO_BUILDReid Spencer2005-04-22
* Implement the --enable-targets= feature of the configure script. The makeReid Spencer2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-22
* statically link ia64 into llcChris Lattner2005-03-17
* add Alpha to llcAndrew Lenharth2005-02-15
* X86 BE requires SelectionDAGChris Lattner2005-01-07
* For PR351:Reid Spencer2004-12-30
* Linking in all of ScalarOpts.Tanya Lattner2004-12-16
* No targets actually use this libraryChris Lattner2004-12-16
* Link V8 backend into llc.Brian Gaeke2004-12-10
* Add LLVMbzip2 library, now required.Reid Spencer2004-11-25
* Adding option to llc for ModuloScheduling. By default it is turned off.Tanya Lattner2004-11-18
* Fix usage of changed function prototypeReid Spencer2004-11-14
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-27
* We're not doing automake any moreReid Spencer2004-10-22
* We won't use automakeReid Spencer2004-10-22
* Initial automake generated Makefile templateReid Spencer2004-10-18
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-13
* Fix named of a library.Reid Spencer2004-10-10
* Initial version of automake Makefile.am file.Reid Spencer2004-10-10
* Use the SparcV9-marked instr scheduling libraryMisha Brukman2004-10-08
* Changes For Bug 352Reid Spencer2004-09-01
* Add the LLVMsystem.a library as it is now used for operating systemReid Spencer2004-08-29
* The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer2004-08-29
* while we're at it, make the libraries be on separate linesChris Lattner2004-08-05