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
Age
Commit message (
Expand
)
Author
2003-10-21
Added LLVM copyright header.
John Criswell
2003-10-20
Added LLVM copyright notice to Makefiles.
John Criswell
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-13
Regularize header file comments
Chris Lattner
2003-10-13
Regularize header file comment, eliminate using's
Chris Lattner
2003-10-10
Include <cstdio> instead of <stdio.h>.
Brian Gaeke
2003-10-10
Don't include Config/stdio.h or <stdio.h>.
Brian Gaeke
2003-10-10
Fix spelling.
Misha Brukman
2003-10-10
Fixing the spelling of this filename.
Misha Brukman
2003-09-24
Do not use BasicBlock::*_iterator, just use *_iterator itself.
Chris Lattner
2003-09-20
Rename Function::getEntryNode -> getEntryBlock
Chris Lattner
2003-09-10
Update for new UnifyFunction... API
Chris Lattner
2003-09-10
Remove #include
Chris Lattner
2003-09-05
Correct comments
Brian Gaeke
2003-08-31
Use the new interface, simplifies code
Chris Lattner
2003-08-31
Use the new interface, simplifies code
Chris Lattner
2003-08-12
Give std::map<BasicBlock *, BasicBlock *> the short name BBMap, because
Brian Gaeke
2003-08-01
DEBUG got moved to Support/Debug.h
Chris Lattner
2003-07-18
A pass to combine multiple backedges that go to same target
Anand Shukla
2003-07-10
Added functionality to instrmentation pass
Anand Shukla
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-04-16
Add new linkage types to support a real frontend
Chris Lattner
2003-02-14
Changes to runtime framework
Anand Shukla
2003-02-10
Revert Anand's patch which broke the build
Chris Lattner
2003-02-09
*** empty log message ***
Anand Shukla
2003-01-14
Fix typeo
Chris Lattner
2003-01-14
Clean up #includes
Chris Lattner
2002-11-09
Fix warning
Chris Lattner
2002-11-03
code to lightly instrument at branches
Anand Shukla
2002-10-12
Changed to external global var
Anand Shukla
2002-10-01
Changes to work with Statistics rework
Chris Lattner
2002-10-01
Updates to work with recent Statistic's changes:
Chris Lattner
2002-09-20
Added checking threshold
Anand Shukla
2002-09-18
split retracing into a separate file
Anand Shukla
2002-09-18
Removed unnecessary #includes.
Misha Brukman
2002-09-17
There is a #define in some header that conflicts with INFINITY, rename it.
Chris Lattner
2002-09-16
Incorporated changes in alloca and getElementPointer instruction
Anand Shukla
2002-09-16
Incorporated changes in alloca 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-08-08
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-07-26
* Add support for different "PassType's"
Chris Lattner
2002-07-23
*** empty log message ***
Chris Lattner
2002-07-23
*** empty log message ***
Chris Lattner
2002-07-21
comeented out debug printing
Anand Shukla
2002-07-18
minor corrections
Anand Shukla
[next]