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
*
Silencing an MSVC C4334 warning ('<<' : result of 32-bit shift implicitly con...
Aaron Ballman
2014-09-02
1
-1
/
+1
*
AArch64: Silence -Wabsolute-value warning with std::abs
Reid Kleckner
2014-08-29
1
-1
/
+2
*
Fix typos in comments, NFC
Robin Morisset
2014-08-29
1
-2
/
+1
*
Remove spurious mask operations from AArch64 add->compares on 16 and 8 bit va...
Louis Gerbarg
2014-08-29
1
-0
/
+263
*
AArch64: only try to get operand of a known node.
Tim Northover
2014-08-29
1
-5
/
+5
*
AArch64: skip select/setcc combine in complex case.
Tim Northover
2014-08-29
1
-8
/
+10
*
[AArch64] Fix some failures exposed by value type v4f16 and v8f16.
Jiangning Liu
2014-08-29
1
-2
/
+2
*
AArch64: More correctly constrain target vector extend lowering.
Jim Grosbach
2014-08-28
1
-3
/
+3
*
Generate CMN when comparing a short int with minus
David Xu
2014-08-28
1
-3
/
+41
*
Teach the AArch64 backend about v4f16 and v8f16
Oliver Stannard
2014-08-27
1
-8
/
+96
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-2
/
+2
*
Hide two different AlignMode enums in anonymous namespaces. This bug is repor...
Alexey Samsonov
2014-08-19
1
-0
/
+2
*
Make use of isAtLeastRelease/Acquire in the ARM/AArch64 backends
Robin Morisset
2014-08-18
1
-4
/
+2
*
Teach the AArch64 backend to handle f16
Oliver Stannard
2014-08-18
1
-0
/
+9
*
[ARM,AArch64] Do not tail-call to an externally-defined function with weak li...
Oliver Stannard
2014-08-18
1
-0
/
+13
*
[AArch64] Narrow arguments passed in wrong position on the stack in
Amara Emerson
2014-08-15
1
-2
/
+2
*
AArch64: Tidy up a few comments.
Jim Grosbach
2014-08-11
1
-2
/
+2
*
Remove the target machine from CCState. Previously it was only used
Eric Christopher
2014-08-06
1
-17
/
+17
*
[AArch64] Conditional selects are expensive on out-of-order cores.
James Molloy
2014-08-06
1
-0
/
+4
*
AArch64: Add support for instruction prefetch intrinsic
Yi Kong
2014-08-05
1
-2
/
+2
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-4
/
+8
*
[AArch64] Generate tbz/tbnz when comparing against zero.
Chad Rosier
2014-08-01
1
-10
/
+16
*
Make sure no loads resulting from load->switch DAGCombine are marked invariant
Louis Gerbarg
2014-07-31
1
-1
/
+1
*
Add alignment value to allowsUnalignedMemoryAccess
Matt Arsenault
2014-07-27
1
-1
/
+1
*
AArch64: fix conversion of 'J' inline asm constraints.
Tim Northover
2014-07-27
1
-1
/
+3
*
[stack protector] Fix a potential security bug in stack protector where the
Akira Hatanaka
2014-07-25
1
-0
/
+4
*
Run sort_includes.py on the AArch64 backend.
Benjamin Kramer
2014-07-25
1
-1
/
+1
*
AArch64: refactor ReconstructShuffle function
Tim Northover
2014-07-24
1
-109
/
+124
*
[AArch64] Fix a bug generating incorrect instruction when building small vector.
Kevin Qin
2014-07-24
1
-38
/
+63
*
[X86,AArch64] Extend vcmp w/ unary op combine to work w/ more constants.
Jim Grosbach
2014-07-23
1
-3
/
+3
*
X86: restrict combine to when type sizes are safe.
Jim Grosbach
2014-07-23
1
-3
/
+5
*
[AArch64] Lower sdiv x, pow2 using add + select + shift.
Chad Rosier
2014-07-23
1
-0
/
+42
*
AArch64: implement efficient f16 bitcasts
Tim Northover
2014-07-18
1
-0
/
+43
*
AArch64: support f16 extend/trunc operations.
Tim Northover
2014-07-18
1
-0
/
+1
*
AArch64: Constant fold converting vector setcc results to float.
Jim Grosbach
2014-07-18
1
-0
/
+51
*
AArch64: fall back to generic code for out of range extract/insert.
Tim Northover
2014-07-15
1
-6
/
+8
*
ARM: Allow __fp16 as a function arg or return type for AArch64
Oliver Stannard
2014-07-11
1
-0
/
+2
*
[AArch64] Normalize all constants to build a vector.
Kevin Qin
2014-07-07
1
-1
/
+27
*
[codegen,aarch64] Add a target hook to the code generator to control
Chandler Carruth
2014-07-03
1
-0
/
+12
*
[DAG] Pass the argument list to the CallLoweringInfo via move semantics. NFCI.
Juergen Ributzka
2014-07-01
1
-1
/
+1
*
AArch64: fix comment typo
Tim Northover
2014-07-01
1
-1
/
+1
*
[AArch64] Convert mul x, -(pow2 +/- 1) to shift + add/sub.
Chad Rosier
2014-06-30
1
-17
/
+39
*
Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...
Craig Topper
2014-06-19
1
-3
/
+1
*
[AArch64] Fix a pattern match failure caused by creating improper CONCAT_VECTOR.
Kevin Qin
2014-06-18
1
-27
/
+39
*
Replace some assert(0)'s with llvm_unreachable.
Craig Topper
2014-06-18
1
-2
/
+2
*
[AArch64] Fix a fencepost error in lowering for llvm.aarch64.neon.uqshl.
James Molloy
2014-06-16
1
-1
/
+1
*
AArch64: improve handling & modelling of FP_TO_XINT nodes.
Tim Northover
2014-06-15
1
-7
/
+5
*
AArch64: improve vector [su]itofp handling.
Tim Northover
2014-06-15
1
-22
/
+13
*
Move AArch64TargetLowering to AArch64Subtarget.
Eric Christopher
2014-06-10
1
-1
/
+1
*
[AArch64] When combining constant mul of power of 2 plus/minus 1, prefer shift
Chad Rosier
2014-06-09
1
-9
/
+9
[next]