summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/TraceValues.cpp
Commit message (Expand)AuthorAge
* For PR950:Reid Spencer2006-12-31
* Replace CastInst::createInferredCast calls with more accurate castReid Spencer2006-12-13
* For PR950:Reid Spencer2006-11-27
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-27
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-23
* Eliminate tabs and trailing spacesJeff Cohen2005-04-23
* Remove trailing whitespaceMisha Brukman2005-04-21
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-15
* Add a dependency to the trace library so that it gets pulled inAlkis Evlogimenos2005-01-25
* Correct type of accessor functions.Brian Gaeke2004-09-30
* Changes For Bug 352Reid Spencer2004-09-01
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-29
* bug 122:Reid Spencer2004-07-18
* Finegrainify namespacificationChris Lattner2004-01-09
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Eliminate using declarationsChris Lattner2003-10-27
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...Chris Lattner2003-10-19
* Regularize header file commentsChris Lattner2003-10-13
* Rename Function::getEntryNode -> getEntryBlockChris Lattner2003-09-20
* Use the new interface, simplifies codeChris Lattner2003-08-31
* Trace loads and stores as they happen (stores were beingVikram S. Adve2003-07-11
* Use a constant expr GEP instead of an actual instructionChris Lattner2003-06-05
* Remove unnecesary &*'sChris Lattner2003-04-23
* Add new linkage types to support a real frontendChris Lattner2003-04-16
* Make help message more clearChris Lattner2003-04-13
* Rename include/llvm/Transforms/Instrumentation/TraceFunctions.h to Instrument...Chris Lattner2003-01-14
* Make sure to handle %'s in strings correctly so that the names of BB's and fu...Chris Lattner2003-01-13
* - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG toChris Lattner2002-10-21
* * Apparently string::find doesn't work right on our sun boxes. Work around t...Chris Lattner2002-10-17
* - Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd toChris Lattner2002-10-13
* - Change getelementptr instruction to use long indexes instead of uintChris Lattner2002-09-11
* Simplify code (somtimes dramatically), by using the new "auto-insert" featureChris Lattner2002-09-10
* - Renamed Type::isIntegral() to Type::isInteger()Chris Lattner2002-09-03
* *** empty log message ***Chris Lattner2002-08-22
* Remove extraneous #includesChris Lattner2002-08-21
* * Add support for different "PassType's"Chris Lattner2002-07-26
* * Cleanup the pass a bit more, making it more object oriented.Chris Lattner2002-07-23
* Hide extra argumentChris Lattner2002-07-22
* *** empty log message ***Chris Lattner2002-07-22
* Fix iteration and InsertPos bugs introduced when Chris changed over to ilist.Vikram S. Adve2002-07-08
* MEGAPATCH checkin.Chris Lattner2002-06-25
* * Change commandline options a bit to be nicerChris Lattner2002-05-20
* Hash pointer values to a sequence number to get identical results fromVikram S. Adve2002-05-19
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-29
* Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...Chris Lattner2002-04-28
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-28
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-27
* * s/Method/FunctionChris Lattner2002-04-14
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-09