summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-1/+1
| | | | | | system. llvm-svn: 7014
* Fixed a bug so initialization code is always inserted in mainAnand Shukla2003-06-051-1/+2
| | | | llvm-svn: 6622
* Remove unnecesary &*'sChris Lattner2003-04-231-1/+1
| | | | llvm-svn: 5872
* Changes to runtime frameworkAnand Shukla2003-02-141-29/+50
| | | | llvm-svn: 5572
* Clean up #includesChris Lattner2003-01-141-2/+1
| | | | | | Move graph.h into local directory llvm-svn: 5276
* Added checking thresholdAnand Shukla2002-09-201-79/+156
| | | | llvm-svn: 3864
* Incorporated changes in alloca and getElementPointer instructionAnand Shukla2002-09-161-56/+35
| | | | llvm-svn: 3733
* Fix bug I introducedChris Lattner2002-09-141-3/+4
| | | | llvm-svn: 3719
* - Change getelementptr instruction to use long indexes instead of uintChris Lattner2002-09-111-13/+9
| | | | | | indexes for sequential types. llvm-svn: 3681
* Simplify code (somtimes dramatically), by using the new "auto-insert" featureChris Lattner2002-09-101-113/+59
| | | | | | of instruction constructors. llvm-svn: 3655
* Do not generate loads/stores with indexingChris Lattner2002-08-211-28/+37
| | | | llvm-svn: 3422
* comeented out debug printingAnand Shukla2002-07-211-3/+3
| | | | llvm-svn: 2980
* minor correctionsAnand Shukla2002-07-181-0/+3
| | | | llvm-svn: 2971
* small correctionsAnand Shukla2002-07-081-23/+22
| | | | llvm-svn: 2816
* additions and bug fixesAnand Shukla2002-06-251-61/+180
| | | | llvm-svn: 2794
* MEGAPATCH checkin.Chris Lattner2002-06-251-34/+31
| | | | | | For details, See: docs/2002-06-25-MegaPatchInfo.txt llvm-svn: 2778
* Convert code to use the DEBUG macro so that debug code can simply beChris Lattner2002-05-221-10/+5
| | | | | | enabled with the -debug command line option. llvm-svn: 2721
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-281-1/+1
| | | | llvm-svn: 2378
* Add #includes to make up for #includes pruned out of header files.Chris Lattner2002-04-091-0/+1
| | | | llvm-svn: 2207
* s/Method/FunctionChris Lattner2002-04-081-1/+1
| | | | | | Remove extraneous #includes of llvm/Assembly/Writer llvm-svn: 2178
* Rename Method to FunctionChris Lattner2002-03-231-1/+0
| | | | llvm-svn: 1957
* Initial checkin: helper file to insert instrumentation code along edgesAnand Shukla2002-02-261-0/+262
llvm-svn: 1804
OpenPOWER on IntegriCloud