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
*
Test commit: remove trailing whitespace
Josh Stone
2018-09-11
2
-4
/
+4
*
[WebAssembly] Made disassembler only use stack instructions.
Wouter van Oortmerssen
2018-08-30
1
-15
/
+46
*
Remove debug code accidently committed in rL340837. NFCI.
Simon Pilgrim
2018-08-29
1
-3
/
+0
*
[WebAssembly][NFC] Document stackifier tablegen backend
Thomas Lively
2018-08-28
1
-1
/
+12
*
[WebAssembly][NFC] Fix formatting from rL340781
Thomas Lively
2018-08-28
1
-2
/
+4
*
[TableGen] CodeGenDAGPatterns::GenerateVariants - basic caching of matching p...
Simon Pilgrim
2018-08-28
1
-2
/
+14
*
[TableGen] Use std::move where possible in InstructionMemo constructor. NFCI.
Simon Pilgrim
2018-08-28
1
-6
/
+6
*
[WebAssembly] TableGen backend for stackifying instructions
Thomas Lively
2018-08-27
4
-1
/
+40
*
TableGen/SearchableTables: Cast enums to unsigned in generated code
Nicolai Haehnle
2018-08-23
1
-0
/
+9
*
[WebAssembly] Add isEHScopeReturn instruction property
Heejin Ahn
2018-08-21
4
-0
/
+4
*
[TableGen] Don't separately search for DefaultMode when we're going to iterat...
Simon Pilgrim
2018-08-17
1
-1
/
+3
*
[TableGen] TypeInfer - Cache the legal types as TypeSetByHwMode
Simon Pilgrim
2018-08-17
2
-18
/
+13
*
[TableGen] TypeSetByHwMode::insert - cache the default MVT. NFCI.
Simon Pilgrim
2018-08-17
1
-3
/
+10
*
[TableGen] TypeSetByHwMode::operator== optimization
Simon Pilgrim
2018-08-16
1
-8
/
+10
*
[TableGen] Avoid self getPredicates() != comparison. NFCI.
Simon Pilgrim
2018-08-16
1
-2
/
+2
*
[TableGen] Return ValueTypeByHwMode by const reference from CodeGenRegisterCl...
Simon Pilgrim
2018-08-16
2
-4
/
+4
*
[TableGen] Remove unnecessary TypeSetByHwMode -> ValueTypeByHwMode -> TypeSet...
Simon Pilgrim
2018-08-15
1
-1
/
+1
*
[Tablegen][MCInstPredicate] Removed redundant template argument from class TI...
Andrea Di Biagio
2018-08-14
6
-24
/
+46
*
[TableGen] Pass string/vector types by const reference (PR37666). NFCI
Simon Pilgrim
2018-08-14
1
-5
/
+6
*
[X86] Don't ignore 0x66 prefix on relative jumps in 64-bit mode. Fix opcode s...
Craig Topper
2018-08-13
1
-2
/
+2
*
[Tablegen] Replace uses of formatted_raw_ostream with raw_ostream in the pred...
Andrea Di Biagio
2018-08-13
4
-137
/
+134
*
[Tablegen][SubtargetEmitter] Improve expansion of predicates of a variant sch...
Andrea Di Biagio
2018-08-13
1
-15
/
+39
*
[globalisel] Remove dead code from GlobalISelEmitter
Daniel Sanders
2018-08-12
1
-17
/
+0
*
[Tablegen][SubtargetEmitter] refactor method `emitSchedModelHelpersImpl()`. NFCI
Andrea Di Biagio
2018-08-10
1
-62
/
+96
*
[MC][PredicateExpander] Extend the grammar to support simple switch and retur...
Andrea Di Biagio
2018-08-09
3
-6
/
+75
*
[MC] Remove PhysRegSize from MCRegisterClass
Bjorn Pettersson
2018-08-09
1
-4
/
+0
*
[tablegen] Improve performance of -gen-register-info by replacing barely-nece...
Daniel Sanders
2018-08-08
1
-11
/
+51
*
Fix build bot after r338521
Ulrich Weigand
2018-08-01
1
-1
/
+1
*
[SystemZ, TableGen] Fix shift count handling
Ulrich Weigand
2018-08-01
1
-24
/
+20
*
Revert r338365: [X86] Improved sched models for X86 BT*rr instructions.
Simon Pilgrim
2018-07-31
2
-94
/
+0
*
[X86] Improved sched models for X86 BT*rr instructions.
Andrew V. Tischenko
2018-07-31
2
-0
/
+94
*
[windows] Don't inline fieldFromInstruction on Windows
Stella Stamenova
2018-07-25
1
-1
/
+7
*
[Tablegen][PredicateExpander] Add the ability to define checks for invalid re...
Andrea Di Biagio
2018-07-18
2
-0
/
+10
*
[Tablegen][PredicateExpander] Fix a bug in `expandCheckImmOperand`.
Andrea Di Biagio
2018-07-17
1
-4
/
+4
*
[TableGen] std::move vectors into TreePatternNode.
Craig Topper
2018-07-15
2
-10
/
+12
*
[TableGen] Remove what seems to be an unnecessary std::map copy.
Craig Topper
2018-07-15
1
-9
/
+6
*
[TableGen] Add some std::move to the PatternToMatch constructor.
Craig Topper
2018-07-15
1
-1
/
+1
*
[TableGen] Suppress type validation when parsing pattern fragments
Ulrich Weigand
2018-07-13
2
-4
/
+22
*
[Tablegen] Optimize isSubsetOf() in AsmMatcherEmitter.cpp. NFC
Marcello Maggioni
2018-07-13
1
-2
/
+10
*
[cfi-verify] Support AArch64.
Joel Galenson
2018-07-13
4
-0
/
+4
*
[TableGen] Support multi-alternative pattern fragments
Ulrich Weigand
2018-07-13
6
-375
/
+391
*
[TableGen] Add a general-purpose JSON backend.
Simon Tatham
2018-07-11
1
-0
/
+6
*
[TableGen] Fix some bad formatting. NFC
Craig Topper
2018-07-11
1
-4
/
+4
*
[Power9] Add __float128 builtins for Round To Odd
Stefan Pintilie
2018-07-09
1
-1
/
+3
*
[TableGen] Increase the number of supported decoder fix-ups.
Sander de Smalen
2018-07-05
1
-18
/
+40
*
[X86] Add phony registers for high halves of regs with low halves
Krzysztof Parzyszek
2018-07-02
1
-3
/
+9
*
[NFC] Prefer (void) to LLVM_ATTRIBUTE_UNUSED for unused var in GlobalISElemit...
Andrei Elovikov
2018-06-26
1
-2
/
+2
*
[IR] Split Intrinsics.inc into enums and implementations
Reid Kleckner
2018-06-23
3
-30
/
+53
*
TableGen/SearchableTables: Support more generic enums and tables
Nicolai Haehnle
2018-06-21
1
-201
/
+634
*
[X86] Add the ability to force an EVEX2VEX mapping table entry from the .td f...
Craig Topper
2018-06-19
1
-71
/
+30
[next]