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