If we're splitting the landing pad block and assigning it only one predecessor,
[oota-llvm.git] / lib /
2011-08-19 Bill WendlingIf we're splitting the landing pad block and assigning...
2011-08-19 Devang PatelDo not use named md nodes to track variables that are...
2011-08-19 Jim GrosbachThumb parsing and encoding support for NOP.
2011-08-19 Akira HatanakaFix bug in function IsShiftedMask. Remove parameter...
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for NEG.
2011-08-19 Benjamin KramerRoll back the rest of r126557. It's a hack that will...
2011-08-19 Jim GrosbachFix NEG alias
2011-08-19 Jim GrosbachBe more lenient on tied operand matching for MUL.
2011-08-19 Bruno Cardoso LopesRe-write part of VEX encoding logic, to be more easy...
2011-08-19 Jim GrosbachUpdate tests.
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for MUL.
2011-08-19 Bill WendlingThe landingpad instruction isn't dead simply because...
2011-08-19 Nick LewyckyEli points out that this is what report_fatal_error...
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for MOV.
2011-08-19 Jim GrosbachTidy up. Tab character.
2011-08-19 Nick LewyckyThis is not actually unreachable, so don't use llvm_unr...
2011-08-19 Jim GrosbachTab characters.
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 Sean CallananFixed a memory bug in the MCDisassembler where
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 GrosbachUse helper function to check for low registers.
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for LDR(immediate...
2011-08-19 Jim GrosbachAdd explanatory comment.
2011-08-19 Kalle RaiskilaHave SPU backend use the external TCE scheduler, if...
2011-08-19 Craig TopperAdd TB encoding to VEX versions of SSE fp logical opera...
2011-08-19 Bruno Cardoso LopesFix PR10677. Initial patch and idea by Peter Cooper...
2011-08-19 Jakob Stoklund OlesenAdd llc flags to disable machine DCE and CSE.
2011-08-19 Benjamin KramerMake a bunch of symbols private.
2011-08-19 Benjamin KramerC API functions must be able to see their extern "C...
2011-08-19 Jakob Stoklund OlesenDon't treat a partial <def,undef> operand as a read.
2011-08-19 Dan GohmanTrack a retain+release nesting level independently...
2011-08-19 Bill WendlingIntelligently split the landing pad block.
2011-08-19 Bill WendlingAdd SplitLandingPadPredecessors().
2011-08-18 Bruno Cardoso LopesRe-encoded 128-bit AVX versions of SQRT, RSQRT, RCP...
2011-08-18 Devang PatelThere is no need to add file as context for subroutine...
2011-08-18 Renato Golinadd the comments of each declaration follow it, making...
2011-08-18 Bill WendlingUse 'getFirstInsertionPt' when trying to insert new...
2011-08-18 Akira HatanakaUse subword loads instead of a 4-byte load when the...
2011-08-18 Devang PatelEliminate unnecessary forwarding function.
2011-08-18 Ivan KrasinAdd NativeClient operating system support.
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 Devang PatelAdd new DIE into the map asap.
2011-08-18 Owen AndersonRemember to fill in some operands so we can print _some...
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 Dan GohmanMake it clear that this code is iterating in reverse...
2011-08-18 Bill WendlingRevert r137871. The loop simplify pass should require...
2011-08-18 Bill WendlingSplit out the updating of PHI nodes after splitting...
2011-08-18 Bill WendlingUse this fantzy ArrayRef thing to pass in the list...
2011-08-18 Akira HatanakaMake IsShiftedMask a static function rather than defini...
2011-08-18 Nick LewyckyThe edge from DISubprogram to DICompileUnit has been...
2011-08-18 Jim GrosbachThumb assembly parsing and encoding for CMP.
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...
next