[asan-assembly-instrumentation] Added CFI directives to the generated instrumentation...
[oota-llvm.git] / test / CodeGen / X86 /
2014-09-09 Pavel Chupin[x32] Emit callq for CALLpcrel32
2014-09-09 Bob WilsonSet trunc store action to Expand for all X86 targets.
2014-09-08 Hans WennborgFast-ISel: Remove dead code after falling back from...
2014-09-07 Chandler Carruth[x86] Revert my over-eager commit in r217332.
2014-09-07 Chandler Carruth[x86] Tweak the rules surrounding 0,0 and 1,1 v2f64...
2014-09-06 Chandler Carruth[x86] Fix a pretty horrible bug and inconsistency in...
2014-09-05 Chandler Carruth[x86] Fix an embarressing bug in the INSERTPS formation...
2014-09-05 Sanjay PatelAllow vector fsub ops with constants to get the same...
2014-09-05 Rafael EspindolaRevert "Disable the fix for pr20793 because of a gnu...
2014-09-05 Chandler Carruth[x86] Factor out the zero vector insertion logic in...
2014-09-05 Rafael EspindolaDisable the fix for pr20793 because of a gnu ld bug.
2014-09-04 Rafael EspindolaFix pr20793.
2014-09-04 Chandler Carruth[x86] Teach the new v4i32 shuffle lowering some more...
2014-09-04 Chandler Carruth[x86] Teach the new vector shuffle lowering about the...
2014-09-03 Chandler Carruth[x86] Teach the new vector shuffle lowering about the...
2014-09-03 Chandler Carruth[x86] Add an SSE4.1 mode to this test.
2014-09-03 Chandler Carruth[x86] Make this test check everything for both SSE2...
2014-09-03 Alexander PotapenkoFix PR20800: correctly calculate the offset of the...
2014-09-02 Robin Morisset[X86] Allow atomic operations using immediates to avoid...
2014-09-02 Reid KlecknerCodeGen: Handle va_start in the entry block
2014-09-02 Rafael EspindolaReplace -use-init-array with -use-ctors.
2014-09-01 Jingyue WuFix a typo in comments in r216862, NFC
2014-09-01 Jingyue Wu[MachineSink] Use the real post dominator tree
2014-08-29 Robin MorissetFix typos in comments, NFC
2014-08-29 Reid Klecknermusttail: Forward regparms of variadic functions on...
2014-08-29 Reid KlecknerVerifier: Don't reject varargs callee cleanup functions
2014-08-29 Reid KlecknerX86: Fix conflict over ESI between base register and...
2014-08-29 Robert Khasanov[SKX] Enable lowering of integer CMP operations.
2014-08-28 Rafael EspindolaOn MachO, don't put non-private constants in mergeable...
2014-08-28 Sanjay PatelFix a logic bug in x86 vector codegen: sext (zext ...
2014-08-28 Chandler Carruth[x86] Clean up some tests to use FileCheck and combine...
2014-08-27 Chandler Carruth[x86] Fix a regression introduced with r213897 for...
2014-08-27 Chandler Carruth[SDAG] Re-instate r215611 with a fix to a pesky X86...
2014-08-27 Elena DemikhovskyAVX-512: Added intrinsic for VMOVSS store form with...
2014-08-23 Chandler Carruth[x86] Start fixing a really subtle and terrible form...
2014-08-23 Nick LewyckyRevert r215611 because it caused the infinite loop...
2014-08-22 Reid KlecknerARM / x86_64 varargs: Don't save regparms in prologue...
2014-08-21 Benjamin KramerDAGCombiner: Make concat_vector combine safe for EVTs...
2014-08-21 Robert Khasanov[x86] Added _addcarry_ and _subborrow_ intrinsics
2014-08-21 Robert Khasanov[x86] Broadwell: ADOX/ADCX. Added _addcarryx_u{32|64...
2014-08-20 Sanjay PatelDon't prevent a vselect of constants from becoming...
2014-08-20 Duncan P. N. Exon... X86: Add missing triples from r216119
2014-08-20 Duncan P. N. Exon... X86: Align the stack on word boundaries in LowerFormalA...
2014-08-20 Keno FischerDo not insert a tail call when returning multiple value...
2014-08-20 Sanjay Patelcritical-anti-dependency breaker: don't use reg def...
2014-08-20 Pavel Chupin[x32] Fix FrameIndex check in SelectLEA64_32Addr
2014-08-19 Juergen RibutzkaReapply [FastISel][X86] Add large code model support...
2014-08-19 Juergen RibutzkaReapply [FastISel][X86] Use XOR to materialize the...
2014-08-19 Juergen RibutzkaReapply [FastISel][X86] Emit more efficient instruction...
2014-08-19 Juergen RibutzkaReapply [FastISel] Let the target decide first if it...
2014-08-19 Akira Hatanaka[X86, X87 stackifier] Do not mark an operand of a debug...
2014-08-18 Elena DemikhovskyAVX-512: Fixed a bug in emitting compare for MVT:i1...
2014-08-16 NAKAMURA Takumillvm/test/CodeGen/X86/fmul-combines.ll: Appease Windows...
2014-08-16 Matt ArsenaultFix fmul combines with constant splat vectors
2014-08-16 Chandler Carruth[x86] Teach lots of the new vector shuffle lowering...
2014-08-16 Andrea Di Biagio[DAGCombiner] Improve the folding of target independet...
2014-08-15 Chandler Carruth[x86] Teach the new AVX v4f64 shuffle lowering to use...
2014-08-15 Chandler Carruth[x86] Add the initial skeleton of type-based dispatch...
2014-08-15 Chandler Carruth[x86] Fix the very broken formation of vpunpck instruct...
2014-08-15 Chandler Carruth[x86] Fix PR20540 where the x86 shuffle DAG combiner...
2014-08-14 Juergen RibutzkaRevert several FastISel commits to track down a buildbo...
2014-08-14 Adam Nemet[AVX512] Add test for FMA masking instrinsics
2014-08-14 Adam Nemet[AVX512] Switch FMA intrinsics to the masking version
2014-08-14 Sanjay Pateloptimize vector fneg of bitcasted integer value
2014-08-14 Chandler Carruth[x86] Begin stubbing out the AVX support in the new...
2014-08-14 Chandler Carruth[SDAG] Fix a bug in the DAG combiner where we would...
2014-08-14 Chandler Carruth[SDAG] Fix a case where we would iteratively legalize...
2014-08-13 Juergen Ributzka[FastISel][X86] Add large code model support for materi...
2014-08-13 Juergen Ributzka[FastISel][X86] Use XOR to materialize the "0" value.
2014-08-13 Juergen Ributzka[FastISel][X86] Emit more efficient instructions for...
2014-08-13 Juergen Ributzka[FastISel] Let the target decide first if it wants...
2014-08-13 Andrea Di Biagio[DAGCombiner] Improved target independent vector shuffl...
2014-08-13 Robert Khasanov[SKX] Extended non-temporal load/store instructions...
2014-08-13 Elena DemikhovskyAVX-512: Fixed a bug in shufflevector lowering.
2014-08-13 Chandler Carruth[x86] Rewrite a core part of the new vector shuffle...
2014-08-13 Adam Nemet[AVX512] Verify the code generated for the intrinsic...
2014-08-12 Adam Nemet[AVX512] Handle valign masking intrinsic via C++ lowering
2014-08-11 Michael J. Spencer[x86] Fold extract_vector_elt of a load into the Load...
2014-08-08 Juergen Ributzka[FastISel][X86] Fix INC/DEC optimization (r215230)
2014-08-08 Juergen Ributzka[FastISel][X86] Use INC/DEC when possible for {sadd...
2014-08-08 Patrik Hagglund[pr19635] Revert most of r170537, and add new testcase.
2014-08-07 Adam Nemet[AVX512] Add zero-masking variant to AVX512_masking...
2014-08-07 Adam Nemet[AVX512] Add codegen test for the masking variant of...
2014-08-07 Chandler Carruth[x86] Fix another miscompile found through fuzz testing...
2014-08-07 Chandler Carruth[x86] Fix another miscompile in the new vector shuffle...
2014-08-07 Chandler Carruth[x86] Fix another miscompile in the new vector shuffle...
2014-08-07 Pavel Chupin[x32] Use ebp/esp as frame and stack pointer
2014-08-07 Chandler Carruth[x86] Fix a miscompile in the new shuffle lowering...
2014-08-06 Sanjay PatelFix a test that has no checks.
2014-08-06 Reid KlecknerAdd a triple to this test to get the right IR mangling
2014-08-06 Reid KlecknerDon't count inreg params when mangling fastcall functions
2014-08-06 Reid KlecknerRound up the size of byval arguments to MinAlign
2014-08-06 Robert Khasanov[AVX512] Added load/store instructions to Register2Memo...
2014-08-06 Chandler Carruth[x86] Fix two independent miscompiles in the process...
2014-08-06 Adam Nemet[X86] Fixes commit r214890 to match the posted patch
2014-08-06 David BlaikieDebugInfo: Assert that any CU for which debug_loc lists...
2014-08-05 David BlaikieDebugInfo: Fix a bunch of tests that, owing to their...
2014-08-05 Sanjay PatelImproved test cases that were added with r214892.
2014-08-05 Chandler Carruth[x86] Fix a crasher due to shuffles which cancel each...
2014-08-05 Sanjay PatelOptimize vector fabs of bitcasted constant integer...
next