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
/
AsmParser
Commit message (
Expand
)
Author
Age
Files
Lines
*
MCParser/Debug info: Accept line number 0 as a legitimate value, since
Adrian Prantl
2013-09-26
1
-0
/
+1
*
Implements parsing and emitting of .cfi_window_save in MC.
Venkatraman Govindaraju
2013-09-26
1
-0
/
+15
*
Make the size and expr arguments of .fill directive optional.
Roman Divacky
2013-09-24
1
-0
/
+16
*
Improve handling of .file, .include and .incbin directives to
Yunzhong Gao
2013-09-05
3
-3
/
+3
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-2
/
+0
*
Add test-case for hex floating-literals
Tim Northover
2013-08-14
1
-0
/
+3
*
Support C99 hexadecimal floating-point literals in assembly
Tim Northover
2013-08-14
1
-1
/
+36
*
llvm/test/MC/AsmParser/secure_log_unique.s: Use env(1) here. Then r186611 can...
NAKAMURA Takumi
2013-07-19
1
-3
/
+2
*
test/MC/AsmParser/secure_log_unique.s requires shell
Hans Wennborg
2013-07-18
1
-0
/
+1
*
Add a test for .secure_log_unique.
Rafael Espindola
2013-07-18
1
-0
/
+9
*
Prefix failing commands with not to make clear they are expected to fail.
Rafael Espindola
2013-07-03
3
-4
/
+4
*
Fix a bug in the MC asm parser evaluating expressions. It was treating:
Kevin Enderby
2013-05-07
1
-0
/
+1
*
Replace coff-/elf-dump with llvm-readobj
Nico Rieck
2013-04-12
2
-92
/
+114
*
AsmParser: More generic support for integer type suffices.
Jim Grosbach
2013-02-26
1
-0
/
+6
*
MCParser: Reject .balign with non-pow2 alignments.
Benjamin Kramer
2013-02-16
1
-0
/
+10
*
Derive ELF section type from the name in some cases where GNU as does
Joerg Sonnenberger
2013-02-16
1
-0
/
+62
*
Add support for macro parameters/arguments delimited by spaces,
Preston Gurd
2012-09-19
2
-8
/
+50
*
Support default parameters/arguments for assembler macros.
Preston Gurd
2012-09-19
1
-2
/
+10
*
Enhance unmatched '.endr' directive error message in assembler.
Preston Gurd
2012-09-19
1
-1
/
+1
*
MC: Overhaul handling of .lcomm
Benjamin Kramer
2012-09-07
2
-4
/
+9
*
Fix macros arguments with an underscore, dot or dollar in them. This is based
Rafael Espindola
2012-08-21
1
-0
/
+21
*
Make the wording in of the "expected identifier" error in the .macro directive
Rafael Espindola
2012-08-21
1
-0
/
+9
*
Keep empty assembly macro argument values in the middle of the list.
Jim Grosbach
2012-07-30
1
-0
/
+12
*
Convert the uses of '|&' to use '2>&1 |' instead, which works on old
Chandler Carruth
2012-07-02
1
-1
/
+1
*
Implement irpc. Extracted from a patch by the PaX team. I just added the test.
Rafael Espindola
2012-06-16
1
-0
/
+9
*
Factor macro argument parsing into helper methods and add support for .irp.
Rafael Espindola
2012-06-15
2
-0
/
+18
*
Add support for the .rept directive. Patch by Vladmir Sorokin. I added support
Rafael Espindola
2012-05-12
3
-0
/
+35
*
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
*
MC: Unknown assembler directives are now hard errors.
Jim Grosbach
2012-05-01
2
-3
/
+3
*
MC assembly parser handling for trailing comma in macro instantiation.
Jim Grosbach
2012-04-16
1
-0
/
+24
*
Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu
Eli Bendersky
2012-03-25
1
-8
/
+1
*
Assembler should accept redefinitions of unused variable symbols.
Jim Grosbach
2012-03-20
1
-0
/
+1
*
MC asm parser macro argument count was wrong when empty.
Jim Grosbach
2012-03-17
1
-0
/
+10
*
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-16
2
-5
/
+13
*
Small improvement to the recursion detection logic from the previous commit.
Rafael Espindola
2012-01-28
1
-0
/
+4
*
Handle recursive variable definitions directly. This gives us better error
Rafael Espindola
2012-01-28
2
-1
/
+13
*
The error check for using -g with a .s file already containing dwarf .file
Kevin Enderby
2012-01-11
1
-0
/
+9
*
Split Finish into Finish and FinishImpl to have a common place to do end of
Rafael Espindola
2012-01-07
1
-0
/
+5
*
Improve the implementation of .incbin directive by replacing a loop by using
Kevin Enderby
2011-12-14
1
-4
/
+1
*
Add the .incbin directive which takes the binary data from a file and emits
Kevin Enderby
2011-12-14
2
-0
/
+10
*
Move test to the X86 directory, note the PR number and only run MC once.
Rafael Espindola
2011-10-31
1
-6
/
+0
*
test/MC/AsmParser/2011-09-06-NoNewline.s: Add explicit -mtriple=i386. It uses...
NAKAMURA Takumi
2011-10-28
1
-3
/
+3
*
Fix parsing of a line with only a # in it.
Rafael Espindola
2011-10-19
1
-0
/
+15
*
Add support for a new extension to the .file directive:
Nick Lewycky
2011-10-17
1
-1
/
+2
*
Added regression test for bug #10869.
Stepan Dyatkovskiy
2011-09-19
1
-0
/
+6
*
Fix AsmParser binary precedence for shift operators.
Jim Grosbach
2011-08-20
1
-0
/
+1
*
Tidy up. Whitespace.
Jim Grosbach
2011-08-20
1
-7
/
+7
[next]