[AVX512] Fix VSQRT packed instructions internal names.
[oota-llvm.git] / lib / Target / X86 / X86FrameLowering.cpp
2014-10-10 Chandler CarruthDon't use an unqualified 'abs' function call with a...
2014-10-02 Juergen Ributzka[Stackmaps] Make ithe frame-pointer required for stackmaps.
2014-09-22 Pavel Chupin[x32] Fix segmented stacks support
2014-08-21 Philip ReamesMinor refactor to make applying patches from 'Add a...
2014-08-21 Philip ReamesWhitespace change to reduce diff in future patch.
2014-08-21 Philip Reames[X86] Split out the logic to select the stack probe...
2014-08-07 Pavel ChupinFix lld-x86_64-win7 Build #11969
2014-08-07 Pavel Chupin[x32] Use ebp/esp as frame and stack pointer
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-08-04 Reid KlecknerFix failure to invoke exception handler on Win64
2014-07-01 Reid KlecknerFix .seh_stackalloc 0
2014-06-29 Saleem AbdulrasoolCodeGen: rename Win64 ExceptionHandling to WinEH
2014-06-25 NAKAMURA TakumiRe-apply r211399, "Generate native unwind info on Win64...
2014-06-25 NAKAMURA TakumiReformat.
2014-06-22 NAKAMURA TakumiRevert r211399, "Generate native unwind info on Win64"
2014-06-20 Reid KlecknerGenerate native unwind info on Win64
2014-06-05 Eric ChristopherRemove caching of the subtarget for X86FrameLowering.
2014-06-05 Eric ChristopherWe've got a getSlotSize call already that we use everyw...
2014-06-05 Eric Christopher80-columns.
2014-06-05 Eric ChristopherRemove uses of the TargetMachine from X86FrameLowering.
2014-05-22 Tim NorthoverSegmented stacks: omit __morestack call when there...
2014-04-29 Eric ChristopherNone of these targets actually define their own CFI_INS...
2014-04-29 Eric ChristopherFix 80-columns, tab characters, and comments.
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-10 Reid KlecknerMove the segmented stack switch to a function attribute
2014-04-01 Reid KlecknerSupport segmented stacks on Win64
2014-03-13 Owen AndersonPhase 2 of the great MachineRegisterInfo cleanup. ...
2014-03-07 Rafael EspindolaReplace PROLOG_LABEL with a new CFI_INSTRUCTION.
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-01-13 David Woodhouse[x86] Fix retq/retl handling in 64-bit mode
2014-01-08 David Woodhouse[x86] Disambiguate RET[QL] and fix aliases for 16-bit...
2013-12-13 Kai NackeChange stack probing code for MingW.
2013-12-10 Reid KlecknerReland "Fix miscompile of MS inline assembly with stack...
2013-12-10 Tim NorthoverMake Triple's isOSBinFormatXXX functions partition...
2013-12-10 Reid KlecknerRevert "Fix miscompile of MS inline assembly with stack...
2013-12-10 Reid KlecknerFix miscompile of MS inline assembly with stack realignment
2013-10-23 Yaron Keren(this is a corrected patch)
2013-10-23 Rafael EspindolaRevert "Calling _chkstk is required on ELF as well...
2013-10-23 Yaron KerenCalling _chkstk is required on ELF as well as COFF...
2013-09-10 Bill WendlingRevert r190366. It was breaking build bots.
2013-09-09 Bill WendlingUse a default value for the prologue's debug location.
2013-09-09 Bill WendlingGenerate compact unwind encoding from CFI directives.
2013-09-03 Bill WendlingWIP: Refactor some code so that it can be called by...
2013-08-15 Bill WendlingConstify the function parameters.
2013-08-04 Tim NorthoverX86: correct tail return address calculation
2013-07-08 Nico RieckReuse %rax after calling __chkstk on win64
2013-07-08 Nico RieckRevert "Reuse %rax after calling __chkstk on win64"
2013-07-07 Nico RieckReuse %rax after calling __chkstk on win64
2013-06-18 Bill WendlingUse pointers to the MCAsmInfo and MCRegInfo.
2013-05-16 Rafael EspindolaRemove addFrameMove.
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...
next