Delete dead code.
[oota-llvm.git] / lib / Target / X86 / X86FrameLowering.cpp
2013-05-16 Rafael EspindolaDelete dead code.
2013-05-15 Rafael EspindolaDelete dead code.
2013-05-11 Rafael EspindolaChange getFrameMoves to return a const reference.
2013-05-09 Bill WendlingGenerate a compact unwind encoding in the face of a...
2013-05-09 Bill WendlingSimplify the code a bit.
2013-04-19 Bill WendlingUse an enum instead of magic constants to improve reada...
2013-04-18 Bill WendlingSet the compact unwind encoding to 'requires EH DWARF...
2013-02-28 Yiannis TsiourisRe-format comments (and check commit access)
2013-02-21 Eli BenderskyMove the eliminateCallFramePseudoInstr method from...
2013-02-19 Benjamin KramerClean up HiPE prologue emission a bit and avoid signed...
2013-02-18 NAKAMURA TakumiX86FrameLowering.cpp: Fixup. Sorry for the breakage.
2013-02-18 NAKAMURA TakumiX86FrameLowering.cpp: Fix a warning in -Asserts. [...
2013-02-18 Benjamin KramerFix a 32/64 bit incompatibility in the HiPE prologue...
2013-02-18 Benjamin KramerSupport for HiPE-compatible code emission, patch by...
2013-02-16 Chad Rosier[ms-inline asm] Do not omit the frame pointer if we...
2013-02-06 Eli BenderskyThis is a follow-up on r174446, now taking Atom process...
2013-02-05 Eli BenderskyMake sure the correct opcodes are used to SUB and ADD...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-30 Bill WendlingRemove the Function::getFnAttributes method in favor...
2012-12-23 Nadav RotemRename a function.
2012-12-21 Nadav RotemIn some cases, due to scheduling constraints we copy...
2012-12-20 Jakob Stoklund OlesenAdd an MF argument to MI::copyImplicitOps().
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-25 Michael LiaoClean up where SlotSize should be used instead of point...
2012-10-15 Micah VillmowResubmit the changes to llvm core to update the functio...
2012-10-11 Micah VillmowRevert 165732 for further review.
2012-10-11 Micah VillmowAdd in the first iteration of support for llvm/clang...
2012-10-09 Bill WendlingCreate enums for the different attributes.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-04 Eric ChristopherUpdate this a bit more to represent how the prologue...
2012-10-03 Eric ChristopherRevert 165051-165049 while looking into the foreach...
2012-10-02 Eric ChristopherRevert "Don't use a debug location for frame setup...
2012-10-02 Eric ChristopherDon't use a debug location for frame setup instructions...
2012-10-02 Eric ChristopherUse the existing DebugLoc.
2012-10-02 Eric ChristopherMake the location a parameter since we may not want...
2012-09-26 Bill WendlingRemove the `hasFnAttr' method from Function.
2012-07-16 Chad RosierWith r160248 in place this code is no longer needed.
2012-07-16 Alexey SamsonovThis CL changes the function prologue and epilogue...
2012-07-10 Chad RosierMove [get|set]BasePtrStackAdjustment() from MachineFram...
2012-07-10 Chad RosierAdd support for dynamic stack realignment in the presen...
2012-07-04 Jakob Stoklund OlesenMake X86 call and return instructions non-variadic.
2012-06-22 Jakob Stoklund OlesenFunctions calling __builtin_eh_return must have a frame...
2012-06-18 Chandler CarruthTemporarily revert r158087.
2012-06-06 Chad RosierAdd support for dynamic stack realignment in the presen...
2012-06-01 Jakob Stoklund OlesenSwitch all register list clients to the new MC*Iterator...
2012-05-24 Craig TopperUse uint16_t to store register number in static tables...
2012-05-23 Chad RosierTidy up naming for consistency and other cleanup. ...
2012-05-01 Alexey SamsonovX86: Use StackRegister instead of FrameRegister in...
2012-03-04 Craig TopperUse uint16_t to store register overlaps to reduce stati...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-02-07 Evan ChengUse LEA to adjust stack ptr for Atom. Patch by Andy...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-13 Bill WendlingFix off-by-one error.
2012-01-12 Bill WendlingFix the code that was WRONG.
2012-01-12 Rafael EspindolaSupport segmented stacks on 64-bit FreeBSD.
2012-01-12 Rafael EspindolaSupport segmented stacks on win32.
2012-01-12 Benjamin KramerAfter Jakob's r147938 exception handling on i386 was...
2012-01-11 Rafael EspindolaSupport segmented stacks on mac.
2012-01-11 Rafael EspindolaGenerate the segmented stack prologue for fastcc too.
2012-01-11 Rafael EspindolaUse unsigned comparison in segmented stack prologue.
2012-01-11 Rafael EspindolaExplicitly set the scale to 1 on some segstack prologue...
2012-01-11 Jakob Stoklund OlesenFix undefined code and reenable test case.
2011-12-14 Bill WendlingThe saved registers weren't being processed in the...
2011-12-07 Bill WendlingAdjust the stack by one pointer size for all frameless...
2011-12-07 Bill WendlingFix off-by-one error when encoding the stack size for...
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-12-06 Bill WendlingExplicitly check for the different SUB instructions.
2011-12-06 Bill WendlingEncode the total stack if there isn't a frame.
2011-12-06 Bill Wendling* Add a macro to remove a magic number.
2011-12-06 Bill WendlingCheck the correct value for small stack sizes. Also...
2011-12-06 Bill WendlingFor a small sized stack, we encode that value directly...
2011-12-06 Bill WendlingAdd a comment.
2011-12-06 Bill WendlingThe compact encoding of the registers are 3-bits each...
2011-12-03 Sanjoy DasCheck for stack space more intelligently.
2011-12-03 Sanjoy DasFix a bug in the x86-32 code generated for segmented...
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-12-01 Sanjoy DasDummy commit to check commit access.
2011-11-11 Bill WendlingIf we have to reset the calculation of the compact...
2011-10-26 Rafael EspindolaThis commit introduces two fake instructions MORESTACK_...
2011-10-18 Duncan SandsFix a bunch of unused variable warnings when doing...
2011-10-13 Bill WendlingMore closely follow libgcc, which has code after the...
2011-10-13 Bill WendlingShould not add instructions to a BB after a return...
2011-09-24 Jakob Stoklund OlesenOnly run MF.verify() with EXPENSIVE_CHECKS=1.
2011-09-06 Bill WendlingReenable compact unwind by default. However, also emit...
2011-09-02 Bill WendlingRevert r138826 until PR10834 can be fixed.
2011-08-31 Rafael EspindolaSpelling and grammar fixes to problems found by Duncan.
2011-08-31 Eli FriedmanMake sure we don't crash when -miphoneos-version-min...
2011-08-30 Bill WendlingFix off-by-one error Benjamin noticed.
2011-08-30 Bill WendlingEnable compact unwind info by default. This only applie...
2011-08-30 Rafael EspindolaEmit segmented-stack specific code into function prolog...
2011-08-12 Andrew TrickfindDeadCallerSavedReg fix: Missing NULL terminator...
2011-07-26 Bill WendlingThe compact unwinding offsets are divided by 8 on 64...
2011-07-25 Bill WendlingUpdate the comment. This feature is available only...
2011-07-25 Bill WendlingChanged disabled code into a flag.
2011-07-25 Bill WendlingRemove dead variable.
2011-07-25 Bill WendlingAfter we've modified the prolog to save volatile regist...
2011-07-21 Bill WendlingMark instructions which are part of the frame setup...
2011-07-20 Bill WendlingRemove unused function.
2011-07-20 Bill WendlingRemove the now defunct getCompactUnwindEncoding method...
next