aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llc/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a hook to run with the V8 target, though it doesn't currently work. AlsoChris Lattner2004-02-281-0/+1
* Great renaming part II: Sparc --> SparcV9 (also includes command-line options...Brian Gaeke2004-02-251-4/+4
* Add support for -march=cChris Lattner2004-02-131-1/+3
* Fix indentation of selectiondag.Brian Gaeke2004-02-081-1/+1
* Link in the PowerPC back-end.Brian Gaeke2004-02-021-0/+1
* There is no reason to add -load support to LLCChris Lattner2003-12-151-1/+1
* Added LLVM copyright to Makefiles.John Criswell2003-10-201-0/+8
* Preselection is now integrated into the Sparc target libraryChris Lattner2003-09-011-1/+0
* Sparc peephole optimizer moved out of post-opts library into Sparc target lib...Chris Lattner2003-09-011-1/+0
* rename selection library to selectiondagChris Lattner2003-08-151-1/+1
* Incorporate mapping library into the sparc libraryChris Lattner2003-08-131-2/+1
* Include the new selection library for the X86 targetChris Lattner2003-08-111-0/+1
* lib/Target/Sparc/Sparc.cpp:Brian Gaeke2003-06-181-2/+3
* Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms whereBrian Gaeke2003-06-171-1/+1
* Remove ugly hack (that I put in originally) for building in trace stuffChris Lattner2003-05-271-3/+1
* * Prune down library list. In particular, llc doesn't need all of IPO, and n...Chris Lattner2003-01-191-10/+6
* Fix link errors due to new IPModRef pass.Vikram S. Adve2002-12-091-2/+4
* Don't build llc symbols by default.Vikram S. Adve2002-11-061-1/+0
* No need to explicitly inclue ExportSymbols nowChris Lattner2002-11-041-2/+1
* After removing stuff from TargetMachine, we now no longer have to includeChris Lattner2002-10-281-1/+1
* Add codegen libraryChris Lattner2002-10-281-3/+22
* Renamed library preselect to preopts.Vikram S. Adve2002-09-201-1/+3
* Enable correct support for dynamic loading on LinuxChris Lattner2002-09-171-1/+1
* Change several entries to use the .o instead of .a to expose pass options.Vikram S. Adve2002-09-161-3/+4
* Added mapping lib in llc makefileAnand Shukla2002-08-271-1/+1
* Only include the sparc.o file once!Chris Lattner2002-08-071-1/+1
* *** empty log message ***Chris Lattner2002-07-231-1/+1