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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Add all of the MRM_C0-MRM_FF forms to the switch in RecognizableInstr::...
Craig Topper
2018-03-12
1
-27
/
+20
*
[MCSchedule] Always generate processor resource names.
Andrea Di Biagio
2018-03-08
1
-2
/
+2
*
[WebAssembly] Add except_ref as a first-class type
Heejin Ahn
2018-03-08
1
-0
/
+1
*
TableGen: Use DefInit::getDef() instead of the type's getRecord()
Nicolai Haehnle
2018-03-05
1
-14
/
+11
*
Shrink various scheduling tables by using narrower types.
Benjamin Kramer
2018-02-23
1
-7
/
+12
*
[MachineOperand][Target] MachineOperand::isRenamable semantics changes
Geoff Berry
2018-02-23
3
-3
/
+14
*
Fix signed/unsigned comparison warning in AsmGenMatcher generated code. NFCI.
Simon Pilgrim
2018-02-17
1
-4
/
+4
*
[GISel]: Make GlobalISelEmitter rule prioritization compatible with selectionDAG
Aditya Nandakumar
2018-02-16
1
-0
/
+12
*
[X86][3DNOW] Teach decoder about AMD 3DNow! instrs
Rafael Auler
2018-02-15
3
-21
/
+30
*
[X86] Teach EVEX->VEX pass to turn VRNDSCALE into VROUND when bits 7:4 of the...
Craig Topper
2018-02-13
1
-1
/
+19
*
[TargetSchedule] Fix r324582.
Clement Courbet
2018-02-09
1
-1
/
+1
*
Fix missing field initializer warning in TableGen SubtargetEmitter
David Blaikie
2018-02-08
1
-3
/
+4
*
[TargetSchedule] Expose sub-units of a ProcResGroup in MCProcResourceDesc.
Clement Courbet
2018-02-08
1
-3
/
+39
*
[CodeGenSchedule][NFC] Always emit ProcResourceUnits.
Clement Courbet
2018-02-05
1
-0
/
+8
*
[TableGen][AsmMatcherEmitter] Fix tied-constraint checking for InstAliases
Sander de Smalen
2018-02-04
1
-154
/
+188
*
[ARM][GISel] PR35965 Constrain RegClasses of nested instructions built from D...
Daniel Sanders
2018-01-29
1
-6
/
+9
*
[TableGen][NFC]Remove dead variable.
Clement Courbet
2018-01-26
1
-1
/
+0
*
[GlobalISel][TableGen] Fix the statistics for emitted patters
Volkan Keles
2018-01-25
1
-3
/
+3
*
[TableGen] Add a way of getting the number of generic opcodes without includi...
Benjamin Kramer
2018-01-24
3
-9
/
+18
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-01-24
1
-1
/
+1
*
[TableGen] Optimize the regex search.
Benjamin Kramer
2018-01-23
1
-20
/
+76
*
[globalisel][tablegen] Honour priority order within nested instructions.
Daniel Sanders
2018-01-17
1
-0
/
+13
*
[GlobalISel][TableGen] Add support for SDNodeXForm
Volkan Keles
2018-01-16
1
-26
/
+106
*
[X86] Revisit the fix I made years ago to make 'xchgl %eax, %eax' not encode ...
Craig Topper
2018-01-16
1
-2
/
+0
*
[TableGen][AsmMatcherEmitter] Generate assembler checks for tied operands
Sander de Smalen
2018-01-10
1
-0
/
+155
*
[mips] Improve diagnostics for instruction mapping
Aleksandar Beserminji
2018-01-08
1
-1
/
+6
*
[X86] Don't put any EVEX_B instructions in the tablegen generated load foldin...
Craig Topper
2018-01-07
1
-2
/
+3
*
[TableGen] Make the ambiguous match debug messages from the AsmMatcherEmitter...
Craig Topper
2018-01-06
1
-0
/
+6
*
[TableGen] Add support of Intrinsics with multiple returns
Hal Finkel
2018-01-03
1
-1
/
+4
*
Avoid int to string conversion in Twine or raw_ostream contexts.
Benjamin Kramer
2017-12-28
3
-37
/
+37
*
[TableGen] Print more helpful information in case of type contradiction
Krzysztof Parzyszek
2017-12-21
2
-21
/
+39
*
Do not generate an empty switch statement as it causes MSVC to issue diagnost...
Aaron Ballman
2017-12-20
1
-4
/
+7
*
TableGen: Allow setting SDNodeProperties on intrinsics
Matt Arsenault
2017-12-20
8
-52
/
+120
*
[globalisel][tablegen] Allow ImmLeaf predicates to use InstructionSelector me...
Daniel Sanders
2017-12-20
1
-12
/
+22
*
[AArch64][SVE] Re-submit patch series for ZIP1/ZIP2
Sander de Smalen
2017-12-20
1
-11
/
+15
*
Silence a bunch of implicit fallthrough warnings
Adrian Prantl
2017-12-19
1
-0
/
+1
*
[TableGen][GlobalISel] Reset the internal map of RuleMatchers just before the...
Quentin Colombet
2017-12-19
1
-3
/
+4
*
[TableGen][GlobalISel] Make the arguments of the Instruction and Operand Matc...
Quentin Colombet
2017-12-18
1
-18
/
+18
*
[TableGen][GlobalISel] Refactor optimizeRules related bit to allow code reuse
Quentin Colombet
2017-12-18
1
-12
/
+23
*
Revert "[AArch64][SVE] Asm" changes, they broke libjpeg_turbo
Reid Kleckner
2017-12-18
1
-15
/
+11
*
[TableGen][GlobalISel] Optimize MatchTable for faster instruction selection
Quentin Colombet
2017-12-18
1
-17
/
+194
*
[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
*
[TableGen][GlobalISel] Make the different Matcher comparable
Quentin Colombet
2017-12-15
1
-0
/
+52
*
[TableGen][GlobalISel] Fix unused variable warning in release mode
Quentin Colombet
2017-12-15
1
-0
/
+1
*
[TableGen][GlobalISel] Have the predicate directly know which data they are d...
Quentin Colombet
2017-12-15
1
-101
/
+169
*
[TableGen][GlobalISel] Add a common class for all PredicateMatcher
Quentin Colombet
2017-12-14
1
-48
/
+44
*
Add MVT::v128i1, NFC
Krzysztof Parzyszek
2017-12-14
1
-0
/
+1
*
Re-commit: [TableGen] AsmMatcher: Fix bug with reported diagnostic for operand.
Sander de Smalen
2017-12-14
1
-3
/
+2
*
Remove redundant includes from utils/TableGen.
Michael Zolotukhin
2017-12-13
6
-7
/
+0
[next]