aboutsummaryrefslogtreecommitdiff
path: root/tools/gccas/Makefile
AgeCommit message (Expand)Author
2003-10-20Added LLVM copyright to Makefiles.John Criswell
2003-01-22link with static versions of some libs to avoid having to pull in all of ipo/...Chris Lattner
2002-10-25Added datastructure library to resolve link error.Vikram S. Adve
2002-09-18gcc3.1.1 seems much more selective about what it loads from archives, andVikram S. Adve
2002-07-23*** empty log message ***Chris Lattner
2002-07-23*** empty log message ***Chris Lattner
2002-05-07Fix makefiles after shuffling passes around the librariesChris Lattner
2002-05-07Straighten out makefiles after moving code to new Transform Utils libraryChris Lattner
2002-04-07Remove asmwriter library from link line, because the useful contents of itChris Lattner
2002-03-06Pull interprocedural analyses out of Analysis library into their own libChris Lattner
2002-01-31Resolve depsChris Lattner
2002-01-21Eliminate opt libraryChris Lattner
2001-12-05Simplify induction variables before 'raising' the representationChris Lattner
2001-11-14Fix link probChris Lattner
2001-11-01Move the Raise xform from opt to transformsChris Lattner
2001-10-31Initial checkin of GCCASChris Lattner