mention AddressSanitizer in 3.1 release notes
[oota-llvm.git] / test /
2011-12-03 Sanjoy DasCheck for stack space more intelligently.
2011-12-03 Sanjoy DasFix a bug in the x86-32 code generated for segmented...
2011-12-03 Chad Rosier[arm-fast-isel] Unaligned stores of floats require...
2011-12-03 Pete CooperFixed deadstoreelimination bug where negative indices...
2011-12-03 Chad RosierAdd support for constant folding the pow intrinsic.
2011-12-02 Akira HatanakaTest cases for 64-bit multiplication and division.
2011-12-02 Akira HatanakaFix test cases to use FileCheck.
2011-12-02 Jim GrosbachARM tests for VLD1 single lane w/ writeback.
2011-12-02 Chad Rosier[arm-fast-isel] After promoting a function parameter...
2011-12-02 Hal Finkelspecify cpu for test to fix failure on some darwin...
2011-12-02 Jim GrosbachClean up aliases for ARM VLD1 single-lane assembly...
2011-12-02 Craig TopperAdd instruction selection support for horizontal add...
2011-12-02 Hal Finkeladjust the instruction ordering in some PPC tests:...
2011-12-01 Chad RosierPrevent library calls from being folded if -fno-builtin...
2011-12-01 Pete CooperImproved fix for abs(val) != 0 to check other similar...
2011-12-01 Eric ChristopherFor 64-bit the rest of the general regs are ok for...
2011-12-01 Eli FriedmanPass AVX vectors which are arguments to varargs functio...
2011-12-01 Pete CooperRemoved use of grep from test and moved it to be with...
2011-12-01 Pete CooperAdded instcombine pattern to spot comparing -val or...
2011-11-30 Jan SjödinSupport for encoding all FMA4 instructions and tablegen...
2011-11-30 Eli FriedmanMake GlobalMerge honor the preferred alignment on globa...
2011-11-30 Jim GrosbachAdd some tests for all-lanes VLD1 parsing.
2011-11-30 Nadav RotemAdd test arch to make it pass on non x86 targets
2011-11-30 Nadav RotemAdd a tripple to the test
2011-11-30 Nadav RotemX86: PerformOrCombine introduced a vselect node with...
2011-11-30 Andrew TrickBetter test case found in duplicate PR10570.
2011-11-30 Andrew TrickLSR: handle the expansion of phi operands that use...
2011-11-29 Chad RosierAdd support for sqrt, sqrtl, and sqrtf in TargetLibrary...
2011-11-29 Jakob Stoklund OlesenFileCheckize.
2011-11-29 Akira HatanakaChange names for MIPS "generic" processors defined...
2011-11-29 Jim GrosbachARM assembly parsing and encoding for four-register...
2011-11-29 Evan ChengAdd another missing pattern. llvm-gcc likes f64 but...
2011-11-29 Jim GrosbachEnable some VST1 tests and add a few more.
2011-11-29 Jakob Stoklund OlesenMake X86::FsFLD0SS / FsFLD0SD real pseudo-instructions.
2011-11-29 Chad RosierIf fast-isel fails, remove dead instructions generated...
2011-11-29 Duncan SandsFix a theoretical problem (not seen in the wild): if...
2011-11-29 Michael J. SpencerMC/X86/COFF: Allow quotes in names when targeting MS...
2011-11-29 Danil MalyshevFixed ObjectFile functions:
2011-11-29 Elena DemikhovskyFixed vsqrt.ss intrinsic usage - order of input operand...
2011-11-29 Craig TopperFix shuffle decoding for memory forms for (V)SHUFPS/D.
2011-11-29 Craig TopperFix issues in shuffle decoding around VPERM* instructio...
2011-11-29 Craig TopperFix VINSERTF128/VEXTRACTF128 to be marked as FP instruc...
2011-11-29 Craig TopperCorrectly mark VPERM2F128 as being an FP instruction...
2011-11-29 Andrew TrickSCEV fix. In general, Add/Mul expressions should not...
2011-11-29 Andrew TrickFilecheckize.
2011-11-29 Andrew TrickReenable this IndVars unit test.
2011-11-28 Eli FriedmanAdd a missing safety check to ProcessUGT_ADDCST_ADD...
2011-11-28 Eli FriedmanMake SelectionDAG::InferPtrAlignment use llvm::ComputeM...
2011-11-28 Evan ChengRevert r145273 and fix in SelectionDAG::InferPtrAlignme...
2011-11-28 Evan ChengDAG combine should not increase alignment of loads...
2011-11-28 Craig TopperAdd X86 instruction selection for VPERM2I128 when AVX2...
2011-11-28 NAKAMURA Takumitest/lit.cfg: Enable the feature 'asserts' to check...
2011-11-27 Chris Lattnerremove a test that is using old-style llvm.dbg intrinsi...
2011-11-27 Chandler CarruthTake two on rotating the block ordering of loops. My...
2011-11-27 Chandler CarruthRework a bit of the implementation of loop block rotati...
2011-11-27 Chris Lattnerremove autoupgrade support for old forms of llvm.prefet...
2011-11-27 Chris LattnerUpgrade syntax of tests using volatile instructions...
2011-11-27 Chris Lattnerremove autoupgrade support for really old-style debug...
2011-11-27 Chris Lattnerremove some old autoupgrade logic
2011-11-27 Chris Lattnerremove support for reading llvm 2.9 .bc files. LLVM...
2011-11-27 Wesley PeckAdd several new instructions supported by the latest...
2011-11-27 Chandler CarruthIntroduce a loop block rotation optimization to the...
2011-11-26 Chandler CarruthFileCheck-ize this test and make it more precise. This...
2011-11-26 Eli FriedmanFix APFloat::convert so that it handles narrowing conve...
2011-11-25 Bruno Cardoso LopesThis patch contains support for encoding FMA4 instructi...
2011-11-24 Craig TopperRemove 256-bit specific node types for UNPCKHPS/D and...
2011-11-24 Benjamin KramerX86: alias cqo to cqto.
2011-11-24 Chandler CarruthFix a silly use-after-free issue. A much earlier versio...
2011-11-24 Chandler CarruthWhen adding blocks to the list of those which no longer...
2011-11-23 Richard SmithCorrectly byte-swap APInts with bit-widths greater...
2011-11-23 Duncan SandsFix a crash in which a multiplication was being reporte...
2011-11-23 Benjamin KramerX86: Use btq for bit tests if the immediate can't be...
2011-11-23 NAKAMURA Takumitest/CodeGen/X86/block-placement.ll: Add explicit ...
2011-11-23 Chandler CarruthRelax an invariant that block placement was trying...
2011-11-23 Elena DemikhovskyI added several lines in X86 code generator that allow...
2011-11-23 Chandler CarruthHandle the case of a no-return invoke correctly. It...
2011-11-23 Bob WilsonEnable stack protectors for all arrays, not just char...
2011-11-23 Jakob Stoklund OlesenFix PR11422.
2011-11-23 Chandler CarruthFix a crash in block placement due to an inner loop...
2011-11-23 Kostya Serebryany[asan] do not instrument threadlocal globals, this...
2011-11-22 Hal Finkeladd basic PPC register-pressure feedback; adjust the...
2011-11-22 Chandler CarruthFix a devilish miscompile exposed by block placement...
2011-11-22 Rafael EspindolaAdd triple to the test.
2011-11-22 Rafael EspindolaIf a register is both an early clobber and part of...
2011-11-21 Nick LewyckyFix crasher in GVN due to my recent capture tracking...
2011-11-21 Craig TopperLowering for v32i8 to VPUNPCKLBW/VPUNPCKHBW when AVX2...
2011-11-21 Craig TopperTest case for r145026
2011-11-21 Craig TopperMake LowerSIGN_EXTEND_INREG split 256-bit vectors when...
2011-11-20 NAKAMURA Takumitest/CodeGen/X86/block-placement.ll: Relax expressions...
2011-11-20 Chandler CarruthThe logic for breaking the CFG in the presence of hot...
2011-11-20 Benjamin KramerXFAIL this test until I figure out what indvars is...
2011-11-20 Chandler CarruthAdd some comments to the latest test case I added here...
2011-11-20 Craig TopperAdd code for lowering v32i8 shifts by a splat to AVX2...
2011-11-19 Craig TopperUse 256-bit vcmpeqd for creating an all ones vector...
2011-11-19 Chandler CarruthMove the handling of unanalyzable branches out of the...
2011-11-19 Craig TopperTest cases for SSSE3/AVX integer horizontal add/sub.
2011-11-19 Craig TopperExtend VPBLENDVB and VPSIGN lowering to work for AVX2.
2011-11-18 Andrew TrickFix a corner case in updating LoopInfo after fully...
2011-11-18 Nadav RotemAdd AVX2 vpbroadcast support
2011-11-18 Kostya Serebryany[asan] workaround for reg alloc bug 11395: don't instru...
next