aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llc/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Update to LLVM 3.5a.Stephen Hines2014-04-241-0/+3
* Manually update the dependencies in the Makefiles. It turns out that allChandler Carruth2013-03-261-1/+1
* build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar2011-10-181-10/+4
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-241-1/+0
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-221-0/+1
* Switch llc from ParseBitcodeFile to ParseIRFile. This lets llcDan Gohman2009-09-021-1/+1
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-291-2/+2
* switch tools to bitcode from bytecodeChris Lattner2007-05-061-1/+1
* add bitcode reading support. Remove EH cruft.Chris Lattner2007-05-061-2/+1
* Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner2006-09-041-16/+2
* rearrange targets to satisfy dependencies. Too bad we aren't using llvm-config.Chris Lattner2006-09-041-1/+1
* Now that SparcV9 is gone, this logical can be simplified significantly.Chris Lattner2006-08-031-39/+1
* Fix MacOSX build failures. (pr841)Devang Patel2006-07-211-1/+1
* Build more debugger/selectiondag libraries as archives instead of .o files.Chris Lattner2006-07-211-1/+1
* Fix linking on AlphaAndrew Lenharth2006-07-201-1/+1
* Tools require EH for their top-level try blocks.Chris Lattner2006-07-071-0/+1
* Oops, llc needs libTarget.a not Target.oReid Spencer2006-06-011-1/+1
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-011-5/+5
* added a skeleton of the ARM backendRafael Espindola2006-05-141-0/+5
* Never link in sparcv9Chris Lattner2006-04-201-10/+0
* remove support for the skeleton targetChris Lattner2006-02-161-5/+0
* SparcV8 -> SparcChris Lattner2006-02-051-2/+2
* Move some constant folding code shared by Analysis and Transform passesJohn Criswell2005-10-271-1/+1
* 1. Remove libraries no longer created from the list of libraries linked into theJohn Criswell2005-10-261-1/+1
* transforms before analysesChris Lattner2005-10-251-1/+1
* pull in the archive version of this lib to reduce exe sizeChris Lattner2005-10-241-1/+1
* make SparcV8 and V9 seperately configurableAndrew Lenharth2005-06-081-2/+6
* Make the CBackend actually get included in llc by using USEDLIBS instead ofReid Spencer2005-04-231-2/+4
* Always enable the C backend. This fixes a *vast* number of failures on theChris Lattner2005-04-231-3/+1
* Don't always build CBackend and Skeleton. Make use of the TARGETS_TO_BUILDReid Spencer2005-04-221-2/+12
* Implement the --enable-targets= feature of the configure script. The makeReid Spencer2005-04-221-11/+37
* statically link ia64 into llcChris Lattner2005-03-171-0/+1
* add Alpha to llcAndrew Lenharth2005-02-151-0/+1
* X86 BE requires SelectionDAGChris Lattner2005-01-071-0/+1
* Linking in all of ScalarOpts.Tanya Lattner2004-12-161-1/+1
* No targets actually use this libraryChris Lattner2004-12-161-1/+0
* Link V8 backend into llc.Brian Gaeke2004-12-101-0/+1
* Add LLVMbzip2 library, now required.Reid Spencer2004-11-251-0/+1
* Adding option to llc for ModuloScheduling. By default it is turned off.Tanya Lattner2004-11-181-0/+1
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-271-21/+22
* Use the SparcV9-marked instr scheduling libraryMisha Brukman2004-10-081-1/+1
* Add the LLVMsystem.a library as it is now used for operating systemReid Spencer2004-08-291-1/+2
* while we're at it, make the libraries be on separate linesChris Lattner2004-08-051-4/+21
* Lines need to end with \ to make sure they're actually continuedMisha Brukman2004-08-051-2/+2
* * Add PowerPC library to LLCMisha Brukman2004-08-051-18/+3
* libsparcv9select is historyBrian Gaeke2004-08-041-1/+0
* Build skeleton targetChris Lattner2004-07-161-2/+3
* Uhh, that doesn't exist.Chris Lattner2004-05-271-1/+0
* Header file movedChris Lattner2004-05-271-0/+1
* SparcV8 removed until it grows up becomes a mature backend.Misha Brukman2004-03-111-2/+1