index
:
delta/llvm.git
277873ce0f48
51f23efbef48
5357a98c823a
9eb3e564d3b
EmptyLineAfterFunctionDefinition
HEAD
Jamie_Phabricator_D100991
LitFixes
Llvm
aranges
arcpatch-D108319
arcpatch-D113798
arcpatch-D90810
base_offset
baserock/flang
baserock/morph
c92d1aa44b132597d
cherry-pick-something
cleaner-attribute-errors
cmake-integration
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
diagnostic-handler-dev
efb284c07e
eng/PR-D101122-follow-up
fix_asan
forTom
hostassoc
llvm_plex_11.0.1
lntue-libc-fmin
maain
mai
main
maste
master
muiez/revert-ffad4
omp-loop
optimize_compinstr_fix
perf/tmp
relase/12.x
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/13.x
release/14.x
release/15.x
release/16.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215010
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
relese/12.x
rgallop/opensource-main/scudo_standalone
scripted-process
shape
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
temp-test-main
test-D97234
testing
upstream
use-after-move-docs
verify-in-debug
vkd1
zibi/warnings_from_nanosleep
github.com: llvm/llvm-project.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
Spiller.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added a new "splitting" spiller.
Lang Hames
2009-12-09
1
-9
/
+327
*
improve portability to avoid conflicting with std::next in c++'0x.
Chris Lattner
2009-12-03
1
-2
/
+2
*
Removed references to LiveStacks from Spiller.* . They're no longer needed.
Lang Hames
2009-11-20
1
-12
/
+7
*
Added a new Spiller implementation which wraps LiveIntervals::addIntervalsFor...
Lang Hames
2009-11-19
1
-5
/
+46
*
Fixed the in-place spiller and trivial rewriter, which had been broken by the...
Lang Hames
2009-11-18
1
-207
/
+35
*
Added an API to the SlotIndexes pass to allow new instructions to be inserted...
Lang Hames
2009-11-14
1
-34
/
+10
*
The Indexes Patch.
Lang Hames
2009-11-03
1
-32
/
+36
*
Oops. Renamed remaining MachineInstrIndex references.
Lang Hames
2009-10-03
1
-2
/
+2
*
Renamed MachineInstrIndex to LiveIndex.
Lang Hames
2009-10-03
1
-22
/
+22
*
Replaces uses of unsigned for indexes in LiveInterval and VNInfo with
Lang Hames
2009-09-04
1
-42
/
+38
*
Convert DOUT to DEBUG(errs()...).
Bill Wendling
2009-08-22
1
-6
/
+9
*
Improved tracking of value number kills. VN kills are now represented
Lang Hames
2009-07-09
1
-2
/
+2
*
Completed basic intra block split implementation.
Lang Hames
2009-06-24
1
-43
/
+114
*
More VNInfo tweaking, plus a little progress on intra-block splitting.
Lang Hames
2009-06-19
1
-22
/
+73
*
VNInfo cleanup.
Lang Hames
2009-06-17
1
-26
/
+41
*
Update to in-place spilling framework. Includes live interval scaling and tri...
Lang Hames
2009-06-02
1
-87
/
+110
*
New Spiller interface and trivial implementation.
Lang Hames
2009-05-18
1
-0
/
+206
*
Renamed Spiller classes (plus uses and related files) to VirtRegRewriter.
Lang Hames
2009-05-06
1
-1896
/
+0
*
It has finally happened. Spiller is now using live interval info.
Evan Cheng
2009-04-21
1
-30
/
+55
*
Teach spiller to unfold instructions which modref spill slot when a scratch
Evan Cheng
2009-04-17
1
-8
/
+211
*
When assigning a physical register to a MachineOperand, set
Dan Gohman
2009-04-13
1
-1
/
+10
*
Fix pr3954. The register scavenger asserts for inline assembly with
Bob Wilson
2009-04-09
1
-2
/
+2
*
Oy! When reverting r68073, I added in experimental code. Sorry...
Bill Wendling
2009-03-31
1
-62
/
+31
*
Revert r68073. It's causing a failure in the Apple-style builds.
Bill Wendling
2009-03-31
1
-31
/
+62
*
Balance out quote in debug output.
Bill Wendling
2009-03-30
1
-1
/
+1
*
Fixed build warnings for unused variables.
Sanjiv Gupta
2009-03-20
1
-3
/
+0
*
Added MachineInstr::isRegTiedToDefOperand to check for two-addressness.
Evan Cheng
2009-03-19
1
-10
/
+9
*
Spiller may unfold load / mod / store instructions as an optimization when th...
Evan Cheng
2009-03-17
1
-4
/
+9
*
Add newlines at end of file (this can annoy gcov)
Daniel Dunbar
2009-03-14
1
-1
/
+1
*
Reorganize some #include's.
Owen Anderson
2009-03-12
1
-1
/
+4
*
Reorganization: Move the Spiller out of VirtRegMap.cpp into its own files. N...
Owen Anderson
2009-03-11
1
-0
/
+1655
[prev]