Fix a comment.
[oota-llvm.git] / tools / gccas / Makefile
2006-07-07 Chris LattnerTools require EH for their top-level try blocks.
2006-06-01 Reid SpencerUse archive libraries instead of object files for VMCor...
2005-10-27 John CriswellMove some constant folding code shared by Analysis...
2005-10-26 John Criswell1. Remove libraries no longer created from the list...
2005-10-24 Chris LattnerPull in the archive versions of these libs to reduce...
2005-04-24 Misha BrukmanThere are still uses for spaces in Makefiles -- to...
2004-11-25 Reid SpencerAdd LLVMbzip2 library, now required.
2004-10-29 Misha BrukmanFix file header comment
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-08-29 Reid SpencerAdd the LLVMsystem.a library as it is now used for...
2003-10-20 John CriswellAdded LLVM copyright to Makefiles.
2003-01-22 Chris Lattnerlink with static versions of some libs to avoid having...
2002-10-25 Vikram S. AdveAdded datastructure library to resolve link error.
2002-09-18 Vikram S. Advegcc3.1.1 seems much more selective about what it loads...
2002-07-23 Chris Lattner*** empty log message ***
2002-07-23 Chris Lattner*** empty log message ***
2002-05-07 Chris LattnerFix makefiles after shuffling passes around the libraries
2002-05-07 Chris LattnerStraighten out makefiles after moving code to new Trans...
2002-04-07 Chris LattnerRemove asmwriter library from link line, because the...
2002-03-06 Chris LattnerPull interprocedural analyses out of Analysis library...
2002-01-31 Chris LattnerResolve deps
2002-01-21 Chris LattnerEliminate opt library
2001-12-05 Chris LattnerSimplify induction variables before 'raising' the repre...
2001-11-14 Chris LattnerFix link prob
2001-11-01 Chris LattnerMove the Raise xform from opt to transforms
2001-10-31 Chris LattnerInitial checkin of GCCAS