summaryrefslogtreecommitdiff
path: root/tools/llc/Makefile
Commit message (Expand)AuthorAge
* 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
* Add a hook to run with the V8 target, though it doesn't currently work. AlsoChris Lattner2004-02-28
* Great renaming part II: Sparc --> SparcV9 (also includes command-line options...Brian Gaeke2004-02-25
* Add support for -march=cChris Lattner2004-02-13
* Fix indentation of selectiondag.Brian Gaeke2004-02-08
* Link in the PowerPC back-end.Brian Gaeke2004-02-02
* There is no reason to add -load support to LLCChris Lattner2003-12-15
* Added LLVM copyright to Makefiles.John Criswell2003-10-20
* Preselection is now integrated into the Sparc target libraryChris Lattner2003-09-01
* Sparc peephole optimizer moved out of post-opts library into Sparc target lib...Chris Lattner2003-09-01
* rename selection library to selectiondagChris Lattner2003-08-15
* Incorporate mapping library into the sparc libraryChris Lattner2003-08-13
* Include the new selection library for the X86 targetChris Lattner2003-08-11
* lib/Target/Sparc/Sparc.cpp:Brian Gaeke2003-06-18
* Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms whereBrian Gaeke2003-06-17
* Remove ugly hack (that I put in originally) for building in trace stuffChris Lattner2003-05-27