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
/
Scalar
/
TailDuplication.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
1
-2
/
+2
*
Removed #include <iostream> and replaced with llvm_* streams.
Bill Wendling
2006-11-26
1
-6
/
+4
*
set DEBUG_TYPE right
Chris Lattner
2006-09-27
1
-0
/
+1
*
Allow tail duplication in more cases, relaxing the previous restriction a
Chris Lattner
2006-09-10
1
-1
/
+12
*
Throttle back tail duplication to avoid creating really ugly sequences of code.
Chris Lattner
2006-09-07
1
-0
/
+19
*
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-08-27
1
-1
/
+1
*
Make iostream #inclusion explicit
Chris Lattner
2006-01-22
1
-0
/
+1
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-6
/
+6
*
Do not count debugger intrinsics in size estimation.
Chris Lattner
2004-11-22
1
-2
/
+6
*
Speed up the tail duplication pass on the testcase below from 68.2s to 1.23s:
Chris Lattner
2004-11-01
1
-3
/
+8
*
Reduce code growth implied by the tail duplication pass by not duplicating
Chris Lattner
2004-10-06
1
-0
/
+75
*
Prototype these functions more accurately
Chris Lattner
2004-09-20
1
-1
/
+1
*
Convert code to compile with vc7.1.
Reid Spencer
2004-09-15
1
-2
/
+2
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-3
/
+3
*
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-29
1
-2
/
+1
*
Remove unused header file.
Reid Spencer
2004-05-25
1
-1
/
+0
*
Make the tail duplication threshold accessible from the command line instead ...
Chris Lattner
2004-04-18
1
-1
/
+5
*
Fix bug in previous checkin
Chris Lattner
2004-03-16
1
-2
/
+7
*
Okay, so there is no reasonable way for tail duplication to update SSA form,
Chris Lattner
2004-03-16
1
-195
/
+49
*
Do not copy gigantic switch instructions
Chris Lattner
2004-03-16
1
-1
/
+11
*
Disable tail duplication in a case that breaks on Olden/tsp
Chris Lattner
2004-03-01
1
-0
/
+4
*
Fix PR255: [tailduplication] Single basic block loops are very rare
Chris Lattner
2004-02-29
1
-1
/
+2
*
Implement Transforms/InstCombine/cast.ll:test13, a case which occurs in a
Chris Lattner
2004-02-22
1
-1
/
+2
*
Disable tail duplication in any "hard" cases, where it might break SSA form.
Chris Lattner
2004-02-01
1
-1
/
+27
*
Finegrainify namespacification
Chris Lattner
2004-01-09
1
-5
/
+2
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+5
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Fix bug: TailDuplicate/2003-08-31-UnreachableBlocks.ll
Chris Lattner
2003-08-31
1
-2
/
+5
*
Fix bug: TailDup/2003-08-23-InvalidatedPointers.ll
Chris Lattner
2003-08-23
1
-16
/
+15
*
DEBUG got moved to Support/Debug.h
Chris Lattner
2003-08-01
1
-0
/
+1
*
Fix bug: TailDup/2003-07-22-InfiniteLoop.ll
Chris Lattner
2003-07-23
1
-0
/
+5
*
Fix bug: TailDup/2003-06-24-Simpleloop.ll
Chris Lattner
2003-06-24
1
-1
/
+2
*
Add paranoia checking
Chris Lattner
2003-06-22
1
-1
/
+1
*
Test change
Chris Lattner
2003-06-22
1
-0
/
+1
*
Initial checkin of Tail duplication pass.
Chris Lattner
2003-06-22
1
-0
/
+324
[prev]