[AArch64]Enable the narrow ld promotion only on profitable microarchitectures
[oota-llvm.git] / lib / Target / AArch64 / AArch64LoadStoreOptimizer.cpp
2015-11-06 Jun Bum Lim[AArch64]Enable the narrow ld promotion only on profita...
2015-10-27 Jun Bum Lim[AArch64]Merge halfword loads into a 32-bit load
2015-10-23 James MolloyRevert "[AArch64]Merge halfword loads into a 32-bit...
2015-10-19 Jun Bum Lim[AArch64]Merge halfword loads into a 32-bit load
2015-10-01 Chad Rosier[AArch64] Deprecate a command-line option used for...
2015-10-01 Chad Rosier[AArch64] Hoist commonly failing check. NFC.
2015-10-01 Chad Rosier[AArch64] Rename variable to improve readability. NFC.
2015-10-01 Chad Rosier[AArch64] Update comment to reflect reality.
2015-09-30 Chad Rosier[AArch64] Remove an unnecessary restriction on pre...
2015-09-30 Chad Rosier[AArch64] Use helper function to improve readability...
2015-09-29 Chad Rosier[AArch64] Add support for pre- and post-index LDPSWs.
2015-09-29 Chad Rosier[AArch64] Add integer pre- and post-index halfword...
2015-09-29 Chad Rosier[AArch64] Scale offsets by the size of the memory opera...
2015-09-29 Chad Rosier[AArch64] Remove some redundant cases. NFC.
2015-09-25 Chad Rosier[AArch64] Add support for generating pre- and post...
2015-09-24 Chad Rosier[AArch64] Improve the readability of the ld/st optimiza...
2015-09-23 Chad Rosier[AArch64] Refactor pre- and post-index merge fuctions...
2015-09-03 Chad RosierRevert "[AArch64] Improve load/store optimizer to handl...
2015-09-03 Chad Rosier[AArch64] Improve load/store optimizer to handle LDUR...
2015-09-03 Chad Rosier[AArch64] Reuse MayLoad. NFC.
2015-08-26 Chad Rosier[AArch64] Remove a use-after-free when collecting stats.
2015-08-19 Renato GolinRevert "[AArch64] Simplify/refactor code to ease code...
2015-08-19 Chad Rosier[AArch64] Simplify/refactor code to ease code review...
2015-08-18 Chad Rosier[AArch64] Simplify the logic for computing in bounds...
2015-08-10 Chad Rosier[AArch64] Convert a conditional check that will always...
2015-08-10 Chad RosierTypo. Move comment closer to relevant code. NFC.
2015-08-07 Quentin Colombet[AArch64][LoadStoreOptimizer] Turn a test into an asser...
2015-08-06 Chad Rosier[AArch64] Use a static function and other minor cleanup...
2015-08-06 Chad Rosier[AArch64] Improve the readability of the ld/st optimiza...
2015-08-05 Chad Rosier[AArch64] Register (existing) AArch64LoadStoreOpt pass...
2015-08-05 Chad RosierUpdate comment. NFC.
2015-08-03 Pete CooperConvert some AArch64 code to foreach loops. NFC.
2015-07-22 Chad RosierSimplify switch as all cases other than default return...
2015-07-21 Chad RosierFollow up to r242810. NFC.
2015-07-21 Chad Rosier[AArch64] Simplify the passing of arguments. NFC.
2015-06-09 Chad Rosier[AArch64] Remove an overly conservative check when...
2015-05-21 Chad Rosier[AArch64] Enhance the load/store optimizer with target...
2015-05-18 Matthias BraunMachineInstr: Change return value of getOpcode() to...
2015-03-06 Quentin Colombet[AArch64][LoadStoreOptimizer] Generate LDP + SXTW inste...
2015-01-28 Eric ChristopherMigrate AArch64 except for TTI and AsmPrinter away...
2015-01-24 Quentin Colombet[AArch64][LoadStoreOptimizer] Form LDPSW when possible.
2014-08-11 Jim GrosbachAdd missing closing namespace comment.
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-25 Benjamin KramerRun sort_includes.py on the AArch64 backend.
2014-06-04 Tilmann Scheller[AArch64] clang-format the load/store optimizer.
2014-06-04 Tilmann Scheller[AArch64] Fix some LLVM Coding Standards violations...
2014-06-03 Tilmann Scheller[AArch64] Fix typo in load/store optimizer.
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place