summaryrefslogtreecommitdiff
path: root/tools/llc/Makefile
AgeCommit message (Expand)AuthorFilesLines
2011-10-18build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar1-10/+4
2010-01-24make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner1-1/+0
2010-01-22Stop building RTTI information for *most* llvm libraries. NotableChris Lattner1-0/+1
2009-09-02Switch llc from ParseBitcodeFile to ParseIRFile. This lets llcDan Gohman1-1/+1
2007-12-29remove attributions from tools/utils makefiles.Chris Lattner1-2/+2
2007-05-06switch tools to bitcode from bytecodeChris Lattner1-1/+1
2007-05-06add bitcode reading support. Remove EH cruft.Chris Lattner1-2/+1
2006-09-04Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner1-16/+2
2006-09-04rearrange targets to satisfy dependencies. Too bad we aren't using llvm-config.Chris Lattner1-1/+1
2006-08-03Now that SparcV9 is gone, this logical can be simplified significantly.Chris Lattner1-39/+1
2006-07-21Fix MacOSX build failures. (pr841)Devang Patel1-1/+1
2006-07-21Build more debugger/selectiondag libraries as archives instead of .o files.Chris Lattner1-1/+1
2006-07-20Fix linking on AlphaAndrew Lenharth1-1/+1
2006-07-07Tools require EH for their top-level try blocks.Chris Lattner1-0/+1
2006-06-01Oops, llc needs libTarget.a not Target.oReid Spencer1-1/+1
2006-06-01Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer1-5/+5
2006-05-14added a skeleton of the ARM backendRafael Espindola1-0/+5
2006-04-20Never link in sparcv9Chris Lattner1-10/+0
2006-02-16remove support for the skeleton targetChris Lattner1-5/+0
2006-02-05SparcV8 -> SparcChris Lattner1-2/+2
2005-10-27Move some constant folding code shared by Analysis and Transform passesJohn Criswell1-1/+1
2005-10-261. Remove libraries no longer created from the list of libraries linked into theJohn Criswell1-1/+1
2005-10-25transforms before analysesChris Lattner1-1/+1
2005-10-24pull in the archive version of this lib to reduce exe sizeChris Lattner1-1/+1
2005-06-08make SparcV8 and V9 seperately configurableAndrew Lenharth1-2/+6
2005-04-23Make the CBackend actually get included in llc by using USEDLIBS instead ofReid Spencer1-2/+4
2005-04-23Always enable the C backend. This fixes a *vast* number of failures on theChris Lattner1-3/+1
2005-04-22Don't always build CBackend and Skeleton. Make use of the TARGETS_TO_BUILDReid Spencer1-2/+12
2005-04-22Implement the --enable-targets= feature of the configure script. The makeReid Spencer1-11/+37
2005-03-17statically link ia64 into llcChris Lattner1-0/+1
2005-02-15add Alpha to llcAndrew Lenharth1-0/+1
2005-01-07X86 BE requires SelectionDAGChris Lattner1-0/+1
2004-12-16Linking in all of ScalarOpts.Tanya Lattner1-1/+1
2004-12-16No targets actually use this libraryChris Lattner1-1/+0
2004-12-10Link V8 backend into llc.Brian Gaeke1-0/+1
2004-11-25Add LLVMbzip2 library, now required.Reid Spencer1-0/+1
2004-11-18Adding option to llc for ModuloScheduling. By default it is turned off.Tanya Lattner1-0/+1
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer1-21/+22
2004-10-08Use the SparcV9-marked instr scheduling libraryMisha Brukman1-1/+1
2004-08-29Add the LLVMsystem.a library as it is now used for operating systemReid Spencer1-1/+2
2004-08-05while we're at it, make the libraries be on separate linesChris Lattner1-4/+21
2004-08-05Lines need to end with \ to make sure they're actually continuedMisha Brukman1-2/+2
2004-08-05* Add PowerPC library to LLCMisha Brukman1-18/+3
2004-08-04libsparcv9select is historyBrian Gaeke1-1/+0
2004-07-16Build skeleton targetChris Lattner1-2/+3
2004-05-27Uhh, that doesn't exist.Chris Lattner1-1/+0
2004-05-27Header file movedChris Lattner1-0/+1
2004-03-11SparcV8 removed until it grows up becomes a mature backend.Misha Brukman1-2/+1
2004-02-28Add a hook to run with the V8 target, though it doesn't currently work. AlsoChris Lattner1-0/+1
2004-02-25Great renaming part II: Sparc --> SparcV9 (also includes command-line options...Brian Gaeke1-4/+4