summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM64
Commit message (Expand)AuthorAgeFilesLines
* ARM64CollectLOH.cpp: Tweak \param. [-Wdocumentation]NAKAMURA Takumi2014-03-311-1/+1
* [ARM64] Fix materialization of an fp128 zero immediate. There currentlyChandler Carruth2014-03-311-2/+3
* [ARM64] Fix a heap-use-after-free spotted by ASan.Chandler Carruth2014-03-301-1/+1
* ARM64: uncopy/paste helper functionTim Northover2014-03-301-5/+4
* ARM64: remove unused variablesTim Northover2014-03-301-4/+0
* ARM64: override all the things.Tim Northover2014-03-307-149/+148
* Fix a few -Wdocumentation warningsDmitri Gribenko2014-03-294-13/+13
* Detemplatize LOHDirective.Benjamin Kramer2014-03-292-22/+25
* ARM64: Remove unused helper function, make others static.Benjamin Kramer2014-03-293-45/+6
* ARM64: format register strings without creating a local Twine.Tim Northover2014-03-291-5/+5
* ARM64: use 64-bit constant even on 32-bit machinesTim Northover2014-03-291-1/+1
* ARM64: change format specifier to work on 32-bit targetsTim Northover2014-03-291-1/+1
* [ARM64] Fix 'assert("...")' to be 'assert(0 && "...")'. Otherwise, it isChandler Carruth2014-03-293-3/+3
* ARM64: initial backend importTim Northover2014-03-2984-0/+58636
OpenPOWER on IntegriCloud