oota-llvm.git
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.
2002-07-17 Chris LattnerNew testcase, unanalyzed.
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-17 Chris LattnerNew testcase finally identified!!
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 Chris LattnerNew testcase
2002-07-16 Chris LattnerAdd testcase for raise opportunity missed.
2002-07-16 Anand ShuklaRemoved emitfuncs: now its part of instrument library
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 Chris LattnerBug fix to RUN line
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 Chris LattnerNew testcase distilled from olden-tsp.
2002-07-16 Chris LattnerNew testcase
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 Nagda*** empty log message ***
2002-07-15 Mehwish NagdaInitial checking : Writes LLVM - MI mappiing to the...
2002-07-15 Vikram S. AdveEnsure ConstExpr constants are unique.
2002-07-15 Vikram S. AdveEnsure ConstExpr constants are unique using a
2002-07-15 Vikram S. AdveAdded duplicate constant expressions to test uniqueness...
2002-07-15 Chris LattnerFix bug: test/Regression/Assembler/2002-07-14-InternalL...
2002-07-14 Chris LattnerCheck in tests that have been in my tree for a long...
2002-07-14 Chris LattnerMinor rename of output
2002-07-14 Chris LattnerNew testcase to track opaque type bug
2002-07-14 Vikram S. AdveMinor additions.
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-14 Vikram S. AdveCreate a static version of Instruction::getOpcodeName...
2002-07-14 Vikram S. AdveAdded subclass ConstantExpr to represent expressions...
2002-07-14 Vikram S. AdveAdd a couple of virtual functions to support subclass...
2002-07-14 Vikram S. AdveTest the handling of constant expressions.
2002-07-14 Chris LattnerAllow tests that use custom commands to run
2002-07-14 Chris LattnerTest to make sure that 'internal' flags don't get dropp...
2002-07-12 Anand Shuklainitial version: for emitfuncs pass
2002-07-12 Anand Shuklaadded emitfuncs pass, and disabled reassociate pass...
2002-07-12 Anand ShuklaAdded emitfuncs pass
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 Chris Lattner* Nodes now keep track of any global variables containe...
2002-07-11 Anand Shuklaadded std:: to endl
2002-07-11 Anand Shuklaadded std:: to vector
2002-07-10 Chris LattnerRename DataStructure to LocalDataStructures
2002-07-10 Chris LattnerNew implementation of data structure analysis
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 Chris LattnerFix broken test
2002-07-10 Vikram S. AdveInclude Makefile.singlesrc in order to compile .c tests.
2002-07-10 Vikram S. AdveSome of these are feature tests, not regression tests.
2002-07-10 Vikram S. AdveBug fix: cast (bool) has higher precedence than %....
2002-07-10 Vikram S. AdveAdd support for marking each operand as a %hh, %hm...
2002-07-10 Vikram S. AdveAdded a few more methods for creating instructions.
2002-07-10 Vikram S. AdveFix print of BB name in dump().
next