summaryrefslogtreecommitdiff
path: root/tools/gccas/Makefile
Commit message (Expand)AuthorAge
* EXIT STAGE LEFT: gccas, gccldDaniel Dunbar2009-08-25
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-29
* Align make log output with the rest of llvm.Reid Spencer2007-02-10
* Make sure the gccas script is executable.Reid Spencer2007-02-04
* Clean this up a bit: hide command unless verbose output requested, echoReid Spencer2007-02-03
* For PR1152:Reid Spencer2007-02-02
* Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner2006-09-04
* Tools require EH for their top-level try blocks.Chris Lattner2006-07-07
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-01
* 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
* Pull in the archive versions of these libs to reduce executable sizeChris Lattner2005-10-24
* There are still uses for spaces in Makefiles -- to make text line up together,Misha Brukman2005-04-24
* Add LLVMbzip2 library, now required.Reid Spencer2004-11-25
* Fix file header commentMisha Brukman2004-10-29
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-27
* Add the LLVMsystem.a library as it is now used for operating systemReid Spencer2004-08-29
* Added LLVM copyright to Makefiles.John Criswell2003-10-20
* link with static versions of some libs to avoid having to pull in all of ipo/...Chris Lattner2003-01-22
* Added datastructure library to resolve link error.Vikram S. Adve2002-10-25
* gcc3.1.1 seems much more selective about what it loads from archives, andVikram S. Adve2002-09-18
* *** empty log message ***Chris Lattner2002-07-23
* *** empty log message ***Chris Lattner2002-07-23
* Fix makefiles after shuffling passes around the librariesChris Lattner2002-05-07
* 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
* Pull interprocedural analyses out of Analysis library into their own libChris Lattner2002-03-06
* Resolve depsChris Lattner2002-01-31
* Eliminate opt libraryChris Lattner2002-01-21
* Simplify induction variables before 'raising' the representationChris Lattner2001-12-05
* Fix link probChris Lattner2001-11-14
* Move the Raise xform from opt to transformsChris Lattner2001-11-01
* Initial checkin of GCCASChris Lattner2001-10-31