Remove extra whitespace. NFC.
[oota-llvm.git] / lib / Target / AArch64 / AArch64ConditionOptimizer.cpp
2015-07-29 Tim NorthoverAArch64: use AddressingModes.h accessors for compare...
2015-07-28 Tim NorthoverAArch64: be careful of large immediates when optimising...
2015-05-18 Matthias BraunMachineInstr: Change return value of getOpcode() to...
2015-04-22 Pete Cooper[AArch64] Use MachineRegisterInfo instead of LiveInterv...
2015-01-28 Eric ChristopherMigrate AArch64 except for TTI and AsmPrinter away...
2014-10-31 Chad Rosier[AArch64] Check Dest Register Liveness in CondOpt pass.
2014-10-31 Chad Rosier[AArch64] CondOpt pass is missing FCMP instructions...
2014-09-05 Jiangning Liu[AArch64] Add pass to enable additional comparison...