IntrusiveRefCntPtr: in RefCountedBase and RefCountedBaseVPTR, make
[oota-llvm.git] / test /
2011-04-02 Eli FriedmanPR9446: RecursivelyDeleteTriviallyDeadInstructions...
2011-04-02 Che-Liang Chiouptx: support setp's 4-operand format
2011-04-02 Cameron ZwarichDo some peephole optimizations to remove pointless...
2011-04-02 Johnny ChenFixed a bug in disassembly of STR_POST, where the immed...
2011-04-01 Johnny ChenFixed MOVr for "should be" encoding bits for Inst{19...
2011-04-01 Johnny ChenMOVs should have Inst{19-16} as 0b0000, otherwise,...
2011-04-01 Johnny ChenFix the instruction table entries for AI1_adde_sube_s_i...
2011-04-01 Jim GrosbachLDRD/STRD instructions should print both Rt and Rt2...
2011-04-01 Johnny ChenFix a LDRT/LDRBT decoding bug where for Encoding A2...
2011-04-01 Benjamin KramerInstCombine: Turn icmp + sext into bitwise/integer...
2011-04-01 Johnny ChenFix LDRi12 immediate operand, which was changed to...
2011-04-01 Akira HatanakaAdd code for analyzing FP branches. Clean up branch...
2011-04-01 Evan ChengAdd test case.
2011-04-01 Evan ChengFileCheck'ify test.
2011-03-31 Jakob Stoklund OlesenFix Thumb and Thumb2 tests to be register allocator...
2011-03-31 Bruno Cardoso LopesApply again changes to support ARM memory asm parsing...
2011-03-31 Jakob Stoklund OlesenProvide a legal pointer register class when targeting...
2011-03-31 Jakob Stoklund OlesenFix SystemZ tests
2011-03-31 Nadav RotemInstcombile optimization: extractelement(cast) -> cast...
2011-03-31 Jakob Stoklund OlesenFix ARM tests to be register allocator independent.
2011-03-31 Benjamin KramerInstCombine: APFloat can't perform arithmetic on PPC...
2011-03-31 Johnny ChenAdd a test case for a malformed LDC/LDC2 instructions...
2011-03-31 Evan ChengDistribute (A + B) * C to (A * C) + (B * C) to make...
2011-03-31 Johnny ChenFix single word and unsigned byte data transfer instruc...
2011-03-31 Jakob Stoklund OlesenFix Mips, Sparc, and XCore tests that were dependent...
2011-03-31 Akira HatanakaAdded support for FP conditional move instructions...
2011-03-31 Jakob Stoklund OlesenDon't completely eliminate identity copies that also...
2011-03-31 Johnny ChenAdd BLXi to the instruction table for disassembly purpose.
2011-03-31 Jakob Stoklund OlesenMark all uses as <undef> when joining a copy.
2011-03-31 Daniel DunbarRemove stray empty test file.
2011-03-31 Bruno Cardoso LopesRevert r128632 again, until I figure out what break...
2011-03-31 Richard OsborneAdd XCore intrinsics for initializing / starting /...
2011-03-31 Bruno Cardoso LopesReapply r128585 without generating a lib depedency...
2011-03-31 Benjamin KramerInstCombine: Fix transform to use the swapped predicate.
2011-03-31 Benjamin KramerInstCombine: fold fcmp (fneg x), (fneg y) -> fcmp x, y
2011-03-31 Benjamin KramerInstCombine: fold fcmp pred (fneg x), C -> fcmp swap...
2011-03-31 Benjamin KramerInstCombine: Shrink "fcmp (fpext x), C" to "fcmp x...
2011-03-31 Benjamin KramerInstCombine: fold fcmp (fpext x), (fpext y) -> fcmp...
2011-03-31 Duncan SandsWill not compile without the spec!
2011-03-31 Bill WendlingTestcase for r128619 (PR9571).
2011-03-31 Jakob Stoklund OlesenPick a conservative register class when creating a...
2011-03-31 Matt Beaumont-GayRevert "- Implement asm parsing support for LDRT, LDRBT...
2011-03-30 Evan ChengDon't try to create zero-sized stack objects.
2011-03-30 Bruno Cardoso Lopes- Implement asm parsing support for LDRT, LDRBT, STRT...
2011-03-30 Cameron ZwarichAdd a ARM-specific SD node for VBSL so that forms with...
2011-03-30 Bill Wendling* The DSE code that tested for overlapping needed to...
2011-03-30 Benjamin KramerAvoid turning a floating point division with a constant...
2011-03-30 Benjamin KramerInstCombine: If the divisor of an fdiv has an exact...
2011-03-30 Johnny ChenAdd a test case for thumb stc2 instruction.
2011-03-29 Evan ChengAdd intrinsics @llvm.arm.neon.vmulls and @llvm.arm...
2011-03-29 Benjamin KramerInstCombine: Add a few missing combines for ANDs and...
2011-03-29 Kevin EnderbyAdding a test for "-inf" as well.
2011-03-29 Johnny ChenAdd a test case for MSRi.
2011-03-29 Cameron ZwarichAdd Neon SINT_TO_FP and UINT_TO_FP lowering from v4i16...
2011-03-29 Kevin EnderbyAdded support symbolic floating point constants in...
2011-03-29 Johnny ChenAdd a thumb test file for printf (iOS 4.3).
2011-03-29 Johnny ChenA8.6.188 STC, STC2
2011-03-29 Johnny ChenRename invalid-VLDMSDB-arm.txt to be invalid-VLDMSDB_UP...
2011-03-29 Johnny ChenAdd and modify some tests.
2011-03-29 Owen AndersonGet rid of the non-writeback versions VLDMDB and VSTMDB...
2011-03-29 Cameron ZwarichDo some simple copy propagation through integer loads...
2011-03-29 Rafael EspindolaReduce test case.
2011-03-29 Evan ChengOptimizing (zext A + zext B) * C, to (VMULL A, C) ...
2011-03-28 Bill WendlingIn some cases, the "fail BB dominator" may be null...
2011-03-28 Daniel DunbarMC: Add support for disabling "temporary label" behavio...
2011-03-28 Johnny ChenFix ARM disassembly for PLD/PLDW/PLI which suffers...
2011-03-27 Nick LewyckyTeach the transformation that moves binary operators...
2011-03-27 Frits van BommelConstant folding support for calls to umul.with.overflo...
2011-03-27 Nick LewyckyAdd a small missed optimization: turn X == C ? X :...
2011-03-26 Cameron ZwarichFix a typo and add a test.
2011-03-26 Jakob Stoklund OlesenCollect and coalesce DBG_VALUE instructions before...
2011-03-26 Johnny ChenFixed the t2PLD and friends disassembly and add two...
2011-03-26 Eric ChristopherFix the bfi handling for or (and a mask) (and b mask...
2011-03-26 Bill WendlingPR9561: A store with a negative offset (via GEP) could...
2011-03-25 Johnny ChenAdd test for A8.6.246 UMULL to both arm-tests.txt amd...
2011-03-25 Johnny ChenAdd two test cases t2SMLABT and t2SMMULR for Disassembl...
2011-03-25 Johnny ChenFix DisassembleThumb2DPReg()'s handling of RegClass...
2011-03-25 Johnny ChenDisassembleThumb2LdSt() did not handle t2LDRs correctly...
2011-03-25 Johnny ChenA8.6.226 TBB, TBH:
2011-03-25 Johnny ChenModify DisassembleThumb2LdStEx() to be more robust...
2011-03-25 Daniel DunbarMC: Improve some diagnostics on uses of '.' pseudo...
2011-03-25 Johnny ChenInstruction formats of SWP/SWPB were changed from LdStE...
2011-03-25 Jakob Stoklund OlesenEmit less labels for debug info and stop emitting ...
2011-03-25 Johnny ChenAlso need to handle invalid imod values for CPS2p.
2011-03-25 Johnny ChenModify the wrong logic in the assert of DisassembleThum...
2011-03-25 Johnny Chendelegate the disassembly of t2ADR to the more generic...
2011-03-24 Johnny ChenThe opcode names ("tLDM", "tLDM_UPD") used for conflict...
2011-03-24 Johnny ChenThe ARM disassembler was confused with the 16-bit tSTMI...
2011-03-24 Devang PatelMove test in x86 specific area.
2011-03-24 Johnny ChenHandle the added VBICiv*i* NEON instructions, too.
2011-03-24 Eric ChristopherTestcase for llvm-gcc commit r128230.
2011-03-24 Johnny ChenT2 Load/Store Multiple:
2011-03-24 Benjamin KramerPlug a leak in the arm disassembler and put the tests...
2011-03-24 Bruno Cardoso LopesAdd asm parsing support w/ testcases for strex/ldrex...
2011-03-24 Johnny ChenRemove these two test files as they cause llvm-i686...
2011-03-24 Johnny ChenADR was added with the wrong encoding for inst{24-21...
2011-03-24 Devang PatelKeep track of directory namd and fIx regression caused...
2011-03-24 Johnny ChenThe r118201 added support for VORR (immediate). Update...
2011-03-24 Johnny ChenAdd comments to the handling of opcode CPS3p to reject...
2011-03-24 NAKAMURA TakumiTarget/X86: [PR8777][PR8778] Tweak alloca/chkstk for...
next