summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86FrameLowering.cpp
Commit message (Expand)AuthorAge
* Change getFrameMoves to return a const reference.Rafael Espindola2013-05-11
* Generate a compact unwind encoding in the face of a stack alignment push.Bill Wendling2013-05-09
* Simplify the code a bit.Bill Wendling2013-05-09
* Use an enum instead of magic constants to improve readability.Bill Wendling2013-04-19
* Set the compact unwind encoding to 'requires EH DWARF' if we cannot generate ...Bill Wendling2013-04-18
* Re-format comments (and check commit access)Yiannis Tsiouris2013-02-28
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-21
* Clean up HiPE prologue emission a bit and avoid signed arithmetic tricks.Benjamin Kramer2013-02-19
* X86FrameLowering.cpp: Fixup. Sorry for the breakage.NAKAMURA Takumi2013-02-18
* X86FrameLowering.cpp: Fix a warning in -Asserts. [-Wunused-variable]NAKAMURA Takumi2013-02-18
* Fix a 32/64 bit incompatibility in the HiPE prologue generation.Benjamin Kramer2013-02-18
* Support for HiPE-compatible code emission, patch by Yiannis Tsiouris.Benjamin Kramer2013-02-18
* [ms-inline asm] Do not omit the frame pointer if we have ms-inline assembly.Chad Rosier2013-02-16
* This is a follow-up on r174446, now taking Atom processors intoEli Bendersky2013-02-06
* Make sure the correct opcodes are used to SUB and ADD the stackEli Bendersky2013-02-05
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-30
* Rename a function.Nadav Rotem2012-12-23
* In some cases, due to scheduling constraints we copy the EFLAGS.Nadav Rotem2012-12-21
* Add an MF argument to MI::copyImplicitOps().Jakob Stoklund Olesen2012-12-20
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Clean up where SlotSize should be used instead of pointer size.Michael Liao2012-10-25
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-15
* Revert 165732 for further review.Micah Villmow2012-10-11
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-11
* Create enums for the different attributes.Bill Wendling2012-10-09
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Update this a bit more to represent how the prologue should work:Eric Christopher2012-10-04
* Revert 165051-165049 while looking into the foreach.m failure inEric Christopher2012-10-03
* Revert "Don't use a debug location for frame setup instructions in the"Eric Christopher2012-10-02
* Don't use a debug location for frame setup instructions in theEric Christopher2012-10-02
* Use the existing DebugLoc.Eric Christopher2012-10-02
* Make the location a parameter since we may not want the next oneEric Christopher2012-10-02
* Remove the `hasFnAttr' method from Function.Bill Wendling2012-09-26
* With r160248 in place this code is no longer needed.Chad Rosier2012-07-16
* This CL changes the function prologue and epilogue emitted on X86 when stack ...Alexey Samsonov2012-07-16
* Move [get|set]BasePtrStackAdjustment() from MachineFrameInfo toChad Rosier2012-07-10
* Add support for dynamic stack realignment in the presence of dynamic allocas onChad Rosier2012-07-10
* Make X86 call and return instructions non-variadic.Jakob Stoklund Olesen2012-07-04
* Functions calling __builtin_eh_return must have a frame pointer.Jakob Stoklund Olesen2012-06-22
* Temporarily revert r158087.Chandler Carruth2012-06-18
* Add support for dynamic stack realignment in the presence of dynamic allocas onChad Rosier2012-06-06
* Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen2012-06-01
* Use uint16_t to store register number in static tables to match other tables.Craig Topper2012-05-24
* Tidy up naming for consistency and other cleanup. No functional change inten...Chad Rosier2012-05-23
* X86: Use StackRegister instead of FrameRegister in getFrameIndexReference (to...Alexey Samsonov2012-05-01
* Use uint16_t to store register overlaps to reduce static data.Craig Topper2012-03-04
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* Use LEA to adjust stack ptr for Atom. Patch by Andy Zhang.Evan Cheng2012-02-07