Add a class that is useful for hacking around linking problem due to
[oota-llvm.git] / tools /
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-08-17 Chris LattnerDo not leak memory for passes when using -stopAfterNPas...
2002-08-17 Chris LattnerRun GlobalDCE before deadtypeelim so that we do not...
2002-08-08 Chris Lattner- Cleaned up the interface to AnalysisUsage to take...
2002-08-07 Chris LattnerOnly include the sparc.o file once!
2002-08-01 Chris LattnerReorder tool building sequence to more closely match...
2002-07-31 Chris LattnerChanges to be GCC3.1 friendly
2002-07-31 Chris LattnerChange command line option message on -q to make it...
2002-07-30 Chris LattnerPrint the tool name when an error comes from so that...
2002-07-30 Chris LattnerPrint the tool name when an error comes from so that...
2002-07-30 Chris LattnerPrint the tool name when an error comes from so that...
2002-07-30 Chris LattnerRemove extraneous #includes
2002-07-29 Chris LattnerUse a module analysis
2002-07-29 Chris LattnerSeperate analysis wrapper stuff to AnalysisWrappers.cpp
2002-07-27 Chris LattnerMake analyze use the Pass repository to populate it...
2002-07-26 Chris LattnerFactor PassNamePArser out into llvm/Support/PassNamePar...
2002-07-26 Chris Lattner*** empty log message ***
2002-07-25 Chris LattnerNamespace correctness is good
2002-07-25 Chris Lattner*** empty log message ***
2002-07-25 Chris LattnerBe more namespace correct
2002-07-25 Chris LattnerREmove extra blank lines
2002-07-25 Chris Lattner*** empty log message ***
2002-07-24 Chris Lattner*** empty log message ***
2002-07-23 Chris Lattner*** empty log message ***
2002-07-23 Chris LattnerMinor changes due to code juggled around
2002-07-23 Chris LattnerUse the pass registration mechanism to populate command...
2002-07-23 Chris LattnerRaise pass requires an explicit TargetData member now.
2002-07-23 Chris Lattner*** empty log message ***
2002-07-23 Chris LattnerConvert over to new style of Makefile, where there...
2002-07-22 Chris LattnerFix synopsis
2002-07-22 Chris LattnerAdd description to Enum options.
2002-07-22 Chris Lattner*** empty log message ***
2002-07-22 Chris LattnerConvert command line option processing code over to...
2002-07-18 Chris LattnerAdd support for bottom up closure of ds analysis
2002-07-16 Anand ShuklaRemoved emitfuncs: now its part of instrument library
2002-07-12 Anand Shuklaadded emitfuncs pass, and disabled reassociate pass...
2002-07-12 Anand ShuklaAdded emitfuncs pass
2002-07-10 Chris LattnerRename DataStructure to LocalDataStructures
2002-07-09 Vikram S. AdveDisabling reassociate pass until it is fixed.
2002-06-30 Chris Lattner*** empty log message ***
2002-06-30 Chris LattnerClean up anands patch
2002-06-30 Chris LattnerStrip the symbols out of the bytecode to inflate genera...
2002-06-30 Chris LattnerYEs, we really do want to sort.
2002-06-30 Chris LattnerYes, we REALLY DO want to run the reassociate pass.
2002-06-25 Anand ShuklaChanges for 64bit gcc
2002-06-25 Anand Shuklacorrecting makefile: incorrectly checked in wrong versi...
2002-06-25 Anand ShuklaChanges for 64bit gcc
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-06-25 Chris LattnerSimplify the code that adds passes so compilation can...
2002-06-24 Chris LattnerCheckin descriptive note
2002-05-23 Chris LattnerNo need to run dce with adce right behind!
2002-05-23 Chris LattnerMake sure the extracted function has external linkage...
2002-05-22 Chris LattnerAdd the ADCE pass to gccas finally!
2002-05-22 Chris LattnerBuild the extract utility
2002-05-22 Chris LattnerInitial checkin of the "extract" utility
2002-05-21 Chris LattnerExpose cfg simplification pass
2002-05-21 Chris LattnerSimplify CFG after code generation is done
2002-05-20 Chris LattnerFix tracing code support to link in the tracing routine...
2002-05-20 Chris LattnerRemove tracing code hack
2002-05-20 Chris LattnerUse literal newline instead of endl
2002-05-20 Chris LattnerDrop something that link will never support, use gccld...
2002-05-19 Vikram S. AdveAdd libsparc.a a second time to resolve link errors.
2002-05-19 Vikram S. AdveLink with test/Libraries/libinstr32.a for runtime routines
2002-05-14 Chris LattnerRun another local value numbering phase after redundanc...
2002-05-10 Chris Lattnerexpose LICM pass
2002-05-10 Chris LattnerAdd LICM pass to compiler
2002-05-10 Chris LattnerExpose the lowerallocs pass
2002-05-10 Chris LattnerExpose the pi node insertion pass.
2002-05-09 Chris LattnerClean up dis so that it does not print out code in...
2002-05-08 Chris LattnerExpose expression reassociation
2002-05-08 Chris LattnerRun expression reassociation as part of gccas
2002-05-08 Sumant Kowshik*** empty log message ***
2002-05-07 Chris LattnerSpell aggressive correctly
2002-05-07 Chris LattnerMerge all include/llvm/Transforms/Scalar/* into a singl...
2002-05-07 Chris LattnerFix makefiles after shuffling passes around the libraries
2002-05-07 Chris LattnerMove UnifyFunctionExitNodes to Utils library: final...
2002-05-07 Chris LattnerOops, somehow lost a slash. Fixed
2002-05-07 Chris LattnerUpdates to move some header files out of include/llvm...
2002-05-07 Chris LattnerStraighten out makefiles after moving code to new Trans...
2002-05-06 Chris LattnerGCSE is faster than SCCP, and it makes SCCP's job easie...
2002-05-06 Chris LattnerInstruction Combination can create a ton of trivially...
2002-05-06 Chris LattnerRun DCE AFTER SCCP and GCSE!
2002-04-30 Chris LattnerRemove unneccesary pass.
2002-04-29 Chris LattnerThese aren't tools
2002-04-29 Chris LattnerMove constant merging pass earlier
2002-04-29 Chris LattnerRemove InstForest from analysis namespace
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-04-28 Chris LattnerRename functions to be more consistend with other pass...
2002-04-28 Chris LattnerTighten up the AnalysisUsage of lots of passes, primari...
2002-04-28 Chris LattnerEliminate the cfg namespace
2002-04-28 Chris LattnerExpose the internalize pass.
2002-04-28 Chris LattnerRun the internalize pass to mark all functions except...
2002-04-28 Chris LattnerUse operator << to print modules
2002-04-28 Chris LattnerRun GCSE as part of gccas.
2002-04-28 Chris LattnerExpose new GCSE pass
2002-04-27 Chris Lattners/Method/Function
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
next