summaryrefslogtreecommitdiff
path: root/lib/Target/AArch64/AArch64CollectLOH.cpp
AgeCommit message (Expand)Author
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-02-19Revert "[CodeGen] Move printing '\n' from MachineInstr::print to MachineBasic...Francis Visoiu Mistrih
2018-02-08[CodeGen] Move printing '\n' from MachineInstr::print to MachineBasicBlock::p...Francis Visoiu Mistrih
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun
2017-12-13Remove redundant includes from lib/Target/AArch64.Michael Zolotukhin
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-01-06AArch64CollectLOH: Rewrite as block-local analysis.Matthias Braun
2016-12-17Revert "AArch64CollectLOH: Rewrite as block-local analysis."Matthias Braun
2016-12-17AArch64CollectLOH: Rewrite as block-local analysis.Matthias Braun
2016-12-13Revert "AArch64CollectLOH: Rewrite as block-local analysis."Matthias Braun
2016-12-03AArch64CollectLOH: Rewrite as block-local analysis.Matthias Braun
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini
2016-08-30Replace incorrect "#ifdef DEBUG" with "#ifndef NDEBUG".James Y Knight
2016-08-25MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun
2016-08-01[AArch64] Register passes so they can be run by llcDiana Picus
2016-07-05Fix an ordering problem in r274431Manman Ren
2016-07-02Use arrays or initializer lists to feed ArrayRefs instead of SmallVector wher...Benjamin Kramer
2016-04-25Add optimization bisect opt-in calls for AArch64 passesAndrew Kaylor
2016-04-04Add MachineFunctionProperty checks for AllVRegsAllocated for target passesDerek Schuff
2015-08-31[AArch64][CollectLOH] Remove an invalid assertion and add a test case exposin...Quentin Colombet
2015-08-27[AArch64][CollectLOH] Fix a regression that prevented us to detect chains ofQuentin Colombet
2015-08-05Make this less error prone by using a #define. NFC.Chad Rosier
2015-04-15Change range-based for-loops to be -Wrange-loop-analysis clean.Richard Trieu
2015-03-11Constify AArch64CollectLOH.cpp. NFCPete Cooper
2015-01-30Clean up some uses of getSubtarget in AArch64.Eric Christopher
2015-01-28Migrate AArch64 except for TTI and AsmPrinter away from getSubtargetImpl.Eric Christopher
2014-08-26AArch64: use std::fill instead of memsetDylan Noblesmith
2014-08-26Revert "AArch64: use std::vector for temp array"Dylan Noblesmith
2014-08-25AArch64: unique_ptr-ify map structuresDylan Noblesmith
2014-08-25AArch64: use std::vector for temp arrayDylan Noblesmith
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher
2014-07-25Run sort_includes.py on the AArch64 backend.Benjamin Kramer
2014-05-24AArch64/ARM64: move ARM64 into AArch64's placeTim Northover