summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove some beta code that no longer has an owner.Chris Lattner2005-10-241-368/+0
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-231-1/+1
* Eliminate tabs and trailing spacesJeff Cohen2005-04-231-9/+9
* Remove trailing whitespaceMisha Brukman2005-04-211-47/+47
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-291-5/+1
* Start using the nicer terminator auto-insertion APIChris Lattner2003-11-201-4/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+3
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Don't include Config/stdio.h or <stdio.h>.Brian Gaeke2003-10-101-1/+0
* Use the new interface, simplifies codeChris Lattner2003-08-311-43/+4
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-1/+1
* Fixed a bug so initialization code is always inserted in mainAnand Shukla2003-06-051-1/+2
* Remove unnecesary &*'sChris Lattner2003-04-231-1/+1
* Changes to runtime frameworkAnand Shukla2003-02-141-29/+50
* Clean up #includesChris Lattner2003-01-141-2/+1
* Added checking thresholdAnand Shukla2002-09-201-79/+156
* Incorporated changes in alloca and getElementPointer instructionAnand Shukla2002-09-161-56/+35
* Fix bug I introducedChris Lattner2002-09-141-3/+4
* - Change getelementptr instruction to use long indexes instead of uintChris Lattner2002-09-111-13/+9
* Simplify code (somtimes dramatically), by using the new "auto-insert" featureChris Lattner2002-09-101-113/+59
* Do not generate loads/stores with indexingChris Lattner2002-08-211-28/+37
* comeented out debug printingAnand Shukla2002-07-211-3/+3
* minor correctionsAnand Shukla2002-07-181-0/+3
* small correctionsAnand Shukla2002-07-081-23/+22
* additions and bug fixesAnand Shukla2002-06-251-61/+180
* MEGAPATCH checkin.Chris Lattner2002-06-251-34/+31
* Convert code to use the DEBUG macro so that debug code can simply beChris Lattner2002-05-221-10/+5
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-281-1/+1
* Add #includes to make up for #includes pruned out of header files.Chris Lattner2002-04-091-0/+1
* s/Method/FunctionChris Lattner2002-04-081-1/+1
* Rename Method to FunctionChris Lattner2002-03-231-1/+0
* Initial checkin: helper file to insert instrumentation code along edgesAnand Shukla2002-02-261-0/+262
OpenPOWER on IntegriCloud