OSDN Git Service

Update to LLVM 3.5a.
[android-x86/external-llvm.git] / lib / Target / ARM / ARMISelLowering.h
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-20 Logan ChienMerge with LLVM upstream r135568 (Jul 20th 2011)
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-16 Nowar GuMerge upstream to r135343 at Sat. 16th July 2011.
2011-07-13 Evan ChengImprove codegen for select's:
2011-07-01 Nowar GuMerge upstream to r134237 at Fri. 1st July 2011.
2011-06-29 Eric ChristopherRemove getRegClassForInlineAsmConstraint from the ARM...
2011-06-20 Nowar GuMerge upstream to r133240 at Fri. 17th Jun 2011.
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-04-09 Jush LuMerge upstream r129128
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-09 Jush LuMerge upstream r127116
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-28 jushMerge LLVM upstream r119309 into honey
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-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 AndersonDisallow the certain NEON modified-immediate forms...
2010-11-05 Owen AndersonAdd codegen and encoding support for the immediate...
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 Owen AndersonAdd support for code generation of the one register...
2010-11-03 Evan ChengFix preload instruction isel. Only v7 supports pli...
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-30 Bob WilsonOverhaul memory barriers in the ARM backend. Radar...
2010-10-29 John ThompsonInline asm multiple alternative constraints development...
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-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-10-15 Bob WilsonRemove unused ARMISD::AND selection DAG node.
2010-09-21 Bob WilsonDefine the TargetLowering::getTgtMemIntrinsic hook...
2010-09-21 Bob WilsonDefine the TargetLowering::getTgtMemIntrinsic hook...
2010-09-14 Shih-wei LiaoMerge commit 'refs/changes/82/67782/1' of ssh://android...
2010-09-11 Shih-wei LiaoMerge commit '69494cf8102cf872e9cb76662e9960be7c112112...
2010-09-10 Evan ChengTeach if-converter to be more careful with predicating...
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-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-29 Bill WendlingCreate an ARMISD::AND node. This node is exactly like...
2010-08-11 Bill WendlingConsider this code snippet:
2010-08-11 Bill WendlingConsider this code snippet:
2010-08-03 Nate BegemanAdd support for getting & setting the FPSCR application...
2010-08-03 Nate BegemanAdd support for getting & setting the FPSCR application...
2010-07-28 Jim GrosbachRemove dead prototype
2010-07-28 Jim GrosbachRemove dead prototype
2010-07-24 Anton KorobeynikovHook in GlobalMerge pass
2010-07-24 Anton KorobeynikovHook in GlobalMerge pass
2010-07-23 Evan Cheng- Allow target to specify when is register pressure...
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 Eric ChristopherBaby steps towards ARM fast-isel.
2010-07-21 Evan ChengTeach bottom up pre-ra scheduler to track register...
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 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 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 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-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-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-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 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-13 Evan ChengExtend the r107852 optimization which turns some fp...
next