index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
MC
/
MCParser
/
AsmParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asm
Hans Wennborg
2013-10-18
1
-11
/
+18
*
Revert "Re-commit r192758 - MC: quote tricky symbol names in asm output"
Hans Wennborg
2013-10-18
1
-12
/
+6
*
Re-commit r192758 - MC: quote tricky symbol names in asm output
Hans Wennborg
2013-10-17
1
-6
/
+12
*
Revert r192758 (and r192759), "MC: Better handling of tricky symbol and secti...
NAKAMURA Takumi
2013-10-16
1
-13
/
+7
*
MC: Better handling of tricky symbol and section names
Hans Wennborg
2013-10-16
1
-7
/
+13
*
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
*
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
*
MC: Tidy up.
Jim Grosbach
2013-09-20
1
-743
/
+723
*
Use reference instead of copy.
Jakub Staszak
2013-09-16
1
-1
/
+1
*
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
1
-4
/
+1
*
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
*
[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
*
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
1
-3
/
+3
*
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
1
-4
/
+5
*
[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
*
[ms-inline asm] Add support for ImmDisp [ Symbol ] memory operands.
Chad Rosier
2013-04-08
1
-11
/
+9
*
Dead code.
Chad Rosier
2013-03-19
1
-2
/
+0
*
[ms-inline asm] Move the immediate asm rewrite into the target specific
Chad Rosier
2013-03-19
1
-5
/
+1
*
[ms-inline asm] Remove the brackets from X86Operand in the IR. These will be
Chad Rosier
2013-03-19
1
-8
/
+19
*
[ms-inline asm] Move the size directive asm rewrite into the target specific
Chad Rosier
2013-03-19
1
-12
/
+4
*
Debug Info: use SmallVector instead of std::vector in MCDwarfDirsCUMap and MC...
Manman Ren
2013-03-12
1
-2
/
+2
*
MCParser: Update method names per coding guidelines.
Jim Grosbach
2013-02-20
1
-110
/
+110
*
MCParser: Reject .balign with non-pow2 alignments.
Benjamin Kramer
2013-02-16
1
-0
/
+4
*
c[ms-inline asm] It's possible to have a SizeDirective rewrite and an
Chad Rosier
2013-02-15
1
-1
/
+16
*
AsmParser: Reformat the MS asm parser to reduce nesting.
Benjamin Kramer
2013-02-15
1
-85
/
+86
*
[ms-inline asm] Add a comment about the determinism of the rewrite sort.
Chad Rosier
2013-02-13
1
-0
/
+2
[prev]
[next]