aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/AArch64
AgeCommit message (Expand)Author
2017-10-03[release_50] Merging r313916Renato Golin
2017-09-29Merging r314252:Tom Stellard
2017-09-29Merging r314251:Tom Stellard
2017-09-29Merging r311599:Tom Stellard
2017-08-18Merging r310066:Hans Wennborg
2017-08-02Merging r309744:Hans Wennborg
2017-08-01Merging r309495:Hans Wennborg
2017-07-31Merging r309323:Hans Wennborg
2017-07-26Merging r308950:Hans Wennborg
2017-07-18[AArch64] Adjust the feature set for Exynos M2Evandro Menezes
2017-07-18[COFF, ARM64] Reserve X18 register by defaultMandeep Singh Grang
2017-07-18[AArch64][Falkor] Avoid HW prefetcher tag collisions (step 2)Geoff Berry
2017-07-18[globalisel][tablegen] Enable the import of rules involving fma.Daniel Sanders
2017-07-18[AArch64] Use 16 bytes as preferred function alignment on Cortex-A73.Florian Hahn
2017-07-17[COFF, ARM64] Correct the data layout string for COFF ARM64 targetMandeep Singh Grang
2017-07-17[AArch64][Falkor] Address some stylistic review comments. NFC.Geoff Berry
2017-07-17[AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as wellMartin Storsjo
2017-07-17Avoid store merge to f128 in context of noimpiccitfloat NFCI.Nirav Dave
2017-07-17[COFF, ARM64] Add initial relocation typesMandeep Singh Grang
2017-07-16fix typos in comments; NFCHiroshi Inoue
2017-07-14[AArch64] Avoid selecting XZR inline ASM memory operandYi Kong
2017-07-14[AArch64][Falkor] Avoid HW prefetcher tag collisions (step 1)Geoff Berry
2017-07-14Add a set of comments explaining why getSubtargetImpl() is deleted on these t...Eric Christopher
2017-07-13[AArch64] Implement support for windows style vararg functionsMartin Storsjo
2017-07-13[AArch64] Enable the mnemonic spell checkerSjoerd Meijer
2017-07-13[AArch64] Add an SVE target feature to the backend and TargetParser.Amara Emerson
2017-07-13[AArch64] Add preliminary support for ARMv8.1 SUB/AND atomicsMatthew Simpson
2017-07-13[MIR] Add support for printing and parsing target MMO flagsGeoff Berry
2017-07-12[AArch64] Only run macro fusion for CPUs with any fusion support.Florian Hahn
2017-07-12[AArch64] Add AArch64Subtarget::isFusion function.Florian Hahn
2017-07-12GlobalISel: Handle selection of G_IMPLICIT_DEF in AArch64Justin Bogner
2017-07-11Fully fix the movw/movt addend.Rafael Espindola
2017-07-11 [AArch64] Remove unused IsDarwin & IsNotDarwin predicates (NFCI). Florian Hahn
2017-07-11[globalisel][tablegen] Correct matching of intrinsic ID's.Daniel Sanders
2017-07-10Doxygen formatting. NFCIJoel Jones
2017-07-08[AArch64] Fix -Wimplicit-fallthrough warnings. NFCI.Simon Pilgrim
2017-07-07Fix some more -Wimplicit-fallthrough warnings. NFCI.Simon Pilgrim
2017-07-07[AArch64] Fix -Wimplicit-fallthrough warnings. NFCI.Simon Pilgrim
2017-07-07[AArch64] Use 16 bytes as preferred function alignment on Cortex-A57.Florian Hahn
2017-07-07[AArch64] Use 16 bytes as preferred function alignment on Cortex-A72.Florian Hahn
2017-07-07LiveRegUnits: Rename accumulateBackward()->accumulate()Matthias Braun
2017-07-06[COFF, AArch64] Set the private label prefix to .LMartin Storsjo
2017-07-06[GISel]: Enhance the MachineIRBuilder APIAditya Nandakumar
2017-07-06Doxygen formatting. NFCIJoel Jones
2017-07-04[globalisel][tablegen] Partially fix compile-time regressions by converting m...Daniel Sanders
2017-07-03fix trivial typos in comments; NFCHiroshi Inoue
2017-06-30Rename and adjust processFixupValue.Rafael Espindola
2017-06-30GlobalISel: add G_IMPLICIT_DEF instruction.Tim Northover
2017-06-30Make 0 argument getSubtargetImpl functions for the X86, AArch64, and PPC targ...Eric Christopher
2017-06-29[AArch64] Silence an unused variable warning in Release builds. NFC.Chad Rosier