aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation
AgeCommit message (Expand)Author
2003-10-21Added LLVM copyright header.John Criswell
2003-10-20Added LLVM copyright notice to Makefiles.John Criswell
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-10-13Regularize header file comment, eliminate using'sChris Lattner
2003-10-10Include <cstdio> instead of <stdio.h>.Brian Gaeke
2003-10-10Don't include Config/stdio.h or <stdio.h>.Brian Gaeke
2003-10-10Fix spelling.Misha Brukman
2003-10-10Fixing the spelling of this filename.Misha Brukman
2003-09-24Use global *_iteratorChris Lattner
2003-09-24Do not use BasicBlock::*_iterator, just use *_iterator itself.Chris Lattner
2003-09-20Rename Function::getEntryNode -> getEntryBlockChris Lattner
2003-09-10Update for new UnifyFunction... APIChris Lattner
2003-09-10Remove #includeChris Lattner
2003-09-05Correct commentsBrian Gaeke
2003-08-31Use the new interface, simplifies codeChris Lattner
2003-08-31Use the new interface, simplifies codeChris Lattner
2003-08-31Use the new interface, simplifies codeChris Lattner
2003-08-12Give std::map<BasicBlock *, BasicBlock *> the short name BBMap, becauseBrian Gaeke
2003-08-01DEBUG got moved to Support/Debug.hChris Lattner
2003-07-18Added check for inlinable functionAnand Shukla
2003-07-18A pass to combine multiple backedges that go to same targetAnand Shukla
2003-07-11Trace loads and stores as they happen (stores were beingVikram S. Adve
2003-07-10Added functionality to instrmentation passAnand Shukla
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2003-06-05Fixed a bug so initialization code is always inserted in mainAnand Shukla
2003-06-05Use a constant expr GEP instead of an actual instructionChris Lattner
2003-06-04Make this work with counter > 127Chris Lattner
2003-06-01Added the #(internal functions) to outputAnand Shukla
2003-05-22Remove using declarationsChris 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-02-14Changes to runtime frameworkAnand Shukla
2003-02-10Revert Anand's patch which broke the buildChris Lattner
2003-02-09*** empty log message ***Anand Shukla
2003-01-14Rename include/llvm/Transforms/Instrumentation/TraceFunctions.h to Instrument...Chris Lattner
2003-01-14Fix typeoChris Lattner
2003-01-14Remove unused header and functionChris Lattner
2003-01-14Clean up #includesChris Lattner
2003-01-13Make sure to handle %'s in strings correctly so that the names of BB's and fu...Chris Lattner
2002-11-09Fix warningChris Lattner
2002-11-03code to lightly instrument at branchesAnand Shukla
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-10-12Changed to external global varAnand Shukla
2002-10-01Changes to work with Statistics reworkChris Lattner
2002-10-01Updates to work with recent Statistic's changes:Chris Lattner