Silly mistake from r137777; restore significant isStructTy() checks. While here...
[oota-llvm.git] / test /
2011-08-17 Eli FriedmanSilly mistake from r137777; restore significant isStruc...
2011-08-17 Jim GrosbachThumb assembly parsing and encoding for ADC(register...
2011-08-17 Jim GrosbachAdd missing '@' delimiter.
2011-08-17 Owen AndersonAllow the MCDisassembler to return a "soft fail" status...
2011-08-17 Bruno Cardoso LopesIntroduce matching patterns for vbroadcast AVX instruct...
2011-08-17 Bruno Cardoso LopesUpdate test to not use the scalar type to splat from...
2011-08-17 Bruno Cardoso LopesNow that we have a canonical way to handle 256-bit...
2011-08-17 Akira HatanakaAdd support for ext and ins.
2011-08-16 Jim GrosbachThumb ADD(immediate) parsing support.
2011-08-16 Eli FriedmanAn additional atomic test; related to r137662.
2011-08-16 Jim GrosbachThumb parsing diagnostics for low-reg requirements...
2011-08-16 Eli FriedmanA bunch of misc fixes to SCCPSolver::ResolvedUndefsIn...
2011-08-16 Eric ChristopherRemove tests that have been obsoleted or migrated to...
2011-08-16 Jim GrosbachThumb assembly parsing and encoding for ADD(register...
2011-08-16 Eli FriedmanMinor bug in SCCP found by inspection. (I don't think...
2011-08-16 Jim GrosbachAdd testcase for r137746.
2011-08-16 Jim GrosbachTidy up formatting.
2011-08-16 Jim GrosbachARM thumb assembly parsing for arithmetic flag setting...
2011-08-16 Bruno Cardoso LopesInstead of always leaving the work to the generic legal...
2011-08-16 Akira HatanakaAdd test case for r137711.
2011-08-16 Jim GrosbachARM .align NOP padding uses different encoding pre...
2011-08-16 Akira HatanakaFix handling of double precision loads and stores when...
2011-08-16 Eli FriedmanFix test.
2011-08-16 Eli FriedmanRevert a bit of r137667; the logic in question can...
2011-08-16 Eric ChristopherMigrate this test from llvm/test/FrontendC++/ptr-to...
2011-08-15 Eli FriedmanUpdate SimplifyCFG for atomic operations.
2011-08-15 Eli FriedmanAdd comments and test for atomic load/store and mem2reg.
2011-08-15 Owen AndersonAdd a test file for Thumb2 NEON.
2011-08-15 Bruno Cardoso LopesReorder declarations of vmovmskp* and also put the...
2011-08-15 Eli FriedmanUpdate instcombine for atomic load/store.
2011-08-15 Bruno Cardoso LopesFix PR10656. It's only profitable to use 128-bit insert...
2011-08-15 Owen AndersonAdd some more comprehensive VFP decoding tests.
2011-08-15 Eric ChristopherFix this test to avoid leaving a temporary file behind.
2011-08-15 Eli FriedmanAtomic load/store support in LICM.
2011-08-15 Owen AndersonEnforce the constraint that Rt must be even on LDRD...
2011-08-15 Eric ChristopherAdd an ipsccp test. Migrated from test/FrontendC++.
2011-08-15 Owen AndersonAdd a test for Thumb1 LDRSH decoding.
2011-08-15 Owen AndersonAdd testcase for STRH. Patch by James Molloy.
2011-08-15 Owen AndersonFix incorrect encoding of UMAAL and friends. Patch...
2011-08-15 Owen AndersonFix decoding LDRSB and LDRSH in Thumb1 mode. Patch...
2011-08-15 Owen AndersonFix problems decoding the to/from-lane NEON memory...
2011-08-14 Nick LewyckyThis transform is not safe. Thanks to Eli for pointing...
2011-08-14 Nick LewyckyDon't attempt to add 'nsw' when intermediate instructio...
2011-08-14 Nick LewyckyTeach instcombine to preserve the nsw bit by doing...
2011-08-13 Eli FriedmanFix test.
2011-08-13 Bob WilsonExpand VMOVQQQQ pseudo instructions.
2011-08-12 Eli FriedmanMove "atomic" and "volatile" designations on instructio...
2011-08-12 Bruno Cardoso LopesThe VPERM2F128 is a AVX instruction which permutes...
2011-08-12 Akira HatanakaDefine unaligned load and store.
2011-08-12 Owen AndersonFix some remaining issues with decoding ARM-mode memory...
2011-08-12 Owen AndersonPort over the basic ARM encodings test file to a decodi...
2011-08-12 Akira HatanakaTest case for 137484
2011-08-12 Jim GrosbachTidy up formatting.
2011-08-12 Jim GrosbachTidy up formatting.
2011-08-12 Benjamin KramerMachOWriter: Don't crash on fixups with arithmetic...
2011-08-12 Dan GohmanDon't convert objc_autoreleaseReturnValue to objc_autor...
2011-08-12 Dan GohmanDon't let arbitrary calls disrupt nested retain+release...
2011-08-11 Jim GrosbachClean up formatting a bit.
2011-08-11 Jim GrosbachARM vector compare to zero instruction assembly parsing...
2011-08-11 Andrew TrickA slew of unit tests for the recent LoopInfo::updateUnl...
2011-08-11 Andrew TrickAllow loop unrolling to get known trip counts from...
2011-08-11 Akira HatanakaEnclose directive .cprestore with .set macro and nomacr...
2011-08-11 Jim GrosbachFix tests per now-correct encoding as of r137371.
2011-08-11 Jim GrosbachARM STRT assembly parsing and encoding.
2011-08-11 Jim GrosbachARM load shifted register pre-index fix shift value...
2011-08-11 Bruno Cardoso LopesAdd a dag combine to xform 256-bit shuffles into simple...
2011-08-11 Bruno Cardoso LopesFix the test added by Nadav in r137308. Make it more...
2011-08-11 Jim GrosbachARM STRHT assembly parsing and encoding.
2011-08-11 Jim GrosbachARM STRH assembly parsing and encoding.
2011-08-11 Owen AndersonFix decoding for indexed STRB and LDRB. Fixes <rdar...
2011-08-11 Owen AndersonImprove operand validation for Thumb2 addressing modes.
2011-08-11 Jim GrosbachARM STRD assembly parsing and encoding.
2011-08-11 Owen AndersonContinue to tighten decoding by performing more operand...
2011-08-11 Jim GrosbachARM STRBT assembly parsing and encoding.
2011-08-11 Jim GrosbachAdd FIXME.
2011-08-11 Jim GrosbachARM STRB assembly parsing and encoding tests.
2011-08-11 Jim GrosbachFix a copy/paste error so that LDRB(register) actually...
2011-08-11 Jim GrosbachARM STR(register) assembly parsing and encoding tests.
2011-08-11 Jim GrosbachARM STR(immediate) assembly parsing and encoding.
2011-08-11 Owen AndersonTighten decoding of addrmode2 instructions to reject...
2011-08-11 Bruno Cardoso LopesFix PR10492 by teaching MOVHLPS and MOVLPS mask matchin...
2011-08-11 Owen AndersonTighten operand decoding of addrmode2 instruction....
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.
next