1. 2d24e2a Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 13 years ago
  2. 08ecb71 Fix PR10884. by Bruno Cardoso Lopes · 13 years ago
  3. 76927d75 Emit segmented-stack specific code into function prologues for by Rafael Espindola · 13 years ago
  4. 1e93df6 Move per-function state out of TargetLowering subclasses and into by Dan Gohman · 15 years ago
  5. fa85eb6 Fix PR6696 and PR6663 by Jim Grosbach · 15 years ago
  6. 4dd162f Cleanup stdcall / fastcall name mangling. by Anton Korobeynikov · 15 years ago
  7. f22f9b3 Do not emit callseq instructions around sibcalls. This eliminated some unnecessary stack adjustments. by Evan Cheng · 15 years ago
  8. 2392efe Add explicit keywords. by Dan Gohman · 15 years ago
  9. 6288b93 Fix X86MachineFunctionInfo's doxygen comment. by Dan Gohman · 16 years ago
  10. d735b80 Switch the MachineOperand accessors back to the short names like by Dan Gohman · 16 years ago
  11. 57c3dac Move the GlobalBaseReg field out of X86ISelDAGToDAG.cpp by Dan Gohman · 16 years ago
  12. 61a9213 Implement an x86-64 ABI detail of passing structs by hidden first by Dan Gohman · 17 years ago
  13. 0475ab5 Combine MovePCtoStack + POP32r into one instruction MOVPC32r so it can be moved if needed. by Evan Cheng · 17 years ago
  14. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  15. c85e171 Added tail call optimization to the x86 back end. It can be by Arnold Schwaighofer · 17 years ago
  16. a2780e1 Move ReturnAddrIndex variable to X86MachineFunctionInfo structure. This fixed by Anton Korobeynikov · 17 years ago
  17. 89d1659 Use push / pop for prologues and epilogues. by Evan Cheng · 17 years ago
  18. d15dff2 rename X86FunctionInfo to X86MachineFunctionInfo to match the header file by Chris Lattner · 18 years ago
  19. e87e115 Various random and minor code cleanups. by Chris Lattner · 18 years ago
  20. f824868 Adding codegeneration for StdCall & FastCall calling conventions by Anton Korobeynikov · 18 years ago
  21. e5e228d Comments to appease sabre. by Evan Cheng · 18 years ago
  22. e8bd0a3 Added X86FunctionInfo subclass of MachineFunction to record whether the by Evan Cheng · 18 years ago