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: 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
*
AArch64: make inexact signalling on round Darwin-specific
Tim Northover
2015-07-16
1
-1
/
+1
*
[AArch64] Select SBFIZ or UBFIZ instead of left + right shifts
Arnaud A. de Grandmaison
2015-07-09
1
-20
/
+16
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-6
/
+8
*
Re-commit of r238201 with fix for building with shared libraries.
Luke Cheeseman
2015-06-01
1
-0
/
+127
*
Revert "Re-commit changes in r237579 with fix for bug breaking windows builds."
Diego Novillo
2015-05-26
1
-127
/
+0
*
Re-commit changes in r237579 with fix for bug breaking windows builds.
Luke Cheeseman
2015-05-26
1
-0
/
+127
*
Revert r237579, as it broke windows buildbots
Oliver Stannard
2015-05-18
1
-122
/
+0
*
[LLVM - ARM/AArch64] Add ACLE special register intrinsics
Oliver Stannard
2015-05-18
1
-0
/
+122
[next]