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