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
*
[SelectionDAG] Allow targets to specify legality of extloads' result
Ahmed Bougacha
2015-01-08
1
-10
/
+16
*
[CodeGen] Use MVT iterator_ranges in legality loops. NFC intended.
Ahmed Bougacha
2015-01-07
1
-20
/
+15
*
ARM: permit tail calls to weak externals on COFF
Saleem Abdulrasool
2015-01-03
1
-1
/
+3
*
[AArch64] MachO large code-model: Materialize FP constants in code.
Juergen Ributzka
2014-12-10
1
-0
/
+7
*
AArch64: use explicit MVT::i64 when creating EXTRACT_SUBVECTOR nodes.
Tim Northover
2014-12-06
1
-10
/
+12
*
[AArch64] Combining Load and IntToFp should check for neon availability
Weiming Zhao
2014-12-04
1
-3
/
+4
*
AArch64: fix wrong-endian parameter passing.
Tim Northover
2014-12-03
1
-2
/
+4
*
[AArch64] Don't combine "select (setcc i1 LHS, RHS), vL, vR".
Ahmed Bougacha
2014-12-01
1
-0
/
+6
*
[AArch64] Fix v2i8->i16 bitcast legalization.
Ahmed Bougacha
2014-12-01
1
-5
/
+4
*
AArch64: treat [N x Ty] as a block during procedure calls.
Tim Northover
2014-11-27
1
-0
/
+6
*
DAGCombiner: Allow the DAGCombiner to combine multiple FDIVs with the same di...
Hao Liu
2014-11-21
1
-0
/
+6
*
Fix more instances of -Wsentinel on Windows with s/NULL/nullptr/
Reid Kleckner
2014-11-20
1
-1
/
+1
*
[Aarch64] Customer lowering of CTPOP to SIMD should check for NEON availability
Weiming Zhao
2014-11-19
1
-0
/
+3
*
We can get the TLOF from the TargetMachine - so constructor no longer require...
Aditya Nandakumar
2014-11-13
1
-1
/
+1
*
This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...
Aditya Nandakumar
2014-11-13
1
-10
/
+1
*
[AArch64] Fix miscompile of comparison with 0xffffffffffffffff
Oliver Stannard
2014-11-03
1
-4
/
+4
*
[AArch64] Fix a silent codegen fault in BUILD_VECTOR lowering.
James Molloy
2014-10-17
1
-9
/
+9
*
[AArch64] Fix miscompile of sdiv-by-power-of-2.
Juergen Ributzka
2014-10-16
1
-1
/
+1
*
[AArch64] Generate vector signed/unsigned mul and mla/mls long.
Chad Rosier
2014-10-08
1
-0
/
+200
*
Make AAMDNodes ctor and operator bool (!!!) explicit, mop up bugs and weirdne...
Benjamin Kramer
2014-10-04
1
-1
/
+1
*
constify TargetMachine parameter.
Eric Christopher
2014-10-03
1
-1
/
+1
*
Add missing natual vector cast.
Asiri Rathnayake
2014-10-01
1
-0
/
+1
*
[X86] Use the generic AtomicExpandPass instead of X86AtomicExpandPass
Robin Morisset
2014-09-17
1
-0
/
+4
*
[AArch 64] Use a constant pool load for weak symbol references when
Asiri Rathnayake
2014-09-10
1
-1
/
+21
*
AArch64: fix vector-immediate BIC/ORR on big-endian devices.
Tim Northover
2014-09-04
1
-12
/
+12
*
AArch64: fix big-endian immediate materialisation
Tim Northover
2014-09-04
1
-21
/
+21
*
Refactor AtomicExpandPass and add a generic isAtomic() method to Instruction
Robin Morisset
2014-09-03
1
-13
/
+22
*
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
[next]