aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86FrameLowering.cpp
AgeCommit message (Expand)Author
2013-02-28Re-format comments (and check commit access)Yiannis Tsiouris
2013-02-21Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky
2013-02-19Clean up HiPE prologue emission a bit and avoid signed arithmetic tricks.Benjamin Kramer
2013-02-18X86FrameLowering.cpp: Fixup. Sorry for the breakage.NAKAMURA Takumi
2013-02-18X86FrameLowering.cpp: Fix a warning in -Asserts. [-Wunused-variable]NAKAMURA Takumi
2013-02-18Fix a 32/64 bit incompatibility in the HiPE prologue generation.Benjamin Kramer
2013-02-18Support for HiPE-compatible code emission, patch by Yiannis Tsiouris.Benjamin Kramer
2013-02-16[ms-inline asm] Do not omit the frame pointer if we have ms-inline assembly.Chad Rosier
2013-02-06This is a follow-up on r174446, now taking Atom processors intoEli Bendersky
2013-02-05Make sure the correct opcodes are used to SUB and ADD the stackEli Bendersky
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-30Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling
2012-12-23Rename a function.Nadav Rotem
2012-12-21In some cases, due to scheduling constraints we copy the EFLAGS.Nadav Rotem
2012-12-20Add an MF argument to MI::copyImplicitOps().Jakob Stoklund Olesen
2012-12-19Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-10-25Clean up where SlotSize should be used instead of pointer size.Michael Liao
2012-10-15Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow
2012-10-11Revert 165732 for further review.Micah Villmow
2012-10-11Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow
2012-10-09Create enums for the different attributes.Bill Wendling
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-10-04Update this a bit more to represent how the prologue should work:Eric Christopher
2012-10-03Revert 165051-165049 while looking into the foreach.m failure inEric Christopher
2012-10-02Revert "Don't use a debug location for frame setup instructions in the"Eric Christopher
2012-10-02Don't use a debug location for frame setup instructions in theEric Christopher
2012-10-02Use the existing DebugLoc.Eric Christopher
2012-10-02Make the location a parameter since we may not want the next oneEric Christopher
2012-09-26Remove the `hasFnAttr' method from Function.Bill Wendling
2012-07-16With r160248 in place this code is no longer needed.Chad Rosier
2012-07-16This CL changes the function prologue and epilogue emitted on X86 when stack ...Alexey Samsonov
2012-07-10Move [get|set]BasePtrStackAdjustment() from MachineFrameInfo toChad Rosier
2012-07-10Add support for dynamic stack realignment in the presence of dynamic allocas onChad Rosier
2012-07-04Make X86 call and return instructions non-variadic.Jakob Stoklund Olesen
2012-06-22Functions calling __builtin_eh_return must have a frame pointer.Jakob Stoklund Olesen
2012-06-18Temporarily revert r158087.Chandler Carruth
2012-06-06Add support for dynamic stack realignment in the presence of dynamic allocas onChad Rosier
2012-06-01Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen
2012-05-24Use uint16_t to store register number in static tables to match other tables.Craig Topper
2012-05-23Tidy up naming for consistency and other cleanup. No functional change inten...Chad Rosier
2012-05-01X86: Use StackRegister instead of FrameRegister in getFrameIndexReference (to...Alexey Samsonov
2012-03-04Use uint16_t to store register overlaps to reduce static data.Craig Topper
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2012-02-07Use LEA to adjust stack ptr for Atom. Patch by Andy Zhang.Evan Cheng
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2012-01-13Fix off-by-one error.Bill Wendling
2012-01-12Fix the code that was WRONG.Bill Wendling
2012-01-12Support segmented stacks on 64-bit FreeBSD.Rafael Espindola
2012-01-12Support segmented stacks on win32.Rafael Espindola