summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* *** empty log message ***Chris Lattner2002-07-23
* Convert over to new style makefile where libraries by default build .o filesChris Lattner2002-07-23
* *** empty log message ***Chris Lattner2002-07-23
* moving to the Reoptimizer/Mapping dirMehwish Nagda2002-07-22
* moved from CodeGen to this dirMehwish Nagda2002-07-22
* Always create a shadow node for a store instruction, even if it's storingChris Lattner2002-07-22
* Minor bugfix, prevents error in LLIChris Lattner2002-07-22
* Hide extra argumentChris Lattner2002-07-22
* *** empty log message ***Chris Lattner2002-07-22
* Convert Command Line option handling code to use the CommandLine 2.0 interfaceChris Lattner2002-07-22
* Checkin CommandLine 2.0Chris Lattner2002-07-22
* Print the contents, not the pointer...Chris Lattner2002-07-22
* comeented out debug printingAnand Shukla2002-07-21
* Adding code for outputing length in .sAnand Shukla2002-07-21
* changed size computationMehwish Nagda2002-07-19
* Ignore some common varargs functions.Chris Lattner2002-07-19
* minor correctionsAnand Shukla2002-07-18
* * Inline CopyFunctionCallsListChris Lattner2002-07-18
* Rename removeDeadNodes to removeTriviallyDeadNodesChris Lattner2002-07-18
* Add support for a top-down propagation pass:Vikram S. Adve2002-07-18
* Add support for a top-down propagation pass.Vikram S. Adve2002-07-18
* Implement cast nodes correctly.Chris Lattner2002-07-18
* Seperate stats for DCE'd functions and varsChris Lattner2002-07-18
* * Code cleanupsChris Lattner2002-07-18
* *** empty log message ***Chris Lattner2002-07-18
* * s/method/functionChris Lattner2002-07-18
* Only functions with external linkage can be resolved to function declarations.Chris Lattner2002-07-18
* * Rewrite loop to be slightly more efficient (arguably)Chris Lattner2002-07-18
* The graph is more accurate when I don't completely ignore the return value.Chris Lattner2002-07-18
* * Correctly get prototype for void*malloc(size_t)Chris Lattner2002-07-18
* * ConstExpr::getelementptr now takes a vector of Constants not ValuesChris Lattner2002-07-18
* ConstExpr::getelementptr now takes a vector of Constants not ValuesChris Lattner2002-07-18
* Add a hack to check for a subset of true dominance propertiesChris Lattner2002-07-18
* Implement linking of ConstExprsChris Lattner2002-07-18
* Lots of bug fixes, add BottomUpClosure, which has bugs, but is a start.Chris Lattner2002-07-18
* added check for Function with 0 BBMehwish Nagda2002-07-17
* Anand forgot to check in the makefile corresponding to his previous changeChris Lattner2002-07-17
* * Remove dead code from ExprTypeConvert.cppChris Lattner2002-07-17
* * Add a bunch of debugging features to LevelRaiseChris Lattner2002-07-16
* Avoid !sized assertion failure if Ty is not a sized typeChris Lattner2002-07-16
* Fix bug: test/Regression/Transforms/LevelRaise/2002-07-16-RaiseCrash2.llChris Lattner2002-07-16
* Moved over EmitFunctions to this libraryAnand Shukla2002-07-16
* removed this directoryAnand Shukla2002-07-16
* Moved EmitFunctions.cpp up to instrumentation directoryAnand Shukla2002-07-16
* * Make global variables with external linkage get emitted correctlyChris Lattner2002-07-16
* Bugfix to previous checkinChris Lattner2002-07-16
* Now will profile all Basic BlocksMehwish Nagda2002-07-16
* * Cleanup passChris Lattner2002-07-16
* * Add assertion to ExprTypeConvert to detect error earlier than without itChris Lattner2002-07-16
* added std:: to pairAnand Shukla2002-07-16