projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Added a separate class (PBQPBuilder) for PBQP Problem construction. This class can...
[oota-llvm.git]
/
include
/
llvm
/
CodeGen
/
MachineFrameInfo.h
2010-09-03
Jim Grosbach
Add 'const' to getter function.
blob
|
commitdiff
|
raw
2010-08-27
Eric Christopher
Fix a couple of typos.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-23
Jim Grosbach
Remove the MFI storage of the local allocation block...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-20
Jim Grosbach
Add explicit initializer for UseLocalStackAllocationBlo...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-19
Jim Grosbach
Update local stack block allocation to let PEI do the...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-16
Jim Grosbach
Better handle alignment requirements for local objects...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-16
Jim Grosbach
track local frame size in MFI, not local to the pass...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-14
Jim Grosbach
Add a local stack object block allocation pass. This...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-13
Jim Grosbach
tidy up comments
blob
|
commitdiff
|
raw
|
diff to current
2010-08-13
Jim Grosbach
tidy up 80 column and whitespace
blob
|
commitdiff
|
raw
|
diff to current
2010-07-27
Bill Wendling
It's better to have the arrays, which would trigger...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-20
Eric Christopher
Formatting.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-17
Eric Christopher
Propagate alloca alignment information via variable...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-03
Evan Cheng
Remove isSS argument from CreateFixedObject. Fixed...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-18
Dan Gohman
Add explicit keywords.
blob
|
commitdiff
|
raw
|
diff to current
2010-06-02
Rafael Espindola
Remove the TargetRegisterClass member from CalleeSavedInfo
blob
|
commitdiff
|
raw
|
diff to current
2010-05-22
Evan Cheng
Implement @llvm.returnaddress. rdar://8015977.
blob
|
commitdiff
|
raw
|
diff to current
2010-05-14
Bill Wendling
Rename "HasCalls" in MachineFrameInfo to "AdjustsStack...
blob
|
commitdiff
|
raw
|
diff to current
2010-04-05
Chris Lattner
remove the MMI pointer from MachineFrameInfo.
blob
|
commitdiff
|
raw
|
diff to current
2010-04-05
Chris Lattner
prune #includes.
blob
|
commitdiff
|
raw
|
diff to current
2010-04-05
Chris Lattner
trim some spurious references to DwarfWriter. SDIsel...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-13
Evan Cheng
Teach MachineFrameInfo to track maximum alignment while...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-02
Jim Grosbach
Factor the stack alignment calculations out into a...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-13
David Greene
Remove duplicate APIs and state WRT spill objects.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-12
David Greene
Add a bool flag to StackObjects telling whether they...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-26
Chandler Carruth
Move DataTypes.h to include/llvm/System, update all...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-17
Evan Cheng
Distinquish stack slots from other stack objects. They...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-17
Evan Cheng
Re-arrange some fields.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-25
Bob Wilson
Update the description of MachineFrameInfo's OffsetAdju...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-23
Chris Lattner
convert some stuff to work on raw_ostreams instead...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-19
David Greene
Add missing includes.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-13
Jakob Stoklund Olesen
Add MachineFrameInfo::getPristineRegisters(MBB) method.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-03
Daniel Dunbar
Fix some comments referring to std::cerr.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-03
Dan Gohman
Fix a bunch of Doxygen syntax issues. Escape special...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-03
Dan Gohman
Extend X86's addFrameReference to add a MachineMemOpera...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-03
Dan Gohman
Add an explicit keyword.
blob
|
commitdiff
|
raw
|
diff to current
2008-11-06
Bill Wendling
- Rename stackprotector_{prologue,epilogue} to stackpro...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-06
Bill Wendling
Implement the stack protector stack accesses via intrin...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-28
Chris Lattner
more comment cleanups.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-28
Chris Lattner
comment cleanups.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-27
Evan Cheng
Re-apply 56683 with fixes.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-26
Bill Wendling
Temporarily reverting r56683. This is causing a failure...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-26
Evan Cheng
Fix @llvm.frameaddress codegen. FP elimination optimiza...
blob
|
commitdiff
|
raw
|
diff to current
2008-07-25
Duncan Sands
Fix error: ‘std::ostream’ has not been declared
blob
|
commitdiff
|
raw
|
diff to current
2008-07-25
Dan Gohman
Add a #include for the uses of uint64_t.
blob
|
commitdiff
|
raw
|
diff to current
2008-07-25
Dan Gohman
Add a #include <cassert>, since this file use assert.
blob
|
commitdiff
|
raw
|
diff to current
2008-07-10
Dan Gohman
Stack objects have nonnegative indices, not just positi...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-04
Evan Cheng
Add a stack slot coloring pass. Not yet enabled.
blob
|
commitdiff
|
raw
|
diff to current
2008-05-15
Evan Cheng
Fix typos and comments.
blob
|
commitdiff
|
raw
|
diff to current
2008-05-15
Evan Cheng
Make use of vector load and store operations to impleme...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-05
Evan Cheng
Fix more -Wshorten-64-to-32 warnings.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-28
Evan Cheng
Add a quick and dirty "loop aligner pass". x86 uses...
blob
|
commitdiff
|
raw
|
diff to current
2008-02-27
Evan Cheng
Fix a bug in dead spill slot elimination.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-27
Evan Cheng
Don't track max alignment during stack object allocatio...
blob
|
commitdiff
|
raw
|
diff to current
2008-02-27
Evan Cheng
Spiller now remove unused spill slots.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-10
Dan Gohman
Rename MRegisterInfo to TargetRegisterInfo.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-25
Chris Lattner
Reorder a field to reduce the size of StackObject....
blob
|
commitdiff
|
raw
|
diff to current
2008-01-25
Chris Lattner
move this field back. Moving the field causes miscompi...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-25
Chris Lattner
move MachineFrameInfo::CreateFixedObject out of line...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-10
Evan Cheng
Clearify the meaning of immutable StackObject.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-10
Evan Cheng
Add a isImmutable bit to StackObject. Fixed stack objec...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-29
Chris Lattner
Don't attribute in file headers anymore. See llvmdev...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-27
Jeff Cohen
Fix prolific source of 'possible loss of data' warnings.
blob
|
commitdiff
|
raw
|
diff to current
2007-04-25
Chris Lattner
support for >4G frames
blob
|
commitdiff
|
raw
|
diff to current
2007-04-25
Chris Lattner
support > 4G stack objects
blob
|
commitdiff
|
raw
|
diff to current
2007-04-25
Chris Lattner
allow 64-bit stack objects
blob
|
commitdiff
|
raw
|
diff to current
2007-04-04
Evan Cheng
Add isFixedObjectIndex. It returns true if the stack...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-26
Jim Laskey
Change the MachineDebugInfo to MachineModuleInfo to...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-17
Jim Laskey
Hopefully a good crack at making debugging work on...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-25
Jim Laskey
Tidy up.
blob
|
commitdiff
|
raw
|
diff to current
2006-08-25
Jim Laskey
Consolidate callee saved register information so that...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Vladimir Prus
Make class comment visible in Doxygen.
blob
|
commitdiff
|
raw
|
diff to current
2006-04-07
Jim Laskey
Foundation for call frame information.
blob
|
commitdiff
|
raw
|
diff to current
2006-04-04
Chris Lattner
Make sure to consider alignment of variable sized objects.
blob
|
commitdiff
|
raw
|
diff to current
2006-04-03
Chris Lattner
Keep track of max stack alignment as objects are added...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-06
Chris Lattner
Change a comment slightly
blob
|
commitdiff
|
raw
|
diff to current
2005-11-06
Nate Begeman
Add the necessary support to the ISel to allow targets...
blob
|
commitdiff
|
raw
|
diff to current
2005-04-21
Misha Brukman
Remove trailing whitespace
blob
|
commitdiff
|
raw
|
diff to current
2004-08-15
Chris Lattner
Remove helper method
blob
|
commitdiff
|
raw
|
diff to current
2004-02-15
Chris Lattner
finegrainify namespacification
blob
|
commitdiff
|
raw
|
diff to current
2003-11-11
Brian Gaeke
Put all LLVM code into the llvm namespace, as per bug...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-20
John Criswell
Added LLVM copyright header (for lack of a better term).
blob
|
commitdiff
|
raw
|
diff to current
2003-10-08
Alkis Evlogimenos
Forward declare class Type since it is used in this...
blob
|
commitdiff
|
raw
|
diff to current
2003-06-30
John Criswell
Merged in autoconf branch. This provides configuration...
blob
|
commitdiff
|
raw
|
diff to current
2003-06-11
John Criswell
Included assert.h so that the code compiles under newer...
blob
|
commitdiff
|
raw
|
diff to current
2003-01-16
Chris Lattner
Print machine frame objects with the frame offset intri...
blob
|
commitdiff
|
raw
|
diff to current
2003-01-13
Chris Lattner
* Add utility methods which make common cases easier
blob
|
commitdiff
|
raw
|
diff to current
2002-12-28
Chris Lattner
Rename FunctionFrameInfo to MachineFrameInfo
blob
|
commitdiff
|
raw
|
diff to current
2002-12-28
Chris Lattner
Descriptor object used to manage abstract frame references
blob
|
commitdiff
|
raw
|
diff to current