Fix grammar.
[oota-llvm.git] / test /
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...
2011-11-17 Devang PatelDISubrange supports unsigned lower/upper array bounds...
2011-11-17 Andrew TrickFix an overly general check in SimplifyIndvar to handle...
2011-11-17 Kostya Serebryanyfall back to explicit list of allowed linkages when...
2011-11-17 Chad RosierWhen fast iseling a GEP, accumulate the offset rather...
2011-11-17 Eli FriedmanAdd support for custom names for library functions...
2011-11-16 Daniel Dunbarbuild/make/test: Get rid of unused BUGPOINT_TOPTS variable.
2011-11-16 Eli FriedmanMake sure to replace the chain properly when DAGCombini...
2011-11-16 Jim GrosbachRemove obsolete test.
2011-11-16 Jim GrosbachGeneralize the fixup info for ARM mode.
2011-11-16 Jim GrosbachUpdate test for r144842.
2011-11-16 Evan ChengAnother missing X86ISD::MOVLPD pattern. rdar://10450317
2011-11-16 Evan ChengDisable expensive two-address optimizations at -O0...
2011-11-16 Nick LewyckyFix typo in test.
2011-11-16 Nick LewyckyMerge isObjectPointerWithTrustworthySize with getPointe...
2011-11-16 Eli FriedmanFix testcase.
2011-11-16 Eli FriedmanCONCAT_VECTORS can have more than two operands. PR11389.
2011-11-16 Kostya SerebryanyAddressSanitizer, first commit (compiler module only)
2011-11-16 Andrew TrickFix SCEV overly optimistic back edge taken count for...
2011-11-15 Jim GrosbachARM assembly parsing for register range syntax for...
2011-11-15 Nadav RotemAVX: Add support for vbroadcast from BUILD_VECTOR and...
2011-11-15 NAKAMURA Takumitest/CodeGen/X86/dec-eflags-lower.ll: Relax expression...
2011-11-15 Jim GrosbachARM assembly parsing two operand forms for shift instru...
2011-11-15 Pete CooperAdded custom lowering for load->dec->store sequence...
2011-11-15 Jim GrosbachARM alternate size suffices for VTRN instructions.
2011-11-15 Jim GrosbachARM assembly parsing for optional datatype suffix on...
2011-11-15 Jim GrosbachARM assembly parsing for two-operand form of 'mul'...
2011-11-15 Jim GrosbachARM assembly parsing for two-operand form of 'mul'...
2011-11-15 Jim GrosbachTestcase for r144684.
2011-11-15 Owen AndersonFix an ambiguous decoding where we failed to properly...
2011-11-15 Jim GrosbachThumb2 assembly parsing for mul.w in IT block fix.
2011-11-15 Rafael EspindolaWe currently use a callback to handle an IL pass deleti...
2011-11-15 Jakob Stoklund OlesenRevert r144611 and r144613.
2011-11-15 Chandler CarruthRather than trying to use the loop block sequence ...
2011-11-15 Craig TopperProperly qualify AVX2 specific parts of execution depen...
2011-11-15 Jakob Stoklund OlesenReally fix test.
2011-11-15 Jakob Stoklund OlesenAllow for depencendy-breaking instructions before cvt*.
2011-11-15 Evan ChengAdd vmov.f32 to materialize f32 immediate splats which...
2011-11-15 Jakob Stoklund OlesenBreak false dependencies before partial register updates.
2011-11-14 Jim GrosbachARM parsing datatype suffix variants for non-writeback...
2011-11-14 Jim GrosbachARM parsing datatype suffix variants for non-writeback...
2011-11-14 Jim GrosbachARM parsing optional datatype suffix for VAND/VEOR...
2011-11-14 Jim GrosbachARM VLDR/VSTR instructions don't need a size suffix.
2011-11-14 Nick LewyckyRefactor capture tracking (which already had a couple...
2011-11-14 Chad RosierAdd newline to end of file. Thanks, Eli.
2011-11-14 Chad RosierAdd support for inlining small memcpys.
next