summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* Disable AArch64 fast-isel on big-endian call vector returns.Pete Cooper2015-04-161-0/+5
* [AArch64] Add v8.1a "Virtualization Host Extensions"Vladimir Sukharev2015-04-162-1/+59
* [AArch64] Add v8.1a "Limited Ordering Regions" extensionVladimir Sukharev2015-04-165-0/+40
* [AArch64] Add v8.1a "Privileged Access Never" extensionVladimir Sukharev2015-04-162-3/+18
* [AArch64] Handle Cyclone-specific register in common wayVladimir Sukharev2015-04-162-29/+5
* [AArch64] Follow-up to: Refactor AArch64NamedImmMapper to become dependent on...Vladimir Sukharev2015-04-161-665/+665
* [mips] [IAS] Preserve microMIPS label marking for objects when assigning.Toma Tabacu2015-04-161-3/+2
* [Mips] Use unique_ptr to manage ownership.Benjamin Kramer2015-04-162-17/+10
* Make it obvious that we're iterating over a range of pointers.Benjamin Kramer2015-04-161-1/+1
* [AArch64] Refactor AArch64NamedImmMapper to become dependent on subtarget fea...Vladimir Sukharev2015-04-165-20/+46
* [AArch64] Fix invalid use of references to BuildMI.James Molloy2015-04-161-3/+3
* [ARM] Add v8.1a "Privileged Access Never" extensionVladimir Sukharev2015-04-164-3/+99
* [mips] [IAS] Add support for the .insn directive.Toma Tabacu2015-04-165-2/+47
* DebugInfo: Gut DIScope, DIEnumerator and DISubrangeDuncan P. N. Exon Smith2015-04-161-3/+3
* DebugInfo: Gut DICompileUnit and DIFileDuncan P. N. Exon Smith2015-04-151-3/+3
* Fix BXJ is undefined in AArch32.Charlie Turner2015-04-152-2/+10
* [X86] add an exedepfix entry for movq == movlps == movlpdSanjay Patel2015-04-151-0/+2
* [x86] Implement combineRepeatedFPDivisorsSanjay Patel2015-04-152-0/+13
* [msp430] Only support the 'm' inline assembly memory constraint. NFC.Daniel Sanders2015-04-151-6/+0
* [mips] [IAS] Refactor the function which checks for the availability of AT. NFC.Toma Tabacu2015-04-151-8/+13
* [bpf] fix buildAlexei Starovoitov2015-04-155-9/+10
* Change range-based for-loops to be -Wrange-loop-analysis clean.Richard Trieu2015-04-151-1/+1
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-1452-104/+117
* Correct 'teh' and other typos / repeated words.Ed Maste2015-04-141-1/+1
* Refactor: Simplify boolean expressions in ARM targetAlexander Kornienko2015-04-142-28/+25
* [AArch64] Allow non-standard INS/DUP encodingsBradley Smith2015-04-142-10/+10
* R600/SI: Fix verifier error caused by SIAnnotateControlFlowTom Stellard2015-04-141-6/+13
* Re-enable target-specific relocation table sorting and use it for MipsPetar Jovanovic2015-04-141-0/+180
* DebugInfo: Gut DISubprogram and DILexicalBlock*Duncan P. N. Exon Smith2015-04-141-3/+3
* DebugInfo: Gut DIVariable and DIGlobalVariableDuncan P. N. Exon Smith2015-04-141-2/+2
* Expand ADDO/SUBO on HexagonKrzysztof Parzyszek2015-04-131-0/+8
* Revert revisions r234755, r234759, r234760Jan Vesely2015-04-137-61/+2
* Allow memory intrinsics to be tail callsKrzysztof Parzyszek2015-04-1310-11/+20
* R600: Add carry and borrow instructions. Use them to implement UADDO/USUBOJan Vesely2015-04-137-2/+61
* R600: Make FMIN/MAXNUM legal on all asicsJan Vesely2015-04-123-2/+7
* R600: remove manual BFE optimizationJan Vesely2015-04-121-8/+2
* [PowerPC] Really iterate over all loops in PPCLoopDataPrefetch/PPCLoopPreIncPrepHal Finkel2015-04-122-14/+6
* [PowerPC] Disable part-word atomics on the P7Hal Finkel2015-04-111-2/+2
* Add direct moves to/from VSR and exploit them for FP/INT conversionsNemanja Ivanovic2015-04-118-1/+134
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-1127-29/+31
* [PowerPC] Fix PPCLoopPreIncPrep for depth > 1 loopsHal Finkel2015-04-111-10/+27
* [CodeGen] Split -enable-global-merge into ARM and AArch64 options.Ahmed Bougacha2015-04-112-2/+16
* [AArch64] Strengthen the code for the prologue insertion.Quentin Colombet2015-04-101-0/+2
* [PowerPC] Prefetching should also consider depth > 1 loopsHal Finkel2015-04-101-2/+5
* [mips] [IAS] Improve comments in MipsAsmParser::expandLoadImm. NFC.Toma Tabacu2015-04-101-7/+5
* [AArch64] Changes some SchedAlias to WriteRes for Cortex-A57.Chad Rosier2015-04-101-3/+8
* [AArch64] Adjusts Cortex-A57 machine model to handle zero shift.Chad Rosier2015-04-101-0/+9
* Reduce dyn_cast<> to isa<> or cast<> where possible.Benjamin Kramer2015-04-1013-39/+36
* Divergence analysis for GPU programsJingyue Wu2015-04-102-0/+72
* [PowerPC] Don't crash on PPC32 i64 fp_to_uint on modern coresHal Finkel2015-04-101-0/+1
OpenPOWER on IntegriCloud