Auto-confed ModuleMaker.
[oota-llvm.git] / tools / opt / Makefile
2003-10-20 John CriswellAdded LLVM copyright to Makefiles.
2003-07-21 Chris LattnerRemove instloops library
2003-07-18 Anand ShuklaAdded pass to instrument backedges for lightweight...
2003-07-10 Misha BrukmanConverted tabs to spaces.
2003-06-17 Brian GaekeUse $(PLATFORMLIBDL) to selectively bring in -ldl only...
2003-04-16 Chris LattnerRemove codegen libraries to speed up linking opt
2002-12-12 Misha Brukmanipa.a only needs to be mentioned once, and spaces shoul...
2002-12-09 Vikram S. AdveRepeat ipa.a. Since IPModRef is currently only used...
2002-11-19 Chris LattnerRemove extra target.a entry
2002-11-04 Chris LattnerNo need to explicitly inclue ExportSymbols now
2002-10-28 Chris LattnerAdd codegen library
2002-10-01 Chris LattnerTemporary change to make datastructure stuff link in...
2002-09-20 Vikram S. AdveRenamed library preselect to preopts.
2002-09-18 Vikram S. AdveKEEP_SYMBOLS by default.
2002-09-17 Chris LattnerEnable correct support for dynamic loading on Linux
2002-09-16 Vikram S. AdveRemove duplicate sparc entry.
2002-09-16 Vikram S. AdveUse .o files instead of .a files for several cases...
2002-09-16 Vikram S. AdveAdd support for optimization passes that use a TargetMa...
2002-08-30 Chris LattnerLink to analysis.o not analysis.a
2002-08-21 Chris LattnerFixed linking problems that wanted me to link to analyz...
2002-08-21 Chris LattnerLink in all analyses so that we get pointer analysis...
2002-07-23 Chris Lattner*** empty log message ***
2002-07-16 Anand ShuklaRemoved emitfuncs: now its part of instrument library
2002-07-12 Anand ShuklaAdded emitfuncs pass
2002-06-25 Anand Shuklacorrecting makefile: incorrectly checked in wrong versi...
2002-06-25 Anand ShuklaChanges for 64bit gcc
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-28 Chris LattnerMakefile change for IPO's that use the Datastructure...
2002-03-06 Chris LattnerPull interprocedural analyses out of Analysis library...
2002-02-26 Anand ShuklaLink in the PathProfiles library
2002-01-31 Chris LattnerResolve dependencies
2002-01-21 Chris LattnerEliminate opt library
2001-12-04 Chris LattnerUse new induction variable simplification code with...
2001-11-26 Chris LattnerLink to ipo library
2001-11-10 Chris Lattneradd Yet Another Instance of a Static Library
2001-11-01 Chris LattnerMove the Raise xform from opt to transforms
2001-10-18 Chris LattnerExpose more xforms to the opt utility
2001-10-18 Chris LattnerAdd support to insert trace code as an "optimization"
2001-09-07 Chris LattnerMake use of the new TOOLNAME/USEDLIBS options provided...
2001-07-23 Chris LattnerLarge scale changes to implement new command line argum...
2001-07-20 Chris LattnerAdd support to call LevelRaise
2001-07-15 Vikram S. AdveReordered link line for correct static linking.
2001-06-06 Chris LattnerInitial revision