index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Instrumentation
/
ProfilePaths
Commit message (
Expand
)
Author
Age
Files
Lines
*
Start cleaning up this pass so that I can debug it.
Brian Gaeke
2004-03-30
1
-80
/
+34
*
Start using the nicer terminator auto-insertion API
Chris Lattner
2003-11-20
3
-11
/
+5
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
8
-3
/
+38
*
Be gcc 3.4 clean
Chris Lattner
2003-11-05
1
-1
/
+3
*
Added LLVM copyright header.
John Criswell
2003-10-21
1
-0
/
+7
*
Added LLVM copyright notice to Makefiles.
John Criswell
2003-10-20
1
-0
/
+8
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
7
-0
/
+49
*
Regularize header file comments
Chris Lattner
2003-10-13
6
-28
/
+30
*
Regularize header file comment, eliminate using's
Chris Lattner
2003-10-13
1
-22
/
+20
*
Include <cstdio> instead of <stdio.h>.
Brian Gaeke
2003-10-10
1
-1
/
+1
*
Don't include Config/stdio.h or <stdio.h>.
Brian Gaeke
2003-10-10
1
-1
/
+0
*
Fix spelling.
Misha Brukman
2003-10-10
3
-11
/
+11
*
Fixing the spelling of this filename.
Misha Brukman
2003-10-10
1
-669
/
+0
*
Do not use BasicBlock::*_iterator, just use *_iterator itself.
Chris Lattner
2003-09-24
4
-8
/
+4
*
Rename Function::getEntryNode -> getEntryBlock
Chris Lattner
2003-09-20
1
-1
/
+1
*
Update for new UnifyFunction... API
Chris Lattner
2003-09-10
1
-7
/
+7
*
Remove #include
Chris Lattner
2003-09-10
2
-2
/
+0
*
Correct comments
Brian Gaeke
2003-09-05
2
-17
/
+1
*
Use the new interface, simplifies code
Chris Lattner
2003-08-31
2
-18
/
+13
*
Use the new interface, simplifies code
Chris Lattner
2003-08-31
1
-43
/
+4
*
Give std::map<BasicBlock *, BasicBlock *> the short name BBMap, because
Brian Gaeke
2003-08-12
1
-63
/
+27
*
DEBUG got moved to Support/Debug.h
Chris Lattner
2003-08-01
3
-3
/
+3
*
A pass to combine multiple backedges that go to same target
Anand Shukla
2003-07-18
1
-0
/
+227
*
Added functionality to instrmentation pass
Anand Shukla
2003-07-10
1
-99
/
+111
*
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-30
2
-2
/
+2
*
Fixed a bug so initialization code is always inserted in main
Anand Shukla
2003-06-05
2
-18
/
+44
*
Remove unnecesary &*'s
Chris Lattner
2003-04-23
4
-11
/
+11
*
Add new linkage types to support a real frontend
Chris Lattner
2003-04-16
1
-4
/
+9
*
Changes to runtime framework
Anand Shukla
2003-02-14
7
-85
/
+190
*
Revert Anand's patch which broke the build
Chris Lattner
2003-02-10
1
-4
/
+4
*
*** empty log message ***
Anand Shukla
2003-02-09
1
-4
/
+4
*
Fix typeo
Chris Lattner
2003-01-14
1
-1
/
+1
*
Clean up #includes
Chris Lattner
2003-01-14
6
-27
/
+7
*
Fix warning
Chris Lattner
2002-11-09
1
-1
/
+1
*
code to lightly instrument at branches
Anand Shukla
2002-11-03
1
-0
/
+210
*
Changed to external global var
Anand Shukla
2002-10-12
1
-1
/
+1
*
Changes to work with Statistics rework
Chris Lattner
2002-10-01
1
-7
/
+1
*
Updates to work with recent Statistic's changes:
Chris Lattner
2002-10-01
3
-9
/
+3
*
Added checking threshold
Anand Shukla
2002-09-20
5
-90
/
+185
*
split retracing into a separate file
Anand Shukla
2002-09-18
1
-0
/
+229
*
Removed unnecessary #includes.
Misha Brukman
2002-09-18
2
-8
/
+0
*
There is a #define in some header that conflicts with INFINITY, rename it.
Chris Lattner
2002-09-17
2
-8
/
+8
*
Incorporated changes in alloca and getElementPointer instruction
Anand Shukla
2002-09-16
5
-233
/
+255
*
Incorporated changes in alloca instruction
Anand Shukla
2002-09-16
1
-32
/
+28
*
Fix bug I introduced
Chris Lattner
2002-09-14
1
-3
/
+4
*
- Change getelementptr instruction to use long indexes instead of uint
Chris Lattner
2002-09-11
1
-13
/
+9
*
Simplify code (somtimes dramatically), by using the new "auto-insert" feature
Chris Lattner
2002-09-10
1
-113
/
+59
*
Do not generate loads/stores with indexing
Chris Lattner
2002-08-21
1
-28
/
+37
*
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-08-08
1
-1
/
+1
*
* Add support for different "PassType's"
Chris Lattner
2002-07-26
1
-1
/
+1
[next]