Fix comment typo (test commit). NFC
[oota-llvm.git] / lib / Target / AArch64 / AArch64LoadStoreOptimizer.cpp
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