aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llc/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* *** empty log message ***Chris Lattner2002-07-231-2/+2
* Add libsparc.a a second time to resolve link errors.Vikram S. Adve2002-05-191-1/+1
* Straighten out makefiles after moving code to new Transform Utils libraryChris Lattner2002-05-071-2/+2
* Remove asmwriter library from link line, because the useful contents of itChris Lattner2002-04-071-1/+1
* Trim down makefile, again.Chris Lattner2002-02-041-1/+1
* Cut down number of times libraries are included to link a little bit fasterChris Lattner2002-02-041-1/+1
* Add dependencyChris Lattner2002-01-311-1/+2
* Try again, now it works rightChris Lattner2002-01-221-1/+2
* Fix ordering dependency problemChris Lattner2002-01-221-1/+1
* Eliminate opt libraryChris Lattner2002-01-211-1/+1
* Trace code should always be exported just before code generation;Vikram S. Adve2001-10-181-1/+1
* Add libraryChris Lattner2001-10-151-1/+1
* *** empty log message ***Vikram S. Adve2001-10-141-1/+1
* Repeat some libs due to circular dependences between Sparc and otherVikram S. Adve2001-10-101-1/+1
* Added regallocRuchira Sasanka2001-09-151-1/+1
* This checkin represents some cleanup of the backend, implementing the followi...Chris Lattner2001-09-141-1/+1
* Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.commonChris Lattner2001-09-071-9/+3
* Changed link line.Vikram S. Adve2001-08-281-3/+3
* Large scale changes to implement new command line argument facilityChris Lattner2001-07-231-6/+0
* Make the makefile workChris Lattner2001-07-211-7/+2
* Autodep functionality broken. Remove so we get successful buildsChris Lattner2001-07-211-1/+1
* Driver and options for the llc compiler.Vikram S. Adve2001-07-211-0/+23