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
*
Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.
Evan Cheng
2011-07-20
1
-1
/
+0
*
Add MCObjectFileInfo and sink the MCSections initialization code from
Evan Cheng
2011-07-20
1
-0
/
+1
*
Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down
Evan Cheng
2011-07-18
2
-4
/
+9
*
Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest
Evan Cheng
2011-07-15
1
-3
/
+3
*
Update MCParsedAsmOperand debug methods.
Jim Grosbach
2011-07-13
2
-2
/
+6
*
TargetAsmParser doesn't need reference to Target.
Evan Cheng
2011-07-08
1
-2
/
+2
*
Asm parser range checking on .<size> <value> directives.
Jim Grosbach
2011-06-29
1
-3
/
+9
*
MC: Allow .common as alias for .comm assembler directive. PR10116.
Hans Wennborg
2011-06-18
1
-1
/
+1
*
Diagnostic for undefined assembler local symbols.
Jim Grosbach
2011-06-15
1
-4
/
+29
*
Revert 133010. Self-hosted buildbot unhappy.
Jim Grosbach
2011-06-14
1
-25
/
+4
*
Diagnostic for undefined assembler local symbols.
Jim Grosbach
2011-06-14
1
-4
/
+25
*
Basic support for macros with explicit arguments.
Rafael Espindola
2011-06-05
2
-39
/
+105
*
.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
[next]