summaryrefslogtreecommitdiff
path: root/lib/Target/AArch64/AArch64MachineFunctionInfo.h
AgeCommit message (Expand)Author
2018-07-30Remove trailing spaceFangrui Song
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl
2018-04-03[MachineOutliner] Keep track of fns that use a redzone in AArch64FunctionInfoJessica Paquette
2017-07-25[AArch64] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko
2017-01-06[AArch64, Lanai] Fix some Clang-tidy modernize and Include What You Use warni...Eugene Zelenko
2016-07-27[AArch64] Mark various *Info classes as 'final'. NFC.Ahmed Bougacha
2016-07-02Use arrays or initializer lists to feed ArrayRefs instead of SmallVector wher...Benjamin Kramer
2016-06-02[PEI, AArch64] Use empty spaces in stack area for local stack slot allocation.Geoff Berry
2016-03-14[AArch64] Break the dependency between FP and SP when possible.Chad Rosier
2016-02-01[AArch64] Simplify callee-save register save/restore. NFC.Geoff Berry
2015-12-16CXX_FAST_TLS calling convention: performance improvement for AArch64.Manman Ren
2015-07-29Fix typo "fuction" noticed in comments in AssumptionCache.h, and also all the...Nick Lewycky
2015-07-14WebAssembly: fix build breakage.JF Bastien
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2014-05-24AArch64/ARM64: move ARM64 into AArch64's placeTim Northover
2014-05-24AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover
2013-02-15AArch64: remove ConstantIsland pass & put literals in separate section.Tim Northover
2013-02-05Fix formatting in AArch64 backend.Tim Northover
2013-01-31Add AArch64 as an experimental target.Tim Northover