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
*
NEON VST4(multiple 4 element structures) assembly parsing.
Jim Grosbach
2012-01-24
1
-17
/
+39
*
NEON VLD4(multiple 4 element structures) assembly parsing.
Jim Grosbach
2012-01-24
1
-19
/
+39
*
NEON VST3(single element from one lane) assembly parsing.
Jim Grosbach
2012-01-24
1
-0
/
+35
*
NEON VST3(multiple 3-element structures) assembly parsing.
Jim Grosbach
2012-01-23
1
-19
/
+39
*
NEON VLD3(multiple 3-element structures) assembly parsing.
Jim Grosbach
2012-01-23
2
-65
/
+73
*
Intel syntax: Robustify parsing of memory operand's displacement experssion.
Devang Patel
2012-01-23
1
-2
/
+4
*
NEON VLD3 lane-indexed assembly parsing and encoding.
Jim Grosbach
2012-01-23
1
-11
/
+33
*
Add support for .cfi_signal_frame. Fixes pr11762.
Rafael Espindola
2012-01-23
1
-0
/
+23
*
Intel syntax: Parse memory operand with empty base reg, e.g. DWORD PTR [4*RDI]
Devang Patel
2012-01-23
1
-1
/
+3
*
Simplify some NEON assembly pseudo definitions.
Jim Grosbach
2012-01-23
1
-8
/
+8
*
Intel syntax: Parse segment registers.
Devang Patel
2012-01-23
1
-0
/
+2
*
Intel syntax: Robustify register parsing.
Devang Patel
2012-01-20
1
-0
/
+2
*
Intel syntax: Parse ... PTR [-8]
Devang Patel
2012-01-20
1
-1
/
+2
*
Intel syntax: For now, disable ambiguous JMP64pcrel32 for intel syntax.
Devang Patel
2012-01-20
1
-1
/
+4
*
NEON use vmov.i32 to splat some f32 values into vectors.
Jim Grosbach
2012-01-20
1
-0
/
+8
*
Post process 'and', 'sub' instructions and select better encoding, if available.
Devang Patel
2012-01-19
1
-0
/
+8
*
Intel syntax: There is no need to create unary expr for simple negative displ...
Devang Patel
2012-01-19
1
-0
/
+4
*
Post process 'xor', 'or' and 'cmp' instructions and select better encoding, i...
Devang Patel
2012-01-19
1
-0
/
+22
*
Add testcase.
Jim Grosbach
2012-01-19
1
-0
/
+13
*
Thumb2 alternate syntax for LDR(literal) and friends.
Jim Grosbach
2012-01-18
1
-0
/
+27
*
Process instructions after match to select alternative encoding which may be ...
Devang Patel
2012-01-18
1
-0
/
+24
*
Thumb2 relaxation for LDR(literal).
Jim Grosbach
2012-01-18
1
-0
/
+13
*
MC tweak symbol difference resolution for non-local symbols.
Jim Grosbach
2012-01-17
3
-5
/
+7
*
Tidy up.
Jim Grosbach
2012-01-17
1
-2
/
+2
*
Intel syntax: Fix parser match class to check memory operand size.
Devang Patel
2012-01-17
1
-0
/
+2
*
Intel syntax: Parse "BYTE PTR [RDX + RCX]"
Devang Patel
2012-01-17
1
-0
/
+2
*
Intel syntax: Do not unncessarily create plus expression for memory operand d...
Devang Patel
2012-01-17
1
-0
/
+2
*
Intel syntax: Ignore mnemonic aliases.
Devang Patel
2012-01-17
1
-0
/
+8
*
Intel syntax: Robustify memory operand parsing.
Devang Patel
2012-01-17
1
-0
/
+8
*
Add new test.
Devang Patel
2012-01-13
1
-0
/
+10
*
Remove test case, as Chris suggested.
Devang Patel
2012-01-12
1
-23
/
+0
*
Add test case to check intel syntax parsing.
Devang Patel
2012-01-12
1
-0
/
+23
*
The error check for using -g with a .s file already containing dwarf .file
Kevin Enderby
2012-01-11
1
-0
/
+9
*
Add big endian mips support. Based on a patch by Jack Carter.
Rafael Espindola
2012-01-11
1
-0
/
+2
*
Add the skeleton of an asm parser for mips.
Rafael Espindola
2012-01-11
1
-0
/
+5
*
Various crash reporting tools have a problem with the dwarf generated for
Kevin Enderby
2012-01-10
1
-8
/
+17
*
Split Finish into Finish and FinishImpl to have a common place to do end of
Rafael Espindola
2012-01-07
1
-0
/
+5
*
Add disassembler support for VPERMIL2PD and VPERMIL2PS.
Craig Topper
2011-12-30
1
-2
/
+5
*
Add FMA4 instructions to disassembler.
Craig Topper
2011-12-30
1
-0
/
+6
*
Implement cfi_restore. Patch by Brian Anderson!
Rafael Espindola
2011-12-29
1
-0
/
+42
*
Fix execution domains for PS/PD FMA3 instructions. Add SS/SD forms o FMA3 ins...
Craig Topper
2011-12-29
1
-0
/
+12
*
Implement .cfi_escape. Patch by Brian Anderson!
Rafael Espindola
2011-12-29
1
-0
/
+42
*
Expose FMA3 instructions to the disassembler.
Craig Topper
2011-12-29
1
-0
/
+24
*
ARM VFP assembly parsing and encoding for VCVT(float <--> fixed point).
Jim Grosbach
2011-12-22
1
-0
/
+12
*
Fix incorrect relocation generation. Patch by Kristof Beyls.
Rafael Espindola
2011-12-22
1
-0
/
+23
*
ARM assembler should accept shift-by-zero for any shifted-immediate operand.
Jim Grosbach
2011-12-22
1
-0
/
+17
*
Local dynamic TLS model for direct object output. Create the correct TLS MIPS
Akira Hatanaka
2011-12-22
1
-0
/
+36
*
ARM VFP optional data type on VMOV GPR<-->SPR.
Jim Grosbach
2011-12-21
1
-0
/
+28
*
Thumb2 assembly parsing of 'mov rd, rn, rrx'.
Jim Grosbach
2011-12-21
1
-1
/
+2
*
Thumb2 assembly parsing of 'mov(register shifted register)' aliases.
Jim Grosbach
2011-12-21
1
-0
/
+25
[next]