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