Fixes the issue of removing manually added fake conditional branches
[oota-llvm.git] / lib / Target / AArch64 / AArch64CollectLOH.cpp
2015-08-31 Quentin Colombet[AArch64][CollectLOH] Remove an invalid assertion and...
2015-08-27 Quentin Colombet[AArch64][CollectLOH] Fix a regression that prevented...
2015-08-05 Chad RosierMake this less error prone by using a #define. NFC.
2015-04-15 Richard TrieuChange range-based for-loops to be -Wrange-loop-analysi...
2015-03-11 Pete CooperConstify AArch64CollectLOH.cpp. NFC
2015-01-30 Eric ChristopherClean up some uses of getSubtarget in AArch64.
2015-01-28 Eric ChristopherMigrate AArch64 except for TTI and AsmPrinter away...
2014-08-26 Dylan NoblesmithAArch64: use std::fill instead of memset
2014-08-26 Dylan NoblesmithRevert "AArch64: use std::vector for temp array"
2014-08-25 Dylan NoblesmithAArch64: unique_ptr-ify map structures
2014-08-25 Dylan NoblesmithAArch64: use std::vector for temp array
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-25 Benjamin KramerRun sort_includes.py on the AArch64 backend.
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place