1. a379b181 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 14 years ago
  2. 2d406f0 Fix PR10884. by Bruno Cardoso Lopes · 14 years ago
  3. c217421 Emit segmented-stack specific code into function prologues for by Rafael Espindola · 14 years ago
  4. 31ae586 Move per-function state out of TargetLowering subclasses and into by Dan Gohman · 16 years ago
  5. 4dac890 Fix PR6696 and PR6663 by Jim Grosbach · 16 years ago
  6. c9276df Cleanup stdcall / fastcall name mangling. by Anton Korobeynikov · 16 years ago
  7. d064aef Do not emit callseq instructions around sibcalls. This eliminated some unnecessary stack adjustments. by Evan Cheng · 16 years ago
  8. d185a7a Add explicit keywords. by Dan Gohman · 16 years ago
  9. 6f873b4 Fix X86MachineFunctionInfo's doxygen comment. by Dan Gohman · 17 years ago
  10. 0d1e9a8 Switch the MachineOperand accessors back to the short names like by Dan Gohman · 17 years ago
  11. 6ebe734 Move the GlobalBaseReg field out of X86ISelDAGToDAG.cpp by Dan Gohman · 17 years ago
  12. f166d2d Implement an x86-64 ABI detail of passing structs by hidden first by Dan Gohman · 18 years ago
  13. f55b738 Combine MovePCtoStack + POP32r into one instruction MOVPC32r so it can be moved if needed. by Evan Cheng · 18 years ago
  14. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  15. 9ccea99 Added tail call optimization to the x86 back end. It can be by Arnold Schwaighofer · 18 years ago
  16. 597c8b7 Move ReturnAddrIndex variable to X86MachineFunctionInfo structure. This fixed by Anton Korobeynikov · 18 years ago
  17. 9ae2eb4 Use push / pop for prologues and epilogues. by Evan Cheng · 18 years ago
  18. ff0598d rename X86FunctionInfo to X86MachineFunctionInfo to match the header file by Chris Lattner · 19 years ago
  19. 104aa5d Various random and minor code cleanups. by Chris Lattner · 19 years ago
  20. 3c5b3df Adding codegeneration for StdCall & FastCall calling conventions by Anton Korobeynikov · 19 years ago
  21. beedf82 Comments to appease sabre. by Evan Cheng · 19 years ago
  22. dc614c1 Added X86FunctionInfo subclass of MachineFunction to record whether the by Evan Cheng · 19 years ago