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
/
lib
/
MC
/
MCParser
Commit message (
Expand
)
Author
Age
Files
Lines
*
.cfi directive register parsing flexibility.
Jim Grosbach
2011-06-02
1
-1
/
+1
*
Add new -d option to tblgen. It writes a make(1)-style dependency file.
Joerg Sonnenberger
2011-06-01
1
-1
/
+2
*
Add tests for .seh_setframe and .seh_handlerdata parsing. Fix issues with
Charles Davis
2011-05-25
1
-2
/
+6
*
Add tests for .seh_savereg and .seh_savexmm parsing. Once again, fix the
Charles Davis
2011-05-25
1
-6
/
+17
*
Add a test for .seh_pushframe parsing. Fix the bug exposed by it (and another
Charles Davis
2011-05-25
1
-6
/
+9
*
Add a test for the .seh_handler directive. Fix problems with the parsing
Charles Davis
2011-05-25
1
-23
/
+22
*
Implement the rest of the SEH directive-parsing methods in the COFFAsmParser.
Charles Davis
2011-05-24
1
-11
/
+112
*
Propagate error correctly in the MC Asm parser for leading '$' expressions.
Jim Grosbach
2011-05-23
1
-1
/
+1
*
Implement .seh_stackalloc and .seh_pushframe parsing.
Charles Davis
2011-05-23
1
-4
/
+27
*
Add methods to parse the SEH directives to the COFFAsmParser. Implement some
Charles Davis
2011-05-22
1
-0
/
+157
*
Reapply 131644 including the missing header changes:
Joerg Sonnenberger
2011-05-19
2
-8
/
+14
*
Revert r131644; it's breaking the build.
Eli Friedman
2011-05-19
2
-14
/
+8
*
Introduce -fatal-assembler-warnings for the obvious purpose
Joerg Sonnenberger
2011-05-19
2
-8
/
+14
*
Parsing and plumbing for .cfi_sections.
Rafael Espindola
2011-05-10
1
-0
/
+36
*
MC/AsmParser: Generalize a check.
Daniel Dunbar
2011-04-29
1
-1
/
+1
*
Reduce clutter in asm output. Do not emit source location as comment for each...
Devang Patel
2011-04-18
1
-1
/
+1
*
Be consistent about being virtual and returning void in the cfi methods.
Rafael Espindola
2011-04-12
1
-10
/
+19
*
Remove LastOffset from the asm parser.
Rafael Espindola
2011-04-12
1
-19
/
+3
*
Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset.
Rafael Espindola
2011-04-12
1
-6
/
+2
*
Implement .cfi_same_value.
Rafael Espindola
2011-04-12
1
-0
/
+17
*
Match case for invalid constant error messages and add a new
Eric Christopher
2011-04-12
1
-5
/
+5
*
To avoid printing out multiple error messages for cases like:
Eric Christopher
2011-04-12
1
-0
/
+3
*
Lex, and then fail on invalid constants.
Eric Christopher
2011-04-11
1
-1
/
+1
*
Implement cfi_rel_offset
Rafael Espindola
2011-04-11
1
-1
/
+33
*
implement .cfi_adjust_cfa_offset.
Rafael Espindola
2011-04-11
1
-1
/
+28
*
Add support for .skip.
Rafael Espindola
2011-04-07
1
-1
/
+1
*
Added support symbolic floating point constants in the MC assembler for Infinity
Kevin Enderby
2011-03-29
1
-3
/
+11
*
MC: Improve some diagnostics on uses of '.' pseudo-symbol.
Daniel Dunbar
2011-03-25
1
-1
/
+18
*
Tidyness.
Daniel Dunbar
2011-03-25
1
-2
/
+2
*
Clean up assembly statement separator support.
Jim Grosbach
2011-03-24
1
-4
/
+14
*
Reapply 127939 since Daniel fixed the breakage. <rdar://problem/9012638>
Stuart Hastings
2011-03-19
1
-2
/
+3
*
Revert 127939. <rdar://problem/9012638>
Stuart Hastings
2011-03-19
1
-3
/
+2
*
Revise r126127 to address Daniel's comments. <rdar://problem/9012638>
Stuart Hastings
2011-03-19
1
-2
/
+3
*
MC/Mach-O: Fix regression introduced in r126127, this assignment shouldn't have
Daniel Dunbar
2011-03-17
1
-1
/
+2
*
Darwin 'as' silently ignores the '.ident' directive.
Jim Grosbach
2011-03-08
1
-0
/
+7
*
Restore r125595 (reverted in r126336) with modifications:
Joerg Sonnenberger
2011-02-24
3
-2
/
+25
*
Revert r125595, which is an X86-only undocumented assembly syntax extension
Jim Grosbach
2011-02-23
1
-18
/
+0
*
Bug#9172: Don't use static in file scope, use an attribute on the
Joerg Sonnenberger
2011-02-22
1
-5
/
+5
*
Add support for pushsection and popsection. Patch by Joerg Sonnenberger.
Rafael Espindola
2011-02-16
1
-4
/
+26
*
Add support for parsing [expr].
Roman Divacky
2011-02-15
1
-0
/
+18
*
More whitespace cleanup...
Jim Grosbach
2011-02-11
2
-41
/
+41
*
Support for .ifdef / .ifndef in the assembler parser. Patch by Joerg Sonnenbe...
Benjamin Kramer
2011-02-08
1
-1
/
+31
*
Do not sign extend floating-point values in the asm parser.
Bob Wilson
2011-02-03
1
-1
/
+1
*
Enumerate .code16/32/64 instead of checking .code prefix. This
Roman Divacky
2011-01-31
1
-1
/
+1
*
Error on all .code* directives instead of just .code16 as they
Roman Divacky
2011-01-31
1
-2
/
+2
*
Error on .code16 instead of producing wrong (32bit) code.
Roman Divacky
2011-01-28
1
-0
/
+3
*
Add support for parsing .float
Roman Divacky
2011-01-28
1
-1
/
+1
*
PR8951: Support for .equiv in integrated assembler, patch by Jörg Sonnenberger!
Nico Weber
2011-01-28
1
-8
/
+12
*
Add support for specifying register name in cfi-register/offset/def
Roman Divacky
2011-01-27
1
-3
/
+23
*
Add support for parsing a Real value. It stores the Real value as its binary
Bill Wendling
2011-01-25
1
-1
/
+7
[next]