* Standardize how analysis results/passes as printed with the print() virtual
[oota-llvm.git] / lib / Transforms / IPO /
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-25 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 Lattner*** empty log message ***
2002-07-23 Chris Lattner* Remove getPassName implementation
2002-07-23 Chris Lattner* Break the two different behaviors of SimpleStructMuta...
2002-07-23 Chris Lattner* Remove lots of dead stuff
2002-07-23 Chris Lattner*** empty log message ***
2002-07-22 Chris Lattner*** empty log message ***
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* Correctly get prototype for void*malloc(size_t)
2002-07-10 Chris LattnerDisable pool allocation stuff until data structure...
2002-06-30 Chris Lattner*** empty log message ***
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 LattnerRemove DynamicConstantMerge pass, because it did not...
2002-06-25 Chris LattnerRemove "fixers" for problems in GCC generated code...
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 LattnerSupport programs that do not #include <malloc.h> or...
2002-05-22 Chris LattnerConvert transforms over to standardize debugging output...
2002-05-10 Chris LattnerAdd support for printing out statistics information...
2002-05-07 Chris Lattnerfix comments and documentation in file
2002-05-07 Chris LattnerSplit ChangeAllocations.cpp into Raise & LowerAllocatio...
2002-05-07 Chris LattnerUpdates to move some header files out of include/llvm...
2002-05-07 Chris LattnerReduce dependance on TransformInternals.h, instead...
2002-05-02 Chris LattnerBe a little more efficient, do not generate loads and...
2002-04-29 Chris LattnerEliminate dead global variables
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 LattnerTighten up the AnalysisUsage of lots of passes, primari...
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-28 Chris LattnerBe careful not to make "external" function internal
2002-04-28 Chris LattnerInitial checkin of new "Internalize" pass for GCCLD
2002-04-27 Chris Lattners/Method/Function
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-27 Chris LattnerChanges because the Terminator::getSuccessor function...
2002-04-27 Chris Lattner* Change Constant::getNullConstant to Constant::getNull...
2002-04-18 Chris LattnerPrograms that actually free memory were broken
2002-04-18 Chris LattnerAdd a fixme so that we don't forget this is broken.
2002-04-18 Chris LattnerCorrectly transform dependant arguments, allowing the...
2002-04-15 Chris Lattnerrun an extra pass after a function has been transformed...
2002-04-14 Chris LattnerTurn off debug output
2002-04-13 Chris Lattner* Allow datasize to be specified on the commandline
2002-04-13 Chris Lattner* Give alloca's for pool descriptors better names than...
2002-04-13 Chris Lattner* Add names to the symbol table for pool types and...
2002-04-12 Chris LattnerImplement function rewriting to use offsets instead...
2002-04-10 Chris Lattner* Add documentation
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-09 Chris LattnerAdd #includes to make up for #includes pruned out of...
2002-04-08 Chris Lattners/Method/Function
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-04-04 Chris LattnerPATypeHolder is now not a template
2002-04-01 Chris LattnerAllow scalars that point to multiple nodes when buildin...
2002-04-01 Chris LattnerAdd extra case here to avoid getting spurious output
2002-03-31 Chris LattnerAdd debug output
2002-03-30 Chris Lattner* Catch and ignore (for now) return instructions in...
2002-03-30 Chris Lattner* Clean up data structures [AllocDSNode -> DSNode]
2002-03-30 Chris LattnerMaintain enough information so that the pools for all...
2002-03-29 Chris LattnerImplement the first batch of transformations to the...
2002-03-29 Chris LattnerCorrectly clone the function with the extra argument...
2002-03-29 Chris Lattners/Method/Function
2002-03-29 Chris LattnerFind out which calls in the function we need to transfo...
2002-03-29 Chris Lattners/Method/Function
2002-03-29 Chris LattnerModularize code a bit
2002-03-29 Chris LattnerImplement the first step of pool allocation - Creating...
2002-03-29 Chris LattnerFlesh out a bunch more code, print allocations that...
2002-03-29 Chris Lattners/method/function
2002-03-29 Chris Lattners/Method/Function/g
2002-03-28 Chris LattnerInitial checkin of Noop pass that will be the pool...
2002-03-26 Chris LattnerChange references from Method to Function
2002-03-15 Chris LattnerRemove code designed to compensate for a bug in GCC...
2002-03-06 Chris LattnerTake CallGraph out of the CFG namespace. It has nothin...
2002-02-26 Chris LattnerChange over to use new style pass mechanism, now passes...
2002-02-25 Chris LattnerWhen inlining basic blocks and instructions, give them...
2002-02-18 Chris LattnerHandle more cases in the linker
2002-02-12 Chris Lattner* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
2002-01-31 Chris LattnerConvert xforms over to new pass structure.
2002-01-22 Chris LattnerPull RaiseAllocations stuff out of the CleanGCC pass...
2002-01-21 Chris LattnerMove stuff out of the Optimizations directories into...
2002-01-21 Chris LattnerRename SwapStructureContents -> IPO/SimpleStructMutation
2002-01-21 Chris LattnerImplement a more powerful, simpler, pass system. This...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-14 Chris LattnerThe proper prototype for malloc returns a pointer,...
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-12-03 Chris LattnerSplit the PHINode class out from the iOther.h file...
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerRemove debugging output
2001-11-26 Chris LattnerSupport internal linkage
2001-11-26 Chris LattnerImplement DCE of global values
next