Refactoring fail.
[oota-llvm.git] / test / CodeGen /
2011-07-25 Eli FriedmanGet rid of an incorrect optimization for shuffles with...
2011-07-24 Jakob Stoklund OlesenCorrectly handle <undef> tied uses when rewriting after...
2011-07-22 Bruno Cardoso LopesFix test check!
2011-07-22 Bruno Cardoso LopesFix PR10422 by adding the necessary AVX UCOMISD memory...
2011-07-22 Rafael EspindolaTurn shuffles into unpacks for VT == MVT::v2i64 and...
2011-07-22 Bruno Cardoso Lopes-Inspected a AVX code block added by someone in early...
2011-07-22 Bruno Cardoso LopesAlthough we already support this, add testcases for...
2011-07-22 Bruno Cardoso LopesAdd a DAGCombine for transforming 128->256 casts into...
2011-07-21 Bruno Cardoso Lopes- Register v16i16 as valid VR256 register class
2011-07-21 Bruno Cardoso LopesAdd support for 256-bit versions of VPERMIL instruction...
2011-07-20 Devang PatelWhile emitting constant value, look through derived...
2011-07-20 Eli FriedmanPR10421: Fix a straightforward bug in the widening...
2011-07-20 Evan ChengAdd MCObjectFileInfo and sink the MCSections initializa...
2011-07-20 Eric ChristopherNew pointer rotate test.
2011-07-19 Akira HatanakaLower memory barriers to sync instructions.
2011-07-19 Evan ChengFix an obvious typo that's preventing x86 (32-bit)...
2011-07-19 Akira HatanakaUse the correct opcodes: SLLV/SRLV or AND must be used...
2011-07-19 Akira HatanakaRemove redundant instructions.
2011-07-19 Richard OsborneAdd intrinsics for the zext / sext instructions.
2011-07-19 Richard OsborneAdd intrinsics for the testct, testwct instructions.
2011-07-19 Richard OsborneAdd intrinsics for the peek and endin instructions.
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-19 Devang PatelRevert r135423.
2011-07-18 Eli FriedmanFileCheck-ize a couple tests.
2011-07-18 Devang PatelDuring bottom up fast-isel, instructions emitted to...
2011-07-18 Akira HatanakaDo not treat atomic.load.sub differently than other...
2011-07-18 Akira HatanakaSet mayLoad or mayStore flags for SC and LL in order...
2011-07-18 Jakob Stoklund OlesenFix a crash when building 177.mesa for armv6.
2011-07-18 Bruno Cardoso LopesAdd AVX 128-bit sqrt versions
2011-07-18 Nick LewyckyDelete empty unused file.
2011-07-16 Bruno Cardoso LopesAdd AVX 128-bit patterns for sint_to_fp
2011-07-15 Bruno Cardoso LopesFix a couple of things:
2011-07-15 Owen AndersonRemove VMOVDneon and VMOVQ, which are just aliases...
2011-07-14 Eric ChristopherCheck register class matching instead of width of type...
2011-07-14 Bruno Cardoso LopesAdd 256-bit load/store recognition and matching in...
2011-07-14 Eric ChristopherAdd a testcase for r135123.
2011-07-14 Benjamin KramerDon't emit a bit test if there is only one case the...
2011-07-13 Bruno Cardoso LopesWe already support 256-bit packed ADD, SUB, DIV, MUL...
2011-07-13 Bruno Cardoso LopesMake X86ISD::ANDNP more general and Codegen 256-bit...
2011-07-13 Eli FriedmanMake sure we don't combine a large displacement and...
2011-07-13 Bruno Cardoso LopesAVX Codegen support for 256-bit versions of vandps...
2011-07-13 Evan ChengImprove codegen for select's:
2011-07-12 Jim GrosbachImprove test cases from r134746.
2011-07-12 Andrew TrickComment correction.
2011-07-11 Jim GrosbachSimplify printing of ARM shifted immediates.
2011-07-11 NAKAMURA Takumitest/CodeGen/PowerPC/vector.ll: Tweak redirection ...
2011-07-11 Cameron ZwarichAdd a missing test for r134882.
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-07-09 Chris Lattnermore tests not making the jump into the brave new world.
2011-07-09 NAKAMURA Takumitest/CodeGen/X86/vector.ll: Tweak temporary output...
2011-07-09 Jakob Stoklund OlesenHoist spills within a basic block.
2011-07-08 Evan ChengFix broken x86_64 tests which specify non-64-bit cpu's.
2011-07-08 Eli FriedmanDefault 64-bit target features and SSE2 on when a tripl...
2011-07-08 Jim GrosbachMake tBX_RET and tBX_RET_vararg predicable.
2011-07-08 Julien LerougeAdd _allrem, _aullrem and _allmul to the runtime for...
2011-07-08 Cameron ZwarichAdd an intrinsic and codegen support for fused multiply...
2011-07-08 Jakob Stoklund OlesenBe more aggressive about following hints.
2011-07-08 Jim GrosbachUse ARMPseudoExpand for ARM tail calls.
2011-07-08 Benjamin KramerEmit a more efficient magic number multiplication for...
2011-07-08 Jakob Stoklund OlesenFix more register allocation sensitive tests.
2011-07-08 Jakob Stoklund OlesenRemove a test that no longer makes sense.
2011-07-08 Nick LewyckyLet the inline asm 'q' constraint match float, and...
2011-07-08 Eric ChristopherGo ahead and emit the barrier on x86-64 even without...
2011-07-07 Eric ChristopherAdd support for the X86 'l' constraint.
2011-07-07 Evan ChengAdd Mode64Bit feature and sink it down to MC layer.
2011-07-07 Evan ChengChange some ARM subtarget features to be single bit...
2011-07-07 Lang HamesAdded a testcase for PR10220.
2011-07-06 Jakub StaszakIntroduce "expect" intrinsic instructions.
2011-07-05 Dan GohmanRevert r134366 and add an explicit triple to make this...
2011-07-05 Jakob Stoklund OlesenFix PR10277.
2011-07-03 NAKAMURA Takumitest/CodeGen/X86/lsr-nonaffine.ll: Relax expressions...
2011-07-02 Chandler CarruthFileCheck-ize another test. Reduces the llc invocations...
2011-07-02 Chandler CarruthFileCheck-ize another X86 test, making it more precisel...
2011-07-02 Chandler CarruthFileCheck-ize and simplify RUN lines.
2011-07-02 Chandler CarruthFileCheck-ize
2011-07-02 Chandler CarruthFileCheck-ize and tighten up assertions to only check...
2011-07-02 Chandler CarruthFileCheck-ize and cleanup IR.
2011-07-02 Chandler CarruthFileCheck-ize
2011-07-02 Chandler CarruthRemove a grep that is already checked with FileCheck.
2011-07-02 Chandler CarruthFileCheck-ize
2011-07-02 Chandler CarruthFileCheck-ize and modernize IR.
2011-07-02 Chandler CarruthFileCheck-ize and simplify RUNs.
2011-07-02 Chandler CarruthFileCheck-ize and modernize the RUN line.
2011-07-02 Chandler CarruthFileCheck-ize, tightening checks and avoiding a tempora...
2011-07-02 Chandler CarruthFileCheck-ize, tightening checks and avoiding a tempora...
2011-07-02 Chandler CarruthFileCheck-ize
2011-07-02 Chandler CarruthFileCheck-ize
2011-07-02 Chandler CarruthFileCheck-ize a test, avoiding a temporary file.
2011-07-02 Chandler CarruthFileCheck-ize and simplify this test.
2011-07-02 Chandler CarruthFileCheck-ize
2011-07-02 Chandler CarruthFileCheck-ize another codegen test.
2011-07-02 Chandler CarruthPartially FileCheck-ize a test to remove a weird quotin...
2011-07-02 Chandler CarruthFileCheck-ize another test, and upgrade its syntax...
2011-07-02 Chandler CarruthFileCheck-ize another codegen test, tightening it up.
2011-07-02 Chandler CarruthFileCheck-ize another test, making it much more precise...
2011-07-02 Chandler CarruthFileCheck-ize another test. This one is more clear...
2011-07-02 Chandler CarruthFileCheck-ize a test, no functionality changed.
2011-07-02 Jakob Stoklund OlesenBetter diagnostics when inline asm fails to allocate.
2011-07-02 Eric ChristopherBe less specific about register allocation ordering.
2011-07-01 Eric ChristopherTargetConstant immediates won't be placed into register...
next