| Age | Commit message (Expand) | Author |
| 2011-02-22 | available_externally (hidden or not) GVs are always accessed via stubs. rdar:... | Evan Cheng |
| 2011-02-14 | PR9139: Specify ARM/Darwin triple for vector-DAGCombine.ll test. | Bob Wilson |
| 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-08 | PostRA antidependence breaker unit test for PR8986. | Andrew Trick |
| 2011-02-08 | PostRA antidependence breaker unit test for rdar://8959122. | Andrew Trick |
| 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-07 | Rework some .ARM.attribute work for improved gcc compatibility. | Jason W Kim |
| 2011-02-02 | Given a pair of floating point load and store, if there are no other uses of | Evan Cheng |
| 2011-01-27 | Add a testcase for my last checkin. | Eric Christopher |
| 2011-01-25 | Don't merge restore with tail call instruction. | Evan Cheng |
| 2011-01-21 | Last round of fixes for movw + movt global address codegen. | Evan Cheng |
| 2011-01-21 | Enable support for precise scheduling of the instruction selection | Andrew Trick |
| 2011-01-21 | Convert -enable-sched-cycles and -enable-sched-hazard to -disable | Andrew Trick |
| 2011-01-20 | Don't be overly aggressive with CSE of "ldr constantpool". If it's a pc-relative | Evan Cheng |
| 2011-01-20 | Add test. | Evan Cheng |
| 2011-01-20 | Sorry, several patches in one. | Evan Cheng |
| 2011-01-20 | If we can, lower the multiply part of a umulo/smulo call to a libcall | Eric Christopher |
| 2011-01-20 | Fix debug info for merged global. | Devang Patel |
| 2011-01-17 | Materialize GA addresses with movw + movt pairs for Darwin in PIC mode. e.g. | Evan Cheng |
| 2011-01-11 | Even if we don't have 7 bytes of stack space we may need to save and | Eric Christopher |
| 2011-01-08 | Recognize inline asm 'rev /bin/bash, ' as a bswap intrinsic call. | Evan Cheng |
| 2011-01-07 | Lower some BUILD_VECTORS using VEXT+shuffle. | Bob Wilson |
| 2011-01-07 | Add testcases for PR8411 (vget_low and vget_high implemented as shuffles). | Bob Wilson |
| 2011-01-07 | Add ARM patterns to match EXTRACT_SUBVECTOR nodes. | Bob Wilson |
| 2011-01-06 | PR8921: LDM/POP do not support interworking prior to v5t. | Bob Wilson |
| 2011-01-01 | Update the test | Anton Korobeynikov |
| 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-19 | move this test into the ARM test so that it is only run when the arm backend | Chris Lattner |
| 2010-12-18 | Fix result type of Neon floating-point comparisons against zero. | Bob Wilson |
| 2010-12-17 | During local stack slot allocation, the materializeFrameBaseRegister function | Bill Wendling |
| 2010-12-17 | Fix a DAGCombiner crash when folding binary vector operations with constant | Bob Wilson |
| 2010-12-17 | Combine several vector-related DAGCombiner tests. | Bob Wilson |
| 2010-12-17 | Fix crash compiling a QQQQ REG_SEQUENCE for a Neon vld3_lane operation. | Bob Wilson |
| 2010-12-16 | 1. ARM/MC/ELF: A few more ELF relocs for .o | Jason W Kim |
| 2010-12-15 | Don't handle -arm-long-calls in fast isel for now. | Eric Christopher |
| 2010-12-15 | Add Neon VCVT instructions for f32 <-> f16 conversions. | Bob Wilson |
| 2010-12-14 | bfi A, (and B, C1), C2) -> bfi A, B, C2 iff C1 & C2 == C1. rdar://8458663 | Evan Cheng |
| 2010-12-14 | fix fixme case typo :-) | Jason W Kim |
| 2010-12-13 | First cut of ARM/MC/ELF PIC relocations. | Jason W Kim |
| 2010-12-11 | (or (and (shl A, #shamt), mask), B) => ARMbfi B, A, ~mask where lsb(mask) == ... | Evan Cheng |
| 2010-12-10 | Add float patterns for Neon vld1-lane/dup and vst1-lane operations. | Bob Wilson |
| 2010-12-10 | Fix some invalid alignments for Neon vld-dup and vld/st-lane instructions. | Bob Wilson |
| 2010-12-09 | ARM stm/ldm instructions require more than one register in the register list. | Jim Grosbach |
| 2010-12-08 | ARM/MC/ELF TPsoft is now a proper pseudo inst. | Jason W Kim |
| 2010-12-07 | Fix a bad prologue / epilogue codegen bug where the compiler would emit illegal | Evan Cheng |
| 2010-12-06 | If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag... | Devang Patel |
| 2010-12-05 | Making use of VFP / NEON floating point multiply-accumulate / subtraction is | Evan Cheng |