Add -mcpu=cortex-a9-mp. It's cortex-a9 with MP extension. rdar://8648637.
[oota-llvm.git] / lib / Target / ARM / ARMISelLowering.h
2011-03-30 Cameron ZwarichAdd a ARM-specific SD node for VBSL so that forms with...
2011-03-21 Evan ChengRe-apply r127953 with fixes: eliminate empty return...
2011-03-19 Daniel DunbarRevert r127953, "SimplifyCFG has stopped duplicating...
2011-03-19 Evan ChengSimplifyCFG has stopped duplicating returns into predec...
2011-03-15 Bill WendlingSome minor cleanups based on feedback.
2011-03-14 Bill WendlingGenerate a VTBL instruction instead of a series of...
2011-03-08 Bob WilsonFix a compiler crash where a Glue value had multiple...
2011-03-07 Cameron ZwarichMove getRegPressureLimit() from TargetLoweringInfo...
2011-03-05 Bob WilsonRemove unused conditional negate operations.
2011-02-28 Stuart HastingsSupport for byval parameters on ARM. Will be enabled...
2011-02-07 Bob WilsonAdd codegen support for using post-increment NEON load...
2011-02-02 Evan ChengGiven a pair of floating point load and store, if there...
2011-01-21 Evan ChengLast round of fixes for movw + movt global address...
2011-01-17 Evan ChengMaterialize GA addresses with movw + movt pairs for...
2011-01-08 Evan ChengRecognize inline asm 'rev /bin/bash, ' as a bswap intri...
2011-01-07 Bob WilsonLower some BUILD_VECTORS using VEXT+shuffle.
2010-11-30 Evan ChengEnable sibling call optimization of libcalls which...
2010-11-28 Bob WilsonAdd support for NEON VLD2-dup instructions.
2010-11-08 Owen AndersonAdd support for ARM's specialized vector-compare-agains...
2010-11-05 Owen AndersonDisallow the certain NEON modified-immediate forms...
2010-11-05 Owen AndersonAdd codegen and encoding support for the immediate...
2010-11-03 Owen AndersonAdd support for code generation of the one register...
2010-11-03 Evan ChengFix preload instruction isel. Only v7 supports pli...
2010-10-30 Bob WilsonOverhaul memory barriers in the ARM backend. Radar...
2010-10-29 John ThompsonInline asm multiple alternative constraints development...
2010-10-19 Jim GrosbachAdd a pre-dispatch SjLj EH hook on the unwind edge...
2010-10-15 Bob WilsonRemove unused ARMISD::AND selection DAG node.
2010-09-21 Bob WilsonDefine the TargetLowering::getTgtMemIntrinsic hook...
2010-09-10 Evan ChengTeach if-converter to be more careful with predicating...
2010-09-01 Bob WilsonRemove NEON vmull, vmlal, and vmlsl intrinsics, replaci...
2010-08-29 Bill WendlingCreate an ARMISD::AND node. This node is exactly like...
2010-08-11 Bill WendlingConsider this code snippet:
2010-08-03 Nate BegemanAdd support for getting & setting the FPSCR application...
2010-07-28 Jim GrosbachRemove dead prototype
2010-07-24 Anton KorobeynikovHook in GlobalMerge pass
2010-07-23 Evan Cheng- Allow target to specify when is register pressure...
2010-07-21 Eric ChristopherBaby steps towards ARM fast-isel.
2010-07-21 Evan ChengTeach bottom up pre-ra scheduler to track register...
2010-07-19 Evan ChengARM has to provide its own TargetLowering::findRepresen...
2010-07-19 Jim GrosbachSince ARM emits inline jump tables as part of the Const...
2010-07-19 Jim Grosbachrevert so I can get the right PR# in the log message.
2010-07-19 Jim GrosbachSince ARM emits inline jump tables as part of the Const...
2010-07-16 Jim GrosbachAdd basic support to code-gen the ARM/Thumb2 bit-field...
2010-07-14 Bob WilsonAdd support for NEON VMVN immediate instructions.
2010-07-13 Bob WilsonUse a target-specific VMOVIMM DAG node instead of BUILD...
2010-07-13 Evan ChengExtend the r107852 optimization which turns some fp...
2010-07-08 Evan ChengOptimize some vfp comparisons to integer ones. This...
2010-07-07 Dan GohmanSplit the SDValue out of OutputArg so that SelectionDAG...
2010-06-25 Dale JohannesenThe hasMemory argument is irrelevant to how the argument
2010-06-15 Bob WilsonAdd basic support for NEON modified immediates besides...
2010-06-14 Bob WilsonRename functions referring to VMOV immediates to refer...
2010-06-04 Bob WilsonFor NEON vectors with 32- or 64-bit elements, select...
2010-06-03 Dale JohannesenEarly implementation of tail call for ARM.
2010-06-02 Jim GrosbachClean up 80 column violations. No functional change.
2010-05-27 Jim Grosbachback out 104862/104869. Can reuse stacksave after all...
2010-05-27 Jim Grosbachadd ISD::STACKADDR to get the current stack pointer...
2010-05-26 Jim GrosbachAdjust eh.sjlj.setjmp to properly have a chain and...
2010-05-22 Evan ChengImplement @llvm.returnaddress. rdar://8015977.
2010-05-22 Jim GrosbachImplement eh.sjlj.longjmp for ARM. Clean up the intrins...
2010-05-20 Evan ChengAllow targets more controls on what nodes are scheduled...
2010-05-15 Evan ChengAllow TargetLowering::getRegClassFor() to be called...
2010-05-11 Dan GohmanImplement a bunch more TargetSelectionDAGInfo infrastru...
2010-05-11 Dan GohmanRemove the TargetLowering::getSubtarget() virtual funct...
2010-05-01 Dan GohmanGet rid of the EdgeMapping map. Instead, just check...
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
2010-04-17 Dan GohmanMove per-function state out of TargetLowering subclasse...
2010-04-04 Mon P WangReapply address space patch after fixing an issue in...
2010-04-02 Mon P WangRevert r100191 since it breaks objc in clang
2010-04-02 Mon P WangReapply address space patch after fixing an issue in...
2010-03-30 Bob WilsonRevert Mon Ping's change 99928, since it broke all...
2010-03-30 Mon P WangAdded support for address spaces and added a isVolatile...
2010-03-19 Bob WilsonRevert this change, since it was causing ARM performanc...
2010-03-18 Anton KorobeynikovGet rid of target-specific fp <-> int nodes when still...
2010-03-18 Anton KorobeynikovGet rid of target-specific nodes for fp16 <-> fp32...
2010-03-14 Anton KorobeynikovAdd codegen support for FP16 on ARM
2010-02-18 Bob WilsonUse NEON vmin/vmax instructions for floating-point...
2010-02-08 Jim Grosbachtighten up eh.setjmp sequence a bit.
2010-02-02 Evan ChengRevert 95130.
2010-02-02 Evan ChengPass callsite return type to TargetLowering::LowerCall...
2010-01-27 Evan ChengEliminate target hook IsEligibleForTailCallOptimization.
2010-01-18 Jim GrosbachPatch by David Conrad:
2009-12-12 Jim GrosbachFramework for atomic binary operations. The emitter...
2009-12-11 Jim GrosbachRough first pass at compare_and_swap atomic builtins...
2009-12-10 Jim GrosbachAdd memory barrier intrinsic support for ARM. Moving...
2009-11-12 Evan ChengisLegalICmpImmediate should take a signed integer;...
2009-11-11 Evan ChengAdd TargetLowering::isLegalICmpImmediate. It tells...
2009-11-09 Jim GrosbachUse Unified Assembly Syntax for the ARM backend.
2009-10-30 Bob WilsonAdd ARM codegen for indirect branches.
2009-10-28 Evan ChengUse fconsts and fconstd to materialize small fp constants.
2009-09-23 Anton KorobeynikovARM does not support offset folding (yet). Disable...
2009-09-18 Evan ChengEnhance EmitInstrWithCustomInserter() so target can...
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-08-26 Bob WilsonRemove unneeded ARM-specific DAG nodes for VLD* and...
2009-08-21 Bob WilsonMatch VTRN, VZIP, and VUZP shuffles. Restore the tests...
2009-08-21 Anton KorobeynikovFix some typos and use type-based isel for VZIP/VUZP...
2009-08-21 Anton KorobeynikovAdd lowering of ARM 4-element shuffles to multiple...
2009-08-21 Anton KorobeynikovUse masks not nodes for vector shuffle predicates....
2009-08-19 Bob WilsonAdd support for Neon VEXT (vector extract) shuffles.
2009-08-15 Bill WendlingReapply r79127. It was fixed by d0k.
2009-08-15 Bill WendlingRevert r79127. It was causing compilation errors.
next