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
/
test
/
MC
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes disassembler crashes on 2013 Haswell RTM instructions.
Kevin Enderby
2013-03-11
1
-0
/
+9
*
We need a shndx if the number of sections breaks SHN_LORESERVE. This condition
Nick Lewycky
2013-03-09
1
-0
/
+65281
*
Fixes a test by replacing .align by .p2align and setting triples explicitly.
Eli Bendersky
2013-03-05
1
-2
/
+5
*
Add a test that .align directives on capable processors use long NOPs.
David Sehr
2013-03-05
1
-0
/
+12
*
The current X86 NOP padding uses one long NOP followed by the remainder in
David Sehr
2013-03-05
1
-0
/
+27
*
Rewrite a test to check actual output rather than intermediate implementation
Eli Bendersky
2013-03-01
1
-6
/
+6
*
AArch64: remove post-encoder method from FCMP (immediate) instructions.
Tim Northover
2013-02-28
1
-0
/
+8
*
ARM: permit full range of valid ADR immediates.
Tim Northover
2013-02-27
1
-0
/
+4
*
AsmParser: More generic support for integer type suffices.
Jim Grosbach
2013-02-26
1
-0
/
+6
*
[ms-inline asm] Add support for the pushad/popad mnemonics.
Chad Rosier
2013-02-25
1
-0
/
+13
*
'Hexadecimal' has two 'a's and only one 'i'.
Matt Beaumont-Gay
2013-02-25
1
-1
/
+1
*
ARM: Convenience aliases for 'srs*' instructions.
Jim Grosbach
2013-02-23
2
-0
/
+69
*
Make ARMAsmPrinter generate the correct alignment specifier syntax in instruc...
Kristof Beyls
2013-02-22
9
-302
/
+302
*
Mips specific standalone assembler addressing mode %hi and %lo.
Jack Carter
2013-02-21
2
-3
/
+13
*
ELF symbol table field st_other support,
Jack Carter
2013-02-20
3
-13
/
+182
*
ELF symbol table field st_other support,
Jack Carter
2013-02-19
1
-7
/
+7
*
ELF symbol table field st_other support,
Jack Carter
2013-02-19
2
-2
/
+18
*
[XCore] Add missing 2r instructions.
Richard Osborne
2013-02-17
1
-0
/
+9
*
[XCore] Add TSETR instruction.
Richard Osborne
2013-02-17
1
-0
/
+3
*
[XCore] Add missing u10 / lu10 instructions.
Richard Osborne
2013-02-17
1
-0
/
+12
*
[XCore] Add missing u6 / lu6 instructions.
Richard Osborne
2013-02-17
1
-0
/
+36
*
MCParser: Reject .balign with non-pow2 alignments.
Benjamin Kramer
2013-02-16
1
-0
/
+10
*
Derive ELF section type from the name in some cases where GNU as does
Joerg Sonnenberger
2013-02-16
1
-0
/
+62
*
If bundle alignment is enabled, do not add data to a fragment with instructions
Derek Schuff
2013-02-15
1
-2
/
+13
*
The ARM NEON vector compare instructions take three arguments. However, the
Joel Jones
2013-02-14
1
-1
/
+67
*
death to extra whitespace
Kay Tiong Khoo
2013-02-14
1
-20
/
+20
*
added basic support for Intel ADX instructions
Kay Tiong Khoo
2013-02-14
2
-0
/
+36
*
Revert r15266. This fixes llvm.org/pr15266.
Rafael Espindola
2013-02-14
2
-20
/
+6
*
Make ARMAsmParser accept the correct alignment specifier syntax in instructions.
Kristof Beyls
2013-02-14
5
-152
/
+168
*
[ms-inline asm] Add support for lexing binary integers with a [bB] suffix.
Chad Rosier
2013-02-12
2
-6
/
+20
*
added test cases for r174920 (prefetch disassembly)
Kay Tiong Khoo
2013-02-12
1
-0
/
+6
*
[ms-inline asm] Add support for lexing hexidecimal integers with a [hH] suffix.
Chad Rosier
2013-02-12
1
-0
/
+26
*
*fixed disassembly of some i386 system insts with intel syntax
Kay Tiong Khoo
2013-02-11
1
-0
/
+13
*
AArch64: Undo change to how test was run
Tim Northover
2013-02-11
1
-1
/
+2
*
Make use of DiagnosticType to provide better AArch64 diagnostics.
Tim Northover
2013-02-11
1
-501
/
+504
*
[mips] Add definition of JALR instruction which has two register operands. Ch...
Akira Hatanaka
2013-02-07
1
-0
/
+8
*
Add AArch64 CRC32 instructions
Tim Northover
2013-02-06
2
-0
/
+34
*
Add icache prefetch operations to AArch64
Tim Northover
2013-02-06
2
-0
/
+50
*
[MC] Bundle alignment: Invalidate relaxed fragments
Derek Schuff
2013-02-05
1
-0
/
+16
*
This patch that sets the Mips ELF header flag for
Jack Carter
2013-02-05
1
-0
/
+8
*
This patch that sets the EmitAlias flag in td files
Jack Carter
2013-02-05
2
-10
/
+10
*
Add explicit triples to AArch64 tests
Tim Northover
2013-02-01
1
-2
/
+2
*
[MC] bundle alignment: prevent padding instructions from crossing bundle boun...
Derek Schuff
2013-01-31
2
-2
/
+108
*
Add AArch64 as an experimental target.
Tim Northover
2013-01-31
23
-0
/
+13915
*
Add a special ARM trap encoding for NaCl.
Eli Bendersky
2013-01-30
1
-4
/
+11
*
This patch implements runtime ARM specific
Jack Carter
2013-01-30
2
-1
/
+13
*
This patch implements runtime Mips specific
Jack Carter
2013-01-30
1
-0
/
+55
*
This patch reworks how llvm targets set
Jack Carter
2013-01-30
1
-0
/
+1
*
[MC][COFF] Delay handling symbol aliases when writing
Michael J. Spencer
2013-01-29
1
-0
/
+11
*
Merge SSE and AVX shuffle instructions in the comment printer.
Craig Topper
2013-01-29
1
-0
/
+225
[next]