aboutsummaryrefslogtreecommitdiff
path: root/tools/llc/Makefile
AgeCommit message (Expand)Author
2007-12-29remove attributions from tools/utils makefiles.Chris Lattner
2007-05-06switch tools to bitcode from bytecodeChris Lattner
2007-05-06add bitcode reading support. Remove EH cruft.Chris Lattner
2006-09-04Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner
2006-09-04rearrange targets to satisfy dependencies. Too bad we aren't using llvm-config.Chris Lattner
2006-08-03Now that SparcV9 is gone, this logical can be simplified significantly.Chris Lattner
2006-07-21Fix MacOSX build failures. (pr841)Devang Patel
2006-07-21Build more debugger/selectiondag libraries as archives instead of .o files.Chris Lattner
2006-07-20Fix linking on AlphaAndrew Lenharth
2006-07-07Tools require EH for their top-level try blocks.Chris Lattner
2006-06-01Oops, llc needs libTarget.a not Target.oReid Spencer
2006-06-01Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer
2006-05-14added a skeleton of the ARM backendRafael Espindola
2006-04-20Never link in sparcv9Chris Lattner
2006-02-16remove support for the skeleton targetChris Lattner
2006-02-05SparcV8 -> SparcChris 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-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-03-17statically link ia64 into llcChris Lattner
2005-02-15add Alpha to llcAndrew Lenharth
2005-01-07X86 BE requires SelectionDAGChris Lattner
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-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer
2004-10-08Use the SparcV9-marked instr scheduling libraryMisha Brukman
2004-08-29Add the LLVMsystem.a library as it is now used for operating systemReid 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-05-27Uhh, that doesn't exist.Chris Lattner
2004-05-27Header file movedChris Lattner
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-13Add support for -march=cChris Lattner
2004-02-08Fix indentation of selectiondag.Brian Gaeke
2004-02-02Link in the PowerPC back-end.Brian Gaeke
2003-12-15There is no reason to add -load support to LLCChris Lattner