summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86MachineFunctionInfo.h
Commit message (Expand)AuthorAgeFilesLines
* [WinEH] Allocate space in funclets stack to save XMM CSRsPengfei Wang2019-08-271-0/+8
* Revert [WinEH] Allocate space in funclets stack to save XMM CSRsReid Kleckner2019-08-201-13/+0
* [WinEH] Allocate space in funclets stack to save XMM CSRsPengfei Wang2019-07-261-0/+13
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* Fix layering of MachineValueType.h by moving it from CodeGen to SupportDavid Blaikie2018-03-231-1/+1
* Re-commit r269828 "X86: Avoid using _chkstk when lowering WIN_ALLOCA instruct...Hans Wennborg2016-05-181-0/+6
* Revert r269828 "X86: Avoid using _chkstk when lowering WIN_ALLOCA instructions"Hans Wennborg2016-05-171-6/+0
* X86: Avoid using _chkstk when lowering WIN_ALLOCA instructionsHans Wennborg2016-05-171-0/+6
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* X86: Use push-pop for materializing 8-bit immediates for minsize (take 2)Hans Wennborg2016-03-251-0/+6
* CXX_FAST_TLS calling convention: performance improvement for x86-64.Manman Ren2016-01-121-0/+7
* [WinEH] Remove unused intrinsic llvm.x86.seh.restoreframeReid Kleckner2015-12-151-2/+2
* Fix typo "fuction" noticed in comments in AssumptionCache.h, and also all the...Nick Lewycky2015-07-291-1/+1
* Fix -Wextra-semi warnings.Hans Wennborg2015-07-221-1/+1
* [WinEH] Make llvm.x86.seh.restoreframe work for stack realignment prologuesReid Kleckner2015-07-071-0/+14
* Use default member initializers to deduplicate code in X86MachineFunctionInfo...Reid Kleckner2015-07-071-50/+19
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* X86: Make @llvm.frameaddress work correctly with Windows unwind codesDavid Majnemer2015-02-101-0/+8
* [X86] Convert esp-relative movs of function arguments to pushes, step 2Michael Kuperstein2015-02-011-2/+10
* Revert r227728 due to bad line endings.Michael Kuperstein2015-02-011-10/+2
* [X86] Convert esp-relative movs of function arguments to pushes, step 2Michael Kuperstein2015-02-011-2/+10
* Make musttail more robust for vector types on x86Reid Kleckner2014-12-221-13/+3
* [X86] Clean up whitespace as well as minor coding styleMichael Liao2014-12-041-5/+5
* [X86] Restore X86 base pointer after call to llvm.eh.sjlj.setjmpMichael Liao2014-12-041-0/+12
* musttail: Forward regparms of variadic functions on x86_64Reid Kleckner2014-08-291-0/+21
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Whitespace.Chad Rosier2012-08-011-3/+3
* With r160248 in place this code is no longer needed.Chad Rosier2012-07-161-15/+1
* Move [get|set]BasePtrStackAdjustment() from MachineFrameInfo toChad Rosier2012-07-101-2/+17
* Implement the local-dynamic TLS model for x86 (PR3985)Hans Wennborg2012-06-011-2/+9
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-3/+3
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+2
* Fix PR10884.Bruno Cardoso Lopes2011-09-161-8/+0
* Emit segmented-stack specific code into function prologues forRafael Espindola2011-08-301-2/+10
* Move per-function state out of TargetLowering subclasses and intoDan Gohman2010-04-171-3/+33
* Fix PR6696 and PR6663Jim Grosbach2010-04-061-1/+9
* Cleanup stdcall / fastcall name mangling.Anton Korobeynikov2010-02-121-15/+0
* Do not emit callseq instructions around sibcalls. This eliminated some unnece...Evan Cheng2010-02-061-3/+2
* Add explicit keywords.Dan Gohman2009-06-051-8/+9
* Fix X86MachineFunctionInfo's doxygen comment.Dan Gohman2009-04-151-2/+3
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-031-2/+3
* Move the GlobalBaseReg field out of X86ISelDAGToDAG.cppDan Gohman2008-09-301-2/+11
* Implement an x86-64 ABI detail of passing structs by hidden firstDan Gohman2008-04-211-2/+12
* Combine MovePCtoStack + POP32r into one instruction MOVPC32r so it can be mov...Evan Cheng2008-01-051-8/+8
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Added tail call optimization to the x86 back end. It can beArnold Schwaighofer2007-10-111-2/+13
* Move ReturnAddrIndex variable to X86MachineFunctionInfo structure. This fixedAnton Korobeynikov2007-08-151-4/+10
* Use push / pop for prologues and epilogues.Evan Cheng2007-07-171-0/+9
OpenPOWER on IntegriCloud