aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp
AgeCommit message (Expand)Author
2005-10-24Remove some beta code that no longer has an owner.Chris Lattner
2005-10-23When a function takes a variable number of pointer arguments, with a zeroJeff Cohen
2005-04-23Eliminate tabs and trailing spacesJeff Cohen
2005-04-21Remove trailing whitespaceMisha Brukman
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman
2003-11-20Start using the nicer terminator auto-insertion APIChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-10Don't include Config/stdio.h or <stdio.h>.Brian Gaeke
2003-08-31Use the new interface, simplifies codeChris Lattner
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-04-23Remove unnecesary &*'sChris Lattner
2003-02-14Changes to runtime frameworkAnand Shukla
2003-01-14Clean up #includesChris Lattner
2002-09-20Added checking thresholdAnand Shukla
2002-09-16Incorporated changes in alloca and getElementPointer instructionAnand Shukla
2002-09-14Fix bug I introducedChris Lattner
2002-09-11 - Change getelementptr instruction to use long indexes instead of uintChris Lattner
2002-09-10Simplify code (somtimes dramatically), by using the new "auto-insert" featureChris Lattner
2002-08-21Do not generate loads/stores with indexingChris Lattner
2002-07-21comeented out debug printingAnand Shukla
2002-07-18minor correctionsAnand Shukla
2002-07-08small correctionsAnand Shukla
2002-06-25additions and bug fixesAnand Shukla
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-05-22Convert code to use the DEBUG macro so that debug code can simply beChris Lattner
2002-04-28Split ConstantVals.h into Constant.h and Constants.hChris Lattner
2002-04-09Add #includes to make up for #includes pruned out of header files.Chris Lattner
2002-04-08s/Method/FunctionChris Lattner
2002-03-23Rename Method to FunctionChris Lattner
2002-02-26Initial checkin: helper file to insert instrumentation code along edgesAnand Shukla