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
*
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
*
Re-arrange some fields.
Evan Cheng
2009-10-17
1
-5
/
+5
*
Update the description of MachineFrameInfo's OffsetAdjustment. The value of
Bob Wilson
2009-09-25
1
-5
/
+8
*
convert some stuff to work on raw_ostreams instead of std::ostream.
Chris Lattner
2009-08-23
1
-2
/
+2
*
Add missing includes.
David Greene
2009-08-19
1
-0
/
+1
*
Add MachineFrameInfo::getPristineRegisters(MBB) method.
Jakob Stoklund Olesen
2009-08-13
1
-1
/
+23
*
Fix some comments referring to std::cerr.
Daniel Dunbar
2009-08-03
1
-1
/
+1
*
Fix a bunch of Doxygen syntax issues. Escape special characters,
Dan Gohman
2009-03-03
1
-2
/
+2
*
Extend X86's addFrameReference to add a MachineMemOperand for
Dan Gohman
2008-12-03
1
-3
/
+3
*
Add an explicit keyword.
Dan Gohman
2008-12-03
1
-1
/
+1
*
- Rename stackprotector_{prologue,epilogue} to stackprotector_{create,check}.
Bill Wendling
2008-11-06
1
-9
/
+0
*
Implement the stack protector stack accesses via intrinsics:
Bill Wendling
2008-11-06
1
-0
/
+19
*
more comment cleanups.
Chris Lattner
2008-10-28
1
-3
/
+3
*
comment cleanups.
Chris Lattner
2008-10-28
1
-3
/
+3
*
Re-apply 56683 with fixes.
Evan Cheng
2008-09-27
1
-0
/
+11
*
Temporarily reverting r56683. This is causing a failure during the build of l...
Bill Wendling
2008-09-26
1
-11
/
+0
*
Fix @llvm.frameaddress codegen. FP elimination optimization should be disable...
Evan Cheng
2008-09-26
1
-0
/
+11
*
Fix error: ‘std::ostream’ has not been declared
Duncan Sands
2008-07-25
1
-0
/
+1
*
Add a #include for the uses of uint64_t.
Dan Gohman
2008-07-25
1
-0
/
+1
[next]