*** empty log message ***
[oota-llvm.git] / lib / Transforms /
2002-07-26 Chris Lattner*** empty log message ***
2002-07-25 Chris Lattner*** empty log message ***
2002-07-24 Chris Lattner*** empty log message ***
2002-07-24 Chris LattnerEliminate several include/llvm/Transforms/IPO/*.h files...
2002-07-23 Chris LattnerMerge ChangeAllocations into scalar.h
2002-07-23 Chris LattnerRename header
2002-07-23 Chris LattnerCleanup and simplify code
2002-07-23 Chris LattnerIncorporate ConstantMerge.h into IPO.h
2002-07-23 Chris LattnerRename LevelChange.h to RaisePointerReferences.h
2002-07-23 Chris Lattner*** empty log message ***
2002-07-23 Chris Lattner* Remove getPassName implementation
2002-07-23 Chris Lattner* Cleanup the pass a bit more, making it more object...
2002-07-23 Chris Lattner* Break the two different behaviors of SimpleStructMuta...
2002-07-23 Chris Lattner* Make the ctor take a TargetData even though it's...
2002-07-23 Chris Lattner* Remove lots of dead stuff
2002-07-23 Chris Lattner*** empty log message ***
2002-07-22 Chris LattnerHide extra argument
2002-07-22 Chris Lattner*** empty log message ***
2002-07-21 Anand Shuklacomeented out debug printing
2002-07-18 Anand Shuklaminor corrections
2002-07-18 Chris LattnerSeperate stats for DCE'd functions and vars
2002-07-18 Chris Lattner*** empty log message ***
2002-07-18 Chris LattnerOnly functions with external linkage can be resolved...
2002-07-18 Chris Lattner* Rewrite loop to be slightly more efficient (arguably)
2002-07-18 Chris Lattner* Correctly get prototype for void*malloc(size_t)
2002-07-18 Chris LattnerImplement linking of ConstExprs
2002-07-17 Chris LattnerAnand forgot to check in the makefile corresponding...
2002-07-17 Chris Lattner* Remove dead code from ExprTypeConvert.cpp
2002-07-16 Chris Lattner* Add a bunch of debugging features to LevelRaise
2002-07-16 Chris LattnerAvoid !sized assertion failure if Ty is not a sized...
2002-07-16 Chris LattnerFix bug: test/Regression/Transforms/LevelRaise/2002...
2002-07-16 Anand ShuklaMoved over EmitFunctions to this library
2002-07-16 Anand Shuklaremoved this directory
2002-07-16 Anand ShuklaMoved EmitFunctions.cpp up to instrumentation directory
2002-07-16 Chris LattnerBugfix to previous checkin
2002-07-16 Chris Lattner* Cleanup pass
2002-07-16 Chris Lattner* Add assertion to ExprTypeConvert to detect error...
2002-07-12 Anand ShuklaAdded EmitFunctions directory
2002-07-12 Anand ShuklaInitial makefile
2002-07-12 Anand ShuklaInitial version: adds a function table to output code
2002-07-10 Chris LattnerDisable folding g-e-p instructions into loads and stores.
2002-07-10 Chris LattnerDisable pool allocation stuff until data structure...
2002-07-08 Vikram S. AdveFix iteration and InsertPos bugs introduced when Chris...
2002-07-08 Anand Shuklachanges BBsorting and oredering
2002-07-08 Anand Shuklasmall corrections
2002-07-08 Anand Shuklachanged function numbering
2002-06-30 Chris Lattner*** empty log message ***
2002-06-30 Chris LattnerClean up anands patch
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Anand Shuklaadditions and bug fixes
2002-06-25 Anand Shuklaadded include<iostream> for cerr
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-06-25 Chris Lattner*** empty log message ***
2002-06-25 Chris LattnerRemove DynamicConstantMerge pass, because it did not...
2002-06-25 Chris LattnerRemove "fixers" for problems in GCC generated code...
2002-06-25 Anand ShuklaRelocating Graph.h
2002-05-28 Chris LattnerAvoid deleting individual instructions until AFTER...
2002-05-26 Chris LattnerSimplify the interface to local DCE and Constant prop
2002-05-26 Chris LattnerDo not remove type names that contain a .
2002-05-24 Chris LattnerFix "unimplemented features":
2002-05-24 Chris LattnerSplit the FunctionResolution pass out of CleanGCCOutput...
2002-05-24 Chris LattnerFix comments to reflect reality
2002-05-24 Chris LattnerSupport programs that do not #include <malloc.h> or...
2002-05-23 Chris LattnerFold add X, 0 for floating point types as well
2002-05-22 Chris LattnerConvert code to use the DEBUG macro so that debug code...
2002-05-22 Chris LattnerFix and implement ADCE to finally work!
2002-05-22 Chris LattnerConvert transforms over to standardize debugging output...
2002-05-22 Chris LattnerUse the new DEBUG(x) macro to allow debugging code...
2002-05-22 Chris LattnerFix bug: test/Regression/Transforms/SCCP/2002-05-21...
2002-05-21 Chris LattnerAdd implementation of SimplifyCFG
2002-05-21 Chris LattnerNew CFG Simplification pass: removed from the old DCE...
2002-05-21 Chris LattnerSimplify interface to ConstantFoldTerminator
2002-05-20 Chris Lattner* Change commandline options a bit to be nicer
2002-05-20 Chris LattnerFix bug: test/Regression/Transforms/SCCP/2002-05-20...
2002-05-19 Vikram S. AdveHash pointer values to a sequence number to get identic...
2002-05-16 Chris Lattner* Make debug output conditional on #define
2002-05-14 Chris Lattner* Fix bug: test/Regression/Transforms/GCSE/2002-05...
2002-05-14 Chris LattnerFix bug: test/Regression/Transforms/InstCombine/2002...
2002-05-14 Chris LattnerFix bug: test/Regression/Transforms/InstCombine/2002...
2002-05-14 Chris LattnerFix a major source of "type unsafety", where a cast...
2002-05-14 Chris LattnerImplement elimination of loads
2002-05-13 Chris LattnerTrivial cleanups
2002-05-10 Chris LattnerInitial checkin of LICM pass
2002-05-10 Chris LattnerAdd support for printing out statistics information...
2002-05-10 Chris LattnerFix some bugs, straighten stuff out, more work needs...
2002-05-10 Chris Lattner* Add support for the -stats command line option to...
2002-05-10 Chris LattnerInitial checkin of the PiNodeInsertion pass
2002-05-09 Chris LattnerHandle setcc <global*>, 0 instructions, Global pointers...
2002-05-09 Chris LattnerGive the longer name to the instruction that will proba...
2002-05-09 Chris LattnerAdd ability to transform (x - (y - z)) into (x + (z...
2002-05-08 Chris Lattner* Combine: A-(-B) -> A + B
2002-05-08 Chris LattnerInitial checkin of expression reassociation pass
2002-05-07 Chris LattnerGive the unified exit node a name
2002-05-07 Chris LattnerFix bug: test/Regression/Transforms/ADCE/2002-01-31...
2002-05-07 Chris LattnerMerge all individual .h files into a single Scalar...
2002-05-07 Chris LattnerThis doesn't use DCE!
2002-05-07 Chris LattnerMove UnifyFunctionExitNodes to Utils library: final...
next