index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
TailDuplication.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-1
/
+1
*
Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway.
Jakob Stoklund Olesen
2010-07-16
1
-8
/
+9
*
Replace copyRegToReg with COPY everywhere in lib/CodeGen except for FastISel.
Jakob Stoklund Olesen
2010-07-10
1
-10
/
+8
*
Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it
Dan Gohman
2010-05-06
1
-2
/
+2
*
Ignore debug value instructions while analyzing BB for tail duplication.
Devang Patel
2010-03-16
1
-1
/
+1
*
eliminate InvalidateLabel and LabelIDList from MMI and replace
Chris Lattner
2010-03-14
1
-11
/
+0
*
Reuse operand location when updating PHI instructions.
Jakob Stoklund Olesen
2010-02-11
1
-7
/
+26
*
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-02-09
1
-5
/
+5
*
Treat indirect branches specially only during pre-regalloc tail duplication,
Bob Wilson
2010-01-16
1
-13
/
+13
*
Simplify logic. Any functional change is unintended.
Jakob Stoklund Olesen
2010-01-15
1
-6
/
+2
*
Change pre-regalloc tail duplication to only duplicate indirect branch blocks.
Bob Wilson
2010-01-15
1
-4
/
+11
*
Add Target hook to duplicate machine instructions.
Jakob Stoklund Olesen
2010-01-06
1
-1
/
+1
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-11
/
+11
*
Tail duplication should zap a copy it inserted for SSA update if the copy is ...
Evan Cheng
2009-12-15
1
-13
/
+37
*
Delete code accidentally left behind.
Evan Cheng
2009-12-07
1
-10
/
+0
*
Pre-regalloc tale duplication. Work in progress.
Evan Cheng
2009-12-07
1
-90
/
+220
*
Handle recursive PHI's.
Evan Cheng
2009-12-04
1
-18
/
+18
*
Add a pre-regalloc tail duplication pass.
Evan Cheng
2009-12-04
1
-98
/
+215
*
Teach tail duplication to update SSA form. Work in progress.
Evan Cheng
2009-12-03
1
-3
/
+134
*
Don't count PHI instructions toward the limit for tail duplicating a block.
Bob Wilson
2009-12-02
1
-4
/
+6
*
Reprioritize tests for tail duplication to be aggressive about indirect
Bob Wilson
2009-11-30
1
-3
/
+3
*
Remove isProfitableToDuplicateIndirectBranch target hook. It is profitable
Bob Wilson
2009-11-30
1
-2
/
+1
*
Rename new TailDuplicationPass to avoid name conflict with the old one.
Bob Wilson
2009-11-26
1
-10
/
+10
*
Split tail duplication into a separate pass. This is needed to avoid
Bob Wilson
2009-11-26
1
-0
/
+250