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
*
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
*
Machine model: rewrite a tablegen loop to avoid comparing record pointers.
Andrew Trick
2013-04-23
1
-8
/
+4
*
[asm parser] Add support for predicating MnemonicAlias based on the assembler
Chad Rosier
2013-04-18
1
-20
/
+45
*
Add CLAC/STAC instruction encoding/decoding support
Michael Liao
2013-04-11
1
-17
/
+19
*
Fix TableGen subtarget-emitter to handle A9/Swift.
Andrew Trick
2013-03-29
1
-5
/
+11
*
Revert r178166. According to Howard, this code is actually ok.
Dan Gohman
2013-03-29
1
-3
/
+1
*
Avoid undefined behavior from passing a std::vector's own contents
Dan Gohman
2013-03-27
1
-1
/
+3
*
TableGen SubtargetEmitter fix to allow A9 and Swift to coexist.
Andrew Trick
2013-03-26
2
-2
/
+24
*
x86 -- add the XTEST instruction
Dave Zarzycki
2013-03-25
1
-8
/
+9
*
Allow types to be omitted in output patterns.
Jakob Stoklund Olesen
2013-03-24
2
-0
/
+16
*
Allow direct value types to be used in instruction 'set' patterns.
Jakob Stoklund Olesen
2013-03-24
1
-2
/
+24
*
Allow direct value types in pattern definitions.
Jakob Stoklund Olesen
2013-03-23
2
-5
/
+29
*
Make all unnamed RegisterClass TreePatternNodes typed MVT::i32.
Jakob Stoklund Olesen
2013-03-23
2
-21
/
+21
*
Add TableGen ctags(1) emitter and helper script.
Sean Silva
2013-03-21
5
-1
/
+561
[next]