index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Instrumentation
/
ProfilePaths
/
EdgeCode.cpp
Age
Commit message (
Expand
)
Author
2005-10-24
Remove some beta code that no longer has an owner.
Chris Lattner
2005-10-23
When a function takes a variable number of pointer arguments, with a zero
Jeff Cohen
2005-04-23
Eliminate tabs and trailing spaces
Jeff Cohen
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-07-29
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2003-11-20
Start using the nicer terminator auto-insertion API
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-10
Don't include Config/stdio.h or <stdio.h>.
Brian Gaeke
2003-08-31
Use the new interface, simplifies code
Chris Lattner
2003-06-30
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-05
Fixed a bug so initialization code is always inserted in main
Anand Shukla
2003-04-23
Remove unnecesary &*'s
Chris Lattner
2003-02-14
Changes to runtime framework
Anand Shukla
2003-01-14
Clean up #includes
Chris Lattner
2002-09-20
Added checking threshold
Anand Shukla
2002-09-16
Incorporated changes in alloca and getElementPointer instruction
Anand Shukla
2002-09-14
Fix bug I introduced
Chris Lattner
2002-09-11
- Change getelementptr instruction to use long indexes instead of uint
Chris Lattner
2002-09-10
Simplify code (somtimes dramatically), by using the new "auto-insert" feature
Chris Lattner
2002-08-21
Do not generate loads/stores with indexing
Chris Lattner
2002-07-21
comeented out debug printing
Anand Shukla
2002-07-18
minor corrections
Anand Shukla
2002-07-08
small corrections
Anand Shukla
2002-06-25
additions and bug fixes
Anand Shukla
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-05-22
Convert code to use the DEBUG macro so that debug code can simply be
Chris Lattner
2002-04-28
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-09
Add #includes to make up for #includes pruned out of header files.
Chris Lattner
2002-04-08
s/Method/Function
Chris Lattner
2002-03-23
Rename Method to Function
Chris Lattner
2002-02-26
Initial checkin: helper file to insert instrumentation code along edges
Anand Shukla