summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/TraceValues.cpp
Commit message (Expand)AuthorAgeFilesLines
* this pass is unusedChris Lattner2007-01-071-436/+0
* relax some typesChris Lattner2007-01-071-13/+13
* For PR950:Reid Spencer2006-12-311-7/+7
* Replace CastInst::createInferredCast calls with more accurate castReid Spencer2006-12-131-2/+2
* For PR950:Reid Spencer2006-11-271-5/+4
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-271-2/+2
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-231-5/+6
* Eliminate tabs and trailing spacesJeff Cohen2005-04-231-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-36/+36
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-151-1/+1
* Add a dependency to the trace library so that it gets pulled inAlkis Evlogimenos2005-01-251-1/+3
* Correct type of accessor functions.Brian Gaeke2004-09-301-4/+4
* Changes For Bug 352Reid Spencer2004-09-011-2/+2
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-291-3/+1
* bug 122:Reid Spencer2004-07-181-1/+1
* Finegrainify namespacificationChris Lattner2004-01-091-6/+3
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Eliminate using declarationsChris Lattner2003-10-271-25/+26
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...Chris Lattner2003-10-191-1/+1
* Regularize header file commentsChris Lattner2003-10-131-1/+1
* Rename Function::getEntryNode -> getEntryBlockChris Lattner2003-09-201-2/+2
* Use the new interface, simplifies codeChris Lattner2003-08-311-13/+8
* Trace loads and stores as they happen (stores were beingVikram S. Adve2003-07-111-10/+17
* Use a constant expr GEP instead of an actual instructionChris Lattner2003-06-051-4/+2
* Remove unnecesary &*'sChris Lattner2003-04-231-3/+3
* Add new linkage types to support a real frontendChris Lattner2003-04-161-1/+2
* Make help message more clearChris Lattner2003-04-131-2/+4
* Rename include/llvm/Transforms/Instrumentation/TraceFunctions.h to Instrument...Chris Lattner2003-01-141-1/+1
* Make sure to handle %'s in strings correctly so that the names of BB's and fu...Chris Lattner2003-01-131-10/+9
* - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG toChris Lattner2002-10-211-1/+1
* * Apparently string::find doesn't work right on our sun boxes. Work around t...Chris Lattner2002-10-171-4/+9
* - Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd toChris Lattner2002-10-131-1/+1
* - Change getelementptr instruction to use long indexes instead of uintChris Lattner2002-09-111-1/+1
* Simplify code (somtimes dramatically), by using the new "auto-insert" featureChris Lattner2002-09-101-83/+44
* - Renamed Type::isIntegral() to Type::isInteger()Chris Lattner2002-09-031-1/+1
* *** empty log message ***Chris Lattner2002-08-221-2/+2
* Remove extraneous #includesChris Lattner2002-08-211-1/+0
* * Add support for different "PassType's"Chris Lattner2002-07-261-2/+2
* * Cleanup the pass a bit more, making it more object oriented.Chris Lattner2002-07-231-65/+48
* Hide extra argumentChris Lattner2002-07-221-1/+1
* *** empty log message ***Chris Lattner2002-07-221-7/+7
* Fix iteration and InsertPos bugs introduced when Chris changed over to ilist.Vikram S. Adve2002-07-081-21/+35
* MEGAPATCH checkin.Chris Lattner2002-06-251-58/+48
* * Change commandline options a bit to be nicerChris Lattner2002-05-201-42/+47
* Hash pointer values to a sequence number to get identical results fromVikram S. Adve2002-05-191-39/+197
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-291-0/+2
* Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...Chris Lattner2002-04-281-0/+4
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-281-1/+1
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-271-3/+3
OpenPOWER on IntegriCloud