* Standardize how analysis results/passes as printed with the print() virtual
[oota-llvm.git] / lib /
2002-07-27 Chris Lattner* Standardize how analysis results/passes as printed...
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-26 Chris Lattner*** empty log message ***
2002-07-25 Chris LattnerFix typeo that caused bug:
2002-07-25 Chris LattnerAdd check to fix bug:
2002-07-25 Chris LattnerFix bug: test/Regression/Assembler/2002-07-25-QuoteInSt...
2002-07-25 Chris Lattner*** empty log message ***
2002-07-25 Chris LattnerRefix stuff for GCC 2.95, 3.0.4 & 3.1
2002-07-25 Chris LattnerFix gcc 3.1 complaint
2002-07-25 Mehwish Nagdanow removes deleted nops from MachineCodeForInstruction
2002-07-25 Mehwish Nagdachanged implementation of LLVM BYTECODE Length
2002-07-25 Chris LattnerAvoid warning message
2002-07-25 Chris LattnerBreak line to fit 80 columns
2002-07-25 Chris LattnerAvoid warning: control reaches end of non-void function
2002-07-25 Chris Lattner*** empty log message ***
2002-07-25 Chris Lattner*** empty log message ***
2002-07-25 Chris LattnerGCC 3.1 changes
2002-07-25 Chris LattnerGCC 3.1 changes, finally the burm file builds the FIRST...
2002-07-24 Chris Lattner*** empty log message ***
2002-07-24 Chris LattnerGCC 3.1 changes
2002-07-24 Chris Lattner*** empty log message ***
2002-07-24 Chris LattnerChanges for GCC 3.1
2002-07-24 Chris Lattner*** empty log message ***
2002-07-24 Chris Lattner*** empty log message ***
2002-07-24 Chris LattnerNon-standard hash classes are not in the std:: namespace
2002-07-24 Chris Lattner*** empty log message ***
2002-07-24 Chris LattnerFix problem that GCC3.1 doesn't like.
2002-07-24 Chris LattnerFix a bug exposed by lli
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 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 ...
next