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
*
Convert all tests using TCL-style quoting to use shell-style quoting.
Chandler Carruth
2012-07-02
39
-39
/
+39
*
X86: add more GATHER intrinsics in LLVM
Manman Ren
2012-06-29
2
-3
/
+45
*
This allows hello world to be compiled for Mips 64 direct object.
Jack Carter
2012-06-27
1
-0
/
+39
*
Teach assembler to handle capitalised operation values for DSB instructions
Richard Barton
2012-06-27
1
-0
/
+6
*
X86: add GATHER intrinsics (AVX2) in LLVM
Manman Ren
2012-06-26
2
-0
/
+14
*
Remove some duplicate instructions that exist only to given different mnemoni...
Craig Topper
2012-06-26
2
-12
/
+12
*
PR13013: ELF Type identification fails for MSB type ELF files.
Meador Inge
2012-06-25
1
-0
/
+11
*
ARM: Add a better diagnostic for some out of range immediates.
Jim Grosbach
2012-06-22
2
-8
/
+8
*
Revert r158846.
Akira Hatanaka
2012-06-20
4
-172
/
+160
*
In MipsDisassembler.cpp, instead of defining register class tables, use the ones
Akira Hatanaka
2012-06-20
4
-160
/
+172
*
Have ARM ELF use correct reloc for "b" instr.
Jan Wen Voung
2012-06-19
1
-1
/
+11
*
ARM: Define generic HINT instruction.
Jim Grosbach
2012-06-18
2
-8
/
+34
*
Implement irpc. Extracted from a patch by the PaX team. I just added the test.
Rafael Espindola
2012-06-16
1
-0
/
+9
*
Fix the encoding of the armv7m (MClass) for MSR registers other than aspr,
Kevin Enderby
2012-06-15
1
-10
/
+10
*
Factor macro argument parsing into helper methods and add support for .irp.
Rafael Espindola
2012-06-15
2
-0
/
+18
*
Replace assertion failure for badly formatted CPS instrution with error message.
Richard Barton
2012-06-14
1
-0
/
+6
*
Correct decoder for T1 conditional B encoding
Richard Barton
2012-06-06
1
-1
/
+10
*
Add lit.local.cfg to run the tests in test/MC/Disassembler/Mips.
Akira Hatanaka
2012-05-31
1
-0
/
+6
*
Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex...
Benjamin Kramer
2012-05-29
3
-0
/
+61
*
Refactor data-in-code annotations.
Jim Grosbach
2012-05-18
2
-1
/
+34
*
Fixed a bug in llvm-objdump when disassembling using -macho option for a binary
Kevin Enderby
2012-05-18
1
-0
/
+5
*
Fix the encoding of the armv7m (MClass) for MSR APSR writes which was missing
Kevin Enderby
2012-05-17
1
-4
/
+28
*
Add a test case for r156840, a fix to llvm-objdump when disassembling using
Kevin Enderby
2012-05-15
1
-0
/
+20
*
Add support for the .rept directive. Patch by Vladmir Sorokin. I added support
Rafael Espindola
2012-05-12
3
-0
/
+35
*
ELF: Add support for the asm .version directive.
Benjamin Kramer
2012-05-12
1
-0
/
+17
*
AsmParser: Add support for the .purgem directive.
Benjamin Kramer
2012-05-12
1
-0
/
+12
*
AsmParser: ignore the .extern directive.
Benjamin Kramer
2012-05-12
1
-0
/
+4
*
AsmParser: Add support for .ifc and .ifnc directives.
Benjamin Kramer
2012-05-12
1
-0
/
+65
*
AsmParser: Add support for .ifb and .ifnb directives.
Benjamin Kramer
2012-05-12
1
-0
/
+67
*
Make the following changes in MipsAsmPrinter.cpp:
Akira Hatanaka
2012-05-12
1
-1
/
+3
*
Insert instructions to the entry basic block which initializes the global
Akira Hatanaka
2012-05-12
1
-1
/
+3
*
Added the missing bit definition for the 4th bit of the STR (post reg) instru...
Silviu Baranga
2012-05-11
2
-0
/
+67
*
Fixed the LLVM ARM v7 assembler and instruction printer for 8-bit immediate o...
Silviu Baranga
2012-05-11
1
-0
/
+3
*
Fix issues with the ARM bl and blx thumb instructions and the J1 and J2 bits
Kevin Enderby
2012-05-03
3
-2
/
+29
*
Fixed disassembler for vstm/vldm ARM VFP instructions.
Silviu Baranga
2012-05-03
1
-0
/
+27
*
ARM: Add missing two-operand VBIC aliases.
Jim Grosbach
2012-05-02
1
-0
/
+5
*
Disallow YIELD and other allocated nop hints in pre-ARMv6 architectures.
Richard Barton
2012-05-02
4
-29
/
+18
*
ARM: Add a few missing add->sub aliases w/ 'w' suffix.
Jim Grosbach
2012-05-01
1
-0
/
+12
*
ARM: allow vanilla expressions for movw/movt.
Jim Grosbach
2012-05-01
1
-0
/
+5
*
MC: Unknown assembler directives are now hard errors.
Jim Grosbach
2012-05-01
2
-3
/
+3
*
ARM: Thumb add(sp plus register) asm constraints.
Jim Grosbach
2012-04-27
2
-0
/
+7
*
Fix ARM assembly parsing for upper case condition codes on IT instructions.
Richard Barton
2012-04-27
1
-0
/
+13
*
Missed some register numbers.
Benjamin Kramer
2012-04-27
1
-3
/
+3
*
Update edis test for r155704.
Benjamin Kramer
2012-04-27
1
-1
/
+1
*
Specify cpu to unbreak tests.
Evan Cheng
2012-04-26
16
-17
/
+17
*
ARM: improved assembler diagnostics for missing CPU features.
Jim Grosbach
2012-04-24
1
-9
/
+9
*
Add missing test cases for ARM VLD3 (single 3-element structure to all lanes)
Kevin Enderby
2012-04-24
2
-0
/
+38
*
Add missing test cases for ARM VLD4 (single 4-element structure to all lanes)
Kevin Enderby
2012-04-24
2
-0
/
+49
*
ARM: Add testcases for two-operand variants of VSRA/VRSRA/VSRI.
Jim Grosbach
2012-04-23
2
-0
/
+209
*
Add ARM mode tests for the NEON vector shift-accumulate tests.
Jim Grosbach
2012-04-23
1
-0
/
+105
[next]