summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* [MC] Require an MCContext when constructing an MCDisassembler.Lang Hames2014-04-15
* X86JITInfo: [x86] Use X86CompilationCallback_SSE() along;NAKAMURA Takumi2014-04-15
* [ARM64,C++11]: Range'ify the dead-register-definition pass.Jim Grosbach2014-04-15
* [ARM64][MC] Set the default CPU string to generic.Quentin Colombet2014-04-15
* X86: Nuke one more CPU autodetect blurb.Jim Grosbach2014-04-14
* Change argument order and add explanatory comment to r206130David Blaikie2014-04-14
* Use FrameSetup on frame instructions for the Mips port.Eric Christopher2014-04-14
* [ARM64][MC] Set the default CPU to cyclone when initilizating the MC layer.Quentin Colombet2014-04-14
* Fix for codegen bug that could cause illegal cmn instruction generationLouis Gerbarg2014-04-14
* Add a flag to disable the ARM64DeadRegisterDefinitionsPassLouis Gerbarg2014-04-14
* [ARM64] Port over missing subtarget features, and CPU definitions from AArch64.James Molloy2014-04-14
* [mips] Fix fcopysign for MIPS-IV and add the test.Daniel Sanders2014-04-14
* [mips] Fix more incorrect uses of HasMips64 and isMips64()Daniel Sanders2014-04-14
* ARM64: remove buggy REV16 pattern.Tim Northover2014-04-14
* AArch64/ARM64: enable directcond.ll test on ARM64.Tim Northover2014-04-14
* ARM64: add patterns for csXYZ with reversed operands.Tim Northover2014-04-14
* ARM64: add support for AArch64's addsub_ext.llTim Northover2014-04-14
* ARM64: optimise (cmp x, (sub 0, y)) to (cmn x, y).Tim Northover2014-04-14
* [XCore] Don't create invalid MKMSK instructions inside loadImmediate().Richard Osborne2014-04-14
* [PowerPC] [Constant Hoisting] Enable constant hoisting on PPCHal Finkel2014-04-13
* [PowerPC] Fix rlwimi isel when mask is not constantHal Finkel2014-04-13
* Fix instruction debug info location during legalizationDavid Blaikie2014-04-13
* [X86] unique_ptr'ify one of X86GenericDisassembler's members.Lang Hames2014-04-13
* [PowerPC] Implement some additional TLI callbacksHal Finkel2014-04-12
* Spell the specialization namespace correctly.Benjamin Kramer2014-04-12
* Make helper static and place random global into the llvm namespace.Benjamin Kramer2014-04-12
* Retire llvm::array_endof in favor of non-member std::end.Benjamin Kramer2014-04-12
* [ARM64] Never hoist the shift value of a shift instruction.Juergen Ributzka2014-04-12
* [ARM64] Fix the cost model for cheap large constants.Juergen Ributzka2014-04-12
* X86: Remove TargetMachine CPU auto-detection.Jim Grosbach2014-04-12
* [AArch64] Implement the isLegalAddressingMode and getScalingFactorCost APIs.Chad Rosier2014-04-12
* Add ARM64 CLS patternsLouis Gerbarg2014-04-11
* R600: Check if a sextload should be used for parameter loads.Matt Arsenault2014-04-11
* Remove redundant symbolization support from MCDisassembler interface.Lang Hames2014-04-11
* R600/SI: Refactor SOPC classes slightly.Matt Arsenault2014-04-11
* Move ExtractVectorElements to SelectionDAG.Matt Arsenault2014-04-11
* Implement depth_first and inverse_depth_first range factory functions.David Blaikie2014-04-11
* [ARM64,C++11] Range'ify use-lists iterators in address type promotion.Jim Grosbach2014-04-11
* [ARM64,C++11]: Range'ify use-list iterators in DAGToDAG.Jim Grosbach2014-04-11
* [ARM64,C++11]: More range-based loop simplification.Jim Grosbach2014-04-11
* Move the segmented stack switch to a function attributeReid Kleckner2014-04-10
* [ARM64,C++11]: Range'ify loops in InstrInfo.Jim Grosbach2014-04-10
* [ARM64,C++11]: Range'ify loops in the conditional-compare pass.Jim Grosbach2014-04-10
* For the ARM integrated assembler add checking of theKevin Enderby2014-04-10
* [mips] NotMips64 predicate is really a test for 32-bit GPR's.Daniel Sanders2014-04-10
* [mips] Switch the MIPS-III and MIPS-IV assembler tests to use -mcpu=mips4.Daniel Sanders2014-04-10
* ARM64/*/LLVMBuild.txt: Prune redundant deps.NAKAMURA Takumi2014-04-10
* LLVMBuild.txt: Add missing dependencies.NAKAMURA Takumi2014-04-10
* LLVMBuild.txt: Reformat.NAKAMURA Takumi2014-04-10
* Fix abuse of StringRef on ARM64SysReg::MRSMapper::toString(Val, Valid).NAKAMURA Takumi2014-04-10