summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* [ARM] Look through concat when lowering in-place shuffles (VZIP, ..)Ahmed Bougacha2015-06-191-0/+38
* [ARM] Factor out two-result shuffle matching. NFCI.Ahmed Bougacha2015-06-191-26/+35
* Fix "the the" in comments.Eric Christopher2015-06-199-10/+10
* use SDValue bool operator; NFCISanjay Patel2015-06-181-3/+2
* [Hexagon] Fixing unused field copypasta.Colin LeMahieu2015-06-181-9/+3
* [Hexagon] Printing packet brackets when asm printing and adding a number of t...Colin LeMahieu2015-06-181-1/+63
* [X86] Rename RegInfo to TRI as suggested by EricReid Kleckner2015-06-182-39/+39
* [X86] Refactor stack adjustments into X86FrameLowering::BuildStackAdjustmentReid Kleckner2015-06-183-107/+93
* [X86] Remove unneeded parameters and deduplicate stack alignment codeReid Kleckner2015-06-183-76/+67
* [SPARC] Repair GOT references to internal symbols.James Y Knight2015-06-182-0/+34
* quick fix for failure from r.240012Asaf Badouh2015-06-181-0/+1
* [AVX512]Asaf Badouh2015-06-184-2/+11
* AVX-512: (fixed) Added encoding of all forms of VPERMT2W/D/Q/PS/PD and VPERMI...Elena Demikhovsky2015-06-181-107/+76
* reverted 239999 due to test failuresElena Demikhovsky2015-06-181-71/+107
* AVX-512: Added encoding of all forms of VPERMT2W/D/Q/PS/PDElena Demikhovsky2015-06-181-107/+71
* [X86][SSE] Improved support for vector i16 to float conversions.Simon Pilgrim2015-06-171-8/+9
* Add NVPTXLowerAlloca pass to convert alloca'ed memory to local addressJingyue Wu2015-06-174-4/+122
* Re-land "[X86] Cache variables that only depend on the subtarget"Reid Kleckner2015-06-175-89/+64
* Revert "[X86] Cache variables that only depend on the subtarget"Reid Kleckner2015-06-175-64/+89
* [X86] Cache variables that only depend on the subtargetReid Kleckner2015-06-175-89/+64
* AMDGPU: Change unreachable into reported errorMatt Arsenault2015-06-171-2/+4
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-171-8/+2
* Move IsUsedInReloc from MCSymbolELF to MCSymbol.Rafael Espindola2015-06-172-2/+2
* [mips] [IAS] Add support for expanding LASym with a source register operand.Toma Tabacu2015-06-171-12/+19
* [mips] [IAS] Add support for the B{L,G}{T,E}(U) branch pseudo-instructions.Toma Tabacu2015-06-172-0/+234
* [mips] [IAS] Fix LA with relative label operands.Toma Tabacu2015-06-171-12/+9
* [mips] [IAS] Fix LW with relative label operands.Toma Tabacu2015-06-171-21/+5
* AVX-512: cvtusi2ss/d intrinsics.Igor Breger2015-06-172-35/+59
* [PM/AA] Remove the Location typedef from the AliasAnalysis class nowChandler Carruth2015-06-171-2/+2
* Revert "AArch64: Use CMP;CCMP sequences for and/or/setcc trees."Matthias Braun2015-06-174-255/+72
* [Hexagon] Adding MC ELF streamer and updating addend relocation test which sh...Colin LeMahieu2015-06-177-4/+307
* [X86][SSE] Vectorize v2i32 to v2f64 conversionsSimon Pilgrim2015-06-164-4/+32
* [X86] Rename some frame lowering variablesReid Kleckner2015-06-161-26/+28
* Properly handle the mftb instruction.Kit Barton2015-06-165-36/+58
* [Hexagon] Alphabetical ordering of functions, NFC.Colin LeMahieu2015-06-161-5/+5
* Clean up redundant copies of Triple objects. NFCDaniel Sanders2015-06-1629-58/+54
* [mips][ias] Expand on r238751 to cover as many relocs as possible.Daniel Sanders2015-06-161-22/+36
* Replace string GNU Triples with llvm::Triple in TargetMachine::getTargetTripl...Daniel Sanders2015-06-164-9/+9
* Recommit r239721: Replace string GNU Triples with llvm::Triple in InitMCObjec...Daniel Sanders2015-06-161-2/+2
* [mips] [IAS] Refactor symbol-address loading code into a helper function. NFC.Toma Tabacu2015-06-161-17/+23
* [AVX512] add integer min/max intrinsics support.Asaf Badouh2015-06-162-24/+48
* X86: optimized i64 vector multiply with constantElena Demikhovsky2015-06-161-5/+11
* [AArch64] Generalize extract-high DUP extension to MOVI/MVNI.Ahmed Bougacha2015-06-161-15/+24
* [X86] Try to shorten dwarf CFI emissionReid Kleckner2015-06-151-28/+23
* [Hexagon] PC-relative offsets are relative to packet start rather than the of...Colin LeMahieu2015-06-151-3/+38
* Protection against stack-based memory corruption errors using SafeStackPeter Collingbourne2015-06-151-0/+1
* MIR Serialization: Connect the machine function analysis pass to the MIR parser.Alex Lorenz2015-06-152-3/+4
* Remove duplicate conditional in if-stmt.Eric Christopher2015-06-151-2/+1
* [Hexagon] Moving pass declarations out of header and in to implementation fil...Colin LeMahieu2015-06-1513-52/+53
* [TargetInstrInfo] Add new hook: AnalyzeBranchPredicate.Sanjoy Das2015-06-152-5/+95
OpenPOWER on IntegriCloud