*** empty log message ***
[oota-llvm.git] / tools /
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
2002-04-18 Chris LattnerMake sure that there is no case where a signal can...
2002-04-13 Chris Lattner* Add the printm pass to allow dumping the entire modul...
2002-04-12 Chris LattnerExpose funcresolve pass through opt
2002-04-10 Chris Lattner* The cleangcc pass is broken into two parts, we only...
2002-04-10 Chris LattnerThe cleangcc pass is brokeninto two pieces, execute...
2002-04-08 Chris LattnerRemove extranous #include
2002-04-08 Chris Lattners/PrintMethodPass/PrintFunctionPass
2002-04-08 Chris LattnerAdd #includes
2002-04-08 Chris LattnerAdd support for the gnu ld -s (strip) option
2002-04-08 Chris LattnerGCCLD actually does transformations to simplify the...
2002-04-07 Chris LattnerRemove asmwriter library from link line, because the...
2002-04-07 Chris LattnerPerform debug outputs with ->dump() instead of <<
2002-04-07 Chris Lattneruse dump method instead of Asm/Writer to do debug printing
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-04-01 Chris LattnerMove the PromoteMemoryToRegister pass to be run _after_...
2002-03-28 Chris LattnerMakefile change for IPO's that use the Datastructure...
next