summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* Don't use a debug location for frame setup instructions in theEric Christopher2012-10-02
* Use the existing DebugLoc.Eric Christopher2012-10-02
* Make the location a parameter since we may not want the next oneEric Christopher2012-10-02
* Remove the SavePoint infrastructure from fast isel, replaceEric Christopher2012-10-02
* Support for generating ELF objects on Windows.Andrew Kaylor2012-10-02
* [ms-inline asm] Add the convertToMapAndConstraints() function that is used toChad Rosier2012-10-01
* MachO: direct-to-object attribute for data-in-code markers.Jim Grosbach2012-10-01
* Use constants for all return values in switch. Allows clang to optimize it in...Craig Topper2012-10-01
* Change getX86SubSuperRegister to take an MVT::SimpleValueType rather than an ...Craig Topper2012-09-30
* Add LLVM support for Swift.Bob Wilson2012-09-29
* Whitespace.Bob Wilson2012-09-29
* Shrink TargetAlignElem a bit, we do a lot of searches on them.Benjamin Kramer2012-09-29
* MIPS DSP: other miscellaneous instructions.Akira Hatanaka2012-09-28
* MIPS DSP: ADDUH.QB instruction sub-class.Akira Hatanaka2012-09-28
* X86: when replacing SUB with TEST in ISelDAGToDAG, only replace uses of theManman Ren2012-09-28
* 1. Add load/store words from the stackReed Kotler2012-09-28
* MIPS DSP: ABSQ_S.PH instruction sub-class.Akira Hatanaka2012-09-27
* MIPS DSP: SHLL.QB instruction sub-class.Akira Hatanaka2012-09-27
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* [arm-fast-isel] Add support for ELF PIC.Jush Lu2012-09-27
* MIPS DSP: rddsp (instruction which reads DSPControl register fields to a GPR).Akira Hatanaka2012-09-27
* MIPS DSP: CMPU.EQ.QB instruction sub-class.Akira Hatanaka2012-09-27
* MIPS DSP: ADDU.QB instruction sub-class.Akira Hatanaka2012-09-27
* MIPS DSP: Branch on Greater Than or Equal To Value 32 in DSPControl Pos Field...Akira Hatanaka2012-09-27
* MIPS DSP: all the remaining instructions which read or write accumulators.Akira Hatanaka2012-09-27
* MIPS DSP: add support for extract-word instructions.Akira Hatanaka2012-09-27
* MIPS DSP: add functions which decode DSP and accumulator registers.Akira Hatanaka2012-09-27
* MIPS DSP: add code necessary for pseudo instruction lowering.Akira Hatanaka2012-09-27
* MIPS DSP: add bitcast patterns between vectors and int.Akira Hatanaka2012-09-27
* MIPS DSP: add vector load/store patterns.Akira Hatanaka2012-09-27
* Remove the `hasFnAttr' method from Function.Bill Wendling2012-09-26
* X86_32: Large Symbol+Offset relocations.Jim Grosbach2012-09-26
* Add case clauses for returning dsp accumulator encoding values in functionAkira Hatanaka2012-09-26
* Add DSP accumulator registers and register class. Remove hi/lo registers.Akira Hatanaka2012-09-26
* Delete member MipsFunctionInfo::OutArgFIRange and code that accesses it.Akira Hatanaka2012-09-26
* Fix ordering of operands on lowering of atomicrmw min/max nodes on ARM.James Molloy2012-09-26
* Add SARX/SHRX/SHLX code generation supportMichael Liao2012-09-26
* Add RORX code generation supportMichael Liao2012-09-26
* Add MULX code generation supportMichael Liao2012-09-26
* Remove hasNoAVX method. Can just invert hasAVX instead.Craig Topper2012-09-26
* Add 'lock' prefix output support in assembly printerMichael Liao2012-09-26
* Initialize boolean variables in MipsSubtarget's constructor.Akira Hatanaka2012-09-25
* blank line for test commitReed Kotler2012-09-25
* TargetLowering interface to set/get minimum block entries for jump tables.Sebastian Pop2012-09-25
* Add missing i64 max/min/umax/umin on 32-bit targetMichael Liao2012-09-25
* ARM: Darwin BL/BLX relocations to out-of-range symbols.Jim Grosbach2012-09-25
* Consistently specify the assembly variant to MatchInstructionImpl.Bob Wilson2012-09-25
* Fix an illegal tailcall opt where the callee returns a double via xmm while c...Evan Cheng2012-09-25
* ARM: 'add Rd, pc, #imm' is an alias for 'adr Rd, #imm'.Jim Grosbach2012-09-25