aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Instrumentation
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Do not generate loads/stores with indexingChris Lattner2002-08-211-28/+37
* Remove extraneous #includesChris Lattner2002-08-211-1/+0
* - Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner2002-08-081-1/+1
* * Add support for different "PassType's"Chris Lattner2002-07-262-3/+3
* * Add support for different "PassType's"Chris Lattner2002-07-261-1/+1
* *** empty log message ***Chris Lattner2002-07-232-7/+9
* * Cleanup the pass a bit more, making it more object oriented.Chris Lattner2002-07-231-65/+48
* *** empty log message ***Chris Lattner2002-07-232-3/+3
* Hide extra argumentChris Lattner2002-07-221-1/+1
* *** empty log message ***Chris Lattner2002-07-221-7/+7
* comeented out debug printingAnand Shukla2002-07-211-3/+3
* minor correctionsAnand Shukla2002-07-186-139/+187
* Anand forgot to check in the makefile corresponding to his previous changeChris Lattner2002-07-171-1/+1
* Moved over EmitFunctions to this libraryAnand Shukla2002-07-161-0/+45
* removed this directoryAnand Shukla2002-07-161-5/+0
* Moved EmitFunctions.cpp up to instrumentation directoryAnand Shukla2002-07-161-45/+0
* * Cleanup passChris Lattner2002-07-161-17/+10
* Added EmitFunctions directoryAnand Shukla2002-07-121-0/+1
* Initial makefileAnand Shukla2002-07-121-0/+5
* Initial version: adds a function table to output codeAnand Shukla2002-07-121-0/+52
* Fix iteration and InsertPos bugs introduced when Chris changed over to ilist.Vikram S. Adve2002-07-081-21/+35
* changes BBsorting and orederingAnand Shukla2002-07-082-720/+90
* small correctionsAnand Shukla2002-07-081-23/+22
* changed function numberingAnand Shukla2002-07-081-102/+95
* additions and bug fixesAnand Shukla2002-06-255-445/+1395
* MEGAPATCH checkin.Chris Lattner2002-06-251-58/+48
* MEGAPATCH checkin.Chris Lattner2002-06-252-46/+43
* Relocating Graph.hAnand Shukla2002-06-251-0/+465
* Convert code to use the DEBUG macro so that debug code can simply beChris Lattner2002-05-225-197/+147