index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
MC
Age
Commit message (
Expand
)
Author
2013-03-19
Fix pr13145 - Naming a function like a register name confuses the asm parser.
Chad Rosier
2013-03-18
Post process ADC/SBB and use a shorter encoding if they use a sign extended i...
Craig Topper
2013-03-18
Refactor some duplicated code into helper functions.
Craig Topper
2013-03-15
Fix the FDE encoding to be relative on ELF.
Rafael Espindola
2013-03-14
Fix a bug in the calculation of the VEX.B bit for FMA4 rr with the VEX.W bit ...
Craig Topper
2013-03-11
Fixes disassembler crashes on 2013 Haswell RTM instructions.
Kevin Enderby
2013-03-09
We need a shndx if the number of sections breaks SHN_LORESERVE. This condition
Nick Lewycky
2013-03-05
Fixes a test by replacing .align by .p2align and setting triples explicitly.
Eli Bendersky
2013-03-05
Add a test that .align directives on capable processors use long NOPs.
David Sehr
2013-03-05
The current X86 NOP padding uses one long NOP followed by the remainder in
David Sehr
2013-03-01
Rewrite a test to check actual output rather than intermediate implementation
Eli Bendersky
2013-02-28
AArch64: remove post-encoder method from FCMP (immediate) instructions.
Tim Northover
2013-02-27
ARM: permit full range of valid ADR immediates.
Tim Northover
2013-02-26
AsmParser: More generic support for integer type suffices.
Jim Grosbach
2013-02-25
[ms-inline asm] Add support for the pushad/popad mnemonics.
Chad Rosier
2013-02-25
'Hexadecimal' has two 'a's and only one 'i'.
Matt Beaumont-Gay
2013-02-23
ARM: Convenience aliases for 'srs*' instructions.
Jim Grosbach
2013-02-22
Make ARMAsmPrinter generate the correct alignment specifier syntax in instruc...
Kristof Beyls
2013-02-21
Mips specific standalone assembler addressing mode %hi and %lo.
Jack Carter
2013-02-20
ELF symbol table field st_other support,
Jack Carter
2013-02-19
ELF symbol table field st_other support,
Jack Carter
2013-02-19
ELF symbol table field st_other support,
Jack Carter
2013-02-17
[XCore] Add missing 2r instructions.
Richard Osborne
2013-02-17
[XCore] Add TSETR instruction.
Richard Osborne
2013-02-17
[XCore] Add missing u10 / lu10 instructions.
Richard Osborne
2013-02-17
[XCore] Add missing u6 / lu6 instructions.
Richard Osborne
2013-02-16
MCParser: Reject .balign with non-pow2 alignments.
Benjamin Kramer
2013-02-16
Derive ELF section type from the name in some cases where GNU as does
Joerg Sonnenberger
2013-02-15
If bundle alignment is enabled, do not add data to a fragment with instructions
Derek Schuff
2013-02-14
The ARM NEON vector compare instructions take three arguments. However, the
Joel Jones
2013-02-14
death to extra whitespace
Kay Tiong Khoo
2013-02-14
added basic support for Intel ADX instructions
Kay Tiong Khoo
2013-02-14
Revert r15266. This fixes llvm.org/pr15266.
Rafael Espindola
2013-02-14
Make ARMAsmParser accept the correct alignment specifier syntax in instructions.
Kristof Beyls
2013-02-12
[ms-inline asm] Add support for lexing binary integers with a [bB] suffix.
Chad Rosier
2013-02-12
added test cases for r174920 (prefetch disassembly)
Kay Tiong Khoo
2013-02-12
[ms-inline asm] Add support for lexing hexidecimal integers with a [hH] suffix.
Chad Rosier
2013-02-11
*fixed disassembly of some i386 system insts with intel syntax
Kay Tiong Khoo
2013-02-11
AArch64: Undo change to how test was run
Tim Northover
2013-02-11
Make use of DiagnosticType to provide better AArch64 diagnostics.
Tim Northover
2013-02-07
[mips] Add definition of JALR instruction which has two register operands. Ch...
Akira Hatanaka
2013-02-06
Add AArch64 CRC32 instructions
Tim Northover
2013-02-06
Add icache prefetch operations to AArch64
Tim Northover
2013-02-05
[MC] Bundle alignment: Invalidate relaxed fragments
Derek Schuff
2013-02-05
This patch that sets the Mips ELF header flag for
Jack Carter
2013-02-05
This patch that sets the EmitAlias flag in td files
Jack Carter
2013-02-01
Add explicit triples to AArch64 tests
Tim Northover
2013-01-31
[MC] bundle alignment: prevent padding instructions from crossing bundle boun...
Derek Schuff
2013-01-31
Add AArch64 as an experimental target.
Tim Northover
2013-01-30
Add a special ARM trap encoding for NaCl.
Eli Bendersky
[next]