- 8eb336c Re-commit r269828 "X86: Avoid using _chkstk when lowering WIN_ALLOCA instructions" by Hans Wennborg · 10 years ago
- 759af30 Revert r269828 "X86: Avoid using _chkstk when lowering WIN_ALLOCA instructions" by Hans Wennborg · 10 years ago
- c3fb511 X86: Avoid using _chkstk when lowering WIN_ALLOCA instructions by Hans Wennborg · 10 years ago
- b550cb1 [NFC] Header cleanup by Mehdi Amini · 10 years ago
- 4ae5119 X86: Use push-pop for materializing 8-bit immediates for minsize (take 2) by Hans Wennborg · 10 years ago
- ed967f3 CXX_FAST_TLS calling convention: performance improvement for x86-64. by Manman Ren · 10 years ago
- d7045fa [WinEH] Remove unused intrinsic llvm.x86.seh.restoreframe by Reid Kleckner · 10 years ago
- c3890d2 Fix typo "fuction" noticed in comments in AssumptionCache.h, and also all the other files that have the same typo. All comments, no functionality change! (Merely a "fuctionality" change.) by Nick Lewycky · 10 years ago
- 13958b7 Fix -Wextra-semi warnings. by Hans Wennborg · 10 years ago
- e69bdb8 [WinEH] Make llvm.x86.seh.restoreframe work for stack realignment prologues by Reid Kleckner · 10 years ago
- af04c2a Use default member initializers to deduplicate code in X86MachineFunctionInfo, NFC by Reid Kleckner · 10 years ago
- f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
- 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
- 13d0b11 X86: Make @llvm.frameaddress work correctly with Windows unwind codes by David Majnemer · 11 years ago
- 13fbd45 [X86] Convert esp-relative movs of function arguments to pushes, step 2 by Michael Kuperstein · 11 years ago
- e86aa9a Revert r227728 due to bad line endings. by Michael Kuperstein · 11 years ago
- bd57186 [X86] Convert esp-relative movs of function arguments to pushes, step 2 by Michael Kuperstein · 11 years ago
- ce00933 Make musttail more robust for vector types on x86 by Reid Kleckner · 11 years ago
- 5bf9578 [X86] Clean up whitespace as well as minor coding style by Michael Liao · 11 years ago
- d8faa61 [X86] Restore X86 base pointer after call to llvm.eh.sjlj.setjmp by Michael Liao · 11 years ago
- 16e5541 musttail: Forward regparms of variadic functions on x86_64 by Reid Kleckner · 11 years ago
- a7c40ef Canonicalize header guards into a common format. by Benjamin Kramer · 11 years ago
- 24c19d2 Whitespace. by Chad Rosier · 13 years ago
- 10e8207 With r160248 in place this code is no longer needed. by Chad Rosier · 13 years ago
- 97c2214 Move [get|set]BasePtrStackAdjustment() from MachineFrameInfo to by Chad Rosier · 13 years ago
- 789acfb Implement the local-dynamic TLS model for x86 (PR3985) by Hans Wennborg · 14 years ago
- b22310f Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430, PPC, PTX, Sparc, X86, XCore. by Jia Liu · 14 years ago
- a379b181 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 14 years ago
- 2d406f0 Fix PR10884. by Bruno Cardoso Lopes · 14 years ago
- c217421 Emit segmented-stack specific code into function prologues for by Rafael Espindola · 14 years ago
- 31ae586 Move per-function state out of TargetLowering subclasses and into by Dan Gohman · 16 years ago
- 4dac890 Fix PR6696 and PR6663 by Jim Grosbach · 16 years ago
- c9276df Cleanup stdcall / fastcall name mangling. by Anton Korobeynikov · 16 years ago
- d064aef Do not emit callseq instructions around sibcalls. This eliminated some unnecessary stack adjustments. by Evan Cheng · 16 years ago
- d185a7a Add explicit keywords. by Dan Gohman · 17 years ago
- 6f873b4 Fix X86MachineFunctionInfo's doxygen comment. by Dan Gohman · 17 years ago
- 0d1e9a8 Switch the MachineOperand accessors back to the short names like by Dan Gohman · 17 years ago
- 6ebe734 Move the GlobalBaseReg field out of X86ISelDAGToDAG.cpp by Dan Gohman · 17 years ago
- f166d2d Implement an x86-64 ABI detail of passing structs by hidden first by Dan Gohman · 18 years ago
- f55b738 Combine MovePCtoStack + POP32r into one instruction MOVPC32r so it can be moved if needed. by Evan Cheng · 18 years ago
- f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
- 9ccea99 Added tail call optimization to the x86 back end. It can be by Arnold Schwaighofer · 18 years ago
- 597c8b7 Move ReturnAddrIndex variable to X86MachineFunctionInfo structure. This fixed by Anton Korobeynikov · 18 years ago
- 9ae2eb4 Use push / pop for prologues and epilogues. by Evan Cheng · 18 years ago
- ff0598d rename X86FunctionInfo to X86MachineFunctionInfo to match the header file by Chris Lattner · 19 years ago
- 104aa5d Various random and minor code cleanups. by Chris Lattner · 19 years ago
- 3c5b3df Adding codegeneration for StdCall & FastCall calling conventions by Anton Korobeynikov · 19 years ago
- beedf82 Comments to appease sabre. by Evan Cheng · 19 years ago
- dc614c1 Added X86FunctionInfo subclass of MachineFunction to record whether the by Evan Cheng · 20 years ago