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
*
* Correct encoding for VSRI.
Bill Wendling
2011-03-09
1
-0
/
+32
*
Correct the encoding for VRSRA and VSRA instructions.
Bill Wendling
2011-03-09
1
-0
/
+32
*
* Fix VRSHR and VSHR to have the correct encoding for the immediate.
Bill Wendling
2011-03-08
1
-109
/
+108
*
A few more tests for instruction encodings.
Bill Wendling
2011-03-08
1
-0
/
+7
*
Rename the narrow shift right immediate operands to "shr_imm*" operands. Also
Bill Wendling
2011-03-07
1
-0
/
+5
*
Be nice to Xcore and the XMOS assembler and avoid quoting section names
Joerg Sonnenberger
2011-03-04
1
-1
/
+1
*
Followup to r126970: add 64-bit encoding tests for str with reg operand.
Eli Friedman
2011-03-04
1
-0
/
+16
*
PR9377: Handle x86 str with register operand in a way consistent with gas.
Eli Friedman
2011-03-04
1
-0
/
+8
*
Bug#9033: For the ELF assembler output, always quote the section name.
Joerg Sonnenberger
2011-03-03
1
-0
/
+10
*
PR9352: Always emit a relocation for weak symbols. Not emitting relocations
Eli Friedman
2011-03-03
1
-0
/
+15
*
TableGen should not ignore BX instructions for the ARM disassembler. pr9368.
Bob Wilson
2011-03-03
1
-0
/
+3
*
pr9367: Add missing predicated BLX instructions.
Bob Wilson
2011-03-03
1
-0
/
+3
*
Fixes an assertion failure while disassembling ARM rsbs reg/reg form.
Kevin Enderby
2011-03-02
1
-0
/
+3
*
Narrow right shifts need to encode their immediates differently from a normal
Bill Wendling
2011-03-01
1
-0
/
+2
*
Fix the arm's disassembler for blx that was building an MCInst without the
Kevin Enderby
2011-02-28
1
-0
/
+3
*
split this test into arch specific pieces, so the ARM
Chris Lattner
2011-02-25
2
-1
/
+15
*
Restore r125595 (reverted in r126336) with modifications:
Joerg Sonnenberger
2011-02-24
3
-0
/
+29
*
Move arch specific tests in arch specific directories.
Devang Patel
2011-02-24
3
-0
/
+0
*
Remove file. Previous commit deleted content, but left the file around.
Jim Grosbach
2011-02-23
1
-0
/
+0
*
Revert r125595, which is an X86-only undocumented assembly syntax extension
Jim Grosbach
2011-02-23
2
-10
/
+0
*
Put in the symbol table symbols only used in a .globl statement.
Rafael Espindola
2011-02-23
1
-0
/
+26
*
Fixed a bug in the enhanced disassembler that caused
Sean Callanan
2011-02-23
1
-0
/
+2
*
Use the same (%dx) hack for in[bwl] as for out[bwl].
Joerg Sonnenberger
2011-02-22
1
-3
/
+22
*
Added a testcase for the enhanced disassembly bug
Sean Callanan
2011-02-22
1
-0
/
+4
*
Recognize loopz and loopnz as aliases for loope and loopne.
Joerg Sonnenberger
2011-02-22
2
-0
/
+16
*
Implement xgetbv and xsetbv.
Rafael Espindola
2011-02-22
1
-0
/
+4
*
Handle FK_PCRel_1 and add a test case for this and FK_PCRel_4.
Joerg Sonnenberger
2011-02-21
1
-0
/
+33
*
Add some limited support for labels in org directives. Hopefully enough to fix
Rafael Espindola
2011-02-20
1
-0
/
+13
*
implement PR9264: disambiguating 'bt mem, imm' as a btl.
Chris Lattner
2011-02-19
1
-0
/
+4
*
Add assembly parsing support for "msr" and also fix its encoding. Also add
Bruno Cardoso Lopes
2011-02-18
4
-0
/
+67
*
Recognize monitor/mwait with explicit register arguments
Joerg Sonnenberger
2011-02-18
2
-0
/
+18
*
Recognize leavel and leaveq aliases for leave.
Joerg Sonnenberger
2011-02-17
2
-0
/
+14
*
Gas is very inconsistent about when a relaxation/relocation is needed. Do
Rafael Espindola
2011-02-16
1
-17
/
+3
*
Add support for pushsection and popsection. Patch by Joerg Sonnenberger.
Rafael Espindola
2011-02-16
1
-0
/
+107
*
Add support for parsing [expr].
Roman Divacky
2011-02-15
2
-0
/
+10
*
Fix encoding and add parsing support for the arm/thumb CPS instruction:
Bruno Cardoso Lopes
2011-02-14
5
-0
/
+40
*
Add encodings and mnemonics for FXSAVE64 and FXRSTOR64.
Reid Kleckner
2011-02-12
1
-0
/
+8
*
Do AsmMatcher operand classification per-opcode.
Jim Grosbach
2011-02-10
1
-1
/
+0
*
Revert both r121082 (which broke a bunch of constant pool stuff) and r125074 ...
Owen Anderson
2011-02-08
1
-1
/
+1
*
Support for .ifdef / .ifndef in the assembler parser. Patch by Joerg Sonnenbe...
Benjamin Kramer
2011-02-08
2
-0
/
+58
*
Add support for parsing dmb/dsb instructions
Bruno Cardoso Lopes
2011-02-07
2
-9
/
+83
*
Teach ARM/MC/ELF about gcc compatible reloc output to get past odd linkage
Jason W Kim
2011-02-07
3
-0
/
+220
*
Teach ARM/MC/ELF about EF_ARM_EABI_VERSION. The magic number is set to
Jason W Kim
2011-02-04
1
-0
/
+13
*
Teach ARM/MC/ELF to handle R_ARM_JUMP24 relocation type for conditional jumps.
Jason W Kim
2011-02-04
1
-1
/
+1
*
Fix test for non-darwin targets.
Evan Cheng
2011-02-01
1
-2
/
+2
*
PR9030: Fix disassembly of ARM "mov pc, lr" instruction.
Bob Wilson
2011-01-28
1
-0
/
+3
*
Add support for parsing .float
Roman Divacky
2011-01-28
1
-0
/
+3
*
PR8951: Support for .equiv in integrated assembler, patch by Jörg Sonnenberger!
Nico Weber
2011-01-28
1
-0
/
+9
*
Fix PLD encoding.
Evan Cheng
2011-01-27
1
-0
/
+58
*
Add support for specifying register name in cfi-register/offset/def
Roman Divacky
2011-01-27
1
-1
/
+1
[next]