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
/
AArch64ISelDAGToDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AArch64] Fix useful bits detection for BFM instructions
Silviu Baranga
2016-11-30
1
-9
/
+38
*
[AArch64] Transfer memory operands when lowering vector load/store intrinsics
Sanjin Sijaric
2016-11-07
1
-0
/
+11
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
[AArch64] Improve add/sub/cmp isel of uxtw forms.
Geoff Berry
2016-09-26
1
-0
/
+5
*
getValueType().getSizeInBits() -> getValueSizeInBits() ; NFCI
Sanjay Patel
2016-09-14
1
-1
/
+1
*
getValueType().getScalarSizeInBits() -> getScalarValueSizeInBits() ; NFCI
Sanjay Patel
2016-09-14
1
-1
/
+1
*
getScalarType().getSizeInBits() -> getScalarSizeInBits() ; NFCI
Sanjay Patel
2016-09-14
1
-1
/
+1
*
Use the range variant of transform instead of unpacking begin/end
David Majnemer
2016-08-12
1
-4
/
+4
*
AArch64: TableGenerate system instruction operands.
Tim Northover
2016-07-05
1
-22
/
+22
*
AArch64: use correct SDValue # when looking for bitfield placement.
Tim Northover
2016-07-05
1
-2
/
+3
*
[AArch64] Remove an overly aggressive assert.
Chad Rosier
2016-06-22
1
-5
/
+0
*
Apply most suggestions of clang-tidy's performance-unnecessary-value-param
Benjamin Kramer
2016-06-08
1
-1
/
+1
*
[AArch64] Spot SBFX-compatible code expressed with sign_extend.
Chad Rosier
2016-06-03
1
-0
/
+30
*
[AArch64] Spot SBFX-compatbile code expressed with sign_extend_inreg.
Chad Rosier
2016-06-03
1
-0
/
+37
*
[AArch64] Generate a BFI/BFXIL from 'or (and X, MaskImm), OrImm'.
Chad Rosier
2016-05-26
1
-1
/
+95
*
[AArch64 ] Generate a BFXIL from 'or (and X, Mask0Imm),(and Y, Mask1Imm)'.
Chad Rosier
2016-05-19
1
-0
/
+59
*
[AArch64] Push comment into function. NFC.
Chad Rosier
2016-05-18
1
-9
/
+9
*
[AArch64] Minor refactoring. NFC.
Chad Rosier
2016-05-18
1
-4
/
+5
*
Use proper capitalization and punctuation per coding standards. NFC.
Chad Rosier
2016-05-16
1
-1
/
+1
*
[AArch64] Update local variable names to conform to coding standard. NFC.
Chad Rosier
2016-05-14
1
-31
/
+31
*
[AArch64] Simplify logic to reduce vertical space. NFC.
Chad Rosier
2016-05-13
1
-6
/
+2
*
SDAG: Implement Select instead of SelectImpl in AArch64DAGToDAGISel
Justin Bogner
2016-05-12
1
-802
/
+1161
*
SDAG: Clean up dangling nodes in AArch64ISelDAGToDAG::SelectImpl
Justin Bogner
2016-05-12
1
-5
/
+8
*
[AArch64] Give function a more appropriate name.
Chad Rosier
2016-05-12
1
-3
/
+3
*
[AArch64] Minor refactoring to simplify future patch. NFC.
Chad Rosier
2016-05-12
1
-29
/
+16
*
[AArch64] Add support for unscaled narrow stores in getUsefulBitsForUse.
Chad Rosier
2016-05-12
1
-0
/
+2
*
[AArch64] Remove floating-point narrow stores from getUsefulBitsForUse.
Chad Rosier
2016-05-12
1
-2
/
+0
*
[AArch64] Improve getUsefulBitsForUse for narrow stores.
Chad Rosier
2016-05-11
1
-0
/
+14
*
SDAG: Rename Select->SelectImpl and repurpose Select as returning void
Justin Bogner
2016-05-05
1
-2
/
+2
*
AArch64: expand cmpxchg after regalloc at -O0.
Tim Northover
2016-04-14
1
-0
/
+37
*
NFC: make AtomicOrdering an enum class
JF Bastien
2016-04-06
1
-1
/
+1
*
Simplify some boolean conditional return statements in AArch64.
Eric Christopher
2016-02-29
1
-7
/
+2
*
GlobalValue: use getValueType() instead of getType()->getPointerElementType().
Manuel Jacob
2016-01-16
1
-1
/
+1
*
[AArch64] Fix a corner case in BitFeild select
Weiming Zhao
2015-12-01
1
-5
/
+11
*
[AArch64] Add ARMv8.2-A UAO PSTATE bit
Oliver Stannard
2015-11-26
1
-1
/
+1
*
Make a bunch of static arrays const.
Craig Topper
2015-10-18
1
-4
/
+4
*
[MC layer][AArch64] llvm-mc accepts 4-bit immediate values for
Alexandros Lamprineas
2015-10-05
1
-1
/
+9
*
Don't raise inexact when lowering ceil, floor, round, trunc.
Stephen Canon
2015-09-22
1
-174
/
+1
*
[AArch64] Improved bitfield instruction selection.
Geoff Berry
2015-09-18
1
-11
/
+67
*
Typos. NFC.
Chad Rosier
2015-09-17
1
-5
/
+5
*
Fix an undefined behavior introduces in r247234
Steven Wu
2015-09-10
1
-1
/
+1
*
[ADT] Switch a bunch of places in LLVM that were doing single-character
Chandler Carruth
2015-09-10
1
-1
/
+1
*
[AArch64] Match FI+offset in STNP addressing mode.
Ahmed Bougacha
2015-09-10
1
-0
/
+13
*
[AArch64] Match base+offset in STNP addressing mode.
Ahmed Bougacha
2015-09-10
1
-0
/
+16
*
[AArch64] Support selecting STNP.
Ahmed Bougacha
2015-09-10
1
-0
/
+33
*
Add missing break in AArch64DAGToDAGISel::Select() switch case
Mehdi Amini
2015-08-23
1
-0
/
+1
*
wrap OptSize and MinSize attributes for easier and consistent access (NFCI)
Sanjay Patel
2015-08-04
1
-3
/
+1
*
[AArch64] Add isel support for f16 indexed LD/ST.
Ahmed Bougacha
2015-08-04
1
-0
/
+2
*
[AArch64] Match float round and convert to int instructions.
Geoff Berry
2015-07-28
1
-12
/
+116
*
AArch64: add comment missed out from earlier patch.
Tim Northover
2015-07-17
1
-0
/
+4
[next]