Merge ChangeAllocations into scalar.h
[oota-llvm.git] / lib /
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 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 LattnerInitial checkin
2002-07-23 Chris Lattner*** empty log message ***
2002-07-23 Chris LattnerConvert over to new style makefile where libraries...
2002-07-23 Chris Lattner*** empty log message ***
2002-07-22 Mehwish Nagdamoving to the Reoptimizer/Mapping dir
2002-07-22 Mehwish Nagdamoved from CodeGen to this dir
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 LattnerHide extra argument
2002-07-22 Chris Lattner*** empty log message ***
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-19 Mehwish Nagdachanged size computation
2002-07-19 Chris LattnerIgnore some common varargs functions.
2002-07-18 Anand Shuklaminor corrections
2002-07-18 Chris Lattner* Inline CopyFunctionCallsList
2002-07-18 Chris LattnerRename removeDeadNodes to removeTriviallyDeadNodes
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 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 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 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-17 Mehwish Nagdaadded check for Function with 0 BB
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 Lattner* Make global variables with external linkage get emitt...
2002-07-16 Chris LattnerBugfix to previous checkin
2002-07-16 Mehwish NagdaNow will profile all Basic Blocks
2002-07-16 Chris Lattner* Cleanup pass
2002-07-16 Chris Lattner* Add assertion to ExprTypeConvert to detect error...
2002-07-16 Anand Shuklaadded std:: to pair
2002-07-16 Anand Shuklaadded std:: to vector
2002-07-16 Anand Shuklaadded std:: to string
2002-07-16 Anand Shuklaadded std:: to cerr and endl
2002-07-15 Mehwish NagdaAdded the Mapping Pass to out put Mapping Info to ...
2002-07-15 Mehwish NagdaInitial checking : Writes LLVM - MI mappiing to the...
2002-07-15 Vikram S. AdveEnsure ConstExpr constants are unique using a
2002-07-15 Chris LattnerFix bug: test/Regression/Assembler/2002-07-14-InternalL...
2002-07-14 Vikram S. AdveAdded support to write out ConstantExpr nodes.
2002-07-14 Vikram S. AdveAdded subclass ConstantExpr to represent expressions...
2002-07-14 Vikram S. AdveCreate a static version of Instruction::getOpcodeName...
2002-07-14 Vikram S. AdveAdd support for writing ConstantExpr nodes.
2002-07-14 Vikram S. AdveWrite out the plane for types first, since values of...
2002-07-14 Vikram S. AdveUse a helper function outputConstantsInPlane in outputC...
2002-07-14 Vikram S. AdveAdd support for reading ConstantExpr nodes.
2002-07-14 Vikram S. AdveAdd support for reading ConstantExpr nodes.
2002-07-14 Vikram S. AdveAdded support for parsing expressions constructed from...
2002-07-14 Vikram S. AdveDeclare globals llvmAsmtext and llvmAsmleng for use...
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-11 Chris Lattner* Pass the DSGraph around instead of the Function to...
2002-07-11 Chris Lattner* Nodes now keep track of any global variables in them
2002-07-11 Chris Lattner* Nodes now keep track of any global variables in them
2002-07-11 Anand Shuklaadded std:: to endl
2002-07-11 Anand Shuklaadded std:: to vector
2002-07-10 Chris LattnerNew implementation of data structure analysis. Only...
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-10 Chris LattnerReimplement data structure analysis
2002-07-10 Vikram S. AdveBug fix: cast (bool) has higher precedence than %....
2002-07-10 Vikram S. AdveFix print of BB name in dump().
2002-07-10 Vikram S. AdveAdd support for marking each operand as a %hh, %hm...
2002-07-10 Vikram S. AdveChanged interface to insertCallerSavingCode().
2002-07-10 Vikram S. AdveStop using pseudo-instructions (SETX, SETUW, SETSW)
next