The vbroadcastsi256 intrinsic does not exactly resemble the GCC
[oota-llvm.git] / test / CodeGen /
2013-08-16 Tom StellardR600: Expand vector FRINT ops
2013-08-16 Tom StellardR600: Expand vector FFLOOR ops
2013-08-16 Tom StellardR600: Expand vector float operations for both SI and...
2013-08-16 Jim GrosbachARM: Properly constrain comparison fastisel register...
2013-08-16 Jim GrosbachARM: Fast-isel register class constrain for extends.
2013-08-16 Jim GrosbachARM: Fix more fast-isel verifier failures.
2013-08-16 Jim GrosbachARM: Clean up fast-isel machine verifier errors.
2013-08-16 Reed KotlerFix a subtle difference between running clang vs llc...
2013-08-16 Daniel Dunbar[tests] Another attempt to workaround broken misched...
2013-08-16 Michel DanzerR600/SI: Add pattern for xor of i1
2013-08-16 Michel DanzerR600/SI: Fix broken encoding of DS_WRITE_B32
2013-08-16 Benjamin KramerWhen initializing the PIC global base register on ARM...
2013-08-16 Richard Sandiford[SystemZ] Use SRST to implement strlen and strnlen
2013-08-16 Richard Sandiford[SystemZ] Use MVST to implement strcpy and stpcpy
2013-08-16 Richard Sandiford[SystemZ] Use CLST to implement strcmp
2013-08-16 Richard Sandiford[SystemZ] Fix handling of 64-bit memcmp results
2013-08-16 Richard Sandiford[SystemZ] Fix sign of integer memcmp result
2013-08-16 Craig TopperDon't use v16i32 for load pattern matching. All 512...
2013-08-16 Daniel Dunbar[tests] Add a hack to eliminate some dangling .s files...
2013-08-16 Daniel Dunbar[tests] Remove an out-dated failing test.
2013-08-16 Tom StellardRevert "R600/SI: Fix incorrect encoding of DS_WRITE_B32...
2013-08-16 Tom StellardR600/SI: Fix incorrect encoding of DS_WRITE_B32 instruc...
2013-08-16 Tom StellardR600: Add support for global vector loads with element...
2013-08-16 Tom StellardR600: Add support for global vector stores with element...
2013-08-16 Tom StellardR600: Add support for i16 and i8 global stores
2013-08-16 Tom StellardR600: Add support for v4i32 stores on Cayman
2013-08-16 Tom StellardR600: Enable folding of inline literals into REQ_SEQUEN...
2013-08-16 Tom StellardR600: Change the RAT instruction assembly names so...
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-08-15 Jack Carter[Mips][msa] Added the simple builtins (madd_q to xori)
2013-08-15 Jack Carter[Mips][msa] Added the simple builtins (fadd to ftq)
2013-08-15 Jack Carter[Mips][msa] Added the simple builtins (add_a to dpsub...
2013-08-15 Craig TopperRevert r188449 as it turns out we're just missing the...
2013-08-15 Hao LiuClang and AArch64 backend patches to support shll/shl...
2013-08-15 Craig TopperDon't let isPermImmMask handle v16i32 since VPERMI...
2013-08-14 Tom StellardR600/SI: Improve legalization of vector operations
2013-08-14 Tom StellardR600/SI: Replace v1i32 type with i32 in imageload and...
2013-08-14 Tom StellardR600/SI: Convert v16i8 resource descriptors to i128
2013-08-14 Tom StellardR600/SI: Use i8 types for resource descriptors in tests
2013-08-14 Tom StellardR600/SI: Lower BUILD_VECTOR to REG_SEQUENCE v2
2013-08-14 Tom StellardR600/SI: Assign a register class to the $vaddr operand...
2013-08-14 Tom StellardR600/SI: Handle MSAA texture targets
2013-08-14 Tom StellardR600/SI: Allow conversion between v32i8 and v8i32
2013-08-14 Tom StellardR600/SI: Add pattern for fp_to_uint
2013-08-14 Hal FinkelActually fix PPC64 64-bit GPR inline asm constraint...
2013-08-14 Renato GolinLet t2LDRBi8 and t2LDRBi12 have same Base Pointer
2013-08-14 NAKAMURA Takumillvm/test/CodeGen/X86/setcc-sentinals.ll: Relax express...
2013-08-14 Akira Hatanaka[mips] Properly parse registers that appear in inline...
2013-08-13 Jim GrosbachDAG: Combine (and (setne X, 0), (setne X, -1)) -> ...
2013-08-13 Elena DemikhovskyAVX-512: Added CMP and BLEND instructions.
2013-08-12 Tom StellardR600: Set scheduling preference to Sched::Source
2013-08-12 Tim NorthoverFix FileCheck --check-prefix lines.
2013-08-12 Richard Sandiford[SystemZ] Use CLC and IPM to implement memcmp
2013-08-12 Tim NorthoverAllow compatible extension attributes for tail calls
2013-08-11 Reed KotlerDon't generate floating point stubs for mips16 code...
2013-08-11 Elena DemikhovskyAVX-512: Added more tests for BROADCAST
2013-08-11 Elena DemikhovskyAVX-512: Added VPERM* instructons and MOV* zmm-to-zmm...
2013-08-10 Niels Ole SalscheiderR600/SI: FMA is faster than fmul and fadd for f64
2013-08-10 Niels Ole SalscheiderR600/SI: Add FMA pattern
2013-08-09 Reed KotlerAdd another intrinsic that LLVM gives an incorrect...
2013-08-09 Michael Gottesman[stackprotector] Simplify SP Pass so that we emit diffe...
2013-08-09 Stephen LinCHECK-LABEL-ify tests
2013-08-09 Craig TopperAdd missing 'v' prefix in front of palignr on one of...
2013-08-09 Hal FinkelSet ISD::FROUND to Expand by default for all types
2013-08-08 Arnold SchwaighoferRevert "Reapply r185872 now that the address sanitizer...
2013-08-08 David Fanginitial draft of PPCMachObjectWriter.cpp
2013-08-08 Niels Ole SalscheiderR600/SI: Implement fp32<->fp64 conversions
2013-08-08 Niels Ole SalscheiderR600/SI: Implement sint<->fp64 conversions
2013-08-08 Andrea Di Biagiotest commit.
2013-08-08 Eric ChristopherMake sure that if we're going to attempt to add a type...
2013-08-08 Hal FinkelPPC: Map frin to round() not nearbyint() and rint()
2013-08-07 Bill WendlingReapply r185872 now that the address sanitizer has...
2013-08-07 Elena DemikhovskyAVX-512 set: Added BROADCAST instructions
2013-08-07 Richard Sandiford[SystemZ] Optimize floating-point comparisons with...
2013-08-07 Richard Sandiford[SystemZ] Add floating-point load-and-test instructions
2013-08-07 Reed KotlerCreate a pattern for the "trap" instruction.
2013-08-06 Tom StellardR600/SI: Use VSrc_* register classes as the default...
2013-08-06 Tom StellardR600/SI: Add more special cases for opcodes to ensureSR...
2013-08-06 Manman RenDebug Info Finder|Verifier: handle DbgLoc attached...
2013-08-06 Hal FinkelAdd PPC64 mulli pattern
2013-08-06 Justin Holewinski[NVPTX] Add missing patterns for i1 [s,u]int_to_fp
2013-08-06 Justin Holewinski[NVPTX] Fix bug in stack code generation causes by...
2013-08-06 Justin Holewinski[NVPTX] Start conversion to MC infrastructure
2013-08-06 Tim NorthoverARM: implement allowTruncateForTailCall
2013-08-06 Tim NorthoverRefactor isInTailCallPosition handling
2013-08-06 Tom StellardFactor FlattenCFG out from SimplifyCFG
2013-08-05 Tom StellardR600/SI: Add missing test for r187749
2013-08-05 Richard Sandiford[SystemZ] Use BRCT and BRCTG to eliminate add-&-compare...
2013-08-05 Richard Sandiford[SystemZ] Use LOAD AND TEST to eliminate comparisons...
2013-08-05 Elena DemikhovskyAVX-512 set: added mask operations, lowering BUILD_VECT...
2013-08-04 Reed KotlerAdd the saving of S2. This is needed for some of the...
2013-08-04 Benjamin KramerX86: Turn fp selects into mask operations.
2013-08-04 Elena DemikhovskyAVX-512 set: added VEXTRACTPS instruction
2013-08-04 Tim NorthoverX86: specify CPU on new test to fix atom buildbot
2013-08-04 Tim NorthoverX86: correct tail return address calculation
2013-08-04 Reed KotlerClean up code for Mips16 large frame handling.
2013-08-03 Hal FinkelFix PPC64 64-bit GPR inline asm constraint matching
2013-08-02 Akira Hatanaka[mips] Expand vector truncating stores and extending...
2013-08-02 Eric ChristopherTemporarily revert "Debug Info Finder|Verifier: handle...
2013-08-01 Bill WendlingUse function attributes to indicate that we don't want...
next