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
...
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-15
/
+15
*
Reuse Loc variable. NFC.
Chad Rosier
2015-05-28
1
-1
/
+1
*
Use operator<< instead of print in a few more places.
Rafael Espindola
2015-05-27
1
-2
/
+2
*
[AArch64] Move AArch64TargetStreamer out of MCStreamer.h
Benjamin Kramer
2015-05-23
1
-0
/
+1
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-2
/
+2
*
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
2015-05-13
1
-64
/
+64
*
AArch64: add BFC alias for the BFI/BFM instructions.
Tim Northover
2015-04-30
1
-2
/
+55
*
[AArch64] Refactor AArch64NamedImmMapper to become dependent on subtarget fea...
Vladimir Sukharev
2015-04-16
1
-5
/
+10
*
AArch64: disallow "fmov sD, #-0.0" during assembly.
Tim Northover
2015-04-07
1
-3
/
+4
*
[AArch64] Don't store available subtarget features in AArch64SysReg::SysRegMa...
Vladimir Sukharev
2015-03-27
1
-4
/
+6
*
[AArch64] Move initializations of AArch64NamedImmMapper out of void AArch64Op...
Vladimir Sukharev
2015-03-26
1
-18
/
+48
*
Fix uses of reserved identifiers starting with an underscore followed by an u...
David Blaikie
2015-03-16
1
-7
/
+5
*
Make static variables const if possible. Makes them go into a read-only section.
Benjamin Kramer
2015-03-08
1
-29
/
+18
*
Fix some unnoticed/unwanted behavior change from r222319.
Frederic Riss
2015-02-04
1
-1
/
+1
*
AArch64: decode all MRS/MSR forms early to avoid saving FeatureBits.
Tim Northover
2015-01-22
1
-42
/
+35
*
Minor cleanup to all the switches after MatchInstructionImpl in all the AsmPa...
Craig Topper
2015-01-03
1
-1
/
+0
*
Remove StringMap::GetOrCreateValue in favor of StringMap::insert
David Blaikie
2014-11-19
1
-1
/
+1
*
MCAsmParserExtension has a copy of the MCAsmParser. Use it.
Rafael Espindola
2014-11-11
1
-10
/
+31
*
[AArch64] Add support for the .inst directive.
Chad Rosier
2014-10-22
1
-0
/
+53
*
AArch64: allow constant expressions for shifted reg literals
Jim Grosbach
2014-09-23
1
-6
/
+7
*
Make isValidMCLOHType take unsigned instead of enum to avoid loading invalid ...
Alexey Samsonov
2014-08-29
1
-3
/
+2
*
TableGen: allow use of uint64_t for available features mask.
Tim Northover
2014-08-18
1
-5
/
+5
*
Run sort_includes.py on the AArch64 backend.
Benjamin Kramer
2014-07-25
1
-10
/
+10
*
AArch64: remove "arm64_be" support in favour of "aarch64_be".
Tim Northover
2014-07-23
1
-3
/
+1
*
MC: support different sized constants in constant pools
David Peixotto
2014-07-18
1
-5
/
+16
*
[AArch64] Cleanup AsmParser: no need to use dyn_cast + assert. cast does it f...
Arnaud A. de Grandmaison
2014-07-17
1
-41
/
+21
*
[AArch64] Add logical alias instructions to MC AsmParser
Arnaud A. de Grandmaison
2014-07-10
1
-0
/
+33
*
Truncate the immediate in logical operation to the register width
Arnaud A. de Grandmaison
2014-07-08
1
-2
/
+7
*
aarch64: support target-specific .req assembler directive
Saleem Abdulrasool
2014-07-02
1
-3
/
+96
*
Resubmit commit r211533
Weiming Zhao
2014-06-24
1
-1
/
+54
*
This reverts commit r211533 and r211539.
Rafael Espindola
2014-06-23
1
-54
/
+1
*
Fix PR20056: Implement pseudo LDR <reg>, =<literal/label> for AArch64
Weiming Zhao
2014-06-23
1
-1
/
+54
*
Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...
Craig Topper
2014-06-19
1
-2
/
+1
*
Condition codes AL and NV are invalid in the aliases that use
Artyom Skrobov
2014-06-10
1
-1
/
+4
*
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
[prev]
[next]