Age | Commit message (Expand) | Author |
2012-03-17 | Reorder includes in Target backends to following coding standards. Remove som... | Craig Topper |
2012-03-04 | Use uint16_t to store register overlaps to reduce static data. | Craig Topper |
2012-03-04 | Use uint16_t to store registers in callee saved register tables to reduce siz... | Craig Topper |
2012-02-18 | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu |
2012-01-20 | More dead code removal (using -Wunreachable-code) | David Blaikie |
2012-01-17 | Move X86 callee saved register lists to the X86CallConv .td file. | Jakob Stoklund Olesen |
2011-12-19 | Emit a getMatchingSuperRegClass() implementation for every target. | Jakob Stoklund Olesen |
2011-12-07 | Add bundle aware API for querying instruction properties and switch the code | Evan Cheng |
2011-12-02 | Move global variables in TargetMachine into new TargetOptions class. As an API | Nick Lewycky |
2011-12-01 | For 64-bit the rest of the general regs are ok for the q constraint. Make | Eric Christopher |
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 |