[SROA] Teach SROA how to handle pointers from address spaces other than
[oota-llvm.git] / test / CodeGen / X86 /
2014-02-25 Rafael EspindolaStore a DataLayout in Module.
2014-02-23 Elena DemikhovskyAVX-512: Fixed encoding of VPTESTMQ
2014-02-22 Benjamin KramerMake test more resilient against scheduling decisions.
2014-02-22 NAKAMURA Takumillvm/test/CodeGen/X86/shift-pcmp.ll: Tweak to appease...
2014-02-21 Quentin Colombet[DAGCombiner] PCMP* sets its result to all ones or...
2014-02-20 Elena DemikhovskyAVX-512: added a lit test for truncate operation
2014-02-19 Rafael EspindolaAdd back r201608, r201622, r201624 and r201625
2014-02-19 Cameron McInallyFix AVX512 vector sqrt assembly strings.
2014-02-19 Daniel JasperRevert r201622 and r201608.
2014-02-19 Rafael EspindolaAvoid an infinite cycle with private linkage and -f...
2014-02-18 Rafael EspindolaFix PR18743.
2014-02-18 Tim NorthoverX86: use vpsllvd (& friends) for 16-bit shifts on Haswell
2014-02-17 Elena DemikhovskyAVX-512: implemented zext fron i1 to i16
2014-02-16 Elena DemikhovskyAVX-512: simpyfied BUILD_VECTOR for masks; fixed cmp...
2014-02-16 Nico RieckFix broken CHECK lines
2014-02-13 Rafael EspindolaUse __literal16. It has been supported by the linker...
2014-02-13 Rafael Espindola.file is only available on ELF, use a triple instead...
2014-02-13 Daniel SandersRe-commit: Demote EmitRawText call in AsmPrinter::EmitI...
2014-02-13 Juergen Ributzka[DAG] Fix the recognition of opaque constants in the...
2014-02-12 Andrea Di Biagio[X86] Teach the backend how to lower vector shift left...
2014-02-12 Daniel SandersRevert r201237+r201238: Demote EmitRawText call in...
2014-02-12 Daniel SandersDemote EmitRawText call in AsmPrinter::EmitInlineAsm...
2014-02-11 David BlaikieDebugInfo: Remove dependence on file numbering in the...
2014-02-11 Robert LougherTeach the DAGCombiner how to fold concat_vector nodes...
2014-02-11 Elena DemikhovskyAVX: fixed a bug in LowerVECTOR_SHUFFLE
2014-02-11 Elena DemikhovskyAVX-512: Optimized BUILD_VECTOR pattern;
2014-02-11 Quentin Colombet[CodeGenPrepare] Test case for the promotions that...
2014-02-10 Robert LougherTest commit - added a new line to vec_shuf-insert.ll.
2014-02-10 Elena DemikhovskyAVX-512: Fixed extract_vector_elt for v16i1 and v8i1...
2014-02-07 Rafael EspindolaAlways create a temporary symbol to use with the cfi...
2014-02-07 Rafael EspindolaUse FileCheck variables to simplify this test.
2014-02-07 Rafael EspindolaFix a bug with .weak_def_can_be_hidden: Mutable variabl...
2014-02-07 Jim GrosbachX86: Resolve a long standing FIXME and properly isel...
2014-02-06 Quentin Colombet[CodeGenPrepare] Move away sign extensions that get...
2014-02-05 Quentin Colombet[RegAlloc] Add a last chance recoloring mechanism when...
2014-02-05 Rafael EspindolaRemove support for not using .loc directives.
2014-02-05 Elena DemikhovskyAVX-512: optimized icmp -> sext -> icmp pattern
2014-02-05 Elena DemikhovskyAVX-512: Added intrinsic for cvtph2ps.
2014-02-04 David BlaikieDebugInfo: Remove some unneeded conditionals now that...
2014-02-03 Hal FinkelExpand vector bswap in LegalizeVectorOps
2014-02-01 Josh Magee[stackprotector] Implement the sspstrong rules for...
2014-01-31 Reid KlecknerImplement inalloca codegen for x86 with the new inalloc...
2014-01-31 Reid KlecknerDon't put non-static allocas in the static alloca map
2014-01-31 Reid KlecknerSet -mcpu to make this test pass on atom bots
2014-01-31 Lang HamesReplace X86 FMA intrinsic pseduo-instructions with...
2014-01-31 Reid Kleckner[ms-cxxabi] Add a new calling convention that swaps...
2014-01-31 Manman RenThis patch teaches the DAGCombiner how to fold insert_s...
2014-01-31 Manman RenPGO branch weight: update edge weights in SelectionDAGB...
2014-01-30 Juergen Ributzka[Stackmaps] Record the stack size of each function...
2014-01-30 Juergen RibutzkaRevert "[Stackmaps] Record the stack size of each funct...
2014-01-30 Juergen Ributzka[Stackmaps] Record the stack size of each function...
2014-01-30 Manman RenRevert r200431 due to bot failures.
2014-01-30 Manman RenPGO branch weight: update edge weights in SelectionDAGB...
2014-01-29 Rafael EspindolaUse a raw_stream to implement the mangler.
2014-01-28 Andrea Di Biagio[X86] Add extra rules for combining vselect dag nodes...
2014-01-28 Andrea Di Biagio[DAGCombiner] Avoid introducing an illegal build_vector...
2014-01-27 Andrea Di Biagio[DAGCombiner] Teach how to fold sext/aext/zext of const...
2014-01-27 Stepan DyatkovskiyAdditional fix for 200201: due to dependence on bitwidt...
2014-01-25 Juergen RibutzkaRevert "Revert "Add Constant Hoisting Pass" (r200034)"
2014-01-25 Hans WennborgRevert "Add Constant Hoisting Pass" (r200034)
2014-01-24 Juergen RibutzkaAdd Constant Hoisting Pass
2014-01-24 Lang HamesAdd a testcase for the changes in r199938.
2014-01-24 Juergen RibutzkaRevert "Add Constant Hoisting Pass"
2014-01-24 Juergen RibutzkaAdd Constant Hoisting Pass
2014-01-24 Alp TokerFix known typos
2014-01-24 Juergen Ributzka[X86] Prevent the creation of redundant ops for sadd...
2014-01-23 Lang HamesReplace vfmaddxx213 instructions with their 231-type...
2014-01-23 Elena DemikhovskyAVX-512: added VPERM2D VPERM2Q VPERM2PS VPERM2PD instru...
2014-01-22 Owen AndersonRevert r162101 and replace it with a solution that...
2014-01-22 Quentin ColombetAdd a testcase for r199430.
2014-01-22 Elena DemikhovskyAVX512: combining setcc and zext is wrong on AVX512
2014-01-22 James MolloyMachineCopyPropagation has special logic for removing...
2014-01-21 Chandler CarruthTweak the spelling of the asserts requirement a bit...
2014-01-20 Andrea Di Biagio[X86] Teach how to combine a vselect into a movss/movsd
2014-01-20 Hal FinkelFix misched-aa-colored.ll to require asserts (trying...
2014-01-20 Hal FinkelFix misched-aa-colored.ll to require asserts.
2014-01-20 Hal FinkelUpdate IR when merging slots in stack coloring
2014-01-17 Juergen RibutzkaAdd two new calling conventions for runtime calls
2014-01-16 Elena DemikhovskyAVX-512: fixed a compare pattern
2014-01-16 Rafael EspindolaConvert test to FileCheck.
2014-01-15 Andrea Di BiagioUpdate test/CodeGen/X86/vbinop-simplify-bug.ll.
2014-01-15 Andrea Di Biagio[DAGCombiner] Fix a wrong check in method SimplifyVBinOp.
2014-01-14 Nico RieckHandle dllexport for global aliases
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2014-01-14 Elena DemikhovskyAVX-512: optimized scalar compare patterns
2014-01-14 Andrea Di Biagio[X86] Fix assertion failure caused by a wrong folding...
2014-01-14 Nico RieckRevert "Decouple dllexport/dllimport from linkage"
2014-01-14 Nico RieckRevert "Handle dllexport for global aliases"
2014-01-14 Nico RieckHandle dllexport for global aliases
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2014-01-14 Mark SeabornFix llc to not reuse spill slots in functions that...
2014-01-13 Juergen Ributzka[DAG] Teach DAG to also reassociate vector operations
2014-01-13 Elena DemikhovskyAVX-512: Embedded Rounding Control - encoding and printing
2014-01-12 Nico RieckMake test independent of scheduling
2014-01-12 NAKAMURA Takumillvm/test/CodeGen/X86/shl_undef.ll: Tweak to satisfy...
2014-01-12 Nico RieckFix non-deterministic SDNodeOrder-dependent codegen
2014-01-11 Benjamin KramerFix broken CHECK lines.
2014-01-11 NAKAMURA Takumillvm/test/CodeGen/X86/anyregcc.ll: Add explicit -mtripl...
2014-01-11 Juergen Ributzka[anyregcc] Fix callee-save mask for anyregcc
2014-01-09 Andrew Trickllvm.experimental.stackmap: fix encoding of large const...
next