projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[x86] Delete still more piles of complex code now that we have a good
[oota-llvm.git]
/
lib
/
Target
/
2015-02-19
Chandler Carruth
[x86] Delete still more piles of complex code now that...
tree
|
commitdiff
2015-02-19
Chandler Carruth
[x86] Teach the unpack lowering how to lower with an...
tree
|
commitdiff
2015-02-19
Chandler Carruth
[x86] Dramatically improve v8i16 shuffle lowering by...
tree
|
commitdiff
2015-02-19
Chandler Carruth
[x86] Remove the final fallback in the v8i16 lowering...
tree
|
commitdiff
2015-02-19
Chandler Carruth
[x86] Simplify the pre-SSSE3 v16i8 lowering significant...
tree
|
commitdiff
2015-02-19
Chandler Carruth
[x86] Remove the insanely over-aggressive unpack loweri...
tree
|
commitdiff
2015-02-19
Jozef Kolek
[mips][microMIPS] Make usage of AND16, OR16 and XOR16...
tree
|
commitdiff
2015-02-19
Chandler Carruth
[x86] The SELECT x86 DAG combine also does legalization...
tree
|
commitdiff
2015-02-19
Michael Kuperstein
Reverting r229831 due to multiple ARM/PPC/MIPS build...
tree
|
commitdiff
2015-02-19
Elena Demikhovsky
AVX-512: Full implementation for VRNDSCALESS/SD instruc...
tree
|
commitdiff
2015-02-19
Chandler Carruth
[x86] Add support for bit-wise blending and use it...
tree
|
commitdiff
2015-02-19
Chandler Carruth
[x86,sdag] Two interrelated changes to the x86 and...
tree
|
commitdiff
2015-02-19
Michael Kuperstein
Use std::bitset for SubtargetFeatures
tree
|
commitdiff
2015-02-19
Eric Christopher
Remove the local subtarget variable from the SystemZ...
tree
|
commitdiff
2015-02-19
Eric Christopher
Remove a few more calls to TargetMachine::getSubtarget...
tree
|
commitdiff
2015-02-19
Eric Christopher
Grab the subtarget off of the machine function for...
tree
|
commitdiff
2015-02-19
Eric Christopher
Remove the DisasmEnabled AsmPrinter variable and just...
tree
|
commitdiff
2015-02-19
Peter Collingbourne
MC: Remove NullStreamer hook, as it is redundant with...
tree
|
commitdiff
2015-02-19
Peter Collingbourne
Introduce Target::createNullTargetStreamer and use...
tree
|
commitdiff
2015-02-19
Eric Christopher
Avoid using a self-referential initializer and fix...
tree
|
commitdiff
2015-02-19
Eric Christopher
80-column fixups.
tree
|
commitdiff
2015-02-19
Eric Christopher
Remove all use of is64bit off of NVPTXSubtarget and...
tree
|
commitdiff
2015-02-19
Eric Christopher
Remove all use of getDrvInterface off of NVPTXSubtarget...
tree
|
commitdiff
2015-02-19
Eric Christopher
Migrate the NVPTX backend asm printer to a per function...
tree
|
commitdiff
2015-02-18
Marek Olsak
R600/SI: Fix READLANE and WRITELANE lane select for VI
tree
|
commitdiff
2015-02-18
Marek Olsak
R600/SI: Simplify verification of AMDGPU::OPERAND_REG_I...
tree
|
commitdiff
2015-02-18
Marek Olsak
R600/SI: Remove explicit VOP operand checking
tree
|
commitdiff
2015-02-18
Jozef Kolek
[mips][microMIPS] Make usage of ADDU16 and SUBU16 by...
tree
|
commitdiff
2015-02-18
Jozef Kolek
[mips][microMIPS] Implement JALX instruction
tree
|
commitdiff
2015-02-18
Daniel Sanders
[mips] Add backend support for Mips32r[35] and Mips64r...
tree
|
commitdiff
2015-02-18
Kit Barton
This patch adds the VSX logical instructions introduced...
tree
|
commitdiff
2015-02-18
Tom Stellard
R600/SI: Don't set isCodeGenOnly = 1 on all instructions
tree
|
commitdiff
2015-02-18
Tom Stellard
R600/SI: Add missing VOP1 instructions
tree
|
commitdiff
2015-02-18
Tom Stellard
R600/SI: Add missing VOP2 instructions
tree
|
commitdiff
2015-02-18
Tom Stellard
R600/SI: Add definition for S_CBRANCH_G_FORK
tree
|
commitdiff
2015-02-18
Tom Stellard
R600/SI: Add missing SOP1 instructions
tree
|
commitdiff
2015-02-18
Tom Stellard
R600/SI: Refactor SOP2 definitions
tree
|
commitdiff
2015-02-18
Vasileios Kalintiris
[mips] Avoid redundant sign extension of the result...
tree
|
commitdiff
2015-02-18
Benjamin Kramer
X86: Use bitset to manage a bag of bits. NFC.
tree
|
commitdiff
2015-02-18
Toma Tabacu
[mips] [IAS] Fix using .cpsetup with local labels ...
tree
|
commitdiff
2015-02-18
Chandler Carruth
[x86] Tighten the assertions to document that canonical...
tree
|
commitdiff
2015-02-18
Chandler Carruth
[x86] Switch an if which is trivially true to an assert...
tree
|
commitdiff
2015-02-18
Chandler Carruth
[x86] Remove some more 'bit' nomenclature from the...
tree
|
commitdiff
2015-02-18
Chandler Carruth
[x86] Fold together the two shift lowering strategies...
tree
|
commitdiff
2015-02-18
Bradley Smith
[ARM] Add missing M/R class CPUs
tree
|
commitdiff
2015-02-18
Ulrich Weigand
[SystemZ] Clean up warning
tree
|
commitdiff
2015-02-18
Chandler Carruth
[x86] Refactor the bit shift code the same as I just...
tree
|
commitdiff
2015-02-18
Ulrich Weigand
[SystemZ] Support all TLS access models - CodeGen part
tree
|
commitdiff
2015-02-18
Ulrich Weigand
[SystemZ] Support all TLS access models - MC part
tree
|
commitdiff
2015-02-18
Elena Demikhovsky
AVX-512: Added support for FP instructions with embedde...
tree
|
commitdiff
2015-02-18
Chandler Carruth
[x86] Rewrite the byte shift detection to not use boole...
tree
|
commitdiff
2015-02-18
Craig Topper
[X86] Remove AVX2 and SSE2 pslldq and psrldq intrinsics...
tree
|
commitdiff
2015-02-18
Matt Arsenault
R600/SI: Rename dst encoding field to be consistent...
tree
|
commitdiff
2015-02-18
Matt Arsenault
R600/SI: Consistently capitalize encoding field names
tree
|
commitdiff
2015-02-18
Matt Arsenault
R600/SI: Set noNamedPositionallyEncodedOperands
tree
|
commitdiff
2015-02-18
Matt Arsenault
R600/SI: Fix src1_modifiers for class instructions
tree
|
commitdiff
2015-02-18
Matt Arsenault
R600/SI: Fix not setting clamp / omod for v_cndmask_b32_e64
tree
|
commitdiff
2015-02-18
Matt Arsenault
R600: Fix operand encoding error
tree
|
commitdiff
2015-02-18
Matt Arsenault
R600/SI: Fix encoding error from glc bit on VI SMRD...
tree
|
commitdiff
2015-02-18
Matt Arsenault
R600/SI: Fix operand encoding for flat instructions
tree
|
commitdiff
2015-02-18
Matt Arsenault
R600/SI: Fix error from vdst on no return atomics
tree
|
commitdiff
2015-02-18
Matt Arsenault
R600/SI: Add missing offset operand to buffer bothen
tree
|
commitdiff
2015-02-18
Matt Arsenault
R600/SI: Add missing soffset operand to global atomics
tree
|
commitdiff
2015-02-18
Matt Arsenault
R600/SI: Fix brace identation
tree
|
commitdiff
2015-02-18
Eric Christopher
Make the Mips AsmPrinter independent of global subtarget
tree
|
commitdiff
2015-02-18
Eric Christopher
Unify selectMipsCPU implementations.
tree
|
commitdiff
2015-02-17
Andrea Di Biagio
[X86][FastIsel] Teach how to select scalar integer...
tree
|
commitdiff
2015-02-17
Rafael Espindola
Add r228939 back with a fix.
tree
|
commitdiff
2015-02-17
Sanjay Patel
rename variables again because these tables also deal...
tree
|
commitdiff
2015-02-17
Simon Pilgrim
[X86][SSE] Generalised unpckl/unpckh shuffle matching
tree
|
commitdiff
2015-02-17
Sanjay Patel
Add comment to explain a non-obvious setting; NFC.
tree
|
commitdiff
2015-02-17
Sanjay Patel
remove function names from comments; NFC
tree
|
commitdiff
2015-02-17
Sanjay Patel
replace meaningless variable names; NFCI
tree
|
commitdiff
2015-02-17
Tom Stellard
R600/SI: Fix asam errors in SIFoldOperands
tree
|
commitdiff
2015-02-17
Sanjay Patel
prevent folding a scalar FP load into a packed logical...
tree
|
commitdiff
2015-02-17
Eric Christopher
Make the ARM AsmPrinter independent of global subtarget
tree
|
commitdiff
2015-02-17
Tom Stellard
R600/SI: Extend private extload pattern to include...
tree
|
commitdiff
2015-02-17
Benjamin Kramer
Prefer SmallVector::append/insert over push_back loops.
tree
|
commitdiff
2015-02-17
Andrea Di Biagio
[X86] Silence -Wsign-compare warnings.
tree
|
commitdiff
2015-02-17
Elena Demikhovsky
AVX-512: changes in intel_ocl_bi calling conventions
tree
|
commitdiff
2015-02-17
Michael Kuperstein
[X86] Combine vector anyext + and into a vector zext
tree
|
commitdiff
2015-02-17
Eric Christopher
Make the PowerPC AsmPrinter independent of global subtarget
tree
|
commitdiff
2015-02-17
Eric Christopher
Add a FIXME to move IsLittleEndian to the target machine.
tree
|
commitdiff
2015-02-17
Eric Christopher
Move ABI handling and 64-bitness to the PowerPC target...
tree
|
commitdiff
2015-02-17
Chandler Carruth
[x86] Teach the unpack lowering to try wider element...
tree
|
commitdiff
2015-02-16
Hal Finkel
[PowerPC] Support non-direct-sub/superclass VSX copies
tree
|
commitdiff
2015-02-16
Simon Atanasyan
[Mips] Add .MIPS.options section descriptor kinds enume...
tree
|
commitdiff
2015-02-16
Ahmed Bougacha
[ARM] Remove unused declaration. NFC.
tree
|
commitdiff
2015-02-16
Cameron McInally
[AVX512] Make 512b vector floating point rounds legal...
tree
|
commitdiff
2015-02-16
Simon Pilgrim
[X86][SSE] Add SSE MOVQ instructions to SSEPackedInt...
tree
|
commitdiff
2015-02-16
Craig Topper
[X86] Remove the multiply by 8 that goes into the shift...
tree
|
commitdiff
2015-02-16
Craig Topper
[X86] Remove x86.avx2.psll.dq.bs and x86.avx2.psrl...
tree
|
commitdiff
2015-02-16
Matthias Braun
ARM: Transfer kill flag when lowering VSTMQIA to VSTMDIA.
tree
|
commitdiff
2015-02-16
Aaron Ballman
We require MSVC 1800 as our minimum, so these checks...
tree
|
commitdiff
2015-02-16
Andrew Trick
AArch64: Safely handle the incoming sret call argument.
tree
|
commitdiff
2015-02-16
Chandler Carruth
[x86] Add a generic unpack-targeted lowering technique...
tree
|
commitdiff
2015-02-16
Chandler Carruth
[x86] Add initial basic support for forming blends...
tree
|
commitdiff
2015-02-16
Chandler Carruth
[x86] Switch my usage of VariadicFunction to a "normal...
tree
|
commitdiff
2015-02-16
Craig Topper
[X86] Add support for lowering shuffles to 256-bit...
tree
|
commitdiff
2015-02-16
Chandler Carruth
[x86] Teach the 128-bit vector shuffle lowering routine...
tree
|
commitdiff
next