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
*
[mips] Fix encoding of BAL instruction. Also, fix assembler test case which
Akira Hatanaka
2012-12-21
1
-1
/
+1
*
Change Lit error redirection to FileCheck to a more common syntax since it
Eli Bendersky
2012-12-20
6
-6
/
+6
*
Add a largish auto-generated test for the aligned bundling feature, along with
Eli Bendersky
2012-12-20
1
-0
/
+2674
*
Tests for the aligned bundling support added in r170718
Eli Bendersky
2012-12-20
13
-0
/
+289
*
Remove edis - the enhanced disassembler. Fixes PR14654.
Roman Divacky
2012-12-19
1
-10
/
+0
*
llvm/test/MC/ELF/comp-dir.s: Appease MSYS Bash.
NAKAMURA Takumi
2012-12-18
1
-1
/
+1
*
Add a triple to this test -- it has to be an ELF platform...
Chandler Carruth
2012-12-17
1
-1
/
+1
*
Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage the
Chandler Carruth
2012-12-17
1
-0
/
+7
*
Add instruction encodings / disassembly support for l2r instructions.
Richard Osborne
2012-12-17
1
-0
/
+32
*
Add instruction encodings for PEEK and ENDIN.
Richard Osborne
2012-12-17
1
-0
/
+6
*
Add instruction encodings / disassembly support for rus instructions.
Richard Osborne
2012-12-17
1
-0
/
+20
*
Add instruction encodings for ZEXT and SEXT.
Richard Osborne
2012-12-17
1
-0
/
+6
*
Add instruction encodings / disassembly support for 2r instructions.
Richard Osborne
2012-12-17
1
-0
/
+74
*
Add instruction encodings / disassembly support for 0r instructions.
Richard Osborne
2012-12-17
1
-0
/
+20
*
Add tests for disassembly of 1r XCore instructions.
Richard Osborne
2012-12-16
2
-0
/
+45
*
Make sure the alternate PC+imm syntax of LDR instruction with a small
Kevin Enderby
2012-12-14
1
-0
/
+4
*
Make this Lit config file a bit slimmer
Eli Bendersky
2012-12-13
1
-8
/
+1
*
revert the test change
Hao Liu
2012-12-11
1
-1
/
+0
*
A newbie try a test commit
Hao Liu
2012-12-11
1
-0
/
+1
*
Add a test for explicitly exercising the mc-relax-all flag.
Eli Bendersky
2012-12-10
1
-0
/
+19
*
Add separate statistics for Data and Inst fragments emitted during relaxation.
Eli Bendersky
2012-12-07
1
-4
/
+1
*
Added Mapping Symbols for ARM ELF
Tim Northover
2012-12-07
10
-17
/
+272
*
Correct ARM NOP encoding
David Sehr
2012-12-05
1
-1
/
+1
*
Test commit.
David Sehr
2012-12-05
1
-1
/
+1
*
Added a option to the disassembler to print immediates as hex.
Kevin Enderby
2012-12-05
2
-0
/
+15
*
A test in thid directory was not being run because lit.local.cfg didn't
Eli Bendersky
2012-12-04
1
-1
/
+1
*
Fixed the arm disassembly of invalid BFI instructions to not build a bad MCInst
Kevin Enderby
2012-11-29
1
-0
/
+11
*
Fix initial frame state on powerpc64.
Ulrich Weigand
2012-11-28
1
-0
/
+41
*
The section is .debug_line.
Eric Christopher
2012-11-27
1
-1
/
+1
*
Make this test less sensitive.
Eli Bendersky
2012-11-26
1
-4
/
+4
*
Add support for .cfi_register now that it is easy to extent the representation
Rafael Espindola
2012-11-25
1
-0
/
+42
*
Implement .cfi_undefined. Based on a patch from PaX team, updated by
Rafael Espindola
2012-11-23
1
-0
/
+41
*
Mips direct object xgot support
Jack Carter
2012-11-21
1
-0
/
+42
*
This patch is in preparation for adding medium code model support to the
Bill Schmidt
2012-11-14
1
-1
/
+1
*
Remove DOS line endings.
Jakub Staszak
2012-11-14
4
-316
/
+316
*
X86: Better diagnostics for 32-bit vs. 64-bit mode mismatches.
Jim Grosbach
2012-11-14
1
-1
/
+1
*
Emit relocations from .debug_aranges to .debug_info for asm files
Alexey Samsonov
2012-11-14
1
-2
/
+42
*
[MC][COFF] Emit weak symbols to the correct section. Patch by Dmitry Puzirev!
Michael J. Spencer
2012-11-13
1
-0
/
+23
*
Add test case to verify correct relocs being generated for
Ulrich Weigand
2012-11-13
1
-0
/
+28
*
Convert an improper CodeGen test to a MC test.
Evan Cheng
2012-11-10
1
-0
/
+9
*
Add support of RTM from TSX extension
Michael Liao
2012-11-08
1
-0
/
+13
*
Fix for PR14264 cause by commit r167237 which did not take into account a
Kevin Enderby
2012-11-05
1
-0
/
+17
*
[mips] Stop reserving register AT and use register scavenger when a scratch
Akira Hatanaka
2012-11-03
1
-2
/
+2
*
[mips] Fix disassembler test cases.
Akira Hatanaka
2012-11-02
4
-24
/
+24
*
Add support for generating dwarf debugging info with assembly files
Kevin Enderby
2012-11-01
1
-0
/
+22
*
MC: Simple example parser for MC assembly markup.
Jim Grosbach
2012-10-31
2
-0
/
+18
*
ARM: Better disassembly for pc-relative LDR.
Jim Grosbach
2012-10-30
5
-7
/
+9
*
Fix ARM's b.w instruction for thumb 2 and the encoding T4. The branch target
Kevin Enderby
2012-10-29
2
-0
/
+15
*
[ms-inline asm] Add support for the [] operator. Essentially, [expr1][expr2] is
Chad Rosier
2012-10-29
1
-0
/
+50
*
Initial TOC support for PowerPC64 object creation
Adhemerval Zanella
2012-10-25
2
-0
/
+71
[next]