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
*
[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
*
[AArch64] Add pass to remove redundant copy after RA
Jun Bum Lim
2016-02-16
1
-0
/
+9
*
[AArch64] Plug the beginning of the GlobalISel pipeline.
Quentin Colombet
2016-02-11
1
-0
/
+13
*
constify the Function parameter to the TTI creation callback and
Eric Christopher
2015-09-16
1
-1
/
+1
*
[AArch64] Lower interleaved memory accesses to ldN/stN intrinsics. This patch...
Hao Liu
2015-06-26
1
-0
/
+4
*
Clean up redundant copies of Triple objects. NFC
Daniel Sanders
2015-06-16
1
-7
/
+7
*
[AArch64] Revert r239711 again. We need to discuss how to share code between ...
Hao Liu
2015-06-15
1
-8
/
+0
*
[AArch64] Match interleaved memory accesses into ldN/stN instructions.
Hao Liu
2015-06-15
1
-0
/
+8
*
Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.
Daniel Sanders
2015-06-11
1
-13
/
+11
*
This reverts commit r239529 and r239514.
Rafael Espindola
2015-06-11
1
-8
/
+0
*
Replace string GNU Triples with llvm::Triple in computeDataLayout(). NFC.
Daniel Sanders
2015-06-11
1
-5
/
+4
[next]