summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMScheduleA9.td
Commit message (Expand)AuthorAge
* Cortex-A9 latency fixes (w/ -schedmodel only).Andrew Trick2012-09-21
* Cortex-A9 instruction-level scheduling machine model.Andrew Trick2012-09-14
* Added MispredictPenalty to SchedMachineModel.Andrew Trick2012-08-08
* I'm introducing a new machine model to simultaneously allow simpleAndrew Trick2012-07-07
* Reapply "Make NumMicroOps a variable in the subtarget's instruction itinerary."Andrew Trick2012-07-02
* Revert "Make NumMicroOps a variable in the subtarget's instruction itinerary."Andrew Trick2012-06-29
* Make NumMicroOps a variable in the subtarget's instruction itinerary.Andrew Trick2012-06-29
* ARM itinerary properties.Andrew Trick2012-06-05
* Fix a number of problems with ARM fused multiply add/subtract instructions.Evan Cheng2012-04-11
* Improvements for the Cortex-A9 scheduling itineraries.Bob Wilson2011-04-19
* Change A9 scheduling itineraries VLD* / VST* entries default to "aligned". ThatEvan Cheng2011-04-19
* Sorry, several patches in one.Evan Cheng2011-01-20
* Fix the ARM IIC_iCMPsi itinerary and add an important assert.Andrew Trick2011-01-04
* Fix an obvious cut-n-paste error.Evan Cheng2010-12-08
* Add support for NEON VLD3-dup instructions.Bob Wilson2010-11-30
* Add support for NEON VLD3-dup instructions.Bob Wilson2010-11-29
* Fix copy-and-paste errors in VLD2-dup scheduling itineraries.Bob Wilson2010-11-29
* Add support for NEON VLD2-dup instructions.Bob Wilson2010-11-28
* Add NEON VLD1-dup instructions (load 1 element to all lanes).Bob Wilson2010-11-27
* Fix incorrect scheduling itineraries for NEON vld1/vst1 instructions.Bob Wilson2010-11-27
* Conditional moves are slightly more expensive than moves.Evan Cheng2010-11-13
* Fix preload instruction isel. Only v7 supports pli, and only v7 with mp exten...Evan Cheng2010-11-03
* Modify scheduling itineraries to correct instruction latencies (not operandEvan Cheng2010-11-03
* Add NEON VST1-lane instructions. Partial fix for Radar 8599955.Bob Wilson2010-11-02
* Add NEON VLD1-lane instructions. Partial fix for Radar 8599955.Bob Wilson2010-11-01
* Fix fpscr <-> GPR latency info.Evan Cheng2010-10-29
* Re-commit 117518 and 117519 now that ARM MC test failures are out of the way.Evan Cheng2010-10-28
* Revert 117518 and 117519 for now. They changed scheduling and cause MC tests ...Evan Cheng2010-10-28
* - Assign load / store with shifter op address modes the right itinerary classes.Evan Cheng2010-10-28
* putback r116983 and fix simple-fp-encoding.ll testsAndrew Trick2010-10-21
* Revert r116983, which is breaking all the buildbots.Owen Anderson2010-10-21
* Add missing scheduling itineraries for transfers between core registers and V...Evan Cheng2010-10-21
* Limit load / store issues (at least until we have a true multi-issue aware sc...Evan Cheng2010-10-13
* More ARM scheduling itinerary fixes.Evan Cheng2010-10-11
* Proper VST scheduling itineraries.Evan Cheng2010-10-11
* Add VLD4 scheduling itineraries.Evan Cheng2010-10-09
* Finish vld3 and vld4.Evan Cheng2010-10-09
* Correct some load / store instruction itinerary mistakes:Evan Cheng2010-10-09
* Model operand cycles of vldm / vstm; also fixes scheduling itineraries of vld...Evan Cheng2010-10-07
* - Add TargetInstrInfo::getOperandLatency() to compute operand latencies. ThisEvan Cheng2010-10-06
* Major changes to Cortex-A9 itinerary.Evan Cheng2010-10-03
* Fix r115332: correctly model AGU / NEON mux.Evan Cheng2010-10-01
* Add operand cycles for vldr / vstr.Evan Cheng2010-10-01
* NEON scheduling info fix. vmov reg, reg are single cycle instructions.Evan Cheng2010-10-01
* Per Cortex-A9 pipeline diagram. AGU (core load / store issue) and NEON/FP iss...Evan Cheng2010-10-01
* ARM instruction itinerary fixes:Evan Cheng2010-09-30
* Model Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC, CMN, MVN, or CMPEvan Cheng2010-09-29
* Separate itinerary classes for mvn from mov; for tst / teq from cmp / cmn.Evan Cheng2010-09-29
* Assign bitwise binary instructions different itinerary classes from ALU instr...Evan Cheng2010-09-29
* Add support to model pipeline bypass / forwarding.Evan Cheng2010-09-28