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
/
utils
/
TableGen
/
AsmMatcherEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[TableGen] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2019-12-22
1
-1
/
+1
*
Cosmetic; don't use the magic constant 35 when HASH is more readable. This ma...
Mark Murray
2019-09-23
1
-0
/
+1
*
[TableGen] Correct comments for end of namespace. NFC
Bjorn Pettersson
2019-08-25
1
-3
/
+3
*
Use a bit of relaxed constexpr to make FeatureBitset costant intializable
Benjamin Kramer
2019-08-24
1
-1
/
+1
*
Retire llvm::less_ptr. llvm::deref is much more flexible.
Benjamin Kramer
2019-08-22
1
-1
/
+1
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-4
/
+4
*
[TableGen] AsmMatcher: allow repeated input operands
Sjoerd Meijer
2019-05-30
1
-3
/
+5
*
Use llvm::stable_sort
Fangrui Song
2019-04-23
1
-4
/
+4
*
[TableGen] Properly calculate the minimum size needed or ConvertFn in GenAsmm...
Craig Topper
2019-04-02
1
-7
/
+11
*
Use bitset for assembler predicates
Stanislav Mekhanoshin
2019-03-11
1
-61
/
+139
*
[tablegen] Add locations to many PrintFatalError() calls
Daniel Sanders
2019-02-12
1
-2
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Use llvm::{all,any,none}_of instead std::{all,any,none}_of. NFC
Fangrui Song
2018-10-19
1
-4
/
+3
*
[WebAssembly] Simplified selecting asmmatcher stack instructions.
Wouter van Oortmerssen
2018-09-21
1
-10
/
+0
*
[WebAssembly] Made assembler only use stack instruction tablegen defs
Wouter van Oortmerssen
2018-09-21
1
-0
/
+10
*
[Tablegen] Optimize isSubsetOf() in AsmMatcherEmitter.cpp. NFC
Marcello Maggioni
2018-07-13
1
-2
/
+10
*
[TableGen] Make TiedAsmOperandTable in the AsmMatcher 'static' since its at f...
Craig Topper
2018-06-18
1
-2
/
+2
*
[TableGen] Remove unused member variable.
Craig Topper
2018-06-18
1
-14
/
+0
*
[TableGen][AsmMatcherEmitter] Allow tied operands of different classes in ali...
Sander de Smalen
2018-06-18
1
-25
/
+53
*
[TableGen] Prevent double flattening of InstAlias asm strings in the asm matc...
Craig Topper
2018-06-18
1
-1
/
+0
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-2
/
+2
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
[AsmMatcher] Extend PredicateMethod with optional DiagnosticPredicate
Sander de Smalen
2018-04-26
1
-4
/
+10
*
[TableGen] Fix bad indentation in tablegen output file.
Craig Topper
2018-04-25
1
-2
/
+2
*
Fix signed/unsigned comparison warning in AsmGenMatcher generated code. NFCI.
Simon Pilgrim
2018-02-17
1
-4
/
+4
*
[TableGen][AsmMatcherEmitter] Fix tied-constraint checking for InstAliases
Sander de Smalen
2018-02-04
1
-154
/
+188
*
[TableGen][AsmMatcherEmitter] Generate assembler checks for tied operands
Sander de Smalen
2018-01-10
1
-0
/
+155
*
[TableGen] Make the ambiguous match debug messages from the AsmMatcherEmitter...
Craig Topper
2018-01-06
1
-0
/
+6
*
[AArch64][SVE] Re-submit patch series for ZIP1/ZIP2
Sander de Smalen
2017-12-20
1
-11
/
+15
*
Revert "[AArch64][SVE] Asm" changes, they broke libjpeg_turbo
Reid Kleckner
2017-12-18
1
-15
/
+11
*
[AArch64][SVE] Asm: Improve diagnostics further when +sve is not specified
Sander de Smalen
2017-12-18
1
-6
/
+7
*
[TableGen][AsmMatcherEmitter] Only choose specific diagnostic for enabled ins...
Sander de Smalen
2017-12-18
1
-5
/
+8
*
Re-commit: [TableGen] AsmMatcher: Fix bug with reported diagnostic for operand.
Sander de Smalen
2017-12-14
1
-3
/
+2
*
[TableGen] Give the option of tolerating duplicate register names
Alex Bradbury
2017-12-07
1
-2
/
+6
*
Revert r319649 - [Asm, ARM] Add fallback diag for multiple invalid operands
Oliver Stannard
2017-12-04
1
-11
/
+12
*
[Asm, ARM] Add fallback diag for multiple invalid operands
Oliver Stannard
2017-12-04
1
-12
/
+11
*
[Asm] Improve "too few operands" errors
Oliver Stannard
2017-11-21
1
-1
/
+1
*
[Asm] Finish matching once end of formal and actual lists reached (NFC)
Oliver Stannard
2017-11-21
1
-0
/
+1
*
Revert r318759 due to make check-all failure on Windows
Sander de Smalen
2017-11-21
1
-2
/
+3
*
[TableGen] AsmMatcher: Fix bug with reported diagnostic for operand.
Sander de Smalen
2017-11-21
1
-3
/
+2
*
[AsmParser][TableGen] Add VariantID argument to the generated mnemonic spell ...
Craig Topper
2017-10-26
1
-5
/
+15
*
[AsmParser][TableGen] Make the generated mnemonic spell checker function a fi...
Craig Topper
2017-10-26
1
-3
/
+9
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-1
/
+1
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-1
/
+1
*
[AsmParser] Suppress compile warning for targets with no register diags
Oliver Stannard
2017-10-12
1
-11
/
+17
*
[Asm] Add debug tracing in table-generated assembly matcher
Oliver Stannard
2017-10-11
1
-2
/
+94
*
[AsmParser] Add DiagnosticString to register classes in tablegen
Oliver Stannard
2017-10-10
1
-9
/
+68
*
[AsmParser] Add DiagnosticString to AsmOperands in tablegen
Oliver Stannard
2017-10-03
1
-2
/
+47
*
[Assembler] Report multiple near misses for invalid instructions
Oliver Stannard
2017-10-03
1
-66
/
+178
*
[TableGen] AsmMatcher: fix OpIdx computation when HasOptionalOperands is true
Nirav Dave
2017-08-07
1
-3
/
+14
[next]