Fix some bugs, straighten stuff out, more work needs to be done.
[oota-llvm.git] / lib / VMCore /
2002-05-08 Chris LattnerVerify that function call arguments match the function...
2002-05-07 Chris LattnerImplement constant propogation of PHI instructions...
2002-05-07 Chris LattnerMove UnifyFunctionExitNodes to Utils library: final...
2002-05-07 Chris LattnerUpdates to move some header files out of include/llvm...
2002-05-06 Chris LattnerMark analyses that only depend on the CFG of a function
2002-05-06 Chris LattnerMake functions that preserve the CFG not invalidate...
2002-05-06 Chris LattnerMove a bunch of code to a .cpp file, don't #include...
2002-05-06 Chris LattnerMove code out of header file
2002-05-06 Chris LattnerReplace all usages of Type::isPointerType with isa...
2002-05-06 Chris LattnerImplement getPrimitiveSize()
2002-05-06 Chris LattnerImplement constant propogation of shift instructions
2002-05-06 Chris LattnerImplement constant propogation of shifts
2002-05-06 Chris LattnerPrint functions with curly braces instead of begin/end
2002-05-06 Chris LattnerImplement two iterator remove method
2002-05-03 Chris LattnerImplement remainder
2002-05-03 Chris LattnerImplement remainder
2002-05-03 Chris LattnerFix bug: test/Regression/Transforms/SCCP/2002-05-03...
2002-05-02 Chris LattnerThe implementation keyword is no longer neccesary
2002-04-30 Chris LattnerFix problem where subpasses would invalidate all analys...
2002-04-29 Chris LattnerMake the range insert operation return an iterator...
2002-04-29 Chris LattnerChanges so that iMemory.h doesn't include DerivedTypes.h
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-04-29 Chris LattnerAdd a new command line option for PassManager using...
2002-04-28 Chris LattnerTodo has been implemented, remove it
2002-04-28 Chris LattnerTighten up the AnalysisUsage of lots of passes, primari...
2002-04-28 Chris LattnerMove FunctionPass::doesNotModifyCFG to AnalysisUsage...
2002-04-28 Chris Lattner* Add a stub to FunctionPass so that subclasses can...
2002-04-28 Chris LattnerMove include/llvm/PassManager.h to lib/VMCore/PassManag...
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-28 Chris LattnerEliminate the cfg namespace, moving LoopInfo, Dominator...
2002-04-28 Chris LattnerRemove extra unused argument from CheckFailed method
2002-04-28 Chris LattnerThe check to see if an external function was marked...
2002-04-28 Chris LattnerMinor changes to allow Modules (which are no longer...
2002-04-28 Chris LattnerThe contents of the SymTabValue class have been incorpo...
2002-04-28 Chris Lattner* Incorporate the contents of SymTabValue into Function...
2002-04-28 Chris LattnerModule's are no longer values
2002-04-28 Chris LattnerChange the Dominator info and LoopInfo classes to keep...
2002-04-27 Chris Lattners/Method/Function
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-27 Chris LattnerTrivial simplification of code
2002-04-27 Chris Lattner* Change Constant::getNullConstant to Constant::getNull...
2002-04-24 Chris Lattner* Abort program on verification errors
2002-04-18 Chris LattnerAdd some basic checks of CallInst's.
2002-04-18 Chris Lattner* Convert the verifier to use an InstVisitor to be...
2002-04-18 Chris LattnerMove asmwriter/getStrValue cruft into AsmWriter.cpp...
2002-04-18 Chris LattnerPull all of the getStrValue implementation cruft out...
2002-04-18 Chris LattnerRemove gep::isStructSelector
2002-04-16 Chris LattnerRemove old frivolous uses of getStrValue in a debugging...
2002-04-16 Chris LattnerRemove unneccesary cast
2002-04-16 Chris LattnerChanges to:
2002-04-13 Chris Lattner* Fix bug: test/Regression/Verifier/2002-04-13-RetTypes.ll
2002-04-13 Chris LattnerMinor bugfix for previous checkin
2002-04-13 Chris Lattner* Remove obselete code for unsized arrays
2002-04-13 Chris LattnerAdd Module::getTypeName
2002-04-13 Chris Lattner* Clean up code to use isa & dyncast instead of poking...
2002-04-12 Chris Lattner* Add comment
2002-04-12 Chris LattnerAdd new check of return value type matching ret instruc...
2002-04-12 Chris LattnerFix pure virtual function called exception!
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-09 Chris LattnerAdd a couple of extra casts to avoid extra #include
2002-04-09 Chris LattnerAdd a couple of extra casts to avoid having to add...
2002-04-09 Chris Lattner*blush* somehow this debugging code got checked in...
2002-04-08 Chris Lattners/Method/Function
2002-04-08 Chris Lattner* Narrow AsmWriter interface
2002-04-08 Chris LattnerConstantHandling moved into VMCore library
2002-04-08 Chris LattnerMinor change to reflect that ConstantHandling is now...
2002-04-08 Chris LattnerMove include/llvm/ValueHolderImpl.h to lib/VMCore/Value...
2002-04-07 Chris Lattner* Move include/llvm/Analysis/SlotCalculator.h to includ...
2002-04-07 Chris LattnerRemove some gross code by using the Value::dump method...
2002-04-07 Chris LattnerRemove some gross code by using the VAlue::dump method...
2002-04-07 Chris LattnerUpdate comments
2002-04-07 Chris LattnerEliminate explicit use of Writer library, using debug...
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-04-07 Chris LattnerFix Bug: test/Regression/Other/2002-04-07-InfConstant.ll
2002-04-07 Chris LattnerFix bug: test/Regression/Other/2002-04-07-HexFloatConst...
2002-04-07 Chris LattnerImplement constant propogation of multiply and divide...
2002-04-07 Chris Lattner* Make all of the refineAbstractType functions work...
2002-04-06 Chris Lattner* Reenable apparently neccesary code, that breaks testc...
2002-04-05 Chris Lattner* FIX: test/Regression/Assembler/2002-02-19-TypeParsing.ll
2002-04-05 Chris Lattner* Move DerivedType::addAbstractTypeUser from DerivedType.h
2002-04-05 Chris LattnerClean up debugging code
2002-04-05 Chris Lattner* Refactor loop in removeAbstractTypeUser to be more...
2002-04-04 Chris Lattners/MethodType/FunctionType
2002-04-04 Chris LattnerMake build work in release mode
2002-04-04 Chris LattnerMake the release build work
2002-04-04 Chris Lattner* Add debug support for PATypeHolder
2002-04-04 Chris LattnerMake the release build compile
2002-04-01 Chris LattnerAdd a new replaceWith method useful for replacing instr...
2002-03-29 Chris Lattner* s/Method/Function
2002-03-29 Chris LattnerAdd an insert method to VAlueHolder to allow batch...
2002-03-29 Chris LattnerAdd new addTypeName method to Module class
2002-03-29 Chris Lattners/Method/Function
2002-03-29 Chris LattnerImplement new getFunction and getOrInsertFunction methods
2002-03-28 Chris LattnerRemove the reduceApply functions they are obsolete...
2002-03-26 Chris LattnerChange references from Method to Function
2002-03-23 Chris LattnerRename Method to Function
2002-03-22 Chris LattnerAdd an assertion that would hopefully catch a problem...
next