Make it easier to pass a custom diagnostic handler to the IR linker.
[oota-llvm.git] / tools / opt / Makefile
2014-02-22 Quentin Colombet[CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.
2013-12-27 Nico WeberStrip dead code when linking by default with BFD ld...
2013-03-26 Chandler CarruthManually update the dependencies in the Makefiles....
2013-01-28 Michael GottesmanExtracted ObjCARC.cpp into its own library libLLVMObjCA...
2012-10-18 Nadav RotemReapply the TargerTransformInfo changes, minus the...
2012-10-18 Bob WilsonTemporarily revert the TargetTransform changes.
2012-10-10 Nadav RotemAdd a new interface to allow IR-level passes to access...
2012-02-01 Hal FinkelAdd a basic-block autovectorization pass.
2011-10-18 Daniel Dunbarbuild: Tidy up a bunch of tool Makefiles, and simplify...
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2009-10-22 Chris Lattnernothing opt uses can throw, remove the try block and...
2009-09-03 Dan GohmanUse IRReader.h in opt, to support reading of LLVM Assem...
2009-04-01 Misha BrukmanFixed file header comment.
2007-12-29 Chris Lattnerremove attributions from tools/utils makefiles.
2007-05-06 Chris Lattnerswitch tools to bitcode from bytecode
2007-05-06 Chris Lattnerif -bitcode is specified, read and write a bitcode...
2007-02-03 Reid SpencerFor PR1072:
2006-12-13 John CriswellRemove DSA.
2006-09-04 Chris LattnerUse LINK_COMPONENTS to specify *components* to link...
2006-08-27 Chris LattnerMerge the 'analyze' mode code with the 'opt' mode code...
2006-08-18 Reid SpencerFor PR872:
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...
2006-02-22 Chris Lattnerreorder some libraries
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 LattnerRemove a now-unneeded library
2005-10-24 Chris LattnerUse archive versions of these libraries, using the...
2005-04-22 Reid SpencerTwo changes:
2004-11-25 Reid SpencerAdd LLVMbzip2 library, now required.
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...
2004-06-25 Chris LattnerMake sure to link all IPA's into opt, so that it has...
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