index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
MC
/
MCParser
/
COFFAsmParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
1
-4
/
+4
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-0
/
+4
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
1
-55
/
+37
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-3
/
+3
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-2
/
+19
*
Merging r195148:
Bill Wendling
2013-11-27
1
-30
/
+76
*
Revert "Re-commit r192758 - MC: quote tricky symbol names in asm output"
Hans Wennborg
2013-10-18
1
-1
/
+6
*
Re-commit r192758 - MC: quote tricky symbol names in asm output
Hans Wennborg
2013-10-17
1
-6
/
+1
*
Revert r192758 (and r192759), "MC: Better handling of tricky symbol and secti...
NAKAMURA Takumi
2013-10-16
1
-1
/
+6
*
MC: Better handling of tricky symbol and section names
Hans Wennborg
2013-10-16
1
-6
/
+1
*
MC: Implement COFF .linkonce directive
Nico Rieck
2013-07-06
1
-0
/
+60
*
MC: Add .section directive to COFF
Nico Rieck
2013-07-04
1
-0
/
+172
*
Use pointers to the MCAsmInfo and MCRegInfo.
Bill Wendling
2013-06-18
1
-2
/
+2
*
MCParser: Update method names per coding guidelines.
Jim Grosbach
2013-02-20
1
-38
/
+38
*
Use the ExtensionDirectiveHandler type in other places where it makes sense.
Eli Bendersky
2013-01-16
1
-3
/
+4
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added the
Rafael Espindola
2011-12-17
1
-0
/
+17
*
Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...
Evan Cheng
2011-07-26
1
-1
/
+1
*
Move some ELF directives into ELF asm parser.
Jim Grosbach
2011-07-25
1
-0
/
+34
*
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-23
1
-1
/
+1
*
Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down
Evan Cheng
2011-07-18
1
-3
/
+8
*
Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest
Evan Cheng
2011-07-15
1
-3
/
+3
*
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
*
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
*
MC-COFF: Add COFFAsmParser. Completes PR8343.
Michael J. Spencer
2010-10-09
1
-0
/
+144