| Age | Commit message (Expand) | Author |
| 2010-10-06 | Change the NEON VDUPfdf and VDUPfqf pseudo-instructions to actually be | Jim Grosbach |
| 2010-10-06 | Add a 'pattern' arg to the ARM PseudoNeonI class. | Jim Grosbach |
| 2010-10-06 | target operand flag values aren't a bitmask | Jim Grosbach |
| 2010-10-06 | - Add TargetInstrInfo::getOperandLatency() to compute operand latencies. This | Evan Cheng |
| 2010-10-06 | replace stuff like: | Chris Lattner |
| 2010-10-05 | Comment out fastisel debugging message. | Eric Christopher |
| 2010-10-05 | Random cleanup and make the intermediate register in fptosi a | Eric Christopher |
| 2010-10-05 | Increase the number of bits used internally by the ARM target to represent the | Jim Grosbach |
| 2010-10-05 | fix MSVC 2010 build. | Michael J. Spencer |
| 2010-10-05 | Cleanup Whitespace. | Michael J. Spencer |
| 2010-10-03 | Jim Asked us to move DataLayout on ARM back to the most specialized classes. Do | Rafael Espindola |
| 2010-10-03 | Major changes to Cortex-A9 itinerary. | Evan Cheng |
| 2010-10-02 | Start on lowering global addresses. | Eric Christopher |
| 2010-10-01 | PrintSpecial() can go away now. | Jim Grosbach |
| 2010-10-01 | Stub out constant GV handling, fixes C++ eh tests. | Eric Christopher |
| 2010-10-01 | Nuke the rest of the :comment references | Jim Grosbach |
| 2010-10-01 | Nuke a bunch of no-longer-needed comment-only asm strings. | Jim Grosbach |
| 2010-10-01 | Fix r115332: correctly model AGU / NEON mux. | Evan Cheng |
| 2010-10-01 | Thread the determination of branch prediction hit rates back through the if-c... | Owen Anderson |
| 2010-10-01 | Rename the AsmPrinter directory to InstPrinter for those targets that have | Jim Grosbach |
| 2010-10-01 | Fix scheduling infor for vmovn and vshrn which I broke accidentially. | Evan Cheng |
| 2010-10-01 | Add operand cycles for vldr / vstr. | Evan Cheng |
| 2010-10-01 | Direct calls only for arm fast isel for now. | Eric Christopher |
| 2010-10-01 | NEON scheduling info fix. vmov reg, reg are single cycle instructions. | Evan Cheng |
| 2010-10-01 | Fix thinko on store instructions. Fixes test_indvars failure. | Eric Christopher |
| 2010-10-01 | Make the spelling of the flags for old-style if-conversion heuristics consist... | Owen Anderson |
| 2010-10-01 | Provide an option to restore old-style if-conversion heuristics for Thumb2. | Owen Anderson |
| 2010-10-01 | Per Cortex-A9 pipeline diagram. AGU (core load / store issue) and NEON/FP iss... | Evan Cheng |
| 2010-10-01 | grammar | Jim Grosbach |
| 2010-10-01 | Implement double return values in calls. Fixes | Eric Christopher |
| 2010-09-30 | Temporarily add a flag to make it easier to compare the new-style ARM if | Owen Anderson |
| 2010-09-30 | Movement and cleanup. | Eric Christopher |
| 2010-09-30 | Start of generalized call support for ARM fast isel. | Eric Christopher |
| 2010-09-30 | Nuke a few more unused asm strings | Jim Grosbach |
| 2010-09-30 | Move getPointerSize() to the base class since it's not dependent on MachO | Jim Grosbach |
| 2010-09-30 | Remove extraneous ';' | Jim Grosbach |
| 2010-09-30 | The asm strings are never used at all, so just nuke 'em entirely. | Jim Grosbach |
| 2010-09-30 | Adds getPointerSize() to the AsmBackend which will be needed by the final patch | Kevin Enderby |
| 2010-09-30 | 80 column fix | Jim Grosbach |
| 2010-09-30 | Fix two tiny issues (ARM does not need COFF) and comment sanity. | Jason W Kim |
| 2010-09-30 | trailing whitespace | Jim Grosbach |
| 2010-09-30 | Remove misplaced ';'. Make buildbots happy, hopefully. | Jim Grosbach |
| 2010-09-30 | Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile() | Jason W Kim |
| 2010-09-30 | Go ahead and jump! | Jim Grosbach |
| 2010-09-30 | I added a new file ARMAsmBackend which stubs out in similar ways to | Jason W Kim |
| 2010-09-30 | Now that the pseudos that needed this are all custom lowered, we can go back | Jim Grosbach |
| 2010-09-30 | Nuke it from orbit. It's the only way to be sure. | Jim Grosbach |
| 2010-09-30 | ARM instruction itinerary fixes: | Evan Cheng |
| 2010-09-29 | Refactor arm fast isel libcall handling so that pieces can be used | Eric Christopher |
| 2010-09-29 | Model Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC, CMN, MVN, or CMP | Evan Cheng |