Simplify printing of ARM shifted immediates.
[oota-llvm.git] / lib / Target / ARM /
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.
2011-06-30 Evan ChengFix the ridiculous SubtargetFeatures API where it impli...
2011-06-29 Jim GrosbachRemove redundant Thumb2 ADD/SUB SP instruction definitions.
2011-06-29 Cameron ZwarichIn the ARM global merging pass, allow extraneous alignm...
2011-06-29 Eric ChristopherRemove getRegClassForInlineAsmConstraint from the ARM...
2011-06-29 Jim GrosbachRefactor away tSpill and tRestore pseudos in ARM backend.
2011-06-29 Evan ChengSink SubtargetFeature and TargetInstrItineraries (renam...
2011-06-28 Evan ChengMove CallFrameSetupOpcode and CallFrameDestroyOpcode...
2011-06-28 Evan ChengHide more details in tablegen generated MCRegisterInfo...
2011-06-28 Evan ChengMerge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
2011-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
2011-06-28 Chad RosierRemove warning: 'c0' may be used uninitialized in this...
2011-06-28 Jim GrosbachARM Thumb2 asm syntax optional destination operand...
2011-06-27 Jim GrosbachARM Assembly support for Thumb mov-immediate.
2011-06-27 Jim GrosbachARM Asm parsing of Thumb2 move immediate.
2011-06-27 Evan ChengMore refactoring. Move getRegClass from TargetOperandIn...
2011-06-27 Jim GrosbachAdd exception necessitated by 133938.
2011-06-27 Jim GrosbachARM assembly carry set/clear condition code aliases...
2011-06-27 Jim GrosbachARM assembler support for ldmfd/stmfd mnemonics.
2011-06-27 Jim GrosbachARM assembler support for vpush/vpop.
2011-06-27 Jim GrosbachARM Assembly syntax support for arithmetic implied...
2011-06-27 Evan ChengMerge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc...
2011-06-24 Jim GrosbachRefactor MachO relocation generaration into the Target...
2011-06-24 Jim GrosbachARM movw/movt fixups need to mask the high bits.
2011-06-24 Chad RosierThe Neon VCVT (between floating-point and fixed-point...
2011-06-24 Evan ChengStarting to refactor Target to separate out code that...
2011-06-23 Evan ChengRemove TargetOptions.h dependency from ARMSubtarget.
2011-06-22 Jim GrosbachAdd missing header.
2011-06-22 Jim GrosbachMove ARMMachObjectWriter to its own file.
2011-06-21 Eric ChristopherHandle the memory-ness of all U+ ARM constraints.
2011-06-21 Evan ChengReorg. No functionality change.
2011-06-21 Evan ChengTeach dag combine to match halfword byteswap patterns.
2011-06-18 Benjamin KramerRemove unused but set variables.
2011-06-18 Jakob Stoklund OlesenSwitch ARM to using AltOrders instead of MethodBodies.
2011-06-18 Jakob Stoklund OlesenReserve D16-D13 on subtargets that don't support them.
2011-06-17 Evan ChengAdd an alternative rev16 pattern. We should figure...
2011-06-17 Cameron ZwarichUpdate an insertion point iterator after replacing...
2011-06-17 Jakob Stoklund OlesenExplicitly invoke ArrayRef constructor to keep gcc...
next