summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* Added MispredictPenalty to SchedMachineModel.Andrew Trick2012-08-08
* whitespaceAndrew Trick2012-08-08
* X86: enable CSE between CMP and SUBManman Ren2012-08-08
* Don't scan physreg use-def chains looking for a PIC base.Jakob Stoklund Olesen2012-08-08
* X86 cmp lowering is looking past truncate on the condition node. It should onlyEvan Cheng2012-08-07
* Add a comment about mftb vs. mfspr on PPC.Hal Finkel2012-08-07
* Revert r161371. Removing the 'const' before Type is a "good thing".Bill Wendling2012-08-07
* The define for 64 bit sign extension neglected to Jack Carter2012-08-07
* Constify the Type parameter to some methods (which are const anyway).Bill Wendling2012-08-07
* Allow x86 subtargets to use the GenericModel defined in X86Schedule.td.Andrew Trick2012-08-07
* Mips relocation R_MIPS_64 relocates a 64 bit double word.Jack Carter2012-08-07
* The Mips64InstrInfo.td definitions DynAlloc64 LEA_ADDiu64 Jack Carter2012-08-06
* Mips relocations R_MIPS_HIGHER and R_MIPS_HIGHEST.Jack Carter2012-08-06
* MFTB on PPC64 should really be encoded using MFSPR.Hal Finkel2012-08-06
* Add support for the OpenBSD for Bitrig.Eric Christopher2012-08-06
* Remove empty overrides of processFunctionBeforeFrameFinalized().Roman Divacky2012-08-06
* Implement proper handling for pcmpistri/pcmpestri intrinsics. Requires custom...Craig Topper2012-08-06
* Remove custom inserter for MWAIT. It doesn't do anything that couldn't be rep...Craig Topper2012-08-05
* Use a COPY node instead of an explicit MOVA opcode in the custom insterter fo...Craig Topper2012-08-05
* Add readcyclecounter lowering on PPC64.Hal Finkel2012-08-04
* Skip impdef regs during eabi save/restore list emission to workaround PR11902Anton Korobeynikov2012-08-04
* Recognize vst1.64 / vld1.64 with 3 and 4 regs as load from / store to stack s...Anton Korobeynikov2012-08-04
* Add stack spill / reload instructions for DTriple and DQuad register classes,...Anton Korobeynikov2012-08-04
* 1. Redo mips16 instructions to avoid multiple opcodes for same instruction.Akira Hatanaka2012-08-03
* allow 'make CPPFLAGS=<something>' work againGabor Greif2012-08-03
* Fall back to selection DAG isel for calls to builtin functions.Bob Wilson2012-08-03
* Add new getLibFunc method to TargetLibraryInfo.Bob Wilson2012-08-03
* [arm-fast-isel] Add support for shl, lshr, and ashr.Jush Lu2012-08-03
* Add support for the ARM GHC calling convention, this patch was in 3.0,Eric Christopher2012-08-03
* ARM: Tidy up. Remove unused template parameters.Jim Grosbach2012-08-02
* ARM: More InstAlias refactors to use #NAME#.Jim Grosbach2012-08-02
* ARM: Refactor instaliases using TableGen support for #NAME#.Jim Grosbach2012-08-02
* X86 Peephole: fold loads to the source register operand if possible.Manman Ren2012-08-02
* Move the code that creates instances of MipsInstrInfo and MipsFrameLowering outAkira Hatanaka2012-08-02
* Set transient stack alignment in constructor of MipsFrameLowering and re-enableAkira Hatanaka2012-08-02
* Support fpv4 for ARM Cortex-M4.Jiangning Liu2012-08-02
* Fix #13035, a bug around Thumb instruction LDRD/STRD with negative #0 offset ...Jiangning Liu2012-08-02
* Fix #13138, a bug around ARM instruction DSB encoding and decoding issue.Jiangning Liu2012-08-02
* Fix #13241, a bug around shift immediate operand for ARM instruction ADR.Jiangning Liu2012-08-02
* X86 Peephole: fold loads to the source register operand if possible.Manman Ren2012-08-02
* X86: mark GATHER instructios as mayLoadManman Ren2012-08-01
* ARM: Remove redundant instalias.Jim Grosbach2012-08-01
* Clean up formatting.Jim Grosbach2012-08-01
* Tidy up.Jim Grosbach2012-08-01
* Whitespace.Chad Rosier2012-08-01
* Added FMA functionality to X86 target.Elena Demikhovsky2012-08-01
* Add more indirection to the disassembler tables to reduce amount of space use...Craig Topper2012-08-01
* Implement MipsJITInfo::replaceMachineCodeForFunction.Akira Hatanaka2012-08-01
* Remove unused variable.Akira Hatanaka2012-08-01
* Implement MipsSERegisterInfo::eliminateCallFramePseudoInstr. The function emitsAkira Hatanaka2012-07-31