| Age | Commit message (Expand) | Author |
| 2010-10-11 | Found a bug turning this on by default. Disable again for now. | Eric Christopher |
| 2010-10-11 | Remove now non-existent option. | Eric Christopher |
| 2010-10-09 | Correct some load / store instruction itinerary mistakes: | Evan Cheng |
| 2010-10-09 | Simplify test and move into a generic "crash" ll file. | Bill Wendling |
| 2010-10-09 | Check to make sure that the iterator isn't at the beginning of the basic block | Bill Wendling |
| 2010-10-08 | Change register allocation order for ARM VFP and NEON registers to put the | Bob Wilson |
| 2010-10-07 | Allow use of the 16-bit literal move instruction in CMOVs for ARM mode. | Jim Grosbach |
| 2010-10-06 | - Add TargetInstrInfo::getOperandLatency() to compute operand latencies. This | Evan Cheng |
| 2010-09-30 | Try again to disable critical edge splitting in CodeGenPrepare. | Jakob Stoklund Olesen |
| 2010-09-30 | Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile() | Jason W Kim |
| 2010-09-29 | Increase ARM APCS preferred alignment for i64 and f64 from 32 bits to 64 bits. | Bob Wilson |
| 2010-09-29 | do not compare actual branch labels; this may fix llvm-gcc-x86_64-darwin10-cr... | Gabor Greif |
| 2010-09-29 | improve heuristics to find the 'and' corresponding to 'tst' to also catch opp... | Gabor Greif |
| 2010-09-28 | Add a subtarget hook for reporting the misprediction penalty. Use this to pro... | Owen Anderson |
| 2010-09-28 | User proper libcall names & condcodes while compiling for ARM EABI. | Anton Korobeynikov |
| 2010-09-28 | Part one of switching to using a more sane heuristic for determining if-conve... | Owen Anderson |
| 2010-09-28 | Add a command line option "-arm-strict-align" to disallow unaligned memory | Bob Wilson |
| 2010-09-27 | Revert "Disable codegen prepare critical edge splitting. Machine instruction ... | Jakob Stoklund Olesen |
| 2010-09-27 | Explicitly disable CGP critical edge splitting for this test so it won't break | Jakob Stoklund Olesen |
| 2010-09-27 | Don't depend on basic block numbering. | Jakob Stoklund Olesen |
| 2010-09-24 | Enable code placement optimization pass for ARM. | Evan Cheng |
| 2010-09-23 | Set alignment operand for NEON VST instructions. | Bob Wilson |
| 2010-09-23 | Set alignment operand for NEON VLD instructions. | Bob Wilson |
| 2010-09-23 | Disable codegen prepare critical edge splitting. Machine instruction passes now | Evan Cheng |
| 2010-09-21 | OptimizeCompareInstr should avoid iterating pass the beginning of the MBB whe... | Evan Cheng |
| 2010-09-20 | Simplify ARM callee-saved register handling by removing the distinction | Jim Grosbach |
| 2010-09-17 | Add target-specific DAG combiner for BUILD_VECTOR and VMOVRRD. An i64 | Bob Wilson |
| 2010-09-17 | Teach the (non-MC) instruction printer to use the cannonical names for push/pop, | Jim Grosbach |
| 2010-09-17 | Update tests to handle MC-inst instruction printing of shift operations. The | Jim Grosbach |
| 2010-09-17 | FileCheck-ize | Jim Grosbach |
| 2010-09-17 | Move thumb2 tests to the thumb2 directory | Jim Grosbach |
| 2010-09-17 | tweak test to check instructions rather than relying on the comment string | Jim Grosbach |
| 2010-09-17 | tweak test to check instructions rather than relying on the comment string | Jim Grosbach |
| 2010-09-17 | tweak test to check instructions rather than relying on the comment string | Jim Grosbach |
| 2010-09-15 | Reapply Gabor's 113839, 113840, and 113876 with a fix for a problem | Bob Wilson |
| 2010-09-15 | the darwin9-powerpc buildbot keeps consistently crashing, | Gabor Greif |
| 2010-09-14 | forgot the testcase change for r113839 | Gabor Greif |
| 2010-09-14 | test for and-tst peephole optimization | Gabor Greif |
| 2010-09-13 | Re-apply r113679, which was reverted in r113720, which added a paid of new in... | Owen Anderson |
| 2010-09-12 | Revert 113679, it was causing an infinite loop in a testcase that I've sent | Eric Christopher |
| 2010-09-10 | Fix test so it passes on non-Darwin hosts. | Evan Cheng |
| 2010-09-10 | Fix merging base-updates for VLDM/VSTM: Before I switched these instructions | Bob Wilson |
| 2010-09-10 | Teach if-converter to be more careful with predicating instructions that would | Evan Cheng |
| 2010-09-08 | Remove ssp from this test. | Eric Christopher |
| 2010-09-03 | Replace NEON vabdl, vaba, and vabal intrinsics with combinations of the | Bob Wilson |
| 2010-09-02 | Fix an unnecessary XFAIL | Sandeep Patel |
| 2010-09-02 | Now that register allocation properly considers reserved regs, simplify the | Jim Grosbach |
| 2010-09-02 | Convert VLD1 and VLD2 instructions to use pseudo-instructions until | Bob Wilson |
| 2010-09-01 | Remove NEON vmull, vmlal, and vmlsl intrinsics, replacing them with multiply, | Bob Wilson |
| 2010-09-01 | temporarily revert r112664, it is causing a decoding conflict, and | Chris Lattner |