summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/AArch64CollectLOH.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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