index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
MC
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add a warning when there is a macro defintion that has named parameters but
Kevin Enderby
2013-01-22
1
-0
/
+14
*
Have the integrated assembler give an error if $1 is used as an identifier in
Kevin Enderby
2013-01-22
1
-0
/
+5
*
Add forgotten test case for the x32 commit
Eli Bendersky
2013-01-22
1
-0
/
+24
*
X86: Make sure we account for the FMA4 register immediate value, otherwise ri...
Benjamin Kramer
2013-01-22
1
-0
/
+61
*
[MC/Mach-O] Load commands are supposed to 8-byte aligned on 64-bit.
Daniel Dunbar
2013-01-22
1
-1
/
+9
*
Add instruction encodings / disassembly support for u6 / lu6 instructions.
Richard Osborne
2013-01-21
1
-0
/
+50
*
Add instruction encoding / disassembly support for ru6 / lru6 instructions.
Richard Osborne
2013-01-21
1
-0
/
+80
*
Add instruction encodings / disassembly support for l2rus instructions.
Richard Osborne
2013-01-20
1
-0
/
+11
*
Add instruction encodings / disassembly support for l3r instructions.
Richard Osborne
2013-01-20
1
-0
/
+44
*
Add instruction encodings / disassembler support for 2rus instructions.
Richard Osborne
2013-01-20
1
-0
/
+23
*
Add instruction encodings / disassembly support 3r instructions.
Richard Osborne
2013-01-20
1
-0
/
+38
*
This is a resubmittal. For some reason it broke the bots yesterday
Jack Carter
2013-01-18
1
-0
/
+31
*
This is a resubmittal. For some reason it broke the bots yesterday
Jack Carter
2013-01-18
1
-1
/
+2
*
[MC/Mach-O] Implement integrated assembler support for linker options.
Daniel Dunbar
2013-01-18
1
-0
/
+35
*
[MC/Mach-O] Add support for linker options in Mach-O files.
Daniel Dunbar
2013-01-18
1
-0
/
+25
*
[MC/Mach-O] Add AsmParser support for .linker_option directive.
Daniel Dunbar
2013-01-18
1
-0
/
+21
*
This is a resubmittal. For some reason it broke the bots yesterday
Jack Carter
2013-01-17
4
-0
/
+23
*
We want the dwarf AT_producer for assembly source files to match clang's
Kevin Enderby
2013-01-16
1
-0
/
+8
*
reverting 172579
Jack Carter
2013-01-16
4
-23
/
+0
*
Akira,
Jack Carter
2013-01-16
4
-0
/
+23
*
This patch fixes a Mips specific bug where
Jack Carter
2013-01-15
1
-0
/
+37
*
[ms-inline asm] Extend support for parsing Intel bracketed memory operands that
Chad Rosier
2013-01-14
1
-9
/
+191
*
This patch tackles the problem of parsing Mips
Jack Carter
2013-01-12
2
-1
/
+95
*
PowerPC: EH adjustments
Adhemerval Zanella
2013-01-09
1
-3
/
+3
*
This patch produces the correct addend value for
Jack Carter
2013-01-08
1
-0
/
+33
*
This patch produces the correct pointer size
Jack Carter
2013-01-08
1
-0
/
+52
*
Add some additional tests for the .bundle_lock align_to_end feature that didn't
Eli Bendersky
2013-01-07
4
-0
/
+2878
*
Add the align_to_end option to .bundle_lock in the MC implementation of aligned
Eli Bendersky
2013-01-07
2
-1
/
+5
*
Fix suffix handling for parsing and printing of cvtsi2ss, cvtsi2sd, cvtss2si,...
Craig Topper
2013-01-06
6
-111
/
+151
*
PowerPC: Fix eh_frame relocation for PIC
Adhemerval Zanella
2013-01-04
1
-33
/
+70
*
Adds missing aliases for fcom and fcomp instructions without arguments.
Kevin Enderby
2013-01-02
1
-0
/
+8
*
[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
[prev]
[next]