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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Some code cleanups from Chris
Alkis Evlogimenos
2004-02-23
1
-9
/
+4
*
Fix comments in PhysRegTracker and rename isPhysRegAvail to isRegAvail to be ...
Alkis Evlogimenos
2004-02-23
2
-5
/
+6
*
Move LiveIntervals.h up to be the first included header
Alkis Evlogimenos
2004-02-23
1
-1
/
+1
*
Pull PhysRegTracker out of RegAllocLinearScan as it can be used by other allo...
Alkis Evlogimenos
2004-02-23
2
-59
/
+92
*
Move LiveIntervals.h to lib/CodeGen since it shouldn't be exposed to other pa...
Alkis Evlogimenos
2004-02-23
2
-2
/
+4
*
Another bug fix for empty MBB's
Chris Lattner
2004-02-22
1
-1
/
+1
*
Fix a bug where we were implicitly assuming that there would be at least
Chris Lattner
2004-02-22
1
-2
/
+2
*
Print basic block boundaries in machine instruction debug output.
Alkis Evlogimenos
2004-02-22
2
-4
/
+8
*
Abstract merging of ranges away from number of slots per instruction.
Alkis Evlogimenos
2004-02-22
2
-4
/
+11
*
Make 'fold' statistic's description the same in both allocators.
Alkis Evlogimenos
2004-02-21
2
-3
/
+4
*
Some more statistics improvements.
Alkis Evlogimenos
2004-02-20
1
-11
/
+17
*
Disambiguate statistic descriptions.
Alkis Evlogimenos
2004-02-20
1
-1
/
+1
*
Rename statistic and add another one.
Alkis Evlogimenos
2004-02-20
1
-3
/
+6
*
Fix crash in debug output.
Alkis Evlogimenos
2004-02-20
1
-1
/
+1
*
Fix instruction numbering in debug output.
Alkis Evlogimenos
2004-02-20
1
-1
/
+2
*
Too many changes in one commit:
Alkis Evlogimenos
2004-02-20
3
-168
/
+258
*
Fix RA::verifyAssignment()
Alkis Evlogimenos
2004-02-19
1
-4
/
+8
*
Fix problem fusing spill code into instructions: we didn't update the live
Chris Lattner
2004-02-19
1
-0
/
+3
*
Fix an iterator invalidation problem. :(
Chris Lattner
2004-02-19
1
-2
/
+11
*
Add method to update livevar when an instruction moves
Chris Lattner
2004-02-19
1
-0
/
+34
*
Fix a __LONG__ term annoyance of mine: symbolic registers weren't being printed
Chris Lattner
2004-02-19
1
-6
/
+16
*
Add a MachineBasicBlock::getParent() method
Chris Lattner
2004-02-19
1
-3
/
+7
*
Rename reloads/spills to loads/stores.
Alkis Evlogimenos
2004-02-19
3
-14
/
+14
*
Implement assignment correctness verification.
Alkis Evlogimenos
2004-02-18
1
-0
/
+15
*
Move unused typedefs in private section. Add method to return interval
Alkis Evlogimenos
2004-02-18
1
-2
/
+6
*
Eliminate operator[] is deprecated warnings
Chris Lattner
2004-02-18
1
-16
/
+21
*
Fix deprecated operator[] warnings
Chris Lattner
2004-02-18
1
-15
/
+17
*
Be more agressive when joining ranges.
Alkis Evlogimenos
2004-02-18
1
-9
/
+9
*
Fix overly conservative spill interval computation.
Alkis Evlogimenos
2004-02-18
1
-4
/
+3
*
Beautify debug output.
Alkis Evlogimenos
2004-02-18
1
-3
/
+8
*
Remove the -disable-kill option. The register allocator is buggy with it,
Chris Lattner
2004-02-17
1
-50
/
+39
*
Add support to the local allocator for fusing spill code into the instructions
Chris Lattner
2004-02-17
1
-11
/
+13
*
Fix a bug in my previous refactoring change... arg!
Chris Lattner
2004-02-17
1
-1
/
+3
*
Add LiveIntervals::Interval::empty() member function.
Alkis Evlogimenos
2004-02-17
1
-2
/
+4
*
Once we have a way to fold spill code reloads into instructions, we have a wa...
Chris Lattner
2004-02-17
1
-2
/
+17
*
Fix spilled interval update. It was too conservative.
Alkis Evlogimenos
2004-02-17
1
-1
/
+4
*
Refactor code a bit. No functionality changes, though the comment hints at t...
Chris Lattner
2004-02-17
1
-30
/
+46
*
Add LeakDetection to MachineInstr.
Alkis Evlogimenos
2004-02-16
3
-11
/
+80
*
By default, llvm.setjmp/llvm.longjmp intrinsics get lowered to their libc cou...
Chris Lattner
2004-02-15
1
-3
/
+15
*
Refactor code. Now the intrinsic lowering pass tries to recycle preexisting
Chris Lattner
2004-02-15
1
-35
/
+63
*
This pass should not require phi elimination or live variable
Alkis Evlogimenos
2004-02-15
1
-13
/
+13
*
Finegrainify namespacification
Chris Lattner
2004-02-15
1
-8
/
+12
*
Make dense maps keyed on physical registers smallerusing
Alkis Evlogimenos
2004-02-15
4
-7
/
+6
*
Eliminate the use of spill (reserved) registers.
Alkis Evlogimenos
2004-02-15
3
-343
/
+327
*
Allow for fixed objects to reside in the local area, and if they don't to not
Chris Lattner
2004-02-15
1
-6
/
+13
*
Add back machine code deleter pass until we get a MachineCode pass
Alkis Evlogimenos
2004-02-15
1
-0
/
+21
*
There is no reason to align the stack pointer if there are no callees of this...
Chris Lattner
2004-02-14
1
-2
/
+5
*
A target that doesn't support these intrinsics will still meet spec (the
Chris Lattner
2004-02-14
1
-0
/
+3
*
Add llvm.memset/frameaddress/returnaddress intrinsics.
Chris Lattner
2004-02-14
1
-2
/
+21
*
Use newly added next() and prior() utility functions.
Alkis Evlogimenos
2004-02-14
2
-6
/
+5
[next]