Putting all the standard tool options into a "Generic" category.
[oota-llvm.git] / test / CodeGen /
2015-01-26 Vasileios Kalintiris[mips] Enable arithmetic and binary operations for...
2015-01-26 Vasileios Kalintiris[mips] Add tests for bitwise binary and integer arithme...
2015-01-26 Vasileios KalintirisRevert "[mips] Fix assertion on i128 addition/subtracti...
2015-01-25 Craig Topper[X86] Change comparision immediate type to i8 in test...
2015-01-25 Craig Topper[X86] Use i8 immediate for comparison type on AVX512...
2015-01-25 Bill Schmidt[PowerPC] Revert ppc64le-aggregates.ll test changes...
2015-01-25 Bill Schmidt[PowerPC] Reset the baseline for ppc64le to be equivale...
2015-01-25 Elena DemikhovskyAVX-512: Changes in operations on masks registers for...
2015-01-24 Alexei Starovoitovbpf: add missing lit.local.cfg
2015-01-24 Alexei StarovoitovBPF backend
2015-01-24 Daniel Sanders[mips] Fix assertion on i128 addition/subtraction on...
2015-01-24 Andrea Di Biagio[DAG] Fix wrong canonicalization performed on shuffle...
2015-01-24 Quentin Colombet[AArch64][LoadStoreOptimizer] Form LDPSW when possible.
2015-01-23 Tom StellardR600/SI: Emit .hsa.version section for amdhsa OS
2015-01-23 Reid KlecknerFix assertion when C++ EH filters are present in functi...
2015-01-23 Bruno Cardoso Lopes[x86] Combine x86mmx/i64 to v2i64 conversion to use...
2015-01-23 Tom StellardR600/SI: Move i64 -> v2i32 load promotion into AMDGPUDA...
2015-01-23 Reid KlecknerClassify functions by EH personality type rather than...
2015-01-23 Jyoti AllurThis patch fixes issue with lowering below mentioned...
2015-01-23 Craig Topper[x86] Change u8imm operands to always print as unsigned...
2015-01-22 Jan VeselyR600: Try to use lower types for 64bit division if...
2015-01-22 Simon Pilgrim[X86][AVX] Added (V)MOVDDUP / (V)MOVSLDUP / (V)MOVSHDUP...
2015-01-22 Simon PilgrimLine endings fixes. NFC.
2015-01-22 Simon Pilgrim[X86][SSE] Simplified PSUBUS tests
2015-01-22 Ramkumar RamachandraIntrinsics: introduce llvm_any_ty aka ValueType Any
2015-01-22 Sanjay Patelmerge consecutive stores of extracted vector elements...
2015-01-22 Michael Kuperstein[DAGCombine] Produce better code for constant splats
2015-01-22 Michael KupersteinRevert r226811, MSVC accepts code sane compilers don't.
2015-01-22 Michael Kuperstein[DAGCombine] Produce better code for constant splats
2015-01-22 Elena DemikhovskyFixed a bug in type legalizer for masked load/store...
2015-01-22 Elena DemikhovskyFixed a bug in narrowing store operation.
2015-01-22 Reid KlecknerSEH: Finish writing the catch-all test case
2015-01-22 Reid KlecknerWin64 SEH: Emit the constant 1 for catch-all into xdata
2015-01-21 Simon Pilgrim[X86][SSE] Missing SSE/AVX1 memory folding integer...
2015-01-21 Tim NorthoverDAGCombine: fold (or (and X, M), (and X, N)) -> (and...
2015-01-21 Matt ArsenaultR600: Add checks for urem/srem by a constant
2015-01-21 Simon Pilgrim[X86][SSE] Added support for SSE3 lane duplication...
2015-01-21 Matt ArsenaultR600: Add missing tests for i64 srem
2015-01-21 Jonathan RoelofsFix load-store optimizer on thumbv4t
2015-01-21 Matt ArsenaultR600/SI: Custom lower fround
2015-01-21 Colin LeMahieu[Hexagon] Converting multiply and accumulate with immed...
2015-01-21 Ahmed Bougacha[X86] Declare SSE4.1/AVX2 vector extloads covered by...
2015-01-21 Tim NorthoverRevert "DAGCombine: fold (or (and X, M), (and X, N...
2015-01-21 Tim NorthoverAArch64: add backend option to reserve x18 (platform...
2015-01-21 Tim NorthoverDAGCombine: fold (or (and X, M), (and X, N)) -> (and...
2015-01-21 Michael Kuperstein[x32] Fast ISel should use LEA64_32r instead of LEA32r...
2015-01-21 Simon Pilgrim[X86][AVX] Simplified diff between AVX1 and SSE42 fp...
2015-01-20 Simon Pilgrim[X86][SSE] Added SSE/AVX1 integer stack folding tests.
2015-01-20 Simon Pilgrim[X86][SSE] Added SSE fp stack folding tests.
2015-01-20 Simon Pilgrim[X86][AVX] Renamed AVX1 fp stack folding tests. NFC.
2015-01-20 Colin LeMahieu[Hexagon] Adding intrinsics for doubleword ALU operations.
2015-01-20 Colin LeMahieu[Hexagon] Removing unnecessary clutter in intrinsic...
2015-01-20 Daniel JasperPrevent binary-tree deterioration in sparse switch...
2015-01-20 Ramkumar Ramachandra[GC] Verify-pass void vararg functions in gc.statepoint
2015-01-20 Tom StellardR600/SI: Fix simple-loop.ll test
2015-01-20 Tom StellardR600/SI: Add kill flag when copying scratch offset...
2015-01-20 Tom StellardR600/SI: Don't store scratch buffer frame index in...
2015-01-20 Kai Nacke[mips] Add registers and ALL check prefix to octeon...
2015-01-20 Kai Nacke[mips] Add octeon branch instructions bbit0/bbit032...
2015-01-19 Simon Pilgrim[X86][AVX] Missing AVX1 memory folding float instructions
2015-01-19 Colin LeMahieu[Hexagon] Updating muxir/ri/ii intrinsics. Setting...
2015-01-19 Colin LeMahieu[Hexagon] Converting intrinsics combine imm/imm, simple...
2015-01-19 Colin LeMahieu[Hexagon] Converting remaining ALU32/ALU intrinsics.
2015-01-19 Colin LeMahieu[Hexagon] Converting ALU32/ALU intrinsics to new patterns.
2015-01-19 Greg Fitzgerald[AArch64] Implement GHC calling convention
2015-01-19 Colin LeMahieu[Hexagon] Converting halfword to double accumulating...
2015-01-19 Rafael EspindolaBring r226038 back.
2015-01-19 Michael Kuperstein[MIScheduler] Slightly better handling of constrainLoca...
2015-01-19 Hal Finkel[PowerPC] Add r2 as an operand for all calls under...
2015-01-18 Matt ArsenaultR600: Remove redundant test
2015-01-18 Simon Pilgrim[X86][SSE] Added scalar min/max folding tests. NFC.
2015-01-18 Simon Pilgrim[X86][SSE] Added float extract and xmm extract/insert...
2015-01-18 Simon Pilgrim[X86][SSE] Added scalar conversion stack folding tests...
2015-01-18 Simon PilgrimAVX1 stack folding tests. NFC.
2015-01-18 Hal Finkel[PowerPC] Initial PPC64 calling-convention changes...
2015-01-17 Hal Finkel[PowerPC] Don't list R11 as a patchpoint scratch register
2015-01-17 Mehdi AminiImprove DAG combine pass on certain IR vector patterns
2015-01-16 Matt ArsenaultR600: Clean up floor tests
2015-01-16 Colin LeMahieu[Hexagon] Converting halfword to doubleword multiply...
2015-01-16 Colin LeMahieu[Hexagon] Converting accumulating halfword multiply...
2015-01-16 Colin LeMahieu[Hexagon] Beginning converting intrinsics to patterns...
2015-01-16 Adam Nemet[AVX512] Add intrinsics for masked aligned FP loads...
2015-01-16 Adam Nemet[AVX512] Remove trailing whitespaces in this test
2015-01-16 Andrea Di Biagio[X86][DAG] Disable target specific combine on INSERTPS...
2015-01-16 Simon Pilgrim[X86] Refactored stack memory folding tests to explicit...
2015-01-16 Timur IskhodzhanovRevert r226242 - Revert Revert Don't create new comdats...
2015-01-16 Hal Finkel[PowerPC] Adjust PatchPoints for ppc64le
2015-01-16 Rafael EspindolaRevert "Revert Don't create new comdats in CodeGen"
2015-01-15 Matt ArsenaultR600/SI: Add patterns for v_cvt_{flr|rpi}_i32_f32
2015-01-15 Matt ArsenaultR600/SI: Fix trailing comma with modifiers
2015-01-15 Hal Finkel[PowerPC] Loosen ELFv1 PPC64 func descriptor loads...
2015-01-15 Colin LeMahieu[Hexagon] Updating indexed load-extend patterns and...
2015-01-15 Hal FinkelRevert "r226086 - Revert "r226071 - [RegisterCoalescer...
2015-01-15 Matt ArsenaultR600/SI: Improve fpext / fptrunc test coverage
2015-01-15 Marek OlsakR600/SI: Use 64-bit encoding by default for opcodes...
2015-01-15 Ramkumar Ramachandrastatepoint tests: use statepoint-example gc
2015-01-15 Colin LeMahieu[Hexagon] Deleting old float comparison instruction...
2015-01-15 Colin LeMahieu[Hexagon] Replacing old fadd/fsub instructions and...
2015-01-15 Timur IskhodzhanovRevert Don't create new comdats in CodeGen
2015-01-15 Daniel Sanders[mips] Fix a typo in the compare patterns for MIPS32r6...
next