Test commit; adding test for invalid LDRD which was part of the patch for r137647...
[oota-llvm.git] / lib /
2011-08-18 Bill WendlingUse static instead of anonymous namespace.
2011-08-18 Jim GrosbachThumb instructions CBZ and CBNZ are Thumb2, not THumb1.
2011-08-18 Chris LattnerRip out the old StructType APIs as warned about on...
2011-08-18 Jim GrosbachARM Thumb blx instruction fixup has same data range...
2011-08-18 Jim Grosbach80 columns.
2011-08-18 Bruno Cardoso LopesClenup and fix encoding for Mips ins and ext instruction
2011-08-18 Jim GrosbachAdd missing 'break'.
2011-08-18 Richard OsborneAdd intrinsics for SETEV, GETED, GETET.
2011-08-18 Duncan SandsRemove unused variable.
2011-08-18 Bill WendlingSplit out the analysis updating code into a helper...
2011-08-18 Bruno Cardoso LopesCleanup vector logical ops in AVX and add use int versi...
2011-08-18 Devang PatelDramatically speedup codegen prepare by a) avoiding...
2011-08-17 Jim GrosbachRemove extraneous newline from operand print method...
2011-08-17 Jim GrosbachClean up patterns for Thumb1 system instructions.
2011-08-17 Akira HatanakaChanged definition of EXT and INS per Bruno's comments.
2011-08-17 Jim GrosbachThumb assembly parsing and encoding for B.
2011-08-17 Devang PatelDo not use DebugInfoFinder. Extract debug info directly...
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 GrosbachTidy up. 80 columns.
2011-08-17 Bill WendlingAdd the support in code-gen for the landingpad instruct...
2011-08-17 Jim GrosbachARM clean up the imm_sr operand class representation.
2011-08-17 Bill WendlingDisable PRE for landing pads.
2011-08-17 Bill WendlingRevert patch. Forgot a dependent commit.
2011-08-17 Bill WendlingAdd the body of 'visitLandingPad'.
2011-08-17 Bill WendlingIncrement the insertion iterator to beyond the landingp...
2011-08-17 Bill WendlingDon't optimize the landing pad exit block.
2011-08-17 Bill WendlingAssert that we aren't trying to split the critical...
2011-08-17 Jim GrosbachFix predicate for imm1_32
2011-08-17 Jim GrosbachThumb assembly parsing and encoding for ADR.
2011-08-17 Bill WendlingRevert r137655. There is some question about whether...
2011-08-17 Jim Grosbach80 columns.
2011-08-17 Jim GrosbachTidy up.
2011-08-17 Bill WendlingModify for the new EH scheme.
2011-08-17 Eli FriedmanRevert r137781; I agree with Duncan's comment that...
2011-08-17 Akira HatanakaAdd support for half-word unaligned loads and stores.
2011-08-17 Jordy RoseStatic fields require an out-of-line definition. Fix...
2011-08-17 Owen AndersonBe more careful in the Thumb decoder hooks to avoid...
2011-08-17 Eli FriedmanSilly mistake from r137777; restore significant isStruc...
2011-08-17 Akira HatanakaMove pattern matching for EXT and INS to post-legalizat...
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 comments about vector splat handling in x86
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-17 Jordy RoseUnbork Windows build. Thanks, Francois.
2011-08-17 Jordy RoseUse DynamicLibrary instances as a way to get symbols...
2011-08-16 Jim GrosbachThumb ADD(immediate) parsing support.
2011-08-16 Owen AndersonSeparate out Thumb1 instructions that need an S bit...
2011-08-16 Eli FriedmanExtend the undef ^ undef idiom once more. No testcase...
2011-08-16 Jim GrosbachThumb parsing diagnostics for low-reg requirements...
2011-08-16 Devang PatelUntil now all debug info MDNodes referred to a root...
2011-08-16 Eli FriedmanA bunch of misc fixes to SCCPSolver::ResolvedUndefsIn...
2011-08-16 Jim GrosbachAdd missing exit for 'case'.
2011-08-16 Jim GrosbachThumb assembly parsing and encoding for ADD(register...
2011-08-16 Bill WendlingThe resume instruction may throw. Return 'true' in...
2011-08-16 Jim GrosbachMove some logic into a helper function and expand the...
2011-08-16 Eli FriedmanMinor bug in SCCP found by inspection. (I don't think...
2011-08-16 Jim GrosbachARM thumb assembly parsing for arithmetic flag setting...
2011-08-16 Bill WendlingUse the getFirstInsertionPt() method instead of getFirs...
2011-08-16 Bill WendlingAdd getFirstInsertionPt() method.
2011-08-16 Bill WendlingI think there was some confusion about what I meant...
2011-08-16 Jim GrosbachRemove unused Target argument from AsmParser constructi...
2011-08-16 Bruno Cardoso LopesInstead of always leaving the work to the generic legal...
2011-08-16 Devang PatelRemove unnecessary version check.
2011-08-16 Jim GrosbachARM .align NOP padding uses different encoding pre...
2011-08-16 Nadav RotemRevert r137562 because it caused PR10674
2011-08-16 David ChisnallAdd a mechanism for optimisation plugins to register...
2011-08-16 Bill WendlingA few places where we want to skip the landingpad instr...
2011-08-16 Akira HatanakaFix handling of double precision loads and stores when...
2011-08-16 Akira HatanakaDefine function MipsMCInstLower::LowerOperand.
2011-08-16 Akira HatanakaAdd parameter Offset to MipsMCInstLower::LowerSymbolOpe...
2011-08-16 Eli FriedmanRevert a bit of r137667; the logic in question can...
2011-08-16 Eli FriedmanAfter talking with Bill, it seems like the LandingPad...
2011-08-16 Eli FriedmanMinor comment fixes.
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 Devang PatelRefactor.
2011-08-15 Owen AndersonSpecify a necessary fixed bit for VLD3DUP, and otherwis...
2011-08-15 Bruno Cardoso LopesWhile I'm here, remove the "_alt" hacks to a series...
2011-08-15 Bruno Cardoso LopesReorder declarations of vmovmskp* and also put the...
2011-08-15 Devang PatelContinue to hoist uses of getCompileUnit() up. The...
2011-08-15 Bill WendlingIn places where it's using "getFirstNonPHI", skip the...
2011-08-15 Jim GrosbachMCTargetAsmParser target match predicate support.
2011-08-15 Devang PatelAdd a finalize() hook, that'll let DIBuilder construct...
2011-08-15 Bill WendlingDon't sink the instruction to before a landingpad instr...
2011-08-15 Devang PatelThis is somewhat déjà-vu, but avoid using getCompileUni...
2011-08-15 Eli FriedmanUpdate inter-procedural optimizations for atomic load...
2011-08-15 Eli FriedmanUpdate instcombine for atomic load/store.
2011-08-15 Devang PatelRefactor. Variables are part of compile unit so let...
2011-08-15 Eli FriedmanAdd some comments here because the lack of a check...
2011-08-15 Bruno Cardoso LopesFix PR10656. It's only profitable to use 128-bit insert...
2011-08-15 Devang PatelThere is no need to maintain a set to keep track of...
2011-08-15 Devang PatelFix warning.
2011-08-15 Devang PatelSimplify. Let DbgVariable keep track of variable's...
2011-08-15 Bill WendlingDuncan pointed out that the LandingPadInst might read...
2011-08-15 Eli FriedmanFix llvm::CloneModule to correctly clone globals. ...
2011-08-15 Eli FriedmanFix predicates methods on Instruction to handle atomic...
2011-08-15 Eli FriedmanMisc analysis passes that need to be aware of atomic...
next