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
/
RegAllocLocal.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remember to update VirtRegLastUse when spilling without killing before a call.
Jakob Stoklund Olesen
2010-05-18
1
-0
/
+10
*
RegAllocLocal can count copies too
Jakob Stoklund Olesen
2010-05-14
1
-1
/
+4
*
Do not attempt copy coalescing if the source and dest sub-register indices do...
Evan Cheng
2010-05-12
1
-2
/
+4
*
Teach local regalloc about virtual registers with sub-indices.
Evan Cheng
2010-05-12
1
-9
/
+37
*
Revert r103133 and add testcase from PR7066.
Nick Lewycky
2010-05-07
1
-12
/
+2
*
Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.
Evan Cheng
2010-05-06
1
-2
/
+2
*
Fix PR6520. An earlyclobber physreg must not be allocated to anything else.
Jakob Stoklund Olesen
2010-05-05
1
-2
/
+12
*
Remove preexisting kill flags in RegAllocLocal, just like LiveVariables does.
Jakob Stoklund Olesen
2010-05-03
1
-1
/
+4
*
The local register allocator has to spill dirty callee saved registers before a
Jakob Stoklund Olesen
2010-04-30
1
-6
/
+33
*
Revert "Use a simpler data structure to calculate the least recently used reg...
Jakob Stoklund Olesen
2010-04-17
1
-41
/
+112
*
Use a simpler data structure to calculate the least recently used register in...
Jakob Stoklund Olesen
2010-04-16
1
-112
/
+41
*
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
2010-04-07
1
-2
/
+2
*
reduce indentation, fit in 80 cols and various other cosmetic cleanups.
Chris Lattner
2010-03-31
1
-284
/
+300
*
Add explicit braces to avoid ambiguous ‘else’.
Dan Gohman
2010-03-18
1
-1
/
+2
*
Use getFirstTerminator().
Bill Wendling
2010-03-16
1
-4
/
+4
*
When checking if something's killed, don't rely simply on whether it's marked as
Bill Wendling
2010-03-16
1
-8
/
+15
*
Reapply 96294; now that I've gotten around to looking
Dale Johannesen
2010-02-16
1
-4
/
+26
*
Something broke. Hard to believe it was this patch
Dale Johannesen
2010-02-16
1
-26
/
+4
*
More handling of DBG_VALUE.
Dale Johannesen
2010-02-15
1
-4
/
+26
*
Ignore DBG_VALUE in a couple more places.
Dale Johannesen
2010-02-15
1
-1
/
+4
*
Fix comments to reflect renaming elsewhere.
Dale Johannesen
2010-02-10
1
-2
/
+2
*
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-02-09
1
-4
/
+4
*
Reapply 95050 with a tweak to check the register class.
Dale Johannesen
2010-02-03
1
-0
/
+16
*
Test revert 95050; there's a good chance it's causing
Dale Johannesen
2010-02-02
1
-14
/
+0
*
Make local RA smarter about reusing input register of a copy
Dale Johannesen
2010-02-02
1
-0
/
+14
*
Fix a case where debug_value could affect codegen.
Dale Johannesen
2010-01-30
1
-0
/
+12
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-17
/
+17
*
Do better with physical reg operands (typically, from inline asm)
Dale Johannesen
2009-12-16
1
-16
/
+41
*
Add a bool flag to StackObjects telling whether they reference spill
David Greene
2009-11-12
1
-2
/
+2
*
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
1
-1
/
+0
*
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-25
1
-1
/
+1
*
Distinquish stack slots from other stack objects. They (and fixed objects) ge...
Evan Cheng
2009-10-17
1
-1
/
+1
*
Convert DOUT to DEBUG(errs()...).
Bill Wendling
2009-08-22
1
-32
/
+37
*
Use setPreservesAll and setPreservesCFG in CodeGen passes.
Dan Gohman
2009-07-31
1
-0
/
+1
*
More migration to raw_ostream, the water has dried up around the iostream hole.
Daniel Dunbar
2009-07-25
1
-1
/
+1
*
Convert more assert(0)+abort() -> LLVM_UNREACHABLE,
Edwin Török
2009-07-11
1
-8
/
+14
*
Fix pr4100. Do not remove no-op copies when they are dead. The register
Bob Wilson
2009-05-07
1
-2
/
+4
*
Fix a comment (again).
Bob Wilson
2009-05-07
1
-1
/
+1
*
Fix a comment.
Bob Wilson
2009-05-07
1
-1
/
+1
*
Fix pr3954. The register scavenger asserts for inline assembly with
Bob Wilson
2009-04-09
1
-1
/
+1
*
Added MachineInstr::isRegTiedToDefOperand to check for two-addressness.
Evan Cheng
2009-03-19
1
-1
/
+1
*
Local register allocator shouldn't assume only the entry and landing pad basi...
Evan Cheng
2009-01-29
1
-16
/
+13
*
Exit with nice warnings when register allocator run out of registers.
Evan Cheng
2009-01-29
1
-40
/
+65
*
A slight compile time optimization. If the caller knows there isn't a free re...
Evan Cheng
2009-01-29
1
-6
/
+6
*
Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...
Evan Cheng
2009-01-20
1
-2
/
+3
*
Drop the reg argument to isRegReDefinedByTwoAddr, which was redundant.
Dan Gohman
2008-12-05
1
-1
/
+1
*
Minor fix debug for register allocation debug output.
Matthijs Kooijman
2008-11-24
1
-2
/
+2
*
Fix command-line option printing to print two spaces where needed,
Dan Gohman
2008-10-14
1
-1
/
+1
*
Fix the case where an instruction is not properly marked as using all registe...
Owen Anderson
2008-10-08
1
-1
/
+19
*
Fix a bug in the local allocator's liveness computation where it
Dan Gohman
2008-10-04
1
-3
/
+5
[next]