summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/AArch64CollectLOH.cpp
Commit message (Expand)AuthorAgeFilesLines
* AArch64: support arm64_32, an ILP32 slice for watchOS.Tim Northover2019-09-121-3/+19
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-18/+22
* Revert "[CodeGen] Move printing '\n' from MachineInstr::print to MachineBasic...Francis Visoiu Mistrih2018-02-191-28/+16
* [CodeGen] Move printing '\n' from MachineInstr::print to MachineBasicBlock::p...Francis Visoiu Mistrih2018-02-081-16/+28
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-151-1/+1
* Remove redundant includes from lib/Target/AArch64.Michael Zolotukhin2017-12-131-4/+0
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-1/+1
* AArch64CollectLOH: Rewrite as block-local analysis.Matthias Braun2017-01-061-842/+281
* Revert "AArch64CollectLOH: Rewrite as block-local analysis."Matthias Braun2016-12-171-279/+841
* AArch64CollectLOH: Rewrite as block-local analysis.Matthias Braun2016-12-171-841/+279
* Revert "AArch64CollectLOH: Rewrite as block-local analysis."Matthias Braun2016-12-131-279/+841
* AArch64CollectLOH: Rewrite as block-local analysis.Matthias Braun2016-12-031-841/+279
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-3/+1
* Replace incorrect "#ifdef DEBUG" with "#ifndef NDEBUG".James Y Knight2016-08-301-11/+15
* MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun2016-08-251-1/+1
* [AArch64] Register passes so they can be run by llcDiana Picus2016-08-011-4/+0
* Fix an ordering problem in r274431Manman Ren2016-07-051-1/+1
* Use arrays or initializer lists to feed ArrayRefs instead of SmallVector wher...Benjamin Kramer2016-07-021-11/+4
* Add optimization bisect opt-in calls for AArch64 passesAndrew Kaylor2016-04-251-0/+3
* Add MachineFunctionProperty checks for AllVRegsAllocated for target passesDerek Schuff2016-04-041-0/+5
* [AArch64][CollectLOH] Remove an invalid assertion and add a test case exposin...Quentin Colombet2015-08-311-3/+11
* [AArch64][CollectLOH] Fix a regression that prevented us to detect chains ofQuentin Colombet2015-08-271-2/+6
* Make this less error prone by using a #define. NFC.Chad Rosier2015-08-051-5/+5
* Change range-based for-loops to be -Wrange-loop-analysis clean.Richard Trieu2015-04-151-1/+1
* Constify AArch64CollectLOH.cpp. NFCPete Cooper2015-03-111-7/+7
* Clean up some uses of getSubtarget in AArch64.Eric Christopher2015-01-301-2/+1
* Migrate AArch64 except for TTI and AsmPrinter away from getSubtargetImpl.Eric Christopher2015-01-281-7/+4
* AArch64: use std::fill instead of memsetDylan Noblesmith2014-08-261-1/+1
* Revert "AArch64: use std::vector for temp array"Dylan Noblesmith2014-08-261-4/+5
* AArch64: unique_ptr-ify map structuresDylan Noblesmith2014-08-251-26/+9
* AArch64: use std::vector for temp arrayDylan Noblesmith2014-08-251-5/+4
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-4/+5
* Run sort_includes.py on the AArch64 backend.Benjamin Kramer2014-07-251-4/+4
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-241-0/+1117
OpenPOWER on IntegriCloud