Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 /
2015-04-16 Hans WennborgAdd a triple to switch.ll test.
2015-04-16 Hans WennborgSwitch lowering: extract jump tables and bit tests...
2015-04-16 Ahmed Bougacha[CodeGen] Re-apply r234809 (concat of scalars), with...
2015-04-15 Duncan P. N. Exon... DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
2015-04-15 Duncan P. N. Exon... DebugInfo: Add missing !dbg attachments to intrinsics
2015-04-15 Sanjay Patel[X86] add an exedepfix entry for movq == movlps ==...
2015-04-15 Sanjay Patel[x86] Implement combineRepeatedFPDivisors
2015-04-14 Krzysztof ParzyszekChange the testcase mtriple to x86_64-unknown-unknown
2015-04-13 Krzysztof ParzyszekAdd mtriple to test case to avoid problems with differe...
2015-04-13 Krzysztof ParzyszekAllow memory intrinsics to be tail calls
2015-04-10 Sanjoy Das[InstCombine][CodeGenPrep] Create llvm.uadd.with.overfl...
2015-04-10 Reid KlecknerAvoid spewing binary to stdout in some filetype=obj...
2015-04-10 Sanjay Pateluse update_llc_test_checks.py to tighten checking
2015-04-08 Akira Hatanaka[DAGCombine] Fix a bug in MergeConsecutiveStores.
2015-04-08 Sanjay Patelfixed to test features, not CPU models
2015-04-07 Daniel JasperAdd test showing that MachineLICM is calculating regist...
2015-04-06 Rafael EspindolaUse sext in fast isel.
2015-04-06 Simon Pilgrim[X86][SSE] Use (V)PINSRB for direct byte insertion...
2015-04-06 Simon Pilgrim[DAGCombiner] Add support for FCEIL, FFLOOR and FTRUNC...
2015-04-04 Rafael EspindolaImplement unique sections with an unique ID.
2015-04-04 Simon Pilgrim[DAGCombiner] Canonicalize vector constants for ADD...
2015-04-04 Craig Topper[X86] Don't use GR64 register 'and with immediate'...
2015-04-03 Sanjay Pateluse update_llc_test_checks.py to tighten checking;...
2015-04-03 Sanjay Pateluse update_llc_test_checks.py to tighten checking;...
2015-04-03 Sanjay Pateluse update_llc_test_checks.py to tighten checking;...
2015-04-03 Sanjay Pateluse update_llc_test_checks.py to tighten checking
2015-04-03 Sanjay Pateladd checks; remove redundant testing parameters
2015-04-03 Sanjay Pateluse update_llc_test_checks.py to tighten checking;...
2015-04-03 Simon PilgrimAdded vector tests for DAGCombiner::ReassociateOps
2015-04-03 Simon Pilgrim[X86] Added SSE4.2 CRC32 memory folding patterns +...
2015-04-03 Simon Pilgrim[X86][3DNow] Added 3DNow! memory folding patterns ...
2015-04-03 Simon Pilgrim[X86][MMX] Added MMX stack folding tests
2015-04-03 Simon Pilgrim[DAGCombiner] Combine shuffles of BUILD_VECTOR and...
2015-04-02 Sanjay Patel[AVX] Improve insertion of i8 or i16 into low element...
2015-04-02 Sanjay Patel[X86, AVX] adjust tablegen patterns to generate better...
2015-04-02 Elena DemikhovskyAVX-512: intrinsics for VPADD, VPMULDQ and VPSUB
2015-04-02 Philip ReamesTeach gcroot how to handle dynamically realigned frames
2015-04-01 Benjamin Kramer[X86] Don't accidentally select shll $1, %eax when...
2015-03-31 Sanjay Patel[X86, AVX] fix zero-extending integer operand load...
2015-03-31 Sanjay Patel[X86, AVX] try to lowerVectorShuffleAsElementInsertion...
2015-03-31 Ahmed Bougacha[X86] Generate MOVNT for all vector types.
2015-03-30 Paul RobinsonVerify 'optnone' can run DAG combiner when appropriate.
2015-03-30 Simon Pilgrim[X86] Ensure integer domain on scalar i64 load/store...
2015-03-30 Elena DemikhovskyAVX-512: blank lines, duplicated tests, no functional...
2015-03-30 Elena DemikhovskyAVX-512: added intrinsics for VPAND, VPOR and VPXOR
2015-03-29 Benjamin Kramer[inline asm] Don't reject duplicated matching constraints
2015-03-28 Duncan P. N. Exon... DebugInfo: Fix testcases with invalid MDSubprogram...
2015-03-27 Duncan P. N. Exon... DebugInfo: Fix bad debug info for compile units and...
2015-03-27 Quentin Colombet[RegisterCoalescer] Refine the terminal rule to still...
2015-03-27 Duncan P. N. Exon... LLParser: Require non-null scope for MDLocation and...
2015-03-27 Rafael EspindolaClose unique sections when switching away from them.
2015-03-27 Philip ReamesRequire a GC strategy be specified for functions which...
2015-03-27 Philip ReamesAllow explicit spill slots to be specified for a gc...
2015-03-27 Andrew TrickReintroduce the SelectionDAG scheduler test for r233351.
2015-03-27 Duncan P. N. Exon... DebugInfo: Update testcases with invalid variables
2015-03-26 Andrea Di Biagio[X86][FastIsel] Teach how to select vector load instruc...
2015-03-26 Quentin Colombet[RegisterCoalescer] Add a rule to consider more profita...
2015-03-25 Simon Pilgrim[DAGCombiner] Add support for TRUNCATE + FP_EXTEND...
2015-03-25 Sanjay Patel[X86, AVX] improve insertion into zero element of 256...
2015-03-25 Sanjay Pateluse update_llc_test_checks.py to tighten checking in...
2015-03-25 Andrea Di Biagio[X86] Simplify check lines in tests. No functional...
2015-03-25 Paul Robinson'optnone' should not disable DAG combiner.
2015-03-24 Reid KlecknerX86: Fix frameescape when not using an FP
2015-03-24 Sanjay Patel[X86, AVX] recognize shufflevector with zero input...
2015-03-23 Simon Pilgrim[SelectionDAG] Fixed issue with uitofp vector constant...
2015-03-23 Duncan P. N. Exon... DebugInfo: Overload get() in DIDescriptor subclasses
2015-03-21 Simon PilgrimTidied up vec_zero_cse.ll test. NFCI.
2015-03-21 Eric ChristopherCache the Function dependent subtarget on the MachineFu...
2015-03-20 Sanjay Patel[X86] Prefer blendps over insertps codegen for one...
2015-03-20 Daniel Jasper[MBP] Don't outline short optional branches
2015-03-19 Sanjay Patel[X86, AVX] use blends instead of insert128 with index 0
2015-03-18 Simon PilgrimFixed failing test due to missing target triple causing...
2015-03-18 Simon Pilgrim[X86][SSE] Avoid scalarization of v2i64 vector shifts...
2015-03-18 Eric ChristopherRevert "[X86][SSE] Avoid scalarization of v2i64 vector...
2015-03-18 Simon Pilgrim[X86][SSE] Avoid scalarization of v2i64 vector shifts
2015-03-18 Matthias BraunTableGen: Fix register class lane masks being too conse...
2015-03-18 Sanjay PatelUse utils/update_llc_test_checks.py to update all CHECKs
2015-03-18 Sanjay Patelfixed to test features, not CPU model
2015-03-18 Daniel JasperChange test to accept an additional critical edge split.
2015-03-18 Josh MageeAdd testcases for BEXTR.
2015-03-18 David MajnemerDAGCombiner: fold (xor (shl 1, x), -1) -> (rotl ~1, x)
2015-03-17 David MajnemerCOFF: Let globals with private linkage reside in their...
2015-03-17 David MajnemerRevert "COFF: Let globals with private linkage reside...
2015-03-17 David MajnemerCOFF: Let globals with private linkage reside in their...
2015-03-17 Rafael EspindolaReplace a use of GetTempSymbol with createTempSymbol.
2015-03-16 David MajnemerCodeGen: @llvm.eh.typeid.for replaced @llvm.eh.typeid...
2015-03-16 Duncan P. N. Exon... DebugInfo: Fix testcases that fail -verify-debug-info...
2015-03-16 Sanjay Patelfixed to test feature, not CPU
2015-03-16 Sanjay Pateladd CHECK-LABELs for more reliable testing
2015-03-16 Sanjay Patelfixed to test feature, not CPU; removed unnecessary...
2015-03-16 Rafael EspindolaUse the i8 immediate cmp instructions when possible.
2015-03-15 Simon Pilgrim[SSE} Added tests for float4-float3 conversions (PR11580)
2015-03-14 Simon PilgrimSimplified some stack folding tests.
2015-03-14 Daniel Jasper[MachineLICM] First steps of sinking GEPs near calls.
2015-03-14 Ahmed BougachaAdd a bunch of CHECK missing colons in tests. NFC.
2015-03-13 Rafael EspindolaUse add32ri8 and friends on fast isel.
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-13 Andrea Di Biagio[X86][AVX] Fix wrong lowering of v4x64 shuffles into...
2015-03-12 Sanjay Patel[X86, AVX2] Replace inserti128 and extracti128 intrinsi...
2015-03-12 Simon PilgrimRemoved useless palignr test - we don't actually provid...
next