Specify that the high bit of the alignment field is fixed to 0 on these instructions.
[oota-llvm.git] / test /
2011-10-28 Duncan SandsThe expression icmp eq (select (icmp eq x, 0), 1, x...
2011-10-28 Duncan SandsA shift of a power of two is a power of two or zero.
2011-10-28 Duncan SandsFold icmp ugt (udiv X, Y), X to false. Spotted by...
2011-10-28 Owen AndersonReapply r143202, with a manual decoding hook for SWP...
2011-10-28 Dan GohmanReapply r143177 and r143179 (reverting r143188), with...
2011-10-28 Jim GrosbachThumb2 ADD/SUB instructions encoding selection outside...
2011-10-28 NAKAMURA Takumitest/MC/AsmParser/2011-09-06-NoNewline.s: Add explicit...
2011-10-28 NAKAMURA TakumiDwarf: [PR11022] Fix emitting DW_AT_const_value(>i64...
2011-10-28 NAKAMURA Takumitest/CodeGen/X86/2010-08-10-DbgConstant.ll: Add explici...
2011-10-28 Duncan SandsSpeculatively disable Dan's commits 143177 and 143179...
2011-10-28 Nick LewyckyAlways use the string pool, even when it makes the...
2011-10-28 Andrew TrickLFTR should avoid a type mismatch with null pointer...
2011-10-28 Dan GohmanEliminate LegalizeOps' LegalizedNodes map and have...
2011-10-28 Jim GrosbachARM Allow 'q' registers in VLD/VST vector lists.
2011-10-27 Dan GohmanRemove the Alpha backend.
2011-10-27 Owen AndersonAdd testcase for r143162.
2011-10-27 Jakob Stoklund OlesenAlso set addrmode6 alignment when align==size.
2011-10-27 Evan ChengAvoid partial CPSR dependency from loop backedges....
2011-10-27 Daniel Dunbartests: Rip out a bunch of now unused test code relating...
2011-10-27 Daniel Dunbartests: Remove llvm2cpp, I'm pretty sure no one uses...
2011-10-27 Duncan SandsReapply commit 143028 with a fix: the problem was casti...
2011-10-27 Benjamin Kramer2>&1 doesn't work here, it just creates an empty file...
2011-10-27 Pete CooperChanged test to check for correct load size instead...
2011-10-27 Kevin EnderbyChange the sysexit mnemonic (and sysexitl) to never...
2011-10-27 Jim GrosbachThumb2 t2LDMDB[_UPD] assembly parsing to recognize...
2011-10-27 Jim GrosbachThumb2 t2MVNi assembly parsing to recognize ".w" suffix.
2011-10-27 Bob WilsonRevert Duncan's r143028 expression folding which appear...
2011-10-27 Nick LewyckyTeach our Dwarf emission to use the string pool.
2011-10-27 Eli FriedmanDon't crash on 128-bit sdiv by constant. Found by...
2011-10-27 Eli FriedmanIt is not safe to sink an alloca into a stacksave/stack...
2011-10-27 Chad RosierA branch predicated on a constant can just FastEmit...
2011-10-26 Jim GrosbachThumb2 ldr pc-relative encoding fixes.
2011-10-26 Rafael EspindolaRun test with -verify-machineinstrs.
2011-10-26 Rafael EspindolaFixes an issue reported by -verify-machineinstrs.
2011-10-26 Rafael EspindolaThis commit introduces two fake instructions MORESTACK_...
2011-10-26 Lang HamesMake sure short memsets on ARM lower to stores, even...
2011-10-26 Duncan SandsThe maximum power of 2 dividing a power of 2 is itself...
2011-10-26 Jim GrosbachThumb2 remove redundant ".w" suffix from t2MVNCCi pattern.
2011-10-26 Duncan SandsMy super-optimizer noticed that we weren't folding...
2011-10-26 James MolloyRevert r142530 at least temporarily while a discussion...
2011-10-26 Evan ChengRevert part of r142530. The patch potentially hurts...
2011-10-26 Mon P WangThe bitcode reader can create an shuffle with a place...
2011-10-25 Michael J. SpencerObject: change test to create archive.
2011-10-25 Chad RosierAdd a few test cases to ensure the bitcode reader is...
2011-10-25 Chad RosierSimplify tests by not piping them through llvm-dis.
2011-10-25 Duncan SandsRestore commits 142790 and 142843 - they weren't breaki...
2011-10-25 Chandler CarruthFix the API usage in loop probability heuristics. It...
2011-10-25 Duncan SandsSpeculatively revert commits 142790 and 142843 to see...
2011-10-25 Chad RosierFix these test cases to not use .bc files. Otherwise...
2011-10-25 Jim GrosbachARM assembly parsing and encoding for VLD1 with writeback.
2011-10-25 Dan GohmanRemove the Blackfin backend.
2011-10-24 Dan GohmanRemove the SystemZ backend.
2011-10-24 Jim GrosbachARM assembly parsing and encoding for VLD1 w/ writeback.
2011-10-24 Eli FriedmanDon't crash on variable insertelement on ARM. PR10258.
2011-10-24 Bill WendlingCheck the visibility of the global variable before...
2011-10-24 Jim GrosbachARM assembly parsing and encoding for VLD1 w/ writeback.
2011-10-24 Nick LewyckyNow that we look at all the header PHIs, we need to...
2011-10-24 Owen AndersonFix a NEON disassembly case that was broken in the...
2011-10-24 Dan GohmanRemove the explicit request for "Latency" scheduling...
2011-10-24 Dan GohmanChange the default scheduler from Latency to ILP, since...
2011-10-24 Jim GrosbachUpdate test for r142801.
2011-10-24 Benjamin KramerXFAIL test on leak checkers.
2011-10-24 Chandler CarruthRemove return heuristics from the static branch probabi...
2011-10-24 Nick LewyckyReapply r142781 with fix. Original message:
2011-10-24 Nick LewyckyA dead malloc, a free(NULL) and a free(undef) are all...
2011-10-24 Nick LewyckySpeculatively revert r142781. Bots are showing
2011-10-23 Nick LewyckyEnhance SCEV's brute force loop analysis to handle...
2011-10-23 Craig TopperAdd X86 SARX, SHRX, and SHLX instructions.
2011-10-23 Chandler CarruthTeach the BranchProbabilityInfo pass to print its resul...
2011-10-23 Chandler CarruthCompletely re-write the algorithm behind MachineBlockPl...
2011-10-23 Craig TopperAdd X86 RORX instruction
2011-10-23 Cameron ZwarichThe element insertion code in scalar replacement doesn...
2011-10-23 Craig TopperAdd X86 MULX instruction for disassembler.
2011-10-22 Nick LewyckyOops! Fix test I forgot to submit as part of r142735.
2011-10-22 Nick LewyckyA non-escaping malloc in the entry block is not unlike...
2011-10-22 Nick LewyckyMake SCEV's brute force analysis stronger in two ways...
2011-10-22 Nadav RotemFix pr11193.
2011-10-21 Jim GrosbachAssembly parsing for 4-register sequential variant...
2011-10-21 Jim GrosbachAssembly parsing for 2-register sequential variant...
2011-10-21 Eli FriedmanRemap blockaddress correctly when inlining a function...
2011-10-21 Jim GrosbachAssembly parsing for 4-register variant of VLD1.
2011-10-21 Jim GrosbachAssembly parsing for 3-register variant of VLD1.
2011-10-21 Eli FriedmanExtend instcombine's shufflevector simplification to...
2011-10-21 Jim GrosbachARM VLD parsing and encoding.
2011-10-21 Nadav RotemFix pr11194. When promoting and splitting integers...
2011-10-21 Chandler CarruthDon't hard code the desired alignment for loops --...
2011-10-21 Nadav Rotem1. Fix the widening of SETCC in WidenVecOp_SETCC. Use...
2011-10-21 Chandler CarruthAdd loop aligning to MachineBlockPlacement based on...
2011-10-21 Chandler CarruthAdd a very basic test for MachineBlockPlacement. This...
2011-10-21 Craig TopperRemove intrinsics for X86 BLSI, BLSMSK, and BLSR intrin...
2011-10-20 Owen AndersonRevert r142618, r142622, and r142624, which were based...
2011-10-20 Owen AndersonFix decoding tests for fixed MSR encodings.
2011-10-20 Owen AndersonFix tests for corrected MSR encodings.
2011-10-20 Jim GrosbachARM VLD1/VST1 (one register, no writeback) assembly...
2011-10-20 Jim GrosbachTidy up formatting.
2011-10-20 Jim GrosbachARM VTBX (one register) assembly parsing and encoding.
2011-10-20 Eli FriedmanRefactor code from inlining and globalopt that checks...
2011-10-20 Nick Lewycky"@string = constant i8 0" is a value i8* string of...
2011-10-20 Chad RosierRevert 142337. Thumb1 still doesn't support dynamic...
2011-10-19 Evan ChengFix TLS lowering bug. The CopyFromReg must be glued...
next