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
/
MachineFrameInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
1
-0
/
+4
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-9
/
+45
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
1
-0
/
+3
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-1
/
+1
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-17
/
+35
*
Directly access objects which may change during compilation.
Bill Wendling
2013-06-17
1
-6
/
+7
*
Move estimateStackSize from ARM into MachineFrameInfo
Hal Finkel
2013-03-14
1
-0
/
+3
*
Revert 172027 and 174336. Remove diagnostics about over-aligned stack objects.
Bob Wilson
2013-02-08
1
-16
/
+3
*
Stack Alignment: throw error if we can't satisfy the minimal alignment
Manman Ren
2013-01-10
1
-3
/
+16
*
Stack Alignment: when creating stack objects in MachineFrameInfo, make sure
Manman Ren
2012-12-04
1
-1
/
+4
*
Stack Alignment: move functions from header file MachineFrameInfo.h.
Manman Ren
2012-12-04
1
-24
/
+4
*
Change MachineFrameInfo::StackObject::Alloca from Value* to AllocaInst*
Sebastian Pop
2012-10-18
1
-4
/
+5
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-1
/
+1
*
Add a new optimization pass: Stack Coloring, that merges disjoint static allo...
Nadav Rotem
2012-09-06
1
-5
/
+19
*
Move [get|set]BasePtrStackAdjustment() from MachineFrameInfo to
Chad Rosier
2012-07-10
1
-15
/
+0
*
Add support for dynamic stack realignment in the presence of dynamic allocas on
Chad Rosier
2012-07-10
1
-0
/
+15
*
Add an ensureMaxAlignment() function to MachineFrameInfo (analogous to
Chad Rosier
2012-06-19
1
-7
/
+9
*
Fix typo, reported by Eitan Adler!
Nick Lewycky
2011-12-10
1
-1
/
+1
*
Create and use an llvm.eh.sjlj.functioncontext intrinsic.
Bill Wendling
2011-09-28
1
-0
/
+10
*
Tidy up.
Jim Grosbach
2011-03-07
1
-1
/
+0
*
Remove dead ivar.
Benjamin Kramer
2011-01-22
1
-4
/
+0
*
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-10
1
-4
/
+4
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-1
/
+1
*
Add 'const' to getter function.
Jim Grosbach
2010-09-03
1
-1
/
+1
*
Fix a couple of typos.
Eric Christopher
2010-08-27
1
-1
/
+1
*
Remove the MFI storage of the local allocation block size. It's not needed.
Jim Grosbach
2010-08-23
1
-14
/
+0
*
Add explicit initializer for UseLocalStackAllocationBlock in MFI constructor
Jim Grosbach
2010-08-20
1
-0
/
+1
*
Update local stack block allocation to let PEI do the allocs if no additional
Jim Grosbach
2010-08-19
1
-0
/
+16
*
Better handle alignment requirements for local objects in pre-regalloc frame
Jim Grosbach
2010-08-16
1
-0
/
+14
*
track local frame size in MFI, not local to the pass, since PEI needs it.
Jim Grosbach
2010-08-16
1
-0
/
+3
*
Add a local stack object block allocation pass. This is still an
Jim Grosbach
2010-08-14
1
-2
/
+57
*
tidy up comments
Jim Grosbach
2010-08-13
1
-2
/
+2
*
tidy up 80 column and whitespace
Jim Grosbach
2010-08-13
1
-18
/
+18
*
It's better to have the arrays, which would trigger the creation of stack
Bill Wendling
2010-07-27
1
-14
/
+29
*
Formatting.
Eric Christopher
2010-07-20
1
-2
/
+2
*
Propagate alloca alignment information via variable size object frame
Eric Christopher
2010-07-17
1
-2
/
+3
*
Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...
Evan Cheng
2010-07-03
1
-4
/
+2
*
Add explicit keywords.
Dan Gohman
2010-06-18
1
-1
/
+1
*
Remove the TargetRegisterClass member from CalleeSavedInfo
Rafael Espindola
2010-06-02
1
-4
/
+2
*
Implement @llvm.returnaddress. rdar://8015977.
Evan Cheng
2010-05-22
1
-0
/
+11
*
Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe what
Bill Wendling
2010-05-14
1
-5
/
+14
*
remove the MMI pointer from MachineFrameInfo.
Chris Lattner
2010-04-05
1
-17
/
+0
*
prune #includes.
Chris Lattner
2010-04-05
1
-9
/
+2
*
trim some spurious references to DwarfWriter. SDIsel really doesn't
Chris Lattner
2010-04-05
1
-2
/
+2
*
Teach MachineFrameInfo to track maximum alignment while stack objects are being
Evan Cheng
2010-02-13
1
-13
/
+3
*
Factor the stack alignment calculations out into a target independent pass.
Jim Grosbach
2009-12-02
1
-1
/
+14
*
Remove duplicate APIs and state WRT spill objects.
David Greene
2009-11-13
1
-16
/
+0
*
Add a bool flag to StackObjects telling whether they reference spill
David Greene
2009-11-12
1
-10
/
+45
*
Move DataTypes.h to include/llvm/System, update all users. This breaks the last
Chandler Carruth
2009-10-26
1
-1
/
+1
*
Distinquish stack slots from other stack objects. They (and fixed objects) ge...
Evan Cheng
2009-10-17
1
-4
/
+18
[next]