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
/
AsmParser
/
AArch64AsmParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperand
David Blaikie
2014-06-08
1
-135
/
+122
*
Add missing check when MatchInstructionImpl() reports failure
Artyom Skrobov
2014-05-29
1
-0
/
+2
*
AArch64/ARM64: move ARM64 into AArch64's place
Tim Northover
2014-05-24
1
-0
/
+4047
*
AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.
Tim Northover
2014-05-24
1
-2677
/
+0
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-14
/
+14
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-2
/
+2
*
Create MCTargetOptions.
Evgeniy Stepanov
2014-04-23
1
-1
/
+2
*
PR18929:
Stepan Dyatkovskiy
2014-03-30
1
-16
/
+22
*
[AArch64]Fix improper diagnostics about offset range of load/store instructions.
Kevin Qin
2014-03-04
1
-2
/
+2
*
Add AArch64 big endian Target (aarch64_be)
Christian Pirker
2014-02-24
1
-1
/
+2
*
[AArch64] Handle aliases of conditional branches without b.pred form.
Chad Rosier
2014-02-10
1
-4
/
+25
*
Change MCStreamer EmitInstruction interface to take subtarget info
David Woodhouse
2014-01-28
1
-2
/
+2
*
[AArch64 NEON] Accept both #0.0 and #0 for comparing with floating point zero...
Kevin Qin
2014-01-20
1
-0
/
+48
*
correct target directive handling error handling
Saleem Abdulrasool
2014-01-13
1
-5
/
+9
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-7
/
+7
*
Fix a Cygwin build failure caused by enum values starting with '_', which is ...
Hao Liu
2013-11-22
1
-5
/
+5
*
Revert last change by haoliu because of buildbot failure.
Hao Liu
2013-11-22
1
-5
/
+5
*
Fix a Cygwin build failure caused by enum values starting with '_', which is ...
Hao Liu
2013-11-22
1
-5
/
+5
*
Implement AArch64 neon instructions class SIMD lsone and SIMD lone-post.
Hao Liu
2013-11-19
1
-2
/
+18
*
implement MC layer of AArch64 neon instruction PMULL and PMULL2 with 128 bit ...
Kevin Qin
2013-11-19
1
-0
/
+2
*
Hopefully fix uninitialized memory read in AArch64AsmParser found by MSan boo...
Alexey Samsonov
2013-11-15
1
-5
/
+5
*
Remove some unnecessary temporary strings.
Benjamin Kramer
2013-11-09
1
-5
/
+4
*
Implement AArch64 post-index vector load/store multiple N-element structure c...
Hao Liu
2013-11-05
1
-0
/
+11
*
[AArch64] Add support for NEON scalar shift immediate instructions.
Chad Rosier
2013-10-31
1
-0
/
+31
*
Implement AArch64 vector load/store multiple N-element structure class SIMD(l...
Hao Liu
2013-10-10
1
-2
/
+164
*
Revert "Implement AArch64 vector load/store multiple N-element structure clas...
Rafael Espindola
2013-10-10
1
-164
/
+2
*
Implement AArch64 vector load/store multiple N-element structure class SIMD(l...
Hao Liu
2013-10-10
1
-2
/
+164
*
AArch64: use RegisterOperand for NEON registers.
Tim Northover
2013-09-13
1
-18
/
+64
*
Add an instruction deprecation feature to TableGen.
Joey Gouly
2013-09-12
1
-2
/
+3
*
Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instruc...
Hao Liu
2013-09-04
1
-0
/
+31
*
AArch64: add initial NEON support
Tim Northover
2013-08-01
1
-20
/
+120
*
Make some arrays 'static const'
Craig Topper
2013-07-15
1
-13
/
+13
*
Remove address spaces from MC.
Rafael Espindola
2013-07-02
1
-1
/
+1
*
Silence anonymous type in anonymous union warnings.
Eric Christopher
2013-03-15
1
-37
/
+46
*
MCParser: Update method names per coding guidelines.
Jim Grosbach
2013-02-20
1
-8
/
+8
*
AArch64: add block comments where missing
Tim Northover
2013-02-14
1
-0
/
+5
*
AArch64: Simplify logic in deciding whether bfi is valid
Tim Northover
2013-02-11
1
-6
/
+1
*
Make use of DiagnosticType to provide better AArch64 diagnostics.
Tim Northover
2013-02-11
1
-4
/
+164
*
Fix remaining StringRef abuse.
Tim Northover
2013-02-05
1
-2
/
+2
*
Fix formatting in AArch64 backend.
Tim Northover
2013-02-05
1
-5
/
+7
*
Remove cyclic dependency in AArch64 libraries
Tim Northover
2013-02-05
1
-1
/
+1
*
Fix some abuses of StringRef
Tim Northover
2013-02-04
1
-3
/
+4
*
Add AArch64 as an experimental target.
Tim Northover
2013-01-31
1
-0
/
+2025