| Age | Commit message (Expand) | Author |
| 2011-10-08 | Prevent potential NOREX bug. | Jakob Stoklund Olesen |
| 2011-10-05 | Override TRI::getSubClassWithSubReg for X86. | Jakob Stoklund Olesen |
| 2011-09-30 | Store sub-class lists as a bit vector. | Jakob Stoklund Olesen |
| 2011-09-16 | Fix PR10884. | Bruno Cardoso Lopes |
| 2011-07-18 | Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for | Evan Cheng |
| 2011-07-18 | Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down | Evan Cheng |
| 2011-07-14 | Next round of MC refactoring. This patch factor MC table instantiations, MC | Evan Cheng |
| 2011-07-14 | Fix up assertion in r135018 so it doesn't trigger on 32-bit; when we're in 32... | Eli Friedman |
| 2011-07-13 | Add an assert (which should never trigger) that triggers on a testcase I'm lo... | Eli Friedman |
| 2011-07-06 | Constify getCompactUnwindRegNum. | Bill Wendling |
| 2011-06-30 | Use the correct registers on X86_64. | Bill Wendling |
| 2011-06-30 | Add target a target hook to get the register number used by the compact unwind | Bill Wendling |
| 2011-06-29 | Always adjust the stack pointer immediately after the call. | Jakob Stoklund Olesen |
| 2011-06-28 | Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo. | Evan Cheng |
| 2011-06-28 | Hide more details in tablegen generated MCRegisterInfo ctor function. | Evan Cheng |
| 2011-06-28 | Clean up the handling of the x87 fp stack to make it more robust. | Jakob Stoklund Olesen |
| 2011-06-27 | Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc | Evan Cheng |
| 2011-06-24 | Starting to refactor Target to separate out code that's needed to fully describe | Evan Cheng |
| 2011-06-23 | Get rid of one getStackAlignment(). RegisterInfo shouldn't need to know about... | Evan Cheng |
| 2011-06-17 | SI, DI, BP, and SP don't have 8-bit sub-registers in x86 mode. | Jakob Stoklund Olesen |
| 2011-06-09 | Remove custom allocation order boilerplate that is no longer needed. | Jakob Stoklund Olesen |
| 2011-06-02 | Use TRI::has{Sub,Super}ClassEq() where possible. | Jakob Stoklund Olesen |
| 2011-05-30 | Use the dwarf->llvm mapping to print register names in the cfi | Rafael Espindola |
| 2011-05-27 | Add a GR32_NOREX_NOSP register class and fix a bug where getMatchingSuperRegC... | Cameron Zwarich |
| 2011-05-24 | Add a method to TargetRegisterInfo to get the register number that the Win64 EH | Charles Davis |
| 2011-05-18 | Reserve the segment registers on x86 to fix verifier failures in any code that | Cameron Zwarich |
| 2011-05-04 | Fix X86RegisterInfo::getMatchingSuperRegClass for sub_8bit_hi. | Jakob Stoklund Olesen |
| 2011-04-26 | Add a TRI::getLargestLegalSuperClass hook to provide an upper limit on regist... | Jakob Stoklund Olesen |
| 2011-04-15 | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner |
| 2011-03-10 | Re-commit 127368 and 127371. They are exonerated. | Evan Cheng |
| 2011-03-09 | Revert 127368 and 127371 for now. | Evan Cheng |
| 2011-03-09 | Change the definition of TargetRegisterInfo::getCrossCopyRegClass to be more | Evan Cheng |
| 2011-03-07 | Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo. | Cameron Zwarich |
| 2011-01-26 | Target/X86: Tweak win64's tailcall. | NAKAMURA Takumi |
| 2011-01-26 | lib/Target/X86/X86RegisterInfo.cpp: Fix whitespace. | NAKAMURA Takumi |
| 2011-01-26 | lib/Target/X86/X86RegisterInfo.cpp: Fix a typo in comment. | NAKAMURA Takumi |
| 2011-01-10 | Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a... | Anton Korobeynikov |
| 2011-01-08 | Fix the last virtual register enumerations. | Jakob Stoklund Olesen |
| 2010-12-23 | Code clean up. No functionality change. | Evan Cheng |
| 2010-11-27 | Move more PEI-related hooks to TFI | Anton Korobeynikov |
| 2010-11-20 | Move some more hooks to TargetFrameInfo | Anton Korobeynikov |
| 2010-11-18 | Move getInitialFrameState() to TargetFrameInfo | Anton Korobeynikov |
| 2010-11-18 | Move hasFP() and few related hooks to TargetFrameInfo. | Anton Korobeynikov |
| 2010-11-15 | First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou... | Anton Korobeynikov |
| 2010-10-07 | Fix obvious mistake pointed out by Michael Spencer. | Jakob Stoklund Olesen |
| 2010-10-06 | Properly handle GR32_NOSP in X86RegisterInfo::getMatchingSuperRegClass. | Jakob Stoklund Olesen |
| 2010-10-03 | Properly emit stack probe on win64 (for non-mingw targets). | Anton Korobeynikov |
| 2010-09-22 | Fix PR8201: Update the code to call via X86::CALL64pcrel32 in the 64-bit case. | Cameron Esfahani |
| 2010-09-22 | fix rdar://8456412 - llvm-mc crash in encoder on "mov %rdx, %cr8" | Chris Lattner |
| 2010-09-02 | Properly emit __chkstk call instead of __alloca on non-mingw windows targets. | Anton Korobeynikov |