Correct immediate range for shifter operands. Patch by James Molloy, with additional...
[oota-llvm.git] / test /
2011-08-11 Owen AndersonCorrect immediate range for shifter operands. Patch...
2011-08-11 Owen AndersonImprove error checking in the new ARM disassembler...
2011-08-11 Jim GrosbachARM push of a single register encodes as pre-indexed...
2011-08-11 Jim GrosbachARM pop of a single register encodes as post-indexed...
2011-08-11 Nadav Rotem[AVX] If the data which is going to be saved is already...
2011-08-11 Chris Lattneradd missing colon, thanks peter.
2011-08-11 Chris Lattnerfix PR10605 / rdar://9930964 by adding a pretty scary...
2011-08-11 Bruno Cardoso LopesSplats for v8i32/v8f32 can be handled by VPERMILPSY...
2011-08-11 Bruno Cardoso LopesUse the splat index to generate the desired shuffle...
2011-08-11 Eli FriedmanFix X86TargetLowering::LowerExternalSymbol so that...
2011-08-10 Jim GrosbachARM tests for LDRSHT assembly parsing and encoding.
2011-08-10 Jim GrosbachARM tests for LDRSH assembly parsing and encoding.
2011-08-10 Jim GrosbachARM tests for LDRSBT assembly parsing and encoding.
2011-08-10 Jim GrosbachARM tests for LDRSB assembly parsing and encoding.
2011-08-10 Jim GrosbachAdd FIXME.
2011-08-10 Jim GrosbachARM tests for LDRHT assembly parsing and encoding.
2011-08-10 NAKAMURA Takumitest/CodeGen/X86/opt-shuff-tstore.ll: Add explicit...
2011-08-10 Jim GrosbachARM tests for LDRH(register) assembly parsing and encoding.
2011-08-10 Jim GrosbachARM LDRH(immediate) assembly parsing and encoding support.
2011-08-10 Jim GrosbachAdd FIXME
2011-08-10 Jim GrosbachARM LDRD(register) assembly parsing and encoding.
2011-08-10 Devang PatelWhile extending definition range of a debug variable...
2011-08-10 Jim GrosbachARM LDRD(immediate) assembly parsing and encoding support.
2011-08-10 Nadav RotemFix the test. Add cpu target.
2011-08-10 Nadav RotemWhen performing a truncating store, it is sometimes...
2011-08-10 Owen AndersonAdd initial support for decoding NEON instructions...
2011-08-10 Bruno Cardoso LopesThe following X86 pattern is incorrect:
2011-08-10 Rafael EspindolaAdd support for the R and Q constraints.
2011-08-10 Andrew TrickInvoke SimplifyIndVar when we partially unroll a loop...
2011-08-10 Bruno Cardoso LopesFix a bug in vpermilps mask checking. Fix PR10560
2011-08-10 Peter CollingbourneRemove the build_unwind function from the OCaml bindings.
2011-08-10 Andrew TrickFix the LoopUnroller to handle nontrivial loops and...
2011-08-10 Owen AndersonPush GPRnopc through a large number of instruction...
2011-08-09 Owen AndersonTighten operand checking of register-shifted-register...
2011-08-09 Bruno Cardoso LopesAdd 256-bit support for v8i32, v4i64 and v4f64 ISD...
2011-08-09 Owen AndersonTighten operand checking on memory barrier instructions.
2011-08-09 Owen AndersonTighten operand checking on CPS instructions.
2011-08-09 Owen AndersonCreate a new register class for the set of all GPRs...
2011-08-09 Bruno Cardoso LopesAdd v16i16 and v32i8 store patterns
2011-08-09 Bruno Cardoso LopesUse fp unpack instructions to unpack int types. Until...
2011-08-09 Eli FriedmanFix a couple ridiculous copy-paste errors. rdar:/...
2011-08-09 Benjamin KramerARM Disassembler: sign extend branch immediates.
2011-08-09 Owen AndersonTighten Thumb1 branch predicate decoding.
2011-08-09 Owen AndersonReplace the existing ARM disassembler with a new one...
2011-08-09 Bill WendlingRevert r137134. It breaks some code as Eli pointed...
2011-08-09 Bill WendlingPrint out the variable declaration only if it is a...
2011-08-09 Jakob Stoklund OlesenInflate register classes after coalescing.
2011-08-09 Bruno Cardoso LopesReapply a more appropriate solution than in r137114...
2011-08-09 Bruno Cardoso LopesRevert r137114
2011-08-09 Justin HolewinskiPTX: Add initial support for device function calls
2011-08-09 Bruno Cardoso LopesHandle sitofp between v4f64 <- v4i32. Fix PR10559
2011-08-09 Bruno Cardoso LopesAdd support for avx vector fextend
2011-08-09 Bruno Cardoso LopesRename and tidy up tests
2011-08-09 Bruno Cardoso LopesAdd two patterns to match special vmovss and vmovsd...
2011-08-09 Bruno Cardoso LopesMake LowerVSETCC aware of AVX types and add patterns...
2011-08-09 Dan GohmanTidy up these testcases to look more like real code...
2011-08-08 Jim GrosbachARM parsing and encoding for LDRBT instruction.
2011-08-08 Jim GrosbachARM parsing and encoding for LDRB instruction.
2011-08-08 Jim GrosbachAdd FIXME.
2011-08-08 Bruno Cardoso LopesAdd support for several vector shifts operations while...
2011-08-08 Eli FriedmanFix up the patterns for SXTB, SXTH, UXTB, and UXTH...
2011-08-08 Jakob Stoklund OlesenDon't clobber pending ST regs when FP regs are killed.
2011-08-06 Andrew TrickMade SCEV's UDiv expressions more canonical. When divid...
2011-08-05 Jim GrosbachARM load instruction shifted register index operands.
2011-08-05 Jim GrosbachARM indexed load assembly parsing and encoding.
2011-08-05 Jim GrosbachAdd ARM LDR parsing tests.
2011-08-04 Devang PatelWe need to map DebugLoc. It leads to Fuction * (through...
2011-08-04 Devang PatelLinke NamedMDNodes after linking global values as comme...
2011-08-04 Rafael EspindolaFix the bitwidth of the remaining fields.
2011-08-04 Rafael Espindolaprint st_shndx with the correct number of bits.
2011-08-04 Rafael Espindolaprint st_other with the correct number of bits.
2011-08-04 Rafael Espindolaprint st_type with the correct number of bits.
2011-08-04 Rafael EspindolaPrint st_bind with the correct number of bits.
2011-08-04 Rafael EspindolaPrint r_sym with the correct number of bits.
2011-08-04 Rafael EspindolaPrint r_type with the correct number of bits.
2011-08-04 Rafael EspindolaAnother counter goes decimal.
2011-08-04 Rafael EspindolaChange anther counter to decimal.
2011-08-04 Rafael EspindolaDon't print a counter in hex.
2011-08-04 Rafael EspindolaPrint all the bits in the addend.
2011-08-04 Jason W KimFix http://llvm.org/bugs/show_bug.cgi?id=10568
2011-08-04 Bill WendlingOnly access both operands of an INSERT_SUBVECTOR if...
2011-08-03 Jim GrosbachARM refactoring assembly parsing of memory address...
2011-08-03 Benjamin KramerRemove underscore that's breaking linux buildbots.
2011-08-03 Jakub StaszakUse MachineBranchProbabilityInfo in If-Conversion inste...
2011-08-03 Bill WendlingRemove the LowerSetJmp pass. It wasn't used effectively...
2011-08-03 Andrew TrickSCEV: Use AssertingVH to catch dangling BasicBlock...
2011-08-03 Jakob Stoklund OlesenHandle IMPLICIT_DEF instructions in X86FloatingPoint.
2011-08-03 Chris Lattnerfix PR10286, a problem with the .ll printer handling...
2011-08-03 Devang PatelUse byte offset, instead of element number, to access...
2011-08-03 Nick LewyckyFix logical error when detecting lifetime intrinsics.
2011-08-02 Nick LewyckyTeach InstCombine that lifetime intrincs aren't a real...
2011-08-02 Nick LewyckyLifetime intrinsics on undef are dead.
2011-08-02 Rafael EspindolaAssume .cfi_startproc is the first thing in a function...
2011-08-02 Bruno Cardoso LopesMake this kind of lowering to be supported by 256-bit...
2011-08-02 Benjamin KramerRemove empty test.
2011-08-02 Owen AndersonRevert r136503 and r136480 in an effort to fix non...
2011-08-01 Bruno Cardoso LopesAdd v4f64 -> v2f32 fp_round support. Also add a testcas...
2011-08-01 Bruno Cardoso LopesSince vectors with all ones can't be created with a...
2011-08-01 Richard OsborneFix crash with varargs function with no named parameters.
2011-07-31 Rafael EspindolaAdd a small gep optimization I noticed was missing...
next