Age | Commit message (Expand) | Author |
2011-03-24 | --- Merging r127981 into '.': | Bill Wendling |
2011-03-08 | Fix a compiler crash where a Glue value had multiple uses. Radar 9049552. | Bob Wilson |
2011-03-08 | Fix comment typos. | Bob Wilson |
2011-03-07 | Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo. | Cameron Zwarich |
2011-03-05 | Remove unused conditional negate operations. | Bob Wilson |
2011-02-28 | Fix a typo which cause dag combine crash. rdar://9059537. | Evan Cheng |
2011-02-28 | Support for byval parameters on ARM. Will be enabled by a forthcoming | Stuart Hastings |
2011-02-23 | More fcopysign correctness and performance fix. | Evan Cheng |
2011-02-21 | Revert r124611 - "Keep track of incoming argument's location while emitting L... | Devang Patel |
2011-02-11 | Implement sdiv & udiv for <4 x i16> and <8 x i8> NEON vector types. | Nate Begeman |
2011-02-11 | Fix buggy fcopysign lowering. | Evan Cheng |
2011-02-07 | Fix an obvious typo which caused an isel assertion. rdar://8964854. | Evan Cheng |
2011-02-07 | Add codegen support for using post-increment NEON load/store instructions. | Bob Wilson |
2011-02-02 | Given a pair of floating point load and store, if there are no other uses of | Evan Cheng |
2011-01-31 | Keep track of incoming argument's location while emitting LiveIns. | Devang Patel |
2011-01-24 | Provide correct registers for EH stuff on ARM | Anton Korobeynikov |
2011-01-21 | Last round of fixes for movw + movt global address codegen. | Evan Cheng |
2011-01-20 | Sorry, several patches in one. | Evan Cheng |
2011-01-19 | For ARM subtargets with useNEONForSinglePrecisionFP, double count uses | Andrew Trick |
2011-01-19 | whitespace | Andrew Trick |
2011-01-19 | Don't forget to emit the load from indirect symbol when using movw + movt to ... | Evan Cheng |
2011-01-17 | Materialize GA addresses with movw + movt pairs for Darwin in PIC mode. e.g. | Evan Cheng |
2011-01-14 | Fix 80-cols. | Eric Christopher |
2011-01-10 | Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a... | Anton Korobeynikov |
2011-01-10 | Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic. | Jakob Stoklund Olesen |
2011-01-08 | Recognize inline asm 'rev /bin/bash, ' as a bswap intrinsic call. | Evan Cheng |
2011-01-07 | Add an explanatory message for an assertion. | Bob Wilson |
2011-01-07 | Eliminate variable only used in debug builds. | Matt Beaumont-Gay |
2011-01-07 | Lower some BUILD_VECTORS using VEXT+shuffle. | Bob Wilson |
2011-01-07 | Add ARM patterns to match EXTRACT_SUBVECTOR nodes. | Bob Wilson |
2011-01-06 | Re-implement r122936 with proper target hooks. Now getMaxStoresPerMemcpy | Evan Cheng |
2010-12-23 | Radar 8803471: Fix expansion of ARM BCCi64 pseudo instructions. | Bob Wilson |
2010-12-21 | Add ARM-specific DAG combining to cast i64 vector element load/stores to f64. | Bob Wilson |
2010-12-21 | rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for | Chris Lattner |
2010-12-18 | Add some missing entries in ARMTargetLowering::getTargetNodeName. | Bob Wilson |
2010-12-15 | Don't handle -arm-long-calls in fast isel for now. | Eric Christopher |
2010-12-14 | bfi A, (and B, C1), C2) -> bfi A, B, C2 iff C1 & C2 == C1. rdar://8458663 | Evan Cheng |
2010-12-13 | Generalize BFI isel lowering a bit. | Evan Cheng |
2010-12-11 | (or (and (shl A, #shamt), mask), B) => ARMbfi B, A, ~mask where lsb(mask) == ... | Evan Cheng |
2010-12-07 | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad |
2010-12-01 | Fix and re-enable tail call optimization of expanded libcalls. | Evan Cheng |
2010-11-30 | Enable sibling call optimization of libcalls which are expanded during | Evan Cheng |
2010-11-28 | Add support for NEON VLD2-dup instructions. | Bob Wilson |
2010-11-28 | Add entry in getTargetNodeName() for ARMISD::VBICIMM. | Bob Wilson |
2010-11-23 | Recognize sign/zero-extended constant BUILD_VECTORs for VMULL operations. | Bob Wilson |
2010-11-23 | Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept. | Wesley Peck |
2010-11-19 | These instructions are thumb2 only. | Evan Cheng |
2010-11-18 | Fix bug in DAGCombiner for ARM that was trying to do a ShiftCombine on illega... | Tanya Lattner |
2010-11-18 | Move hasFP() and few related hooks to TargetFrameInfo. | Anton Korobeynikov |
2010-11-18 | Split up ARM LowerShift function. | Bob Wilson |