aboutsummaryrefslogtreecommitdiff
path: root/tools/llc/Makefile
AgeCommit message (Expand)Author
2013-03-26Manually update the dependencies in the Makefiles. It turns out that allChandler Carruth
2011-10-18build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar
2010-01-24make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner
2010-01-22Stop building RTTI information for *most* llvm libraries. NotableChris Lattner
2009-09-02Switch llc from ParseBitcodeFile to ParseIRFile. This lets llcDan Gohman
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