aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Instrumentation
Commit message (Expand)AuthorAgeFilesLines
* Update for new UnifyFunction... APIChris Lattner2003-09-101-7/+7
* Remove #includeChris Lattner2003-09-102-2/+0
* Correct commentsBrian Gaeke2003-09-052-17/+1
* Use the new interface, simplifies codeChris Lattner2003-08-312-18/+13
* Use the new interface, simplifies codeChris Lattner2003-08-311-43/+4
* Use the new interface, simplifies codeChris Lattner2003-08-311-13/+8
* Give std::map<BasicBlock *, BasicBlock *> the short name BBMap, becauseBrian Gaeke2003-08-121-63/+27
* DEBUG got moved to Support/Debug.hChris Lattner2003-08-013-3/+3
* Added check for inlinable functionAnand Shukla2003-07-181-1/+55
* A pass to combine multiple backedges that go to same targetAnand Shukla2003-07-181-0/+227
* Trace loads and stores as they happen (stores were beingVikram S. Adve2003-07-111-10/+17
* Added functionality to instrmentation passAnand Shukla2003-07-101-99/+111
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-302-2/+2
* Fixed a bug so initialization code is always inserted in mainAnand Shukla2003-06-052-18/+44
* Use a constant expr GEP instead of an actual instructionChris Lattner2003-06-051-4/+2
* Make this work with counter > 127Chris Lattner2003-06-041-1/+1
* Added the #(internal functions) to outputAnand Shukla2003-06-011-0/+8
* Remove using declarationsChris Lattner2003-05-221-7/+4
* Remove unnecesary &*'sChris Lattner2003-04-235-14/+14
* Add new linkage types to support a real frontendChris Lattner2003-04-163-6/+13
* Make help message more clearChris Lattner2003-04-131-2/+4
* Changes to runtime frameworkAnand Shukla2003-02-147-85/+190
* Revert Anand's patch which broke the buildChris Lattner2003-02-101-4/+4
* *** empty log message ***Anand Shukla2003-02-091-4/+4
* Rename include/llvm/Transforms/Instrumentation/TraceFunctions.h to Instrument...Chris Lattner2003-01-142-2/+2
* Fix typeoChris Lattner2003-01-141-1/+1
* Remove unused header and functionChris Lattner2003-01-141-7/+0
* Clean up #includesChris Lattner2003-01-146-27/+7
* Make sure to handle %'s in strings correctly so that the names of BB's and fu...Chris Lattner2003-01-131-10/+9
* Fix warningChris Lattner2002-11-091-1/+1
* code to lightly instrument at branchesAnand Shukla2002-11-031-0/+210
* - 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
* Changed to external global varAnand Shukla2002-10-121-1/+1
* Changes to work with Statistics reworkChris Lattner2002-10-011-7/+1
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-013-9/+3
* Build subdirs in parallelChris Lattner2002-10-011-1/+1
* Added checking thresholdAnand Shukla2002-09-205-90/+185
* split retracing into a separate fileAnand Shukla2002-09-181-0/+229
* Removed unnecessary #includes.Misha Brukman2002-09-182-8/+0
* There is a #define in some header that conflicts with INFINITY, rename it.Chris Lattner2002-09-172-8/+8
* Incorporated changes in alloca and getElementPointer instructionAnand Shukla2002-09-165-233/+255
* Incorporated changes in alloca instructionAnand Shukla2002-09-161-32/+28
* Fix bug I introducedChris Lattner2002-09-141-3/+4
* - Change getelementptr instruction to use long indexes instead of uintChris Lattner2002-09-112-14/+10
* Simplify code (somtimes dramatically), by using the new "auto-insert" featureChris Lattner2002-09-101-83/+44
* Simplify code (somtimes dramatically), by using the new "auto-insert" featureChris Lattner2002-09-101-113/+59
* - Renamed Type::isIntegral() to Type::isInteger()Chris Lattner2002-09-031-1/+1
* *** empty log message ***Chris Lattner2002-08-221-2/+2