summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* This option allows selecting the TLS size in the local exec TLS model,KAWASHIMA Takahiro2020-01-131-0/+11
* [NFC][AArch64] Fix typo.Nate Voorhies2019-12-131-1/+1
* ExecutionEngine: add preliminary support for COFF ARM64Adam Kallai2019-11-201-1/+4
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-0/+1
* [AArch64] Move the branch relaxation pass after BTI insertionMomchil Velikov2019-11-061-3/+4
* Add Windows Control Flow Guard checks (/guard:cf).Andrew Paverd2019-10-281-0/+9
* [AArch64] Don't implicitly enable global isel on Darwin if code-model==large.Lang Hames2019-09-181-2/+4
* AArch64: support arm64_32, an ILP32 slice for watchOS.Tim Northover2019-09-121-2/+8
* GlobalISel: add combiner to form indexed loads.Tim Northover2019-09-091-1/+2
* [AArch64][GlobalISel] Enable the localizer for optimized builds.Amara Emerson2019-09-061-3/+1
* MemTag: unchecked load/store optimization.Evgeniy Stepanov2019-08-301-0/+3
* MemTag: stack initializer merging.Evgeniy Stepanov2019-08-191-1/+2
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-4/+4
* Basic MTE stack tagging instrumentation.Evgeniy Stepanov2019-07-171-0/+3
* [AArch64] Merge globals when optimising for sizeSjoerd Meijer2019-06-121-1/+14
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-111-1/+1
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-101-1/+1
* [AArch64] Create a TargetInfo header. NFCRichard Trieu2019-05-141-0/+1
* [GlobalISel] Introduce a CSEConfigBase class to allow targets to define their...Amara Emerson2019-04-151-0/+7
* [COFF, ARM64] Don't put jump table into a separate COFF section for EK_LabelD...Martin Storsjo2019-01-291-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Introduce control flow speculation tracking pass for AArch64Kristof Beyls2018-12-181-0/+11
* [AArch64] Re-run load/store optimizer after aggressive tail duplicationAlexandros Lamprineas2018-12-171-0/+6
* [Targets] Add errors for tiny and kernel codemodel on targets that don't supp...David Green2018-12-071-4/+4
* [GlobalISel] Make EnableGlobalISel always set when GISel is enabledPetr Pavlu2018-11-291-1/+3
* Subject: [PATCH] [CodeGen] Add pass to combine interleaved loads.Martin Elshuber2018-11-191-1/+3
* [AArch64] [Windows] Address post-commit review comment on r346358.Eli Friedman2018-11-071-1/+2
* [AArch64] [Windows] Trap after noreturn calls.Eli Friedman2018-11-071-0/+10
* AArch64: add a pass to compress jump-table entries when possible.Tim Northover2018-10-241-0/+8
* [AArch64][v8.5A] Branch Target Identification code-generation passOliver Stannard2018-10-081-0/+9
* Re-commit: [globalisel] Add a combiner helpers for extending loads and use th...Daniel Sanders2018-10-031-0/+6
* Revert: r343521 and r343541: [globalisel] Add a combiner helpers for extendin...Daniel Sanders2018-10-011-6/+0
* [globalisel] Add a combiner helpers for extending loads and use them in a pre...Daniel Sanders2018-10-011-0/+6
* [AArch64] Add Tiny Code Model for AArch64David Green2018-08-221-6/+8
* Recommit "Enable MachineOutliner by default under -Oz for AArch64"Jessica Paquette2018-07-271-0/+3
* Revert "Enable MachineOutliner by default under -Oz for AArch64"Jessica Paquette2018-07-271-3/+0
* Enable MachineOutliner by default under -Oz for AArch64Jessica Paquette2018-07-271-0/+3
* [MachineOutliner] Define MachineOutliner support in TargetOptionsJessica Paquette2018-06-281-0/+3
* SelectionDAGBuilder, mach-o: Skip trap after noreturn call (for Mach-O)Matthias Braun2018-06-281-1/+3
* Revert r331816 and r331820 - [globalisel] Add a combiner helpers for extendin...Daniel Sanders2018-05-091-6/+0
* [globalisel] Add a combiner helpers for extending loads and use them in a pre...Daniel Sanders2018-05-081-0/+6
* MachO: trap unreachable instructionsTim Northover2018-04-131-0/+3
* Plumb useAA through TargetTransformInfo to remove Transforms->CodeGen header ...David Blaikie2018-03-281-1/+1
* Move TargetLoweringObjectFile from CodeGen to Target to fix layeringDavid Blaikie2018-03-231-1/+1
* Add a TargetOption to enable/disable GlobalISelVolkan Keles2018-01-171-6/+4
* [AArch64][GlobalISel] Enable GlobalISel at -O0 by defaultAmara Emerson2018-01-021-1/+1
* (Re-landing) Expose a TargetMachine::getTargetTransformInfo functionSanjoy Das2017-12-221-4/+3
* Revert "Expose a TargetMachine::getTargetTransformInfo function"Sanjoy Das2017-12-211-3/+4
* Expose a TargetMachine::getTargetTransformInfo functionSanjoy Das2017-12-211-4/+3
OpenPOWER on IntegriCloud