oota-llvm.git
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 LattnerRegister the WriteBytecodePass
2002-07-23 Chris Lattner* Rename to IPO.h
2002-07-23 Chris LattnerAdd a version of the bytecode writer pass that has...
2002-07-23 Chris LattnerIncorporate into IPO.h
2002-07-23 Chris LattnerPrepare the file to become IPO.h
2002-07-23 Chris LattnerMerge the contents of ChangeAllocations.h into Scalar.h
2002-07-23 Chris LattnerAllow directories to specify that they want to be built...
2002-07-23 Chris LattnerChecking testcase in my local tree only
2002-07-23 Chris LattnerNew testcase for bug
2002-07-23 Chris LattnerTEstcases for old bugs
2002-07-23 Chris LattnerCheck in testcases that were just in my tree
2002-07-23 Chris LattnerNew testcase
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 LattnerRegister Verifier pass
2002-07-23 Chris LattnerAdd support for pass registration
2002-07-23 Chris LattnerRegister Writer passes
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 LattnerBreak part of Pass.h out into PassAnalysisSupport.h
2002-07-23 Chris LattnerAllow comparison against null
2002-07-23 Chris Lattner*** empty log message ***
2002-07-23 Chris LattnerPass creator requires a TargetData member
2002-07-23 Chris LattnerRegularize the Print*Passes so they have default ctors.
2002-07-23 Chris LattnerInitial checkin
2002-07-23 Chris LattnerIgnore the boost #include files
2002-07-23 Chris LattnerEnable USEDLIBS to contain .a and .o files
2002-07-23 Chris Lattner*** empty log message ***
2002-07-23 Chris LattnerConvert over to new style makefile where libraries...
2002-07-23 Chris LattnerConvert over to new style of Makefile, where there...
2002-07-23 Chris Lattner*** empty log message ***
2002-07-23 Chris LattnerAdd support for removing an option from a genericparser
2002-07-23 Chris LattnerChange to avoid bug in GCC 3.0.4
2002-07-23 Chris Lattnerinitial checkin
2002-07-23 Chris Lattner*** empty log message ***
2002-07-23 Chris LattnerInitial checkin
2002-07-22 Mehwish Nagdamoving to the Reoptimizer/Mapping dir
2002-07-22 Mehwish Nagdamoved from CodeGen to this dir
2002-07-22 Mehwish NagdaMoved to Reoptimizer/Mapping directory
2002-07-22 Chris LattnerAlways create a shadow node for a store instruction...
2002-07-22 Chris LattnerMinor bugfix, prevents error in LLI
2002-07-22 Chris LattnerFix synopsis
2002-07-22 Chris LattnerAdd description to Enum options.
2002-07-22 Chris LattnerHide extra argument
2002-07-22 Chris Lattner*** empty log message ***
2002-07-22 Chris LattnerConvert command line option processing code over to...
2002-07-22 Chris LattnerConvert Command Line option handling code to use the...
2002-07-22 Chris LattnerCheckin CommandLine 2.0
2002-07-22 Chris LattnerPrint the contents, not the pointer...
2002-07-21 Anand Shuklacomeented out debug printing
2002-07-21 Anand ShuklaAdding code for outputing length in .s
2002-07-21 Anand Shuklachanged first arg of parseBytecodeBuffer to unsigned...
2002-07-21 Anand Shuklachanged first arg og parseBytecodeBuffer to uchar
2002-07-20 Chris Lattner*** empty log message ***
2002-07-20 Chris LattnerCheck in the boost type_traits library, because it...
2002-07-19 Mehwish Nagdachanged size computation
2002-07-19 Chris LattnerIgnore some common varargs functions.
2002-07-19 Chris LattnerNew testcase
2002-07-18 Anand Shuklaminor corrections
2002-07-18 Chris Lattner* Inline CopyFunctionCallsList
2002-07-18 Chris LattnerRename removeDeadNodes to removeTriviallyDeadNodes
2002-07-18 Chris LattnerRename removeDeadNodes to removeTriviallyDeadNodes
2002-07-18 Chris LattnerSimplify saveOrigFunctionCalls
2002-07-18 Vikram S. AdveAdd support for a top-down propagation pass:
2002-07-18 Vikram S. AdveAdd support for a top-down propagation pass.
2002-07-18 Chris LattnerImplement cast nodes correctly.
2002-07-18 Chris LattnerAdd support for bottom up closure of ds analysis
2002-07-18 Chris LattnerBuild globaldce tests
2002-07-18 Chris LattnerSeperate stats for DCE'd functions and vars
2002-07-18 Chris Lattner* Code cleanups
2002-07-18 Chris Lattner*** empty log message ***
2002-07-18 Chris Lattner* s/method/function
2002-07-18 Chris Lattner* s/method/function
2002-07-18 Chris LattnerNew testcase
2002-07-18 Chris LattnerNew testcases for bug in globaldce
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 LattnerThe graph is more accurate when I don't completely...
2002-07-18 Chris Lattner* Correctly get prototype for void*malloc(size_t)
2002-07-18 Chris LattnerFixes to be LP64 correct
2002-07-18 Chris Lattner* ConstExpr::getelementptr now takes a vector of Consta...
2002-07-18 Chris LattnerConstExpr::getelementptr now takes a vector of Constant...
2002-07-18 Chris LattnerAdd a hack to check for a subset of true dominance...
2002-07-18 Chris LattnerImplement linking of ConstExprs
2002-07-18 Chris LattnerLots of bug fixes, add BottomUpClosure, which has bugs...
2002-07-18 Chris LattnerFirst cut at implementing bottom up analysis
2002-07-18 Chris LattnerMake getelementptr ConstExpr take a vector of constants...
2002-07-17 Mehwish Nagdaadded check for Function with 0 BB
2002-07-17 Guochun Shi*** empty log message ***
2002-07-17 Chris LattnerNew testcase
2002-07-17 Chris LattnerFix prototype to make function.
next