Add OperandTypes for Thumb branch targets.
[oota-llvm.git] / lib / Target / ARM /
2011-07-14 Benjamin KramerAdd OperandTypes for Thumb branch targets.
2011-07-14 Benjamin KramerPort operand types for ARM and X86 over from EDIS to...
2011-07-14 Jim GrosbachARM MCRR/MCRR2 immediate operand range checking.
2011-07-14 Jim GrosbachARM MCR/MCR2 assembly parsing operand constraints.
2011-07-14 Evan ChengNext round of MC refactoring. This patch factor MC...
2011-07-14 Jim GrosbachReorganize ARM assembler aliases.
2011-07-14 Benjamin KramerDon't leak operands when putting them into a shift.
2011-07-14 Jim GrosbachUpdate ARM Assembly of LDM/STM.
2011-07-14 Jim GrosbachARM ISB instruction assembly parsing.
2011-07-14 Jim GrosbachARM Assembler support for DSB instruction.
2011-07-14 Jim GrosbachDMB instalias needs the same predicate as the instruction.
2011-07-13 Jim GrosbachARM Assembler support for DMB instruction.
2011-07-13 Jim GrosbachUpdate comments. These are for assembler, too.
2011-07-13 Owen AndersonAdd a target-indepedent entry to MCInstrDesc to describ...
2011-07-13 Jim GrosbachARM Assembler support for DBG instruction.
2011-07-13 Jim GrosbachRevert 135093. Think-o.
2011-07-13 Jim GrosbachCorrect range for thumb co-processor immediate
2011-07-13 Jim GrosbachRange checking for CDP[2] immediates.
2011-07-13 Jim GrosbachCleanup Thumb co-processor instructions a bit.
2011-07-13 Jim GrosbachParameterize away the ARM T1Cop class.
2011-07-13 Jim GrosbachFix predicates for Thumb co-processor instructions.
2011-07-13 Jim GrosbachFix encoding for ARM BXJ instruction.
2011-07-13 Jim GrosbachFix encoding of predicate bits on ARM BX_pred.
2011-07-13 Jim GrosbachRange checking for 16-bit immediates in ARM assembly.
2011-07-13 Jim GrosbachGive the ARM BKPT instruction the right operand type.
2011-07-13 Jim GrosbachAdd tests for ARM parsing of 'BKPT' instruction.
2011-07-13 Jim GrosbachImprove ARM assembly parsing diagnostics a bit.
2011-07-13 Jim GrosbachDestination register operand is optional for ADC and...
2011-07-13 Jim GrosbachFlesh out ARM Parser support for shifted-register operands.
2011-07-13 Jim Grosbach80 columns.
2011-07-13 Jim GrosbachUpdate MCParsedAsmOperand debug methods.
2011-07-13 Evan ChengAdd an entry.
2011-07-13 Evan ChengImprove codegen for select's:
2011-07-12 Jay FoadSecond attempt at de-constifying LLVM Types in Function...
2011-07-12 Bill WendlingRevert r134893 and r134888 (and related patches in...
2011-07-11 Evan ChengMost MCCodeEmitter's don't meed MCContext.
2011-07-11 Jim GrosbachFix recognition of ARM 'adcs' mnemonic.
2011-07-11 Jim GrosbachSimplify printing of ARM shifted immediates.
2011-07-11 Jay FoadDe-constify Types in StructType::get() and TargetData...
2011-07-11 Evan Cheng- Eliminate MCCodeEmitter's dependency on TargetMachine...
2011-07-11 Cameron ZwarichFix <rdar://problem/9751331>.
2011-07-10 Jakub StaszakUse BranchProbability instead of floating points in...
2011-07-09 Evan ChengChange createAsmParser to take a MCSubtargetInfo instea...
2011-07-08 Evan ChengFix indentation.
2011-07-08 Evan ChengAdd support for ARM / Thumb mode switching with .code...
2011-07-08 Jim GrosbachMark tBRIND as predicable.
2011-07-08 Jim GrosbachPseudo-ize tBRIND.
2011-07-08 Jim GrosbachMake tBX_RET and tBX_RET_vararg predicable.
2011-07-08 Cameron ZwarichAdd an intrinsic and codegen support for fused multiply...
2011-07-08 Jim GrosbachPseudo-ize tBX_RET and tBX_RET_vararg.
2011-07-08 Benjamin KramerPlug a leak by giving the AsmParser ownership of the...
2011-07-08 Jim GrosbachShuffle productions around a bit.
2011-07-08 Jim GrosbachUse tPseudoExpand for tTAILJMPrND and tTAILJMPr.
2011-07-08 Jim GrosbachUse tPseudoExpand for tTAILJMPd and tTAILJMPdND.
2011-07-08 Jim GrosbachAdd more info to FIXME.
2011-07-08 Jim GrosbachMove Thumb tail call pseudos to Thumb.td file.
2011-07-08 Evan ChengTargetAsmParser doesn't need reference to Target.
2011-07-08 Jim GrosbachUse ARMPseudoExpand for ARM tail calls.
2011-07-08 Jim GrosbachShuffle productions around a bit.
2011-07-08 Jim GrosbachUse ARMPseudoExpand for BLr9, BLr9_pred, BXr9, and...
2011-07-08 Chandler CarruthAdd CMake support for the new TableGen file introduced...
2011-07-08 Jim GrosbachUse TableGen'erated pseudo lowering for ARM.
2011-07-08 Evan ChengEliminate asm parser's dependency on TargetMachine:
2011-07-07 Evan ChengRewrite comment in English.
2011-07-07 Evan ChengRename attribute 'thumb' to a more descriptive 'thumb...
2011-07-07 Oscar FuentesUpdate CMake library dependencies
2011-07-07 Douglas GregorFix CMake build
2011-07-07 Cameron ZwarichThe VMLA instruction and its friends are not actually...
2011-07-07 Evan ChengSink feature IsThumb into MC layer.
2011-07-07 Evan ChengCompute feature bits at time of MCSubtargetInfo initial...
2011-07-07 Evan ChengChange some ARM subtarget features to be single bit...
2011-07-07 Evan ChengFactor ARM triple parsing out of ARMSubtarget. Another...
2011-07-06 Evan ChengAdd ARM MC registry routines.
2011-07-06 Jim GrosbachMark ARM pseudo-instructions as isPseudo.
2011-07-06 Jim GrosbachRemove un-used encoding info from Pseudo MLAv5.
2011-07-06 Evan ChengcreateMCInstPrinter doesn't need TargetMachine anymore.
2011-07-05 Jim GrosbachARM estimateStackSize() needs to account for simplified...
2011-07-01 Evan ChengRename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc...
2011-07-01 Jim GrosbachARMv7M vs. ARMv7E-M support.
2011-07-01 Evan ChengRename TargetSubtarget to TargetSubtargetInfo for consi...
2011-07-01 Evan Cheng- Added MCSubtargetInfo to capture subtarget features...
2011-07-01 Jim GrosbachFix off-by-one error.
2011-07-01 Evan ChengHide the call to InitMCInstrInfo into tblgen generated...
2011-07-01 Jim GrosbachPseudo-ize t2MOVCC[ri].
2011-07-01 Eric ChristopherAdd support for the 'j' immediate constraint. This...
2011-07-01 Eric ChristopherAdd support for the ARM 't' register constraint. And...
2011-07-01 Eric ChristopherWe'll return a null RC by default if we can't match.
2011-07-01 Eric ChristopherAdd support for the 'x' constraint.
2011-06-30 Eric ChristopherCapitalize the unsigned part of the initializer.
2011-06-30 Eric ChristopherRename Pair to RCPair lacking any better naming ideas.
2011-06-30 Jim GrosbachRefact ARM Thumb1 tMOVr instruction family.
2011-06-30 Eric ChristopherAdd support for the 'h' constraint.
2011-06-30 Eric ChristopherAdd a convenience typedef for std::pair<unsigned, const...
2011-06-30 Jim GrosbachThumb1 register to register MOV instruction is predicable.
2011-06-30 Jim GrosbachPseudo-ize the Thumb tTPsoft instruction.
2011-06-30 Jim GrosbachPseudo-ize the t2LDMIA_RET instruction.
2011-06-30 Jim GrosbachPseudo-ize the Thumb tPOP_RET instruction.
2011-06-30 Jim GrosbachKill dead code.
2011-06-30 Jim GrosbachSize reducing SP adjusting t2ADDri needs to check predi...
2011-06-30 Evan ChengFix ARMSubtarget feature parsing.
next