| Commit message (Expand) | Author | Age | Files | Lines |
* | Sorry, several patches in one. | Evan Cheng | 2011-01-20 | 1 | -0/+10 |
* | Fix the ARM IIC_iCMPsi itinerary and add an important assert. | Andrew Trick | 2011-01-04 | 1 | -1/+2 |
* | Fix an obvious cut-n-paste error. | Evan Cheng | 2010-12-08 | 1 | -2/+2 |
* | Add support for NEON VLD3-dup instructions. | Bob Wilson | 2010-11-30 | 1 | -0/+18 |
* | Add support for NEON VLD3-dup instructions. | Bob Wilson | 2010-11-29 | 1 | -0/+18 |
* | Fix copy-and-paste errors in VLD2-dup scheduling itineraries. | Bob Wilson | 2010-11-29 | 1 | -2/+2 |
* | Add support for NEON VLD2-dup instructions. | Bob Wilson | 2010-11-28 | 1 | -0/+18 |
* | Add NEON VLD1-dup instructions (load 1 element to all lanes). | Bob Wilson | 2010-11-27 | 1 | -0/+18 |
* | Fix incorrect scheduling itineraries for NEON vld1/vst1 instructions. | Bob Wilson | 2010-11-27 | 1 | -4/+4 |
* | Conditional moves are slightly more expensive than moves. | Evan Cheng | 2010-11-13 | 1 | -0/+4 |
* | Fix preload instruction isel. Only v7 supports pli, and only v7 with mp exten... | Evan Cheng | 2010-11-03 | 1 | -0/+4 |
* | Modify scheduling itineraries to correct instruction latencies (not operand | Evan Cheng | 2010-11-03 | 1 | -77/+77 |
* | Add NEON VST1-lane instructions. Partial fix for Radar 8599955. | Bob Wilson | 2010-11-02 | 1 | -0/+18 |
* | Add NEON VLD1-lane instructions. Partial fix for Radar 8599955. | Bob Wilson | 2010-11-01 | 1 | -0/+18 |
* | Fix fpscr <-> GPR latency info. | Evan Cheng | 2010-10-29 | 1 | -1/+2 |
* | Re-commit 117518 and 117519 now that ARM MC test failures are out of the way. | Evan Cheng | 2010-10-28 | 1 | -2/+2 |
* | Revert 117518 and 117519 for now. They changed scheduling and cause MC tests ... | Evan Cheng | 2010-10-28 | 1 | -2/+2 |
* | - Assign load / store with shifter op address modes the right itinerary classes. | Evan Cheng | 2010-10-28 | 1 | -2/+2 |
* | putback r116983 and fix simple-fp-encoding.ll tests | Andrew Trick | 2010-10-21 | 1 | -4/+4 |
* | Revert r116983, which is breaking all the buildbots. | Owen Anderson | 2010-10-21 | 1 | -4/+4 |
* | Add missing scheduling itineraries for transfers between core registers and V... | Evan Cheng | 2010-10-21 | 1 | -4/+4 |
* | Limit load / store issues (at least until we have a true multi-issue aware sc... | Evan Cheng | 2010-10-13 | 1 | -107/+158 |
* | More ARM scheduling itinerary fixes. | Evan Cheng | 2010-10-11 | 1 | -372/+439 |
* | Proper VST scheduling itineraries. | Evan Cheng | 2010-10-11 | 1 | -7/+131 |
* | Add VLD4 scheduling itineraries. | Evan Cheng | 2010-10-09 | 1 | -5/+27 |
* | Finish vld3 and vld4. | Evan Cheng | 2010-10-09 | 1 | -5/+27 |
* | Correct some load / store instruction itinerary mistakes: | Evan Cheng | 2010-10-09 | 1 | -45/+175 |
* | Model operand cycles of vldm / vstm; also fixes scheduling itineraries of vld... | Evan Cheng | 2010-10-07 | 1 | -4/+18 |
* | - Add TargetInstrInfo::getOperandLatency() to compute operand latencies. This | Evan Cheng | 2010-10-06 | 1 | -8/+40 |
* | Major changes to Cortex-A9 itinerary. | Evan Cheng | 2010-10-03 | 1 | -211/+251 |
* | Fix r115332: correctly model AGU / NEON mux. | Evan Cheng | 2010-10-01 | 1 | -133/+266 |
* | Add operand cycles for vldr / vstr. | Evan Cheng | 2010-10-01 | 1 | -4/+9 |
* | NEON scheduling info fix. vmov reg, reg are single cycle instructions. | Evan Cheng | 2010-10-01 | 1 | -5/+19 |
* | Per Cortex-A9 pipeline diagram. AGU (core load / store issue) and NEON/FP iss... | Evan Cheng | 2010-10-01 | 1 | -151/+232 |
* | ARM instruction itinerary fixes: | Evan Cheng | 2010-09-30 | 1 | -82/+135 |
* | Model Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC, CMN, MVN, or CMP | Evan Cheng | 2010-09-29 | 1 | -21/+48 |
* | Separate itinerary classes for mvn from mov; for tst / teq from cmp / cmn. | Evan Cheng | 2010-09-29 | 1 | -3/+15 |
* | Assign bitwise binary instructions different itinerary classes from ALU instr... | Evan Cheng | 2010-09-29 | 1 | -0/+7 |
* | Add support to model pipeline bypass / forwarding. | Evan Cheng | 2010-09-28 | 1 | -1/+1 |
* | Fix IIC_iEXTAr itinerary class of Cortex-A9. | Evan Cheng | 2010-09-25 | 1 | -1/+1 |
* | Remove a unused instruction itinerary class. | Evan Cheng | 2010-09-25 | 1 | -1/+0 |
* | Fix zero and sign extension instructions scheduling itineraries. | Evan Cheng | 2010-09-25 | 1 | -0/+4 |
* | More pseudo instruction scheduling itinerary fixes. | Evan Cheng | 2010-09-24 | 1 | -1/+7 |
* | Fix scheduling itinerary for pseudo mov immediate instructions which expand i... | Evan Cheng | 2010-09-24 | 1 | -0/+2 |
* | Fix LDM_RET schedule itinery. | Evan Cheng | 2010-09-08 | 1 | -0/+6 |
* | minor housekeeping cleanup: 80-column, trailing whitespace, spelling, etc.. N... | Jim Grosbach | 2010-06-28 | 1 | -25/+25 |
* | Some A9 load/store cleanups | Anton Korobeynikov | 2010-05-29 | 1 | -41/+23 |
* | Some rough approximations for load/stores on A9 | Anton Korobeynikov | 2010-05-29 | 1 | -0/+59 |
* | NEON/VFP stuff can be issued only via Pipe1 on A9 | Anton Korobeynikov | 2010-05-29 | 1 | -87/+87 |
* | Add some integer instruction itineraries for A9 | Anton Korobeynikov | 2010-05-29 | 1 | -0/+55 |