summaryrefslogtreecommitdiff
path: root/tools/llc/Makefile
Commit message (Expand)AuthorAge
...
* 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
* * Prune down library list. In particular, llc doesn't need all of IPO, and n...Chris Lattner2003-01-19
* Fix link errors due to new IPModRef pass.Vikram S. Adve2002-12-09
* Don't build llc symbols by default.Vikram S. Adve2002-11-06
* No need to explicitly inclue ExportSymbols nowChris Lattner2002-11-04
* After removing stuff from TargetMachine, we now no longer have to includeChris Lattner2002-10-28
* Add codegen libraryChris Lattner2002-10-28
* Renamed library preselect to preopts.Vikram S. Adve2002-09-20
* Enable correct support for dynamic loading on LinuxChris Lattner2002-09-17
* Change several entries to use the .o instead of .a to expose pass options.Vikram S. Adve2002-09-16
* Added mapping lib in llc makefileAnand Shukla2002-08-27
* Only include the sparc.o file once!Chris Lattner2002-08-07
* *** empty log message ***Chris Lattner2002-07-23
* *** empty log message ***Chris Lattner2002-07-23
* Add libsparc.a a second time to resolve link errors.Vikram S. Adve2002-05-19
* Straighten out makefiles after moving code to new Transform Utils libraryChris Lattner2002-05-07
* Remove asmwriter library from link line, because the useful contents of itChris Lattner2002-04-07
* Trim down makefile, again.Chris Lattner2002-02-04
* Cut down number of times libraries are included to link a little bit fasterChris Lattner2002-02-04
* Add dependencyChris Lattner2002-01-31
* Try again, now it works rightChris Lattner2002-01-22
* Fix ordering dependency problemChris Lattner2002-01-22
* Eliminate opt libraryChris Lattner2002-01-21
* Trace code should always be exported just before code generation;Vikram S. Adve2001-10-18
* Add libraryChris Lattner2001-10-15
* *** empty log message ***Vikram S. Adve2001-10-14
* Repeat some libs due to circular dependences between Sparc and otherVikram S. Adve2001-10-10
* Added regallocRuchira Sasanka2001-09-15
* This checkin represents some cleanup of the backend, implementing the followi...Chris Lattner2001-09-14
* Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.commonChris Lattner2001-09-07
* Changed link line.Vikram S. Adve2001-08-28
* Large scale changes to implement new command line argument facilityChris Lattner2001-07-23
* Make the makefile workChris Lattner2001-07-21
* Autodep functionality broken. Remove so we get successful buildsChris Lattner2001-07-21
* Driver and options for the llc compiler.Vikram S. Adve2001-07-21