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
/
RegisterCoalescer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Inflate register classes after coalescing.
Jakob Stoklund Olesen
2011-08-09
1
-2
/
+35
*
Rename member variables to follow coding standards.
Jakob Stoklund Olesen
2011-08-09
1
-198
/
+198
*
Move the RegisterCoalescer private to its implementation file.
Jakob Stoklund Olesen
2011-08-09
1
-1
/
+123
*
Refer to the RegisterCoalescer pass by ID.
Jakob Stoklund Olesen
2011-08-09
1
-4
/
+2
*
Eliminate copies of undefined values during coalescing.
Jakob Stoklund Olesen
2011-07-26
1
-0
/
+50
*
Fix an easy fixme.
Rafael Espindola
2011-07-03
1
-6
/
+10
*
Use getVNInfoAt.
Rafael Espindola
2011-07-02
1
-2
/
+1
*
Check the VN of the src register at the two copies, not just the
Rafael Espindola
2011-07-02
1
-1
/
+6
*
Disable commit 134216 ("Add 134199 back, but disable the optimization when th...
Duncan Sands
2011-07-01
1
-0
/
+1
*
Avoid DenseMap lookup.
Rafael Espindola
2011-07-01
1
-6
/
+8
*
Fix off by one error. I misunderstood the comment about killedAt.
Rafael Espindola
2011-07-01
1
-1
/
+1
*
Check the liveinterval, not the kill flag.
Rafael Espindola
2011-07-01
1
-7
/
+10
*
Add 134199 back, but disable the optimization when the second copy is a kill.
Rafael Espindola
2011-07-01
1
-10
/
+100
*
Revert my previous patch while I debug llvm-gcc bootstrap.
Rafael Espindola
2011-06-30
1
-95
/
+10
*
Don't give up on coalescing A and B when we find
Rafael Espindola
2011-06-30
1
-10
/
+95
*
make compose and isMoveInstr static functions.
Rafael Espindola
2011-06-29
1
-9
/
+10
*
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-28
1
-9
/
+9
*
More refactoring. Move getRegClass from TargetOperandInfo to TargetInstrInfo.
Evan Cheng
2011-06-27
1
-2
/
+2
*
There is only one register coalescer. Merge it into the base class and
Rafael Espindola
2011-06-26
1
-51
/
+25
*
Merge SimpleRegisterCoalescing.cpp into RegisterCoalescer.cpp.
Rafael Espindola
2011-06-26
1
-2
/
+1523
*
Move RegisterCoalescer.h to lib/CodeGen.
Rafael Espindola
2011-06-26
1
-1
/
+1
*
Analysis groups need to initialize their default implementations.
Owen Anderson
2010-10-13
1
-1
/
+2
*
Now with fewer extraneous semicolons!
Owen Anderson
2010-10-07
1
-1
/
+1
*
Hide analysis group registration behind a macro, just like pass registration.
Owen Anderson
2010-10-06
1
-1
/
+1
*
Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway.
Jakob Stoklund Olesen
2010-07-16
1
-2
/
+1
*
Convert EXTRACT_SUBREG to COPY when emitting machine instrs.
Jakob Stoklund Olesen
2010-07-08
1
-5
/
+0
*
Remove references to INSERT_SUBREG after de-SSA.
Jakob Stoklund Olesen
2010-07-08
1
-1
/
+1
*
Revert "Remove references to INSERT_SUBREG after de-SSA" r107725.
Jakob Stoklund Olesen
2010-07-07
1
-1
/
+1
*
Remove references to INSERT_SUBREG after de-SSA
Jakob Stoklund Olesen
2010-07-06
1
-1
/
+1
*
Be more forgiving when calculating alias interference for physreg coalescing.
Jakob Stoklund Olesen
2010-07-06
1
-1
/
+0
*
Detect and handle COPY in many places.
Jakob Stoklund Olesen
2010-07-03
1
-1
/
+6
*
Be more strict about subreg-to-subreg copies in CoalescerPair.
Jakob Stoklund Olesen
2010-06-24
1
-5
/
+15
*
Revert "Replace a big gob of old coalescer logic with the new CoalescerPair c...
Jakob Stoklund Olesen
2010-06-24
1
-15
/
+5
*
Replace a big gob of old coalescer logic with the new CoalescerPair class.
Jakob Stoklund Olesen
2010-06-24
1
-5
/
+15
*
Add CoalescerPair helper class.
Jakob Stoklund Olesen
2010-06-15
1
-0
/
+147
*
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-13
1
-3
/
+1
*
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-02-10
1
-1
/
+1
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Pluggable coalescers inplementation.
David Greene
2007-09-06
1
-0
/
+43