aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gccas/Makefile
Commit message (Expand)AuthorAgeFilesLines
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-291-2/+2
* Align make log output with the rest of llvm.Reid Spencer2007-02-101-6/+6
* Make sure the gccas script is executable.Reid Spencer2007-02-041-2/+4
* Clean this up a bit: hide command unless verbose output requested, echoReid Spencer2007-02-031-2/+6
* For PR1152:Reid Spencer2007-02-021-6/+13
* Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner2006-09-041-3/+1
* Tools require EH for their top-level try blocks.Chris Lattner2006-07-071-0/+1
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-011-2/+2
* Move some constant folding code shared by Analysis and Transform passesJohn Criswell2005-10-271-1/+1
* 1. Remove libraries no longer created from the list of libraries linked into theJohn Criswell2005-10-261-1/+1
* Pull in the archive versions of these libs to reduce executable sizeChris Lattner2005-10-241-2/+2
* There are still uses for spaces in Makefiles -- to make text line up together,Misha Brukman2005-04-241-2/+2
* Add LLVMbzip2 library, now required.Reid Spencer2004-11-251-1/+1
* Fix file header commentMisha Brukman2004-10-291-1/+1
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-271-2/+3
* Add the LLVMsystem.a library as it is now used for operating systemReid Spencer2004-08-291-1/+1
* Added LLVM copyright to Makefiles.John Criswell2003-10-201-0/+8
* link with static versions of some libs to avoid having to pull in all of ipo/...Chris Lattner2003-01-221-2/+2
* Added datastructure library to resolve link error.Vikram S. Adve2002-10-251-1/+1
* gcc3.1.1 seems much more selective about what it loads from archives, andVikram S. Adve2002-09-181-2/+2
* *** empty log message ***Chris Lattner2002-07-231-2/+2
* *** empty log message ***Chris Lattner2002-07-231-1/+2
* Fix makefiles after shuffling passes around the librariesChris Lattner2002-05-071-1/+1
* Straighten out makefiles after moving code to new Transform Utils libraryChris Lattner2002-05-071-1/+1
* Remove asmwriter library from link line, because the useful contents of itChris Lattner2002-04-071-1/+1
* Pull interprocedural analyses out of Analysis library into their own libChris Lattner2002-03-061-1/+1
* Resolve depsChris Lattner2002-01-311-1/+1
* Eliminate opt libraryChris Lattner2002-01-211-1/+1
* Simplify induction variables before 'raising' the representationChris Lattner2001-12-051-1/+1
* Fix link probChris Lattner2001-11-141-1/+1
* Move the Raise xform from opt to transformsChris Lattner2001-11-011-1/+1
* Initial checkin of GCCASChris Lattner2001-10-311-0/+6