[Orc] Tidy up initialization based on review feedback for r239561 from dblaikie.
[oota-llvm.git] / test / CodeGen /
2015-06-12 Tom StellardR600/SI: Add assembler support for FLAT instructions
2015-06-12 Colin LeMahieu[Hexagon] Making intrinsic tests agnostic to register...
2015-06-12 Rafael EspindolaDon't depend on the interleaving of stdout and stderr.
2015-06-12 John Brawn[ARM] Disabling vfp4 should disable fp16
2015-06-11 Reid Kleckner[WinEH] Put finally pointers in the handler scope table...
2015-06-11 Reid Kleckner[WinEH] Create an llvm.x86.seh.exceptioninfo intrinsic
2015-06-11 Peter CollingbourneObject: Prepend __imp_ when mangling a dllimport symbol...
2015-06-11 Rafael EspindolaThis reverts commit r239529 and r239514.
2015-06-11 Reid KlecknerRevert "Fix merges of non-zero vector stores"
2015-06-11 Matt ArsenaultFix merges of non-zero vector stores
2015-06-11 Tom StellardR600/SI: Add -mcpu=bonaire to a test that uses flat...
2015-06-11 Hao Liu[AArch64] Match interleaved memory accesses into ldN...
2015-06-11 Simon Pilgrim[X86][SSE] Vectorized i8 and i16 shift operators
2015-06-11 Nemanja IvanovicLLVM support for vector quad bit permute and gather...
2015-06-10 Sanjay Patel[x86] Add a reassociation optimization to increase...
2015-06-10 Reid Kleckner[WinEH] _except_handlerN uses 0 instead of 1 to indicat...
2015-06-10 Colin LeMahieu[Hexagon] Adding decoders for signed operands and ensur...
2015-06-10 Igor Laevsky[StatepointLowering] Reuse stack slots across basic...
2015-06-10 Elena DemikhovskyAVX-512: Fixed a bug in comparison of i1 vectors.
2015-06-10 Reid Kleckner[WinEH] Call llvm.stackrestore in __except blocks
2015-06-10 Reid Kleckner[WinEH] Emit .safeseh directives for all 32-bit excepti...
2015-06-09 NAKAMURA TakumiAdd explicit -mtriple=arm-unknown to llvm/test/CodeGen...
2015-06-09 Jingyue Wu[NVPTX] fix a crash bug in NVPTXFavorNonGenericAddrSpaces
2015-06-09 Reid Kleckner[WinEH] Add 32-bit SEH state table emission prototype
2015-06-09 Chad Rosier[AArch64] Remove an overly conservative check when...
2015-06-09 Akira HatanakaRemove DisableTailCalls from TargetOptions and the...
2015-06-09 Samuel AntaoThe constant initialization for globals in NVPTX is...
2015-06-09 Matt ArsenaultImplement computeKnownBits for min/max nodes
2015-06-09 Jingyue Wu[NVPTX] run SROA after NVPTXFavorNonGenericAddrSpaces
2015-06-08 Simon Pilgrim[X86][SSE] Added lzcnt vector tests.
2015-06-08 Akira Hatanaka[ARM] Pass a callback to FunctionPass constructors...
2015-06-08 Matthias BraunX86: Reject register operands with obvious type mismatches.
2015-06-08 Colin LeMahieu[Hexagon] Adding functionality for searching for compou...
2015-06-08 Simon Pilgrim[DAGCombiner] Added CTLZ vector constant folding support.
2015-06-08 Igor BregerAVX-512: Implemented 256/128bit VALIGND/Q instructions...
2015-06-08 Simon Pilgrim[DAGCombiner] Added CTTZ vector constant folding support.
2015-06-07 Simon Pilgrim[X86] Added tzcnt vector tests.
2015-06-07 Simon Pilgrim[X86] Added BitScanForward/BitScanReverse memory foldin...
2015-06-07 Simon PilgrimFixed line endings
2015-06-07 Simon Pilgrim[DAGCombiner] Added CTPOP vector constant folding support.
2015-06-05 Peter CollingbourneRevert r238473, "Thumb2: Modify codegen for memcpy...
2015-06-05 Fiona GlaserDAGCombiner: don't duplicate (fmul x, c) in visitFNEG...
2015-06-05 Alexei Starovoitov[bpf] rename triple names bpf_be -> bpfeb
2015-06-05 Colin LeMahieu[Hexagon] Reapply r239097 with tests corrected for...
2015-06-05 John Brawn[ARM] Add support for -sp- FPUs and FPU none to TargetP...
2015-06-05 Simon Pilgrim[X86][AVX2] Added tests for v32i8 vector shifts
2015-06-05 Andrea Di BiagioSimplify code; NFC.
2015-06-05 Simon Pilgrim[X86][SSE] Added tests for i8/i16 vector shifts
2015-06-04 Swaroop SridharStatepoint: Fix handling of Far Immediate calls
2015-06-04 Charles Davis[Target/X86] Don't use callee-saved registers in a...
2015-06-04 Benjamin Kramer[SDAG switch lowering] Fix switch case -> or merging...
2015-06-04 Colin LeMahieuShouldn't be XFAIL'ed.
2015-06-04 Colin LeMahieuRevert r239095 incorrect test tree.
2015-06-04 Jingyue Wu[NVPTX] roll forward r239082
2015-06-04 Colin LeMahieu[Hexagon] Adding functionality for duplexing. Duplexin...
2015-06-04 Jingyue WuRevert r239082
2015-06-04 Ahmed Bougacha[GlobalMerge] Take into account minsize on Global users...
2015-06-04 Jingyue Wu[NVPTX] kernel pointer arguments point to the global...
2015-06-04 Alexei Starovoitov[bpf] add big- and host- endian support
2015-06-04 Andrea Di Biagio[DAGCombiner] Fix wrong folding of a build_vector into...
2015-06-04 Matt ArsenaultR600/SI: Reimplement isLegalAddressingMode
2015-06-04 Matt ArsenaultR600/SI: Fix some cases for load / store of half
2015-06-04 Hans WennborgSwitch lowering: fix assert in buildBitTests (PR23738)
2015-06-04 James MolloyDon't create a MIN/MAX node if the underlying compare...
2015-06-04 Elena DemikhovskyAVX-512: I brought back vector-shuffle-512-v8.ll test.
2015-06-04 Sanjay Patelmake reciprocal estimate code generation more flexible...
2015-06-04 Tom StellardR600: Re-enable sub-reg liveness
2015-06-03 Matt ArsenaultR600/SI: Fix tests with triples in them
2015-06-03 Colin LeMahieu[Hexagon] Test doesn't work on all platforms. At any...
2015-06-03 Colin LeMahieu[Hexagon] Reapply 238772 OSABI was not correctly set...
2015-06-03 Matthias BraunARM: Thumb2 LDRD/STRD supports independent input/output...
2015-06-03 Asaf Badouhre-apply 238809
2015-06-03 Elena DemikhovskyAVX-512: VSHUFPD instruction selection - code improvements
2015-06-03 Rafael EspindolaRevert "make reciprocal estimate code generation more...
2015-06-02 Sanjoy Das[SelectionDAG] Fix PR23603.
2015-06-02 Daniel Sanders[mips] Make TTypeEncoding indirect to allow .eh_frame...
2015-06-02 Sanjay Patelmake reciprocal estimate code generation more flexible...
2015-06-02 Elena DemikhovskyAVX-512: Shorten implementation of lowerV16X32VectorShu...
2015-06-02 Vasileios Kalintiris[mips] Add support for dynamic stack realignment.
2015-06-02 Renato GolinRevert "ARM: Thumb2 LDRD/STRD supports independent...
2015-06-02 Asaf Badouhrevert 238809
2015-06-02 Asaf BadouhAVX-512: Implemented GETEXP instruction for KNL and SKX
2015-06-01 Matthias BraunARM: Thumb2 LDRD/STRD supports independent input/output...
2015-06-01 Matthias BraunAArch64: Use CMP;CCMP sequences for and/or/setcc trees.
2015-06-01 Matthias BraunLiveRangeEdit: Fix liveranges not shrinking on subrange...
2015-06-01 Rafael EspindolaRevert "[Hexagon] Adding basic ELF relocation generatio...
2015-06-01 Vasileios Kalintiris[mips][FastISel] Implement bswap.
2015-06-01 Vasileios Kalintiris[mips][FastISel] Implement intrinsics memset, memcopy...
2015-06-01 Vasileios Kalintiris[mips][FastISel] Implement srem/urem and sdiv/udiv...
2015-06-01 Vasileios Kalintiris[mips][FastISel] Implement the select statement for...
2015-06-01 Vasileios Kalintiris[mips][FastISel] Clobber HI0/LO0 registers in MUL instr...
2015-06-01 Colin LeMahieu[Hexagon] Adding basic ELF relocation generation and...
2015-06-01 Elena DemikhovskyAVX-512: Optimized vector shuffle for v16f32 and v16i32...
2015-06-01 Luke CheesemanRemoving commited assembly file.
2015-06-01 Luke CheesemanRe-commit of r238201 with fix for building with shared...
2015-06-01 Elena DemikhovskyAVX-512: Implemented vector shuffle lowering for v8i64...
2015-06-01 Elena DemikhovskyAVX-512: Fixed a bug in compress and expand intrinsics.
2015-05-31 Tim NorthoverARM: recommit r237590: allow jump tables to be placed...
2015-05-30 Chandler Carruth[x86] Unify the horizontal adding used for popcount...
2015-05-30 Chandler Carruth[x86] Update the order of instructions after I switched...
next