| Age | Commit message (Expand) | Author |
| 2010-08-26 | Simplify eliminateFrameIndex() interface back down now that PEI doesn't need | Jim Grosbach |
| 2010-08-25 | Fix nasty mingw32 bug, which e.g. prevented llvm-gcc bootstrap there. | Anton Korobeynikov |
| 2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
| 2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
| 2010-08-05 | Add an option to always emit realignment code for a particular module. | Eric Christopher |
| 2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
| 2010-07-24 | Support x86 "eiz" and "riz" pseudo index registers in the assembler. | Bruno Cardoso Lopes |
| 2010-07-20 | Constify some arguments. | Eric Christopher |
| 2010-07-17 | Remove unnecessary check that was subsumed into canRealignStack. | Eric Christopher |
| 2010-07-17 | Make comment a bit more clear as well as return statement since | Eric Christopher |
| 2010-07-16 | Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and | Bill Wendling |
| 2010-07-09 | Start the support for AVX instructions with 256-bit %ymm registers. A couple of | Bruno Cardoso Lopes |
| 2010-07-08 | Change LEA to have 5 operands for its memory operand, just | Chris Lattner |
| 2010-07-03 | Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl... | Evan Cheng |
| 2010-06-15 | Reapply 105986 with fix for bug pointed out by Jakob: | Dale Johannesen |
| 2010-06-15 | Revert 105986; looks like I'd better try bootstrapping. | Dale Johannesen |
| 2010-06-15 | The form of BuildMI used for TAILJMPr was changing the register | Dale Johannesen |
| 2010-06-02 | Remove unused function. | Rafael Espindola |
| 2010-05-28 | Fix the use of x86 control and debug registers so that the assertion failure in | Kevin Enderby |
| 2010-05-26 | Fix the x86 move to/from segment register instructions. | Kevin Enderby |
| 2010-05-25 | Separate unrelated cases that once shared a numeric value | Jakob Stoklund Olesen |
| 2010-05-25 | Ignore NumberHack and give each SubRegIndex instance a unique enum value inst... | Jakob Stoklund Olesen |
| 2010-05-25 | Use enums instead of literals for X86 subregisters. | Jakob Stoklund Olesen |
| 2010-05-19 | Factor out the code for picking integer arithmetic with immediate | Dan Gohman |
| 2010-05-14 | Several tail call tests apparently rely upon this being "adjusts stack" instead | Bill Wendling |
| 2010-05-14 | This should happen if there are no calls, not if it just doesn't adjust the | Bill Wendling |
| 2010-05-14 | Revert r103804. The comment is correct. | Bill Wendling |
| 2010-05-14 | Fix comment. | Bill Wendling |
| 2010-05-14 | Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe what | Bill Wendling |
| 2010-05-06 | Re-apply 103156 and 103157. 103156 didn't break anything. 10315 exposed a coa... | Evan Cheng |
| 2010-05-06 | Revert r103156 since it was breaking the build bots. | Eric Christopher |
| 2010-05-05 | Trim include. | Evan Cheng |
| 2010-05-04 | Update comment. | Eric Christopher |
| 2010-04-29 | Load folding tail call should not use ebp / rbp after it's popped. PEI | Evan Cheng |
| 2010-04-21 | Implement -disable-non-leaf-fp-elim which disable frame pointer elimination | Evan Cheng |
| 2010-04-07 | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner |
| 2010-04-06 | Fix PR6696 and PR6663 | Jim Grosbach |
| 2010-04-05 | remove the MMI pointer from MachineFrameInfo. | Chris Lattner |
| 2010-03-14 | get MMI out of the label uniquing business, just go to MCContext | Chris Lattner |
| 2010-03-14 | Now that DBG_LABEL is updated, we can finally make MachineMove | Chris Lattner |
| 2010-03-14 | change the DBG_LABEL MachineInstr to always be created | Chris Lattner |
| 2010-03-14 | Do not force indirect tailcall through fixed registers: eax, r11. Add support... | Evan Cheng |
| 2010-03-13 | simplify some overly general code. The stack always grows down on x86. | Chris Lattner |
| 2010-03-11 | add support, testcases, and dox for the new GHC calling | Chris Lattner |
| 2010-03-09 | Change the Value argument to eliminateFrameIndex to a type-tagged value. This | Jim Grosbach |
| 2010-03-06 | Lower dynamic stack allocation on mingw32 to separate instruction. | Anton Korobeynikov |
| 2010-02-28 | Implement XMM subregs. | Dan Gohman |
| 2010-02-19 | Add support for the 'alignstack' attribute to the x86 backend. Fixes PR5254. | Charles Davis |
| 2010-02-13 | Teach MachineFrameInfo to track maximum alignment while stack objects are being | Evan Cheng |
| 2010-01-31 | Change TAILJMP's to be varargs and transfer implicit uses over from TCRETURN'... | Evan Cheng |