aboutsummaryrefslogtreecommitdiff
path: root/tools/llc
AgeCommit message (Expand)Author
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
2004-07-12* Tabs to spacesMisha Brukman
2004-07-11Goodbye macro hell, hello nice clean and simple code. This also gives llcChris Lattner
2004-07-04Add #include <iostream> since Value.h does not include it any more.Reid Spencer
2004-05-27Uhh, that doesn't exist.Chris Lattner
2004-05-27Header file movedChris Lattner
2004-03-16Add a better head-of-file comment.Brian Gaeke
2004-03-11SparcV8 removed until it grows up becomes a mature backend.Misha Brukman
2004-02-28Add a hook to run with the V8 target, though it doesn't currently work. AlsoChris Lattner
2004-02-25Great renaming part II: Sparc --> SparcV9 (also includes command-line options...Brian Gaeke
2004-02-19Make sure to print a stack trace whenever an error signal is delivered toChris Lattner
2004-02-15When the user runs 'llc foo.bc -march=c', write the output to "foo.cbe.c", notChris Lattner
2004-02-13Add support for -march=cChris Lattner