summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86FrameLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Use a 8 bit immediate when possible.Rafael Espindola2014-11-111-2/+14
* Don't use an unqualified 'abs' function call with a builtin type.Chandler Carruth2014-10-101-2/+3
* [Stackmaps] Make ithe frame-pointer required for stackmaps.Juergen Ributzka2014-10-021-1/+2
* [x32] Fix segmented stacks supportPavel Chupin2014-09-221-17/+29
* Minor refactor to make applying patches from 'Add a "probe-stack" attribute' ...Philip Reames2014-08-211-1/+5
* Whitespace change to reduce diff in future patch.Philip Reames2014-08-211-6/+6
* [X86] Split out the logic to select the stack probe function (NFC)Philip Reames2014-08-211-11/+20
* Fix lld-x86_64-win7 Build #11969Pavel Chupin2014-08-071-2/+2
* [x32] Use ebp/esp as frame and stack pointerPavel Chupin2014-08-071-28/+35
* Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher2014-08-051-35/+25
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-26/+38
* Fix failure to invoke exception handler on Win64Reid Kleckner2014-08-041-0/+17
* Fix .seh_stackalloc 0Reid Kleckner2014-07-011-4/+7
* CodeGen: rename Win64 ExceptionHandling to WinEHSaleem Abdulrasool2014-06-291-8/+8
* Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore...NAKAMURA Takumi2014-06-251-104/+245
* Reformat.NAKAMURA Takumi2014-06-251-7/+8
* Revert r211399, "Generate native unwind info on Win64"NAKAMURA Takumi2014-06-221-249/+106
* Generate native unwind info on Win64Reid Kleckner2014-06-201-106/+249
* Remove caching of the subtarget for X86FrameLowering.Eric Christopher2014-06-051-0/+7
* We've got a getSlotSize call already that we use everywhere else,Eric Christopher2014-06-051-2/+3
* 80-columns.Eric Christopher2014-06-051-1/+2
* Remove uses of the TargetMachine from X86FrameLowering.Eric Christopher2014-06-051-15/+22
* Segmented stacks: omit __morestack call when there's no frame.Tim Northover2014-05-221-5/+9
* None of these targets actually define their own CFI_INSTRUCTIONEric Christopher2014-04-291-6/+7
* Fix 80-columns, tab characters, and comments.Eric Christopher2014-04-291-18/+20
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-10/+14
* Move the segmented stack switch to a function attributeReid Kleckner2014-04-101-1/+1
* Support segmented stacks on Win64Reid Kleckner2014-04-011-2/+5
* Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changingOwen Anderson2014-03-131-2/+3
* Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola2014-03-071-30/+30
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-8/+8
* [x86] Fix retq/retl handling in 64-bit modeDavid Woodhouse2014-01-131-4/+7
* [x86] Disambiguate RET[QL] and fix aliases for 16-bit modeDavid Woodhouse2014-01-081-4/+6
* Change stack probing code for MingW.Kai Nacke2013-12-131-9/+7
* Reland "Fix miscompile of MS inline assembly with stack realignment"Reid Kleckner2013-12-101-1/+1
* Make Triple's isOSBinFormatXXX functions partition triple-space.Tim Northover2013-12-101-1/+1
* Revert "Fix miscompile of MS inline assembly with stack realignment"Reid Kleckner2013-12-101-1/+1
* Fix miscompile of MS inline assembly with stack realignmentReid Kleckner2013-12-101-1/+1
* (this is a corrected patch)Yaron Keren2013-10-231-1/+1
* Revert "Calling _chkstk is required on ELF as well as COFF on Windows. Withou...Rafael Espindola2013-10-231-1/+1
* Calling _chkstk is required on ELF as well as COFF on Windows. Yaron Keren2013-10-231-1/+1
* Revert r190366. It was breaking build bots.Bill Wendling2013-09-101-1/+1
* Use a default value for the prologue's debug location.Bill Wendling2013-09-091-1/+1
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-091-273/+0
* WIP: Refactor some code so that it can be called by more than just one method...Bill Wendling2013-09-031-60/+71
* Constify the function parameters.Bill Wendling2013-08-151-2/+2
* X86: correct tail return address calculationTim Northover2013-08-041-2/+2
* Reuse %rax after calling __chkstk on win64Nico Rieck2013-07-081-5/+8
* Revert "Reuse %rax after calling __chkstk on win64"Nico Rieck2013-07-081-8/+5
* Reuse %rax after calling __chkstk on win64Nico Rieck2013-07-071-5/+8
OpenPOWER on IntegriCloud