index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
AArch64
/
AArch64TargetMachine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake: Make most target symbols hidden by default
Tom Stellard
2020-01-14
1
-1
/
+1
*
This option allows selecting the TLS size in the local exec TLS model,
KAWASHIMA Takahiro
2020-01-13
1
-0
/
+11
*
[NFC][AArch64] Fix typo.
Nate Voorhies
2019-12-13
1
-1
/
+1
*
ExecutionEngine: add preliminary support for COFF ARM64
Adam Kallai
2019-11-20
1
-1
/
+4
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[AArch64] Move the branch relaxation pass after BTI insertion
Momchil Velikov
2019-11-06
1
-3
/
+4
*
Add Windows Control Flow Guard checks (/guard:cf).
Andrew Paverd
2019-10-28
1
-0
/
+9
*
[AArch64] Don't implicitly enable global isel on Darwin if code-model==large.
Lang Hames
2019-09-18
1
-2
/
+4
*
AArch64: support arm64_32, an ILP32 slice for watchOS.
Tim Northover
2019-09-12
1
-2
/
+8
*
GlobalISel: add combiner to form indexed loads.
Tim Northover
2019-09-09
1
-1
/
+2
*
[AArch64][GlobalISel] Enable the localizer for optimized builds.
Amara Emerson
2019-09-06
1
-3
/
+1
*
MemTag: unchecked load/store optimization.
Evgeniy Stepanov
2019-08-30
1
-0
/
+3
*
MemTag: stack initializer merging.
Evgeniy Stepanov
2019-08-19
1
-1
/
+2
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-4
/
+4
*
Basic MTE stack tagging instrumentation.
Evgeniy Stepanov
2019-07-17
1
-0
/
+3
*
[AArch64] Merge globals when optimising for size
Sjoerd Meijer
2019-06-12
1
-1
/
+14
*
Revert CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-11
1
-1
/
+1
*
CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-10
1
-1
/
+1
*
[AArch64] Create a TargetInfo header. NFC
Richard Trieu
2019-05-14
1
-0
/
+1
*
[GlobalISel] Introduce a CSEConfigBase class to allow targets to define their...
Amara Emerson
2019-04-15
1
-0
/
+7
*
[COFF, ARM64] Don't put jump table into a separate COFF section for EK_LabelD...
Martin Storsjo
2019-01-29
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Introduce control flow speculation tracking pass for AArch64
Kristof Beyls
2018-12-18
1
-0
/
+11
*
[AArch64] Re-run load/store optimizer after aggressive tail duplication
Alexandros Lamprineas
2018-12-17
1
-0
/
+6
*
[Targets] Add errors for tiny and kernel codemodel on targets that don't supp...
David Green
2018-12-07
1
-4
/
+4
*
[GlobalISel] Make EnableGlobalISel always set when GISel is enabled
Petr Pavlu
2018-11-29
1
-1
/
+3
*
Subject: [PATCH] [CodeGen] Add pass to combine interleaved loads.
Martin Elshuber
2018-11-19
1
-1
/
+3
*
[AArch64] [Windows] Address post-commit review comment on r346358.
Eli Friedman
2018-11-07
1
-1
/
+2
*
[AArch64] [Windows] Trap after noreturn calls.
Eli Friedman
2018-11-07
1
-0
/
+10
*
AArch64: add a pass to compress jump-table entries when possible.
Tim Northover
2018-10-24
1
-0
/
+8
*
[AArch64][v8.5A] Branch Target Identification code-generation pass
Oliver Stannard
2018-10-08
1
-0
/
+9
*
Re-commit: [globalisel] Add a combiner helpers for extending loads and use th...
Daniel Sanders
2018-10-03
1
-0
/
+6
*
Revert: r343521 and r343541: [globalisel] Add a combiner helpers for extendin...
Daniel Sanders
2018-10-01
1
-6
/
+0
*
[globalisel] Add a combiner helpers for extending loads and use them in a pre...
Daniel Sanders
2018-10-01
1
-0
/
+6
*
[AArch64] Add Tiny Code Model for AArch64
David Green
2018-08-22
1
-6
/
+8
*
Recommit "Enable MachineOutliner by default under -Oz for AArch64"
Jessica Paquette
2018-07-27
1
-0
/
+3
*
Revert "Enable MachineOutliner by default under -Oz for AArch64"
Jessica Paquette
2018-07-27
1
-3
/
+0
*
Enable MachineOutliner by default under -Oz for AArch64
Jessica Paquette
2018-07-27
1
-0
/
+3
*
[MachineOutliner] Define MachineOutliner support in TargetOptions
Jessica Paquette
2018-06-28
1
-0
/
+3
*
SelectionDAGBuilder, mach-o: Skip trap after noreturn call (for Mach-O)
Matthias Braun
2018-06-28
1
-1
/
+3
*
Revert r331816 and r331820 - [globalisel] Add a combiner helpers for extendin...
Daniel Sanders
2018-05-09
1
-6
/
+0
*
[globalisel] Add a combiner helpers for extending loads and use them in a pre...
Daniel Sanders
2018-05-08
1
-0
/
+6
*
MachO: trap unreachable instructions
Tim Northover
2018-04-13
1
-0
/
+3
*
Plumb useAA through TargetTransformInfo to remove Transforms->CodeGen header ...
David Blaikie
2018-03-28
1
-1
/
+1
*
Move TargetLoweringObjectFile from CodeGen to Target to fix layering
David Blaikie
2018-03-23
1
-1
/
+1
*
Add a TargetOption to enable/disable GlobalISel
Volkan Keles
2018-01-17
1
-6
/
+4
*
[AArch64][GlobalISel] Enable GlobalISel at -O0 by default
Amara Emerson
2018-01-02
1
-1
/
+1
*
(Re-landing) Expose a TargetMachine::getTargetTransformInfo function
Sanjoy Das
2017-12-22
1
-4
/
+3
*
Revert "Expose a TargetMachine::getTargetTransformInfo function"
Sanjoy Das
2017-12-21
1
-3
/
+4
*
Expose a TargetMachine::getTargetTransformInfo function
Sanjoy Das
2017-12-21
1
-4
/
+3
[next]