createXXXMCCodeGenInfo should be static.
[oota-llvm.git] / lib / Target / ARM /
2011-07-23 Evan ChengSink ARM mc routines into MCTargetDesc.
2011-07-22 Jim GrosbachARM SSAT instruction 5-bit immediate handling.
2011-07-22 Jim GrosbachARM assembly parsing and encoding updates.
2011-07-22 Evan ChengCombine all MC initialization routines into one. e...
2011-07-22 Jim GrosbachARM assembly parsing and encoding of SMLAL instruction.
2011-07-22 Jim GrosbachARM encoding and assembly parsing of SMLAD{X} instructions.
2011-07-22 Owen AndersonFix test failures caused by my so_reg refactoring.
2011-07-22 Jim GrosbachARM assembly parsing and encoding for SMC instruction.
2011-07-22 Jim GrosbachClean up a few more comments.
2011-07-22 Jim GrosbachTidy up.
2011-07-22 Jim GrosbachThumb assembly support for SETEND instruction.
2011-07-22 Jim GrosbachTidy up.
2011-07-22 Jim GrosbachARM assembly parsing and encoding for SETEND instruction.
2011-07-22 Jim GrosbachTidy up.
2011-07-21 Owen AndersonGet rid of the extraneous GPR operand on so_reg_imm...
2011-07-21 Jim GrosbachARM Asm parser range checking for [0,31] immediates.
2011-07-21 Jim GrosbachARM assembly parsing support for RSC instruction.
2011-07-21 Jim GrosbachARM assembly parsing support for RSB instruction.
2011-07-21 Jim GrosbachTidy up.
2011-07-21 Jim GrosbachARM assembly parsing POP/PUSH mnemonics.
2011-07-21 Owen AndersonSplit up the ARM so_reg ComplexPattern into so_reg_reg...
2011-07-21 Jim GrosbachARM assembly parsing and encoding for PKHBT and PKHTB...
2011-07-21 Jay FoadConvert ConstantExpr::getGetElementPtr and
2011-07-20 Evan ChengSink ARMMCExpr and ARMAddressingModes into MC layer...
2011-07-20 Jim GrosbachARM PKH shift ammount operand printing tweaks.
2011-07-20 Jim GrosbachTidy up a bit.
2011-07-20 Jim GrosbachARM: Tidy up representation of PKH instruction.
2011-07-20 Jim GrosbachARM assembly parsing of MUL instruction.
2011-07-20 Evan Cheng- Move CodeModel from a TargetMachine global option...
2011-07-20 Evan ChengAdd MCObjectFileInfo and sink the MCSections initializa...
2011-07-19 Jim GrosbachTweak ARM assembly parsing and printing of MSR instruction.
2011-07-19 Jim GrosbachARM assembly parsing of MRS instruction.
2011-07-19 Owen AndersonEnhance the FixedLengthDecoder to be able to generate...
2011-07-19 Jim GrosbachARM assembly parsing for MRC/MRC2/MRRC/MRRC2.
2011-07-19 Jim GrosbachARM assembly parsing for MOV (register).
2011-07-19 Jim GrosbachTidy up.
2011-07-19 Jim GrosbachTighten conditional for 'mov' cc_out.
2011-07-19 Jim GrosbachARM assembly parsing for MOV (immediate).
2011-07-19 Jim GrosbachRemove unused code.
2011-07-19 Jim GrosbachARM range checking for so_imm operands in assembly...
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-18 Owen AndersonRevamp our handling of tLDMIA[_UPD] and tSTMIA[_UPD...
2011-07-18 Evan ChengMove getInitialFrameState from TargetFrameInfo to MCAsm...
2011-07-18 Owen AndersonMark the Darwin assembler workout as isCodeGenOnly...
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-07-18 Owen AndersonRe-apply r135319 with a fix for the constant island...
2011-07-18 Frits van BommelMigrate LLVM and Clang to use the new makeArrayRef...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-16 Owen AndersonRevert r135319 in an attempt to get to unbreak testers.
2011-07-15 Owen AndersonGet rid of the separate opcodes for the Darwin versions...
2011-07-15 Owen AndersonRemove VMOVDneon and VMOVQ, which are just aliases...
2011-07-15 Owen AndersonRemove unnecessary duplicate instruction definitions...
2011-07-15 NAKAMURA TakumiEliminate "const" from extern const to fix breakeage...
2011-07-15 Evan ChengMove some parts of TargetAsmInfo down to MCAsmInfo...
2011-07-15 Chandler CarruthMajor update to CMake build to reflect changes in r1352...
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...
2011-07-14 Jim GrosbachARM diagnostic when 's' suffix on mnemonic that can...
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...
next