summaryrefslogtreecommitdiff
path: root/tools/llc
Commit message (Expand)AuthorAge
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-01
* added a skeleton of the ARM backendRafael Espindola2006-05-14
* Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson2006-05-12
* Adjust to use proper TargetData copy ctorChris Lattner2006-05-04
* Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson2006-05-03
* Never link in sparcv9Chris Lattner2006-04-20
* Add a warning.Chris Lattner2006-04-18
* remove always-null IntrinsicLowering argument.Chris Lattner2006-03-23
* remove support for the skeleton targetChris Lattner2006-02-16
* SparcV8 -> SparcChris Lattner2006-02-05
* Remove dead #includeChris Lattner2006-01-23
* It doesn't make sense to give llc a list of passes on the command line,Chris Lattner2006-01-23
* remove unused headerChris Lattner2006-01-05
* Applied some recommend changes from sabre. The dominate one beginning "let theJim Laskey2006-01-04
* Adding MachineDebugInfo as a immutable pass.Jim Laskey2006-01-04
* 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