Always compute all the bits in ComputeMaskedBits.
[oota-llvm.git] / lib / Target / ARM / ARMISelLowering.h
2012-04-04 Rafael EspindolaAlways compute all the bits in ComputeMaskedBits.
2012-03-17 Craig TopperReorder includes to match coding standards. Fix an...
2012-03-15 Lang HamesUse vmov.f32 to materialize f32 consts on ARM. This...
2012-02-28 Evan ChengRe-commit r151623 with fix. Only issue special no-retur...
2012-02-28 Daniel DunbarRevert r151623 "Some ARM implementaions, e.g. A-series...
2012-02-28 Evan ChengSome ARM implementaions, e.g. A-series, does return...
2012-02-23 Evan ChengOptimize a couple of common patterns involving conditio...
2012-02-22 Craig TopperMake all pointers to TargetRegisterClass const since...
2011-11-16 Bob WilsonFix ARM SjLj-EH dispatch setup code. <rdar://problem...
2011-11-15 Evan ChengAdd vmov.f32 to materialize f32 immediate splats which...
2011-11-02 Lang HamesFixed parameter name.
2011-11-02 Lang HamesTry to lower memset/memcpy/memmove to vector instructio...
2011-10-07 Bill WendlingTake the code that was emitted for the llvm.eh.dispatch...
2011-10-06 Bill WendlingRefactor some of the code that sets up the entry block...
2011-10-03 Bill WendlingCheck-pointing the new SjLj EH lowering.
2011-09-30 Jim GrosbachARM fix encoding of VMOV.f32 and VMOV.f64 immediates.
2011-09-06 Duncan SandsAdd codegen support for vector select (in the IR this...
2011-08-31 Eli Friedman64-bit atomic cmpxchg for ARM.
2011-08-31 Eli FriedmanSome 64-bit atomic operations on ARM. 64-bit cmpxchg...
2011-08-30 Evan ChengFollow up to r138791.
2011-08-30 Evan ChengChange ARM / Thumb2 addc / adde and subc / sube modelin...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-13 Evan ChengImprove codegen for select's:
2011-06-29 Eric ChristopherRemove getRegClassForInlineAsmConstraint from the ARM...
2011-06-02 Eric ChristopherHave LowerOperandForConstraint handle multiple characte...
2011-05-06 Eli FriedmanMake the logic for determining function alignment more...
2011-05-03 Dan GohmanAdd an unfolded offset field to LSR's Formula record...
2011-04-26 Jim GrosbachARM and Thumb2 support for atomic MIN/MAX/UMIN/UMAX...
2011-04-23 Andrew TrickThumb2 and ARM add/subtract with carry fixes.
2011-04-23 Andrew Trickwhitespace
2011-04-20 Stuart HastingsARM byval support. Will be enabled by another patch...
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...
next