index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils
/
TableGen
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Add missing index comments to the left side of the DAG ISel matcher table for...
Craig Topper
2013-09-22
1
-2
/
+6
|
*
Provide basic type safety for array_pod_sort comparators.
Benjamin Kramer
2013-09-22
2
-6
/
+7
|
*
TableGen: fix constness of new comparison function.
Tim Northover
2013-09-16
1
-1
/
+1
|
*
TableGen: give asm match classes deterministic order.
Tim Northover
2013-09-16
1
-23
/
+46
|
*
AsmMatcher: emit subtarget feature enum in deterministic order.
Tim Northover
2013-09-16
1
-7
/
+7
|
*
Replace some unnecessary vector copies with references.
Benjamin Kramer
2013-09-15
1
-1
/
+1
|
*
Add an instruction deprecation feature to TableGen.
Joey Gouly
2013-09-12
4
-0
/
+50
|
*
llvm-tblgen: Mangle operand replacements into the strings in printAliasInstr.
Benjamin Kramer
2013-09-11
1
-40
/
+45
|
*
llvm-tblgen: Stabilize subreg index tables.
Benjamin Kramer
2013-09-11
1
-2
/
+2
|
*
TableGen: Enumerate Schedule Model too.
Vincent Lejeune
2013-09-03
1
-1
/
+9
|
*
Tidy up. Comment grammar.
Jim Grosbach
2013-08-29
1
-2
/
+2
|
*
Tidy up. Trailing whitespace.
Jim Grosbach
2013-08-29
1
-39
/
+39
|
*
Move StringToOffsetTable into the TableGen include directory so I can use it ...
Craig Topper
2013-08-29
2
-84
/
+1
|
*
Option parsing: support case-insensitive option matching.
Rui Ueyama
2013-08-28
1
-5
/
+10
|
*
Add missing include
Craig Topper
2013-08-28
1
-0
/
+1
|
*
Revert "Option parsing: support case-insensitive option matching." as it brok...
Rui Ueyama
2013-08-28
1
-14
/
+16
|
*
Option parsing: support case-insensitive option matching.
Rui Ueyama
2013-08-27
1
-16
/
+14
|
*
Add an OtherPreserved field to the CalleeSaved TableGen class.
Jakob Stoklund Olesen
2013-08-23
1
-1
/
+13
|
*
AVX-512: Added masked SHIFT commands, more encoding tests
Elena Demikhovsky
2013-08-22
1
-17
/
+23
|
*
ARM: use TableGen patterns to select CMOV operations.
Tim Northover
2013-08-22
2
-3
/
+3
|
*
Fixing a warning about control reaching the end of a non-void function.
Aaron Ballman
2013-08-16
1
-0
/
+1
|
*
[Mips][msa] Value types for MSA support.
Jack Carter
2013-08-13
1
-0
/
+1
|
*
Revert r188164: Stablize MCK_Reg ordering in AsmMatcherEmitter
Richard Sandiford
2013-08-12
1
-21
/
+19
|
*
Stablize MCK_Reg ordering in AsmMatcherEmitter
Richard Sandiford
2013-08-12
1
-19
/
+21
*
|
Merge commit '10251753b6897adcd22cc981c0cc42f348c109de' into merge-20130807
Stephen Hines
2013-08-07
18
-150
/
+797
|
\
\
|
|
/
|
*
Remove some std stream usage from Support and TableGen
Reid Kleckner
2013-08-06
1
-1
/
+2
|
*
Moving definition of MnemonicContainsDot field from class Instruction to clas...
Vladimir Medic
2013-08-01
1
-2
/
+1
|
*
Option parsing: remove non-SUPPORT_ALIASARGS fall-back
Hans Wennborg
2013-07-31
1
-14
/
+2
|
*
Option parsing: add support for alias arguments.
Hans Wennborg
2013-07-31
1
-3
/
+30
|
*
comment typo.
Andrew Trick
2013-07-31
1
-1
/
+1
|
*
Revert "TableGen: Enumerate Schedule Model too."
Tom Stellard
2013-07-31
1
-7
/
+0
|
*
TableGen: Enumerate Schedule Model too.
Vincent Lejeune
2013-07-31
1
-0
/
+7
|
*
Fix register pressure tables on ARM.
Andrew Trick
2013-07-31
1
-3
/
+31
|
*
Add tracing to the tblgen register pressure table generator.
Andrew Trick
2013-07-31
1
-7
/
+63
|
*
Remove use of sprintf added to X86 disassembler tablegen code. Send message w...
Craig Topper
2013-07-28
1
-4
/
+2
|
*
fixed compilation issue
Elena Demikhovsky
2013-07-28
1
-0
/
+1
|
*
Added encoding prefixes for KNL instructions (EVEX).
Elena Demikhovsky
2013-07-28
3
-10
/
+261
|
*
Using a different loop induction variable than the enclosing scope. No funct...
Aaron Ballman
2013-07-25
1
-2
/
+2
|
*
Fix a bug in TableGen where the intrinsic function name recognizer could mis-...
Justin Holewinski
2013-07-25
1
-0
/
+18
|
*
RegPressure: Order the "pressure sets" by number of regunits per set.
Andrew Trick
2013-07-25
3
-8
/
+53
|
*
Split generated asm mnemonic matching table into a separate table for each as...
Craig Topper
2013-07-24
1
-38
/
+71
|
*
Remove 'else' after 'return'. No functional change.
Craig Topper
2013-07-23
1
-2
/
+1
|
*
Remove trailing whitespace.
Craig Topper
2013-07-23
1
-26
/
+26
|
*
This patch allows targets to define weather the instruction mnemonics in asm ...
Vladimir Medic
2013-07-16
1
-4
/
+7
|
*
Teaching llvm-tblgen to not emit a switch statement when there are no case st...
Aaron Ballman
2013-07-15
3
-53
/
+88
|
*
Add 'const' qualifier to some arrays.
Craig Topper
2013-07-15
1
-1
/
+1
|
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
3
-4
/
+4
|
*
Extend 'readonly' and 'readnone' to work on function arguments as well as
Nick Lewycky
2013-07-06
3
-1
/
+15
|
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-04
1
-2
/
+2
|
*
Improve the compression of the tablegen DiffLists by introducing a new sort
Chad Rosier
2013-06-27
2
-4
/
+10
[prev]
[next]