summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86MachineFunctionInfo.h
AgeCommit message (Expand)Author
2016-05-18Re-commit r269828 "X86: Avoid using _chkstk when lowering WIN_ALLOCA instruct...Hans Wennborg
2016-05-17Revert r269828 "X86: Avoid using _chkstk when lowering WIN_ALLOCA instructions"Hans Wennborg
2016-05-17X86: Avoid using _chkstk when lowering WIN_ALLOCA instructionsHans Wennborg
2016-04-18[NFC] Header cleanupMehdi Amini
2016-03-25X86: Use push-pop for materializing 8-bit immediates for minsize (take 2)Hans Wennborg
2016-01-12CXX_FAST_TLS calling convention: performance improvement for x86-64.Manman Ren
2015-12-15[WinEH] Remove unused intrinsic llvm.x86.seh.restoreframeReid Kleckner
2015-07-29Fix typo "fuction" noticed in comments in AssumptionCache.h, and also all the...Nick Lewycky
2015-07-22Fix -Wextra-semi warnings.Hans Wennborg
2015-07-07[WinEH] Make llvm.x86.seh.restoreframe work for stack realignment prologuesReid Kleckner
2015-07-07Use default member initializers to deduplicate code in X86MachineFunctionInfo...Reid Kleckner
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-02-10X86: Make @llvm.frameaddress work correctly with Windows unwind codesDavid Majnemer
2015-02-01[X86] Convert esp-relative movs of function arguments to pushes, step 2Michael Kuperstein
2015-02-01Revert r227728 due to bad line endings.Michael Kuperstein
2015-02-01[X86] Convert esp-relative movs of function arguments to pushes, step 2Michael Kuperstein
2014-12-22Make musttail more robust for vector types on x86Reid Kleckner
2014-12-04[X86] Clean up whitespace as well as minor coding styleMichael Liao
2014-12-04[X86] Restore X86 base pointer after call to llvm.eh.sjlj.setjmpMichael Liao
2014-08-29musttail: Forward regparms of variadic functions on x86_64Reid Kleckner
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2012-08-01Whitespace.Chad Rosier
2012-07-16With r160248 in place this code is no longer needed.Chad Rosier
2012-07-10Move [get|set]BasePtrStackAdjustment() from MachineFrameInfo toChad Rosier
2012-06-01Implement the local-dynamic TLS model for x86 (PR3985)Hans Wennborg
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-09-16Fix PR10884.Bruno Cardoso Lopes
2011-08-30Emit segmented-stack specific code into function prologues forRafael Espindola
2010-04-17Move per-function state out of TargetLowering subclasses and intoDan Gohman
2010-04-06Fix PR6696 and PR6663Jim Grosbach
2010-02-12Cleanup stdcall / fastcall name mangling.Anton Korobeynikov
2010-02-06Do not emit callseq instructions around sibcalls. This eliminated some unnece...Evan Cheng
2009-06-05Add explicit keywords.Dan Gohman
2009-04-15Fix X86MachineFunctionInfo's doxygen comment.Dan Gohman
2008-10-03Switch the MachineOperand accessors back to the short names likeDan Gohman
2008-09-30Move the GlobalBaseReg field out of X86ISelDAGToDAG.cppDan Gohman
2008-04-21Implement an x86-64 ABI detail of passing structs by hidden firstDan Gohman
2008-01-05Combine MovePCtoStack + POP32r into one instruction MOVPC32r so it can be mov...Evan Cheng
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-10-11Added tail call optimization to the x86 back end. It can beArnold Schwaighofer
2007-08-15Move ReturnAddrIndex variable to X86MachineFunctionInfo structure. This fixedAnton Korobeynikov
2007-07-17Use push / pop for prologues and epilogues.Evan Cheng
2007-04-17rename X86FunctionInfo to X86MachineFunctionInfo to match the header fileChris Lattner
2006-09-26Various random and minor code cleanups.Chris Lattner
2006-09-20Adding codegeneration for StdCall & FastCall calling conventionsAnton Korobeynikov
2006-06-09Comments to appease sabre.Evan Cheng
2006-06-06Added X86FunctionInfo subclass of MachineFunction to record whether theEvan Cheng