Return null on failure, instead of aborting.
[oota-llvm.git] / lib / Transforms /
2002-08-13 Chris Lattner- Rename ConstantGenericIntegral -> ConstantIntegral
2002-08-12 Chris Lattner* Factor a bunch of code by using ReplaceInstUsesWith
2002-08-09 Chris LattnerNew functionality for instcombine:
2002-08-08 Chris LattnerInitial checkin of the "Hello World" Pass.
2002-08-08 Chris Lattner- Cleaned up the interface to AnalysisUsage to take...
2002-08-08 Chris Lattner- Cleaned up the interface to AnalysisUsage to take...
2002-08-08 Chris LattnerRemove extraneous #includes
2002-08-03 Vikram S. AdveEliminate cast instructions: use only GEPs in decompose...
2002-08-02 Chris LattnerFix bug: test/Regression/Transforms/InstCombine/2002...
2002-08-02 Chris Lattner* Cleanups of instcombine
2002-08-02 Chris LattnerFix bug: test/Regression/Transforms/GCSE/2002-05-21...
2002-08-01 Chris LattnerRemove unneccesary #inlcude
2002-07-31 Chris LattnerImplement the other half of a feature advertised by...
2002-07-30 Chris Lattner* Indent class into anonymous namespace, filling up...
2002-07-30 Chris LattnerCleanup ConstantExpr handling:
2002-07-30 Chris LattnerRemove FIXME's that aren't really needed after all.
2002-07-30 Chris LattnerFix bug with last patch which would occur when a call...
2002-07-30 Chris Lattner* Make sure the resolved function call instructions...
2002-07-30 Chris Lattner* Fix bug: test/Regression/Transforms/ADCE/2002-07...
2002-07-29 Chris LattnerAdd code to ensure that no PHI nodes are left laying...
2002-07-29 Chris LattnerImplement a new RemoveSuccessor function
2002-07-29 Chris LattnerFix bug: test/Regression/Transforms/ADCE/2002-07-29...
2002-07-29 Chris LattnerAllow folding of basic blocks that have PHI nodes in...
2002-07-27 Chris Lattner* Standardize how analysis results/passes as printed...
2002-07-27 Chris Lattner* Standardize how analysis results/passes as printed...
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-26 Chris Lattner* Add support for different "PassType's"
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
next