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
*
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
*
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
*
TableGen: Generate a function for getting operand indices based on their defi...
Tom Stellard
2013-06-25
1
-0
/
+130
*
Add support for encoding the HLE XACQUIRE and XRELEASE prefixes.
Stefanus Du Toit
2013-06-18
1
-0
/
+6
*
Support BufferSize on ProcResGroup for unified MOp schedulers.
Andrew Trick
2013-06-15
3
-6
/
+18
*
Machine Model: Add MicroOpBufferSize and resource BufferSize.
Andrew Trick
2013-06-15
1
-10
/
+7
*
tblgen: Assert that InstRWs doesn't grows when we don't expect it.
Benjamin Kramer
2013-06-10
1
-0
/
+1
*
tblgen: always lookup values from the original vector as it could be grown un...
Benjamin Kramer
2013-06-09
1
-6
/
+6
*
CodeGenSchedule: Use resize instead of copying a vector
Arnold Schwaighofer
2013-06-07
1
-2
/
+2
*
CodeGenSchedule: smallvector.push_back(smallvector[0]) is dangerous
Arnold Schwaighofer
2013-06-06
1
-1
/
+3
*
Remove unimplemented definition. Found using [-Wunused-member-function].
Jakub Staszak
2013-06-06
1
-2
/
+0
*
SubtargetEmitter fix
Arnold Schwaighofer
2013-06-05
1
-1
/
+1
*
Fix a tblgen subtargetemitter bug, for future Swift support.
Andrew Trick
2013-06-05
1
-4
/
+23
*
Revert series of sched model patches until I figure out what is going on.
Arnold Schwaighofer
2013-06-04
1
-1
/
+1
*
SubtargetEmitter fix
Arnold Schwaighofer
2013-06-04
1
-1
/
+1
*
Make SubRegIndex size mandatory, following r183020.
Ahmed Bougacha
2013-05-31
3
-7
/
+18
*
Add a way to define the bit range covered by a SubRegIndex.
Ahmed Bougacha
2013-05-31
3
-5
/
+36
*
Remove the MCRegAliasIterator tables and compute the aliases dynamically.
Chad Rosier
2013-05-28
3
-66
/
+3
*
Recognize ValueType operands in source patterns for fast-isel.
Bill Schmidt
2013-05-22
1
-3
/
+7
*
Add TargetRegisterInfo::getCoveringLanes().
Jakob Stoklund Olesen
2013-05-16
3
-6
/
+35
*
Handle tied sub-operands in AsmMatcherEmitter
Ulrich Weigand
2013-04-27
1
-30
/
+19
*
Machine model: Generate table entries for super-resources.
Andrew Trick
2013-04-23
1
-14
/
+23
*
Machine model: verify well-formed processor resource groups.
Andrew Trick
2013-04-23
2
-0
/
+54
[next]