Add IntervalMap::const_iterator::atBegin().
[oota-llvm.git] / test /
2011-08-19 Eric ChristopherRemove this test. The feature and test have already...
2011-08-19 Eric ChristopherRemove tests migrated to clang.
2011-08-19 Eric ChristopherRemove 2009-09-04-modify-crash.cpp as clang doesn't...
2011-08-19 Eric ChristopherRemove migrated tests.
2011-08-19 Eric ChristopherRemove migrated test.
2011-08-19 Eric ChristopherRemove this test. There are other, duplicates, in the...
2011-08-19 Eric ChristopherAdd file.
2011-08-19 Eric ChristopherMove 2010-03-22-empty-baseclass.cpp from a frontend...
2011-08-19 Jim GrosbachAdd FIXME.
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for MOV.
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for LSR.
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for LSL(register).
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for LSL(immediate).
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for LDRSB and LDRSH.
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for LDRH.
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for LDRB.
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for LDR(register).
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for LDR(literal).
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for LDR(immediate...
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for LDR(immediate...
2011-08-19 Craig TopperAdd TB encoding to VEX versions of SSE fp logical opera...
2011-08-19 Jakob Stoklund OlesenAdd test case for r138018.
2011-08-19 Bruno Cardoso LopesFix PR10677. Initial patch and idea by Peter Cooper...
2011-08-19 Dan GohmanTrack a retain+release nesting level independently...
2011-08-18 Akira HatanakaUse subword loads instead of a 4-byte load when the...
2011-08-18 Owen AndersonSTC2L_POST and STC2L_POST should be handled the same...
2011-08-18 Owen AndersonFix the decoding of RFE instruction. RFEs have the...
2011-08-18 Owen AndersonImprove handling of failure and unpredictable cases...
2011-08-18 Ivan KrasinFastISel: avoid function calls between the materializat...
2011-08-18 Jim GrosbachThumb assembly parsing and encoding for LDM instruction.
2011-08-18 Owen AndersonMore Thumb1 decoding tests.
2011-08-18 Devang PatelAdd another test.
2011-08-18 Devang PatelAdd test to check type uniquing.
2011-08-18 Jim GrosbachThumb assembly parsing and encoding for EOR.
2011-08-18 Jim GrosbachThumb assembly parsing and encoding for CMP.
2011-08-18 James MolloyTest commit; adding test for invalid LDRD which was...
2011-08-18 Jim GrosbachThumb assembly parsing and encoding test for CMN.
2011-08-18 Owen AndersonPort over BL/BLX to disassembly tests.
2011-08-18 Jim GrosbachARM assembly parsing and encoding test for BX/BLX ...
2011-08-18 Jim GrosbachARM assembly parsing and encoding test for BL/BLX ...
2011-08-18 Richard OsborneAdd intrinsics for SETEV, GETED, GETET.
2011-08-18 Bruno Cardoso LopesCleanup vector logical ops in AVX and add use int versi...
2011-08-17 Owen AndersonPort new Thumb1 encoding tests over to decoding tests.
2011-08-17 Jim GrosbachARM assembly parsing and encoding test for BKPT.
2011-08-17 Jim GrosbachARM assembly parsing and encoding test for BIC.
2011-08-17 Jim GrosbachThumb assembly parsing and encoding for B.
2011-08-17 Jim GrosbachThumb assembly parsing and encoding for ASR.
2011-08-17 Eli FriedmanAtomic load/store handling for the passes using memdep...
2011-08-17 Bruno Cardoso LopesFix PR10688. Add support for spliting 256-bit vector...
2011-08-17 Jim GrosbachThumb assembly parsing and encoding for ADR.
2011-08-17 Jim GrosbachAdd a couple of FIXMEs.
2011-08-17 Devang PatelFix test case.
2011-08-17 Devang PatelRemove superficial test.
2011-08-17 Devang PatelRobustify test.
2011-08-17 Owen AndersonStart building a Thumb1 decoding test file based on...
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.
next