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
/
include
/
llvm
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a GC plugin for Erlang
Yiannis Tsiouris
2013-03-25
3
-0
/
+8
*
Allow the register scavenger to spill multiple registers
Hal Finkel
2013-03-22
1
-15
/
+37
*
Remove ScavengedRC from RegisterScavenging
Hal Finkel
2013-03-22
1
-5
/
+1
*
Remove blank line before block comment.
Eric Christopher
2013-03-20
1
-1
/
+0
*
Move #include of BitVector from .h to .cpp file.
Jakub Staszak
2013-03-18
2
-5
/
+2
*
Add some constantness.
Jakub Staszak
2013-03-18
2
-2
/
+2
*
Move estimateStackSize from ARM into MachineFrameInfo
Hal Finkel
2013-03-14
1
-0
/
+3
*
Residual cleanup: live-out set is gone
Eli Bendersky
2013-03-11
1
-8
/
+7
*
Cleanup #includes.
Jakub Staszak
2013-03-10
1
-4
/
+1
*
Remove unneeded #include.
Jakub Staszak
2013-03-10
1
-1
/
+0
*
Add some constantness in MachinePostDominators.h.
Jakub Staszak
2013-03-10
1
-7
/
+8
*
Remove unneeded cast.
Jakub Staszak
2013-03-09
1
-3
/
+3
*
No really, don't use end().
Jakob Stoklund Olesen
2013-03-08
1
-2
/
+2
*
Avoid creating a SlotIndex from the end() iterator.
Jakob Stoklund Olesen
2013-03-08
1
-6
/
+10
*
Rename isEarlierInSameTrace to isUsefulDominator.
Jakob Stoklund Olesen
2013-03-07
1
-5
/
+18
*
ArrayRefize some code. No functionality change.
Benjamin Kramer
2013-03-07
1
-2
/
+2
*
Fix PR10475
Michael Liao
2013-03-01
1
-2
/
+4
*
GCInfoDeleter code cleanup after r175528
Yiannis Tsiouris
2013-03-01
2
-5
/
+2
*
Fix incorrect ScheduleDAG comment and formalize Weak edges.
Andrew Trick
2013-03-01
1
-2
/
+12
*
A small refactoring + adding comments.
Eli Bendersky
2013-02-28
1
-4
/
+14
*
Reverted: r176136 - Have a way for a target to opt-out of target-independent ...
Michael Ilseman
2013-02-27
1
-5
/
+0
*
Have a way for a target to opt-out of target-independent fast isel
Michael Ilseman
2013-02-26
1
-0
/
+5
*
Make RAFast::UsedInInstr indexed by register units.
Jakob Stoklund Olesen
2013-02-21
1
-0
/
+6
*
Use LiveRangeUpdater instead of mergeIntervalRanges.
Jakob Stoklund Olesen
2013-02-20
1
-3
/
+0
*
Add a LiveRangeUpdater class.
Jakob Stoklund Olesen
2013-02-20
1
-0
/
+58
*
Add a default constructor for LiveRange.
Jakob Stoklund Olesen
2013-02-20
1
-1
/
+2
*
Modify LiveInterval::addRange() to match the comment about what it returns.
Cameron Zwarich
2013-02-20
1
-2
/
+2
*
Add SlotIndexes::repairIndexesInRange(), which repairs SlotIndexes after adding
Cameron Zwarich
2013-02-20
1
-0
/
+5
*
Make SlotIndex::getEntry() return unsigned to match IndexListEntry.
Cameron Zwarich
2013-02-20
1
-1
/
+1
*
Fix a misunderstanding about how RegMaskBlocks works. This was caught by
Cameron Zwarich
2013-02-20
1
-1
/
+1
*
Remove unneeded #include.
Jakub Staszak
2013-02-20
1
-1
/
+0
*
Fix #includes, so we include only what we really need.
Jakub Staszak
2013-02-20
1
-2
/
+1
*
Remove use of reverse iterators in repairIntervalsInRange(). While they were
Cameron Zwarich
2013-02-17
1
-5
/
+5
*
Use ArrayRef instead of a reference to a SmallVectorImpl.
Cameron Zwarich
2013-02-17
1
-1
/
+1
*
Add support for updating the LiveIntervals of registers used by 'exotic'
Cameron Zwarich
2013-02-17
1
-0
/
+15
*
Use const reference instead of vector object when passing an argument to
Jakub Staszak
2013-02-16
1
-1
/
+1
*
Add even more constatness in MachineDominators.h.
Jakub Staszak
2013-02-16
1
-3
/
+3
*
Add some constantness in Machine Dominators.
Jakub Staszak
2013-02-16
1
-6
/
+8
*
Remove trailing spaces.
Jakub Staszak
2013-02-16
1
-24
/
+24
*
[ms-inline asm] Do not omit the frame pointer if we have ms-inline assembly.
Chad Rosier
2013-02-16
2
-0
/
+17
*
Mark getRawBits const.
Preston Gurd
2013-02-14
1
-1
/
+1
*
Renumber SlotIndexes locally when a new block is inserted.
Cameron Zwarich
2013-02-12
1
-5
/
+4
*
Add blocks to the LiveIntervalAnalysis RegMaskBlocks array when splitting
Cameron Zwarich
2013-02-12
1
-0
/
+7
*
Fix some problems with the updating of SlotIndexes after adding a new MBB. In
Cameron Zwarich
2013-02-11
1
-13
/
+18
*
Currently, codegen may spent some time in SDISel passes even if an entire
Evan Cheng
2013-02-11
1
-0
/
+10
*
Fix the unused but nearly correct method SlotIndexes::insertMBBInMaps() and add
Cameron Zwarich
2013-02-10
1
-10
/
+12
*
Remove unneeded "TargetMachine.h" #includes.
Jakub Staszak
2013-02-09
1
-1
/
+1
*
Simplify code.
Jakub Staszak
2013-02-09
1
-2
/
+1
*
Remove the old liveness algorithm.
Jakob Stoklund Olesen
2013-02-09
1
-25
/
+0
*
Revert 172027 and 174336. Remove diagnostics about over-aligned stack objects.
Bob Wilson
2013-02-08
1
-16
/
+3
[next]