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
/
LocalStackSlotAllocation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move TargetFrameLowering.h to CodeGen where it's implemented
David Blaikie
2017-11-03
1
-1
/
+1
*
CodeGen: Minor cleanups to use MachineInstr::getMF. NFC
Justin Bogner
2017-10-10
1
-1
/
+1
*
[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-10-10
1
-15
/
+19
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
CodeGen: Rename DEBUG_TYPE to match passnames
Matthias Braun
2017-05-25
1
-2
/
+2
*
Fix nondeterministic output in local stack slot alloc pass
Matt Arsenault
2016-10-26
1
-6
/
+16
*
Fix differences in codegen between Linux and Windows toolchains
Mandeep Singh Grang
2016-10-18
1
-3
/
+5
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-28
/
+28
*
CodeGen: Use MachineInstr& in LocalStackSlotAllocation, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-35
/
+29
*
CodeGen: Remove more ilist iterator implicit conversions, NFC
Duncan P. N. Exon Smith
2015-10-09
1
-1
/
+1
*
[ARM] Fix handling of thumb1 out-of-range frame offsets
John Brawn
2015-03-20
1
-5
/
+7
*
[Statepoints 2/4] Statepoint infrastructure for garbage collection: MI & x86-...
Philip Reames
2014-12-01
1
-0
/
+1
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-8
/
+4
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-4
/
+9
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Simplify resolveFrameIndex() signature.
Jim Grosbach
2014-04-02
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-07
1
-2
/
+2
*
LocalStackSlotAllocation: Turn one-iteration loop into if.
Benjamin Kramer
2014-02-23
1
-12
/
+5
*
[stackprotector] Implement the sspstrong rules for stack layout.
Josh Magee
2014-02-01
1
-0
/
+11
*
[stackprotector] Use analysis from the StackProtector pass for stack layout i...
Josh Magee
2013-12-19
1
-9
/
+51
*
Teach LocalStackSlotAllocation that stackmaps/patchpoints don't have range
Lang Hames
2013-11-29
1
-3
/
+5
*
LocalStackSlotAllocation improvements
Hal Finkel
2013-04-30
1
-94
/
+111
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-6
/
+6
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-9
/
+9
*
Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().
Jakob Stoklund Olesen
2012-05-07
1
-1
/
+2
*
Codegen pass definition cleanup. No functionality.
Andrew Trick
2012-02-08
1
-7
/
+3
*
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-10
1
-5
/
+5
*
Fix a comment typo.
Bob Wilson
2011-01-07
1
-1
/
+1
*
During local stack slot allocation, the materializeFrameBaseRegister function
Bill Wendling
2010-12-17
1
-6
/
+11
*
Improve virtual frame base register allocation heuristics.
Jim Grosbach
2010-08-31
1
-73
/
+109
*
Add ARM heuristic for when to allocate a virtual base register for stack
Jim Grosbach
2010-08-24
1
-1
/
+1
*
Move enabling the local stack allocation pass into the target where it belongs.
Jim Grosbach
2010-08-24
1
-2
/
+4
*
Better handling of local offsets for downwards growing stacks. This corrects
Jim Grosbach
2010-08-23
1
-19
/
+31
*
Downwards growing stack allocation order reverses relative offsets
Jim Grosbach
2010-08-20
1
-1
/
+10
*
Add more dbg output
Jim Grosbach
2010-08-20
1
-0
/
+1
*
properly check for whether base regs were inserted
Jim Grosbach
2010-08-20
1
-4
/
+7
*
Better handling of offsets on frame index references. rdar://8277890
Jim Grosbach
2010-08-19
1
-7
/
+21
*
Update local stack block allocation to let PEI do the allocs if no additional
Jim Grosbach
2010-08-19
1
-0
/
+7
*
Add a newline to debug output
Jim Grosbach
2010-08-18
1
-1
/
+2
*
Enable ARM base register reuse to local stack slot allocation. Whenever a new
Jim Grosbach
2010-08-18
1
-10
/
+33
*
Add hook for re-using virtual base registers for local stack slot access.
Jim Grosbach
2010-08-18
1
-12
/
+41
*
Add materialization of virtual base registers for frame indices allocated into
Jim Grosbach
2010-08-17
1
-2
/
+26
*
silence warning
Jim Grosbach
2010-08-17
1
-0
/
+5
*
Add hook to examine an instruction referencing a frame index to determine
Jim Grosbach
2010-08-17
1
-2
/
+52
*
tidy up. remove unused local.
Jim Grosbach
2010-08-16
1
-2
/
+0
*
Better handle alignment requirements for local objects in pre-regalloc frame
Jim Grosbach
2010-08-16
1
-28
/
+2
*
track local frame size in MFI, not local to the pass, since PEI needs it.
Jim Grosbach
2010-08-16
1
-4
/
+1
*
Add a local stack object block allocation pass. This is still an
Jim Grosbach
2010-08-14
1
-0
/
+169