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
*
[COFF, ARM64] Add support for Windows ARM64 COFF format
Mandeep Singh Grang
2017-06-27
1
-0
/
+4
*
[AArch64] Prefer Bcc to CBZ/CBNZ/TBZ/TBNZ when NZCV flags can be set for "free".
Chad Rosier
2017-06-23
1
-0
/
+7
*
TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFC
Matthias Braun
2017-05-30
1
-3
/
+3
*
[AArch64][GlobalISel] Add the Localizer pass for the O0 pipeline
Quentin Colombet
2017-05-27
1
-1
/
+9
*
[AArch64] Make instruction fusion more aggressive.
Florian Hahn
2017-05-23
1
-1
/
+1
*
[globalisel][tablegen] Demote OptForSize/OptForMinSize/ForCodeSize to per-fun...
Daniel Sanders
2017-05-19
1
-5
/
+2
*
[LegacyPassManager] Remove TargetMachine constructors
Francis Visoiu Mistrih
2017-05-18
1
-2
/
+2
*
[AArch64] Remove AArch64AddressTypePromotion pass
Jun Bum Lim
2017-05-05
1
-9
/
+0
*
[AArch64] Move GISel accessor initialization from TargetMachine to Subtarget.
Quentin Colombet
2017-05-01
1
-55
/
+0
*
[globalisel][tablegen] Compute available feature bits correctly.
Daniel Sanders
2017-04-29
1
-2
/
+5
*
[globalisel][tablegen] Move <Target>InstructionSelector declarations to anony...
Daniel Sanders
2017-04-06
1
-2
/
+2
*
[CodeGenPrep] move aarch64-type-promotion to CGP
Jun Bum Lim
2017-04-03
1
-1
/
+1
*
[GlobalISel] Add a way for targets to enable GISel.
Ahmed Bougacha
2017-03-01
1
-0
/
+11
*
[AArch64] Add new target feature to fuse literal generation
Evandro Menezes
2017-02-01
1
-0
/
+14
*
[CodeGen] Move MacroFusion to the target
Evandro Menezes
2017-02-01
1
-1
/
+2
*
Re-commit: [globalisel] Tablegen-erate current Register Bank Information
Daniel Sanders
2017-01-19
1
-0
/
+2
*
[AArch64, Lanai] Fix some Clang-tidy modernize and Include What You Use warni...
Eugene Zelenko
2017-01-06
1
-8
/
+30
*
[GlobalISel] Drop workaround for Legalizer member/class sharing a name. NFC.
Ahmed Bougacha
2016-12-15
1
-1
/
+1
*
MachineScheduler: Export function to construct "default" scheduler.
Matthias Braun
2016-11-28
1
-0
/
+10
*
AArch64: Use DeadRegisterDefinitionsPass before regalloc.
Matthias Braun
2016-11-16
1
-3
/
+4
*
GlobalISel: Fix indentation. NFC
Diana Picus
2016-11-14
1
-1
/
+1
*
AArch64 ILP32 relocations for assembly and ELF
Joel Jones
2016-10-24
1
-3
/
+9
*
GlobalISel: rename legalizer components to match others.
Tim Northover
2016-10-14
1
-6
/
+6
*
GlobalISel: select G_GLOBAL_VALUE uses on AArch64.
Tim Northover
2016-10-10
1
-1
/
+1
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
1
-3
/
+3
*
[AArch64] Avoid generating indexed vector instructions for Exynos
Sebastian Pop
2016-10-08
1
-0
/
+2
*
Move AArch64BranchRelaxation to generic code
Matt Arsenault
2016-10-06
1
-2
/
+2
*
Revert "[AArch64] Use the reciprocal estimation machinery"
Evandro Menezes
2016-09-20
1
-26
/
+2
*
[AArch64] Register passes so they can be run by llc
Diana Picus
2016-08-01
1
-48
/
+74
*
[GlobalISel] Introduce an instruction selector.
Ahmed Bougacha
2016-07-27
1
-2
/
+20
*
Fix a GCC error due to this member name also being a type name. This
Chandler Carruth
2016-07-23
1
-3
/
+3
*
GlobalISel: implement legalization pass, with just one transformation.
Tim Northover
2016-07-22
1
-0
/
+12
*
[AArch64] Register AArch64LoadStoreOptimizer so it can be run by llc -run-pas...
Geoff Berry
2016-07-20
1
-0
/
+1
*
[AArch64] Change the preferred alignment for char and short to word alignment.
Chad Rosier
2016-07-07
1
-2
/
+2
*
Revert "[AArch64] Change the preferred alignment for char and short to word a...
Chad Rosier
2016-07-07
1
-2
/
+2
*
fix documentation comment. NFC.
Junmo Park
2016-07-06
1
-2
/
+1
*
[AArch64] Change the preferred alignment for char and short to word alignment
Evandro Menezes
2016-06-21
1
-2
/
+2
*
AArch64: Do not test for CPUs, use SubtargetFeatures
Matthias Braun
2016-06-02
1
-2
/
+1
*
Delete Reloc::Default.
Rafael Espindola
2016-05-18
1
-11
/
+22
*
Trivial cleanups.
Rafael Espindola
2016-05-18
1
-1
/
+1
*
CodeGen: Move TargetPassConfig from Passes.h to an own header; NFC
Matthias Braun
2016-05-10
1
-0
/
+1
*
[AArch64] Use the reciprocal estimation machinery
Evandro Menezes
2016-05-04
1
-2
/
+27
*
[GlobalISel] Move GISelAccessor class into public headers
Tom Stellard
2016-04-14
1
-6
/
+6
*
[AArch64] Get rid of some GlobalISel ifdefs.
Quentin Colombet
2016-04-07
1
-3
/
+1
*
[GlobalISel] Add RegBankSelect hooks into the pass pipeline.
Quentin Colombet
2016-04-07
1
-0
/
+6
*
[AArch64] Teach the subtarget how to get to the RegisterBankInfo.
Quentin Colombet
2016-04-06
1
-0
/
+28
*
AArch64: avoid clobbering SP for dead MOVimm pseudos.
Tim Northover
2016-04-01
1
-1
/
+3
*
[Aarch64] Turn on the LoopDataPrefetch pass for Cyclone
Adam Nemet
2016-03-30
1
-1
/
+1
*
[Aarch64] Add pass LoopDataPrefetch for Cyclone
Adam Nemet
2016-03-18
1
-0
/
+13
*
[AArch64] Initialize GlobalISel as part of the target initialization.
Quentin Colombet
2016-03-08
1
-0
/
+2
[next]