index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils
/
TableGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r235153
Pirama Arumuga Nainar
2015-05-18
10
-45
/
+71
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
14
-277
/
+389
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
31
-1108
/
+1363
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
38
-500
/
+656
*
Allow mm in these subdirectories.
Dan Albert
2014-11-03
1
-1
/
+4
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
14
-514
/
+143
*
Switch name from tblgen -> llvm-tblgen for consistency with upstream LLVM.
Stephen Hines
2014-06-03
1
-1
/
+1
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
34
-531
/
+788
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
46
-1749
/
+1482
*
Merge remote-tracking branch 'upstream/release_34' into merge-20140211
Stephen Hines
2014-02-11
30
-582
/
+820
|
\
|
*
Merging r195092:
Bill Wendling
2013-11-19
2
-45
/
+33
|
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
4
-58
/
+86
|
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
4
-83
/
+58
|
*
TableGen: Generate an enum for all named Operand types in tblgen'd InstrInfo.
Ahmed Bougacha
2013-11-17
1
-0
/
+31
|
*
Small improvement to InstrinsicEmitter::EmitAttributes. This change removes ...
Owen Anderson
2013-11-16
1
-17
/
+38
|
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
4
-58
/
+83
|
*
AVX-512: added VPCONFLICT instruction and intrinsics,
Elena Demikhovsky
2013-11-03
3
-5
/
+39
|
*
Lower stackmap intrinsics directly to their target opcode in the DAG builder.
Andrew Trick
2013-10-31
1
-0
/
+2
|
*
Enable variable arguments support for intrinsics.
Andrew Trick
2013-10-31
1
-1
/
+4
|
*
whitespace
Andrew Trick
2013-10-31
1
-49
/
+49
|
*
TableGen: remove unused variable.
Ahmed Bougacha
2013-10-28
1
-0
/
+1
|
*
TableGen: Refactor DAG patterns to enable parsing one pattern at a time.
Ahmed Bougacha
2013-10-28
2
-51
/
+65
|
*
TableGen: Refactor AsmWriterEmitter to keep AsmWriterInsts.
Ahmed Bougacha
2013-10-28
1
-26
/
+26
|
*
Typo.
Peter Collingbourne
2013-10-20
1
-1
/
+1
|
*
Allow pinsrw/pinsrb/pextrb/pextrw/movmskps/movmskpd/pmovmskb/extractps instru...
Craig Topper
2013-10-14
1
-0
/
+3
|
*
Remove more filters from the disassembler. Mark some AVX512 instructions as C...
Craig Topper
2013-10-12
1
-5
/
+0
|
*
Mark some more instructions as CodeGenOnly. Remove filters from the disassemb...
Craig Topper
2013-10-12
1
-4
/
+0
|
*
Add missing #include's to cctype when using isdigit/alpha/etc.
Will Dietz
2013-10-12
1
-0
/
+1
|
*
Remove another unnecessary filter from the disassembler.
Craig Topper
2013-10-11
1
-3
/
+0
|
*
Fix so CRC32r64r8 isn't accidentally filtered from the disassembler tables.
Craig Topper
2013-10-10
1
-1
/
+1
|
*
More x86 disassembler filtering cleanup.
Craig Topper
2013-10-09
1
-4
/
+1
|
*
Remove some old filters from the x86 disassembler table builder.
Craig Topper
2013-10-09
1
-6
/
+0
|
*
Remove unneeded MMX instruction definition by moving pattern to an equivalent...
Craig Topper
2013-10-08
1
-1
/
+0
|
*
Remove some instructions that existed to provide aliases to the assembler. Ca...
Craig Topper
2013-10-08
1
-3
/
+1
|
*
Remove some instructions that seem to only exist to trick the filtering check...
Craig Topper
2013-10-07
1
-1
/
+2
|
*
Add disassembler support for long encodings for INC/DEC in 32-bit mode.
Craig Topper
2013-10-07
1
-1
/
+2
|
*
Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...
Craig Topper
2013-10-05
4
-1
/
+46
|
*
Revert r191940 to see if it fixes the build bots.
Craig Topper
2013-10-04
4
-46
/
+1
|
*
Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...
Craig Topper
2013-10-04
4
-1
/
+46
|
*
Add XOP disassembler support. Fixes PR13933.
Craig Topper
2013-10-03
3
-3
/
+72
|
*
Add v4f16 to supported value types.
Pete Cooper
2013-10-03
1
-0
/
+1
|
*
Remove several unused variables.
Rafael Espindola
2013-10-01
4
-12
/
+0
|
*
Fix pattern sort in DAGISelEmitter.cpp
Richard Sandiford
2013-10-01
1
-9
/
+7
|
*
Filter out repeated sections from the X86 disassembler modRMTable. Saves abou...
Craig Topper
2013-09-30
2
-87
/
+67
|
*
Various x86 disassembler fixes.
Craig Topper
2013-09-30
1
-6
/
+18
|
*
Mark the x86 machine model as incomplete. PR17367.
Andrew Trick
2013-09-25
1
-0
/
+5
|
*
Fix doxygen comments to use correct function name.
Craig Topper
2013-09-25
2
-2
/
+2
|
*
Replace EVT with MVT in CodeGenDAGAPatterns.cpp.
Craig Topper
2013-09-25
1
-14
/
+14
|
*
Fix formatting to match coding standards.
Craig Topper
2013-09-24
1
-10
/
+7
|
*
Initial support for Neon scalar instructions.
Jiangning Liu
2013-09-24
2
-1
/
+6
[next]