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
*
Make SMDiagnostic a little more sane. Instead of passing around note/warning...
Chris Lattner
2011-10-16
1
-11
/
+12
*
Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...
Chris Lattner
2011-10-16
2
-21
/
+21
*
Finish supporting cpp #file/line comments in assembler for error messages. So
Kevin Enderby
2011-10-12
1
-5
/
+64
*
Assmebler symbol attribute directives don't work on temporary symbols.
Jim Grosbach
2011-09-15
1
-1
/
+6
*
Handle missing newline at EOF more gracefully in MC AsmLexer.
Jim Grosbach
2011-09-15
1
-1
/
+8
*
Move state var to private class member.
Jim Grosbach
2011-09-14
1
-1
/
+1
*
First step in supporting #line directives in assembler. This step parses the
Kevin Enderby
2011-09-13
2
-5
/
+69
*
Fix AsmParser binary precedence for shift operators.
Jim Grosbach
2011-08-20
1
-16
/
+21
*
Remove unused Target argument from AsmParser construction methods.
Jim Grosbach
2011-08-16
1
-4
/
+4
*
allow \r's in .s files.
Chris Lattner
2011-08-04
1
-1
/
+1
*
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
2011-07-29
1
-0
/
+5
*
Support .code32 and .code64 in X86 assembler.
Evan Cheng
2011-07-27
1
-1
/
+1
*
Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...
Evan Cheng
2011-07-26
5
-10
/
+10
*
Move some ELF directives into ELF asm parser.
Jim Grosbach
2011-07-25
3
-11
/
+78
*
Tidy up. 80 columns.
Jim Grosbach
2011-07-25
1
-5
/
+10
*
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-23
4
-5
/
+5
*
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
[next]