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
*
ARM: allow .thumb_func to be separated from symbol definition
Tim Northover
2013-10-25
1
-0
/
+2
*
MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asm
Hans Wennborg
2013-10-18
2
-13
/
+20
*
Revert "Re-commit r192758 - MC: quote tricky symbol names in asm output"
Hans Wennborg
2013-10-18
2
-13
/
+12
*
Re-commit r192758 - MC: quote tricky symbol names in asm output
Hans Wennborg
2013-10-17
2
-12
/
+13
*
Revert r192758 (and r192759), "MC: Better handling of tricky symbol and secti...
NAKAMURA Takumi
2013-10-16
2
-14
/
+13
*
MC: Better handling of tricky symbol and section names
Hans Wennborg
2013-10-16
2
-13
/
+14
*
Move .ident handling to MCStreamer.
Rafael Espindola
2013-10-16
1
-22
/
+4
*
reverting per request
Jack Carter
2013-10-04
1
-3
/
+1
*
[MC][AsmParser] Hook for post assembly file processing
Jack Carter
2013-10-04
1
-2
/
+5
*
Add Support For .bss Named Section Directive For Darwin Targets.
Rafael Espindola
2013-10-02
1
-0
/
+5
*
MCParser/Debug info: Accept line number 0 as a legitimate value, since
Adrian Prantl
2013-09-26
1
-2
/
+2
*
Implements parsing and emitting of .cfi_window_save in MC.
Venkatraman Govindaraju
2013-09-26
1
-1
/
+12
*
MC: Add support for treating $ as a reference to the PC
David Majnemer
2013-09-25
1
-3
/
+13
*
Make the size and expr arguments of .fill directive optional.
Roman Divacky
2013-09-24
1
-16
/
+21
*
Provide basic type safety for array_pod_sort comparators.
Benjamin Kramer
2013-09-22
1
-3
/
+2
*
ELF: Parse types in directives like binutils gas
David Majnemer
2013-09-21
1
-20
/
+43
*
MC: Tidy up.
Jim Grosbach
2013-09-20
1
-743
/
+723
*
Use reference instead of copy.
Jakub Staszak
2013-09-16
1
-1
/
+1
*
ELF: Add support for the exclude section bit for gas compat.
Benjamin Kramer
2013-09-15
1
-5
/
+8
*
MC: Add support for '?' flags in .section directives
David Majnemer
2013-09-15
1
-2
/
+20
*
Remove unused StringRef that no compiler warned about, I wonder why.
Benjamin Kramer
2013-09-14
1
-1
/
+0
*
Improve handling of .file, .include and .incbin directives to
Yunzhong Gao
2013-09-05
1
-12
/
+16
*
The integrated darwin assembler can hang in an infinite loop (or get an assert
Kevin Enderby
2013-08-28
2
-4
/
+37
*
Given target assembler parsers a chance to handle variant expressions
Joerg Sonnenberger
2013-08-27
1
-0
/
+4
*
Fix style issues in AsmParser.cpp
Vladimir Medic
2013-08-20
1
-9
/
+11
*
Support C99 hexadecimal floating-point literals in assembly
Tim Northover
2013-08-14
1
-1
/
+53
*
[CodeGen] prevent abnormal on invalid attributes
Saleem Abdulrasool
2013-08-09
1
-1
/
+2
*
AsmParser: Store MacroLikeBodies on the side so they don't get leaked.
Benjamin Kramer
2013-08-04
1
-1
/
+5
*
Add a wrapper for open.
Rafael Espindola
2013-07-16
1
-1
/
+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
*
Remove address spaces from MC.
Rafael Espindola
2013-07-02
1
-10
/
+9
*
Improve the time it takes to generating dwarf for assembly source files
Kevin Enderby
2013-06-21
1
-1
/
+19
*
[MC] Support @ variants with directional labels
Ulrich Weigand
2013-06-20
1
-2
/
+12
*
Use pointers to the MCAsmInfo and MCRegInfo.
Bill Wendling
2013-06-18
2
-5
/
+5
*
Fix two typo
Sylvestre Ledru
2013-05-14
1
-1
/
+1
*
Fix a bug in the MC asm parser evaluating expressions. It was treating:
Kevin Enderby
2013-05-07
1
-1
/
+1
*
Add ArrayRef constructor from None, and do the cleanups that this constructor...
Dmitri Gribenko
2013-05-05
1
-3
/
+3
*
[ms-inline asm] Get the OpDecl and remove a redundant lookup.
Chad Rosier
2013-04-22
1
-2
/
+1
*
[ms-inline asm] Refactor/clean up the SemaLookup interface. No functional
Chad Rosier
2013-04-22
1
-5
/
+2
*
Fix indentation. No functional change.
Craig Topper
2013-04-22
1
-5
/
+5
*
Put 'else' on same line as preceding curly brace per coding standards. No fun...
Craig Topper
2013-04-22
1
-12
/
+6
*
Remove an unreachable 'break' following a 'return'.
Craig Topper
2013-04-22
1
-1
/
+0
*
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-17
3
-16
/
+52
*
[ms-inline asm] Add the implementation for the AOK_Delete kind, which was added
Chad Rosier
2013-04-12
1
-3
/
+5
*
[ms-inline asm] Remove brackets from around a symbol reference in the target
Chad Rosier
2013-04-11
1
-10
/
+1
*
Reapply r179115, but use parsePrimaryExpression a little more judiciously.
Chad Rosier
2013-04-10
1
-0
/
+5
*
Revert r179115 as it looks to have killed the ASan tests.
Chad Rosier
2013-04-09
1
-5
/
+0
*
[ms-inline asm] Use parsePrimaryExpr in lieu of parseExpression if we need to
Chad Rosier
2013-04-09
1
-0
/
+5
*
[ms-inline asm] Maintain a StringRef to reference a symbol in a parsed operand,
Chad Rosier
2013-04-09
1
-5
/
+8
[next]