Eli points out that this is what report_fatal_error() is for.
[oota-llvm.git] / lib / Target /
2011-08-19 Jim GrosbachThumb assembly parsing and encoding for MOV.
2011-08-19 Jim GrosbachTidy up. Tab character.
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 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 Benjamin KramerMake a bunch of symbols private.
2011-08-18 Bruno Cardoso LopesRe-encoded 128-bit AVX versions of SQRT, RSQRT, RCP...
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 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 Jim GrosbachThumb assembly parsing and encoding for LDM instruction.
2011-08-18 Akira HatanakaMake IsShiftedMask a static function rather than defini...
2011-08-18 Jim GrosbachThumb assembly parsing and encoding for CMP.
2011-08-18 Jim GrosbachThumb instructions CBZ and CBNZ are Thumb2, not THumb1.
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 Bruno Cardoso LopesCleanup vector logical ops in AVX and add use int versi...
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 Jim GrosbachThumb assembly parsing and encoding for ASR.
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 Jim GrosbachARM clean up the imm_sr operand class representation.
2011-08-17 Jim GrosbachFix predicate for imm1_32
2011-08-17 Jim GrosbachThumb assembly parsing and encoding for ADR.
2011-08-17 Jim Grosbach80 columns.
2011-08-17 Jim GrosbachTidy up.
2011-08-17 Akira HatanakaAdd support for half-word unaligned loads and stores.
2011-08-17 Owen AndersonBe more careful in the Thumb decoder hooks to avoid...
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-16 Jim GrosbachThumb ADD(immediate) parsing support.
2011-08-16 Owen AndersonSeparate out Thumb1 instructions that need an S bit...
2011-08-16 Jim GrosbachThumb parsing diagnostics for low-reg requirements...
2011-08-16 Jim GrosbachAdd missing exit for 'case'.
2011-08-16 Jim GrosbachThumb assembly parsing and encoding for ADD(register...
2011-08-16 Jim GrosbachMove some logic into a helper function and expand the...
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 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 Akira HatanakaDefine function MipsMCInstLower::LowerOperand.
2011-08-16 Akira HatanakaAdd parameter Offset to MipsMCInstLower::LowerSymbolOpe...
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 Jim GrosbachMCTargetAsmParser target match predicate support.
2011-08-15 Bruno Cardoso LopesFix PR10656. It's only profitable to use 128-bit insert...
2011-08-15 Owen AndersonEnforce the constraint that Rt must be even on LDRD...
2011-08-15 Owen AndersonRemove dead classes.
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-15 Jim GrosbachUpdate comment to reflect MC target machine refactor.
2011-08-13 Bob WilsonExpand VMOVQQQQ pseudo instructions.
2011-08-12 Jim GrosbachARM STR_POST_IMM offset encoding fix in load/store...
2011-08-12 Bruno Cardoso LopesFix comment!
2011-08-12 Bruno Cardoso LopesThe VPERM2F128 is a AVX instruction which permutes...
2011-08-12 Bruno Cardoso LopesMove code around and add comments
2011-08-12 Akira HatanakaDefine unaligned load and store.
2011-08-12 Jim GrosbachARM expansion of pre-indexed store pseudos should maint...
2011-08-12 Owen AndersonFix some remaining issues with decoding ARM-mode memory...
2011-08-12 Owen AndersonFix decoding of ARM-mode STRH.
2011-08-12 Owen AndersonSpecify fixed bit in the LDRBT encoding, which allows...
2011-08-12 Owen AndersonFix decoding of pre-indexed stores.
2011-08-12 Akira HatanakaWhen constant double 0.0 is lowered, make sure 0 is...
2011-08-12 Chris Lattnerswitch to the new struct apis.
2011-08-12 Owen AndersonSeparate decoding for STREXD and LDREXD to make each...
2011-08-12 Duncan SandsSilence a bunch (but not all) "variable written but...
2011-08-12 Andrew TrickfindDeadCallerSavedReg fix: Missing NULL terminator...
2011-08-11 Jim GrosbachARM vector compare to zero instruction assembly parsing...
2011-08-11 Akira HatanakaEnclose directive .cprestore with .set macro and nomacr...
2011-08-11 Jim GrosbachRemove no-longer-true comments. These are for the assem...
2011-08-11 Jim GrosbachARM STRT assembly parsing and encoding.
2011-08-11 Owen AndersonMake the USAT16 operand decoder auto-generate-able.
2011-08-11 Owen AndersonAdd another accidentally omitted predicate operand.
2011-08-11 Owen AndersonAdd missing predicate operand on SMLA and friends.
2011-08-11 Jim GrosbachARM load shifted register pre-index fix shift value...
2011-08-11 Owen AndersonHandle new register classes in Thumb2 mode. Should...
next