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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...
Konstantin Zhuravlyov
2017-04-17
1
-2
/
+2
*
AArch64: support nonlazybind
Tim Northover
2017-04-17
3
-19
/
+35
*
This patch closes PR#32216: Better testing of schedule model instruction late...
Andrew V. Tischenko
2017-04-14
1
-2
/
+2
*
[AArch64] Avoid partial register writes on lane 0 of BUILD_VECTOR for i8/i16/f16
Adam Nemet
2017-04-13
1
-3
/
+8
*
[SystemZ] TargetTransformInfo cost functions implemented.
Jonas Paulsson
2017-04-12
2
-7
/
+11
*
[AArch64] Fix scheduling info for INS(vector, general) instruction.
Balaram Makam
2017-04-11
2
-1
/
+6
*
[AArch64] Simplify MacroFusion
Evandro Menezes
2017-04-11
1
-79
/
+89
*
[ARM/AArch64] Ensure valid vector element types for interleaved accesses
Matthew Simpson
2017-04-10
3
-10
/
+39
*
[AArch64] Refine Falkor Machine Model - Part 3
Balaram Makam
2017-04-08
5
-26
/
+135
*
[AArch64] Allow global register asm("x18") or asm("w18") under -ffixed-x18
Petr Hosek
2017-04-07
1
-0
/
+5
*
[globalisel][tablegen] Move <Target>InstructionSelector declarations to anony...
Daniel Sanders
2017-04-06
5
-77
/
+62
*
[AArch64] Crypto requires FP.
James Molloy
2017-04-05
1
-1
/
+1
*
Add MCContext argument to MCAsmBackend::applyFixup for error reporting
Alex Bradbury
2017-04-05
1
-55
/
+37
*
[AArch64] Avoid partial register deps on insertelt of load into lane 0.
Ahmed Bougacha
2017-04-04
1
-11
/
+5
*
[AArch64] Add missing schedinfo, check completeness for Falkor.
Balaram Makam
2017-04-04
1
-10
/
+17
*
[AArch64][Fuchsia] Allow -mcmodel=kernel for --target=aarch64-fuchsia
Petr Hosek
2017-04-04
6
-12
/
+34
*
[AArch64] Refine Falkor Machine Model - Part 2
Balaram Makam
2017-04-04
3
-92
/
+454
*
[tablegen][globalisel] Add support for nested instruction matching.
Daniel Sanders
2017-04-04
1
-36
/
+0
*
[CodeGenPrep] move aarch64-type-promotion to CGP
Jun Bum Lim
2017-04-03
3
-1
/
+37
*
Revert "Instrument SDISel C++ patterns"
Quentin Colombet
2017-04-01
2
-369
/
+355
*
Instrument SDISel C++ patterns
Quentin Colombet
2017-04-01
2
-355
/
+369
*
Reduce the number of times we query the subtarget for the same information.
Eric Christopher
2017-03-31
1
-5
/
+4
*
Small cleanup to remove extraneous cast.
Eric Christopher
2017-03-31
1
-2
/
+1
*
[AArch64] Add new subtarget feature to fold LSL into address mode.
Balaram Makam
2017-03-31
3
-5
/
+53
*
[DAGCombiner] Add vector demanded elements support to computeKnownBitsForTarg...
Simon Pilgrim
2017-03-31
2
-2
/
+3
*
[AArch64ISelLowering] Remove `else` after `return` in LowerGlobalTLSAddress.
Davide Italiano
2017-03-30
1
-1
/
+1
*
[AArch64] Simplify isSingExtended()/isZeroExtended(). NFCI.
Davide Italiano
2017-03-30
1
-10
/
+4
*
[AArch64] [Assembler] option to disable negative immediate conversions
Sanne Wouda
2017-03-28
4
-10
/
+30
*
[GlobalISel][AArch64] Extract a variable out of an NDEBUG block. NFC.
Ahmed Bougacha
2017-03-27
1
-2
/
+2
*
[GlobalISel][AArch64] Fold FI into LDR/STR ui addressing mode.
Ahmed Bougacha
2017-03-27
1
-0
/
+5
*
[GlobalISel][AArch64] Fold G_GEP into LDR/STR ui addressing mode.
Ahmed Bougacha
2017-03-27
1
-1
/
+19
*
[GlobalISel][AArch64] Select store of zero to WZR/XZR.
Ahmed Bougacha
2017-03-27
1
-0
/
+11
*
[GlobalISel][AArch64] Select CBZ.
Ahmed Bougacha
2017-03-27
2
-3
/
+53
*
[AArch64] Mark mrs of TPIDR_EL0 (thread pointer) as not having side effects.
Chad Rosier
2017-03-27
2
-2
/
+12
*
[Target] Remove some code probably copy/pasted from another backend.
Davide Italiano
2017-03-26
1
-4
/
+0
*
[MachineScheduler] Reference the correct header.
Davide Italiano
2017-03-26
1
-1
/
+1
*
[AArch64] Refine Falkor Machine Model - Part1
Balaram Makam
2017-03-25
3
-88
/
+422
*
[Outliner] Revert r298734.
Jessica Paquette
2017-03-24
1
-1
/
+1
*
[Outliner] Remove no red zone requirment for AArch64
Jessica Paquette
2017-03-24
1
-1
/
+1
*
TTI: Split IsSimple in MemIntrinsicInfo
Matt Arsenault
2017-03-24
1
-4
/
+0
*
[AArch64] Drive-by cleanup, make this code shorter. NFCI.
Davide Italiano
2017-03-22
1
-3
/
+1
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
4
-6
/
+6
*
[Outliner] ACTUALLY remove the errs output
Jessica Paquette
2017-03-20
1
-1
/
+1
*
[Outliner] Remove output for offset range check
Jessica Paquette
2017-03-20
1
-3
/
+1
*
[GlobalISel] Use the correct calling conv for calls
Diana Picus
2017-03-20
2
-4
/
+5
*
Make library calls sensitive to regparm module flag (Fixes PR3997).
Nirav Dave
2017-03-18
2
-4
/
+6
*
Capitalize ArgListEntry fields. NFC.
Nirav Dave
2017-03-18
2
-6
/
+7
*
[Outliner] Add outliner for AArch64
Jessica Paquette
2017-03-17
2
-11
/
+303
*
[AArch64] Use alias analysis in the load/store optimization pass.
Chad Rosier
2017-03-17
1
-7
/
+14
*
Remove getArgumentList() in favor of arg_begin(), args(), etc
Reid Kleckner
2017-03-16
1
-2
/
+1
[prev]
[next]