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
/
AArch64ISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge vector stores into wider vector stores and fix AArch64 misaligned acces...
Sanjay Patel
2015-09-25
1
-3
/
+23
*
[AArch64] Emit clrex in the expanded cmpxchg fail block.
Ahmed Bougacha
2015-09-22
1
-0
/
+7
*
Improve ISel using across lane min/max reduction
Jun Bum Lim
2015-09-14
1
-53
/
+190
*
[CodeGen] Refactor TLI/AtomicExpand interface to make LLSC explicit.
Ahmed Bougacha
2015-09-11
1
-4
/
+6
*
[CodeGen] Rename AtomicRMWExpansionKind to AtomicExpansionKind.
Ahmed Bougacha
2015-09-11
1
-3
/
+2
*
Remove white space (test commit)
Jun Bum Lim
2015-09-08
1
-1
/
+1
*
[AArch64] Improve ISel using across lane addition reduction.
Chad Rosier
2015-09-03
1
-0
/
+99
*
[AArch64] Lower READCYCLECOUNTER using MRS PMCCTNR_EL0.
Ahmed Bougacha
2015-09-01
1
-0
/
+5
*
AArch64: Fix loads to lower NEON vector lanes using GPR registers
Matthias Braun
2015-08-31
1
-1
/
+4
*
[AArch64] Unify the integer min/max vector selection patterns with the intrin...
Silviu Baranga
2015-08-26
1
-0
/
+12
*
AArch64: Fix cmp;ccmp ordering
Matthias Braun
2015-08-20
1
-3
/
+10
*
AArch64: Do not create CCMP on multiple users.
Matthias Braun
2015-08-20
1
-1
/
+1
*
Remove hand-rolled matching for fmin and fmax.
James Molloy
2015-08-17
1
-98
/
+2
*
[AArch64] FMINNAN/FMAXNAN on f16 is not legal.
James Molloy
2015-08-14
1
-2
/
+4
*
[AArch64] Also custom-lowering mismatched vector/f16 FCOPYSIGN.
Ahmed Bougacha
2015-08-13
1
-11
/
+5
*
PseudoSourceValue: Replace global manager with a manager in a machine function.
Alex Lorenz
2015-08-11
1
-18
/
+25
*
[AArch64] Match fminnum/fmaxnum for vector fminnm/fmaxnm instead of an intrin...
James Molloy
2015-08-11
1
-2
/
+11
*
[AArch64] Replace the custom AArch64ISD::FMIN/MAX nodes with ISD::FMINNAN/MAXNAN
James Molloy
2015-08-11
1
-6
/
+9
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-2
/
+2
*
wrap OptSize and MinSize attributes for easier and consistent access (NFCI)
Sanjay Patel
2015-08-04
1
-4
/
+2
*
[AArch64] Add isel support for f16 indexed LD/ST.
Ahmed Bougacha
2015-08-04
1
-0
/
+2
*
[AArch64] Remove unnecessary "break". NFC.
Ahmed Bougacha
2015-08-04
1
-1
/
+0
*
[AArch64] Use SDValue bool operator. NFC.
Ahmed Bougacha
2015-08-04
1
-6
/
+3
*
[AArch64] Vector FCOPYSIGN supports Custom-lowering: mark it as such.
Ahmed Bougacha
2015-08-04
1
-1
/
+4
*
Convert some AArch64 code to foreach loops. NFC.
Pete Cooper
2015-08-03
1
-12
/
+11
*
[AArch64] Define subtarget feature strict-align.
Akira Hatanaka
2015-07-29
1
-19
/
+12
*
fix TLI's combineRepeatedFPDivisors interface to return the minimum user thre...
Sanjay Patel
2015-07-28
1
-2
/
+2
*
Implement target independent TLS compatible with glibc's emutls.c.
Chih-Hung Hsieh
2015-07-28
1
-0
/
+4
*
Implement __builtin_thread_pointer
Adhemerval Zanella
2015-07-28
1
-0
/
+17
*
When lowering vector shifts a check is performed to see if the value to shift by
Luke Cheeseman
2015-07-24
1
-13
/
+6
*
Fix comment typo (test commit). NFC
Geoff Berry
2015-07-20
1
-1
/
+1
*
[AArch64] Use [SU]ABSDIFF nodes instead of intrinsics for ABD/ABA
James Molloy
2015-07-17
1
-18
/
+29
*
AArch64: Implement conditional compare sequence matching.
Matthias Braun
2015-07-16
1
-40
/
+270
*
Allow {e,r}bp as the target of {read,write}_register.
Pat Gavlin
2015-07-09
1
-2
/
+2
*
Re-instate the EVT parameter to getScalarShiftAmountTy() for OOT user
Mehdi Amini
2015-07-09
1
-1
/
+2
*
Remove getDataLayout() from TargetLowering
Mehdi Amini
2015-07-09
1
-12
/
+14
*
Make isLegalAddressingMode() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-6
/
+6
*
Make TargetLowering::getShiftAmountTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-1
/
+1
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-62
/
+70
*
[TargetLowering] StringRefize asm constraint getters.
Benjamin Kramer
2015-07-05
1
-7
/
+5
*
Add op_values() to iterate over the SDValue operands of an SDNode.
Pete Cooper
2015-06-26
1
-2
/
+1
*
[AArch64] Lower interleaved memory accesses to ldN/stN intrinsics. This patch...
Hao Liu
2015-06-26
1
-0
/
+154
*
Fix "the the" in comments.
Eric Christopher
2015-06-19
1
-2
/
+2
*
Revert "AArch64: Use CMP;CCMP sequences for and/or/setcc trees."
Matthias Braun
2015-06-17
1
-178
/
+36
*
Clean up redundant copies of Triple objects. NFC
Daniel Sanders
2015-06-16
1
-1
/
+1
*
[AArch64] Generalize extract-high DUP extension to MOVI/MVNI.
Ahmed Bougacha
2015-06-16
1
-15
/
+24
*
AArch64: Use CMP;CCMP sequences for and/or/setcc trees.
Matthias Braun
2015-06-01
1
-36
/
+178
*
Re-commit of r238201 with fix for building with shared libraries.
Luke Cheeseman
2015-06-01
1
-1
/
+2
*
Add address space argument to isLegalAddressingMode
Matt Arsenault
2015-06-01
1
-3
/
+5
*
Revert "Re-commit changes in r237579 with fix for bug breaking windows builds."
Diego Novillo
2015-05-26
1
-2
/
+1
[next]