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
*
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
*
Re-commit changes in r237579 with fix for bug breaking windows builds.
Luke Cheeseman
2015-05-26
1
-1
/
+2
*
[opaque pointer type] Allow gep_type_iterator to work with the pointee type f...
David Blaikie
2015-05-21
1
-0
/
+1
*
Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...
David Blaikie
2015-05-18
1
-5
/
+5
*
Revert r237579, as it broke windows buildbots
Oliver Stannard
2015-05-18
1
-2
/
+1
*
[LLVM - ARM/AArch64] Add ACLE special register intrinsics
Oliver Stannard
2015-05-18
1
-1
/
+2
*
Mark SMIN/SMAX/UMIN/UMAX nodes as legal and add patterns for them.
James Molloy
2015-05-15
1
-0
/
+6
*
Re-apply r237247 - [AArch64] Codegen VMAX/VMIN for safe math cases
Artyom Skrobov
2015-05-14
1
-41
/
+74
*
Revert r237247 - [AArch64] Codegen VMAX/VMIN.. as it is causing failures in S...
Silviu Baranga
2015-05-13
1
-72
/
+40
*
[AArch64] Codegen VMAX/VMIN for safe math cases
Artyom Skrobov
2015-05-13
1
-40
/
+72
*
ScheduleDAGInstrs: In functions with tail calls PseudoSourceValues are not no...
Arnold Schwaighofer
2015-05-08
1
-1
/
+3
*
Change getTargetNodeName() to produce compiler warnings for missing cases, fi...
Matthias Braun
2015-05-07
1
-3
/
+4
*
Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
Sergey Dmitrouk
2015-04-28
1
-228
/
+256
*
Revert "[DebugInfo] Add debug locations to constant SD nodes"
Daniel Jasper
2015-04-28
1
-256
/
+228
*
[DebugInfo] Add debug locations to constant SD nodes
Sergey Dmitrouk
2015-04-28
1
-228
/
+256
*
[AArch64] Also combine vector selects fed by non-i1 SETCCs.
Ahmed Bougacha
2015-04-27
1
-3
/
+15
*
[AArch64] Don't assert when combining (v3f32 select (setcc f64)).
Ahmed Bougacha
2015-04-27
1
-0
/
+6
*
[AArch64] Handle vec4, vec8, vec16 *itofp for half
Pirama Arumuga Nainar
2015-04-23
1
-0
/
+10
*
[AArch64] Avoid vector->load dependency cycles when creating LD1*post.
Ahmed Bougacha
2015-04-17
1
-0
/
+7
*
[AArch64] Don't assert on f16 in DUP PerfectShuffle generator.
Ahmed Bougacha
2015-04-16
1
-1
/
+1
*
Allow memory intrinsics to be tail calls
Krzysztof Parzyszek
2015-04-13
1
-3
/
+4
*
[AArch64] Promote f16 operations to f32.
Ahmed Bougacha
2015-04-10
1
-8
/
+50
*
[AArch64] Remove redundant -march option. Also fix a think-o from r234462.
Lang Hames
2015-04-09
1
-1
/
+1
*
[AArch64] Teach AArch64TargetLowering::getOptimalMemOpType to consider alignment
Lang Hames
2015-04-09
1
-1
/
+11
*
AArch64: Don't lower ISD::SELECT to ISD::SELECT_CC
Matthias Braun
2015-04-07
1
-44
/
+57
*
[AArch64] Enable the codegenprepare optimization that promotes operation to form
Quentin Colombet
2015-03-31
1
-0
/
+54
*
Refactor: Simplify boolean expressions in AArch64 target
David Blaikie
2015-03-24
1
-2
/
+2
*
[AArch64] Prefer UZP for concat_vector of illegal truncs.
Ahmed Bougacha
2015-03-21
1
-16
/
+12
*
Fix bug while building FP16 constant vectors for AArch64
Pirama Arumuga Nainar
2015-03-17
1
-2
/
+4
*
Appease AArch64ISelLowering.cpp miscompiled by g++-4.7.2.
NAKAMURA Takumi
2015-03-17
1
-0
/
+6
*
[AArch64] Use intermediate step for concat_vectors of illegal truncs.
Ahmed Bougacha
2015-03-17
1
-0
/
+31
*
[AArch64] Factor out N->getOperand()s; format. NFCI.
Ahmed Bougacha
2015-03-17
1
-13
/
+12
*
Have getCallPreservedMask and getThisCallPreservedMask take a
Eric Christopher
2015-03-11
1
-3
/
+3
*
[AArch64] Avoid going through GPRs for across-vector instructions.
Ahmed Bougacha
2015-03-10
1
-0
/
+27
*
Make static variables const if possible. Makes them go into a read-only section.
Benjamin Kramer
2015-03-08
1
-6
/
+2
*
Mutate TargetLowering::shouldExpandAtomicRMWInIR to specifically dictate how ...
JF Bastien
2015-03-04
1
-2
/
+4
*
Fix PR22408 - LLVM producing AArch64 TLS relocations that GNU linkers cannot ...
Kristof Beyls
2015-03-04
1
-95
/
+61
*
[AArch64] When combining constant mul of -3, prefer (sub x, (shl x, N)).
Chad Rosier
2015-03-03
1
-9
/
+9
*
Convert push_back loops into append calls.
Benjamin Kramer
2015-02-28
1
-8
/
+5
*
getRegForInlineAsmConstraint wants to use TargetRegisterInfo for
Eric Christopher
2015-02-26
1
-2
/
+3
*
Remove an argument-less call to getSubtargetImpl from TargetLoweringBase.
Eric Christopher
2015-02-26
1
-1
/
+1
[next]