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