Changes For Bug 352
[oota-llvm.git] / lib / Transforms / Instrumentation / TraceValues.cpp
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-18 Reid Spencerbug 122:
2004-01-09 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-27 Chris LattnerEliminate using declarations
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-19 Chris LattnerChange the Opcode enum for PHI nodes from "Instruction...
2003-10-13 Chris LattnerRegularize header file comments
2003-09-20 Chris LattnerRename Function::getEntryNode -> getEntryBlock
2003-08-31 Chris LattnerUse the new interface, simplifies code
2003-07-11 Vikram S. AdveTrace loads and stores as they happen (stores were...
2003-06-05 Chris LattnerUse a constant expr GEP instead of an actual instruction
2003-04-23 Chris LattnerRemove unnecesary &*'s
2003-04-16 Chris LattnerAdd new linkage types to support a real frontend
2003-04-13 Chris LattnerMake help message more clear
2003-01-14 Chris LattnerRename include/llvm/Transforms/Instrumentation/TraceFun...
2003-01-13 Chris LattnerMake sure to handle %'s in strings correctly so that...
2002-10-21 Chris Lattner - Rename AnalysisUsage::preservesAll to getPreservesA...
2002-10-17 Chris Lattner* Apparently string::find doesn't work right on our...
2002-10-13 Chris Lattner - Rename Instruction::First*Op to *OpsBegin, and...
2002-09-11 Chris Lattner - Change getelementptr instruction to use long indexe...
2002-09-10 Chris LattnerSimplify code (somtimes dramatically), by using the...
2002-09-03 Chris Lattner- Renamed Type::isIntegral() to Type::isInteger()
2002-08-22 Chris Lattner*** empty log message ***
2002-08-21 Chris LattnerRemove extraneous #includes
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-23 Chris Lattner* Cleanup the pass a bit more, making it more object...
2002-07-22 Chris LattnerHide extra argument
2002-07-22 Chris Lattner*** empty log message ***
2002-07-08 Vikram S. AdveFix iteration and InsertPos bugs introduced when Chris...
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-20 Chris Lattner* Change commandline options a bit to be nicer
2002-05-19 Vikram S. AdveHash pointer values to a sequence number to get identic...
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-04-28 Chris LattnerTighten up the AnalysisUsage of lots of passes, primari...
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-14 Chris Lattner* s/Method/Function
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-09 Chris LattnerAdd #includes to make up for #includes pruned out of...
2002-04-04 Chris Lattners/MethodType/FunctionType
2002-03-29 Chris LattnerSimplify code a bit by using Module::getOrInsertFunction
2002-03-26 Chris LattnerChange references from Method to Function
2002-03-18 Vikram S. AdveJust a comment.
2002-02-26 Chris LattnerChange over to use new style pass mechanism, now passes...
2002-01-31 Chris LattnerMethodPass's are now guaranteed to not be run on extern...
2002-01-21 Chris LattnerImplement a more powerful, simpler, pass system. This...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-14 Chris Lattner* Refactor trace values to work as a proper pass. ...
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerMake strings be internal
2001-11-26 Chris LattnerSupport array indexing
2001-11-15 Vikram S. AdvePrint incoming arguments and return values.
2001-11-14 Chris LattnerRemove much cruft from the MemAccessInst instruction
2001-11-04 Chris LattnerMinor method rename
2001-10-29 Chris LattnerFix broken assertion. Didn't allow for pointer case
2001-10-28 Vikram S. AdveMake newlines be newlines! This should now work in...
2001-10-28 Vikram S. AdveUse separate functions for printing values of each...
2001-10-18 Chris LattnerRefix bugs, stop using deprecated strstream header
2001-10-18 Vikram S. AdveOnly print values live at BB or method exit, and insert...
2001-10-18 Vikram S. AdveHandle multiple exit blocks correctly.
2001-10-18 Chris LattnerConvert to be compatible with lli.
2001-10-18 Chris LattnerMassive hacks to try to fix subtle logic bugs. I think...
2001-10-15 Chris LattnerRename ConstPoolPointerReference to ConstPoolPointerRef...
2001-10-15 Chris Lattner* getExitNode() doesn't exist in method anymore
2001-10-14 Vikram S. AdveInsert code to trace values at basic block and method...