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
...
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
MCParser: introduce Note and use it for ARM AsmParser
Saleem Abdulrasool
2014-01-07
1
-0
/
+6
*
AsmParser: cleanup diagnostics for .rep/.rept
Saleem Abdulrasool
2013-12-28
1
-3
/
+10
*
IAS: support .rep as an alias for .rept
Saleem Abdulrasool
2013-12-28
1
-5
/
+8
*
Add a finishParse() callback to the targer asm parser
David Peixotto
2013-12-19
1
-0
/
+4
*
AsmParser: add support for .end directive
Saleem Abdulrasool
2013-12-18
1
-1
/
+22
*
Reland "Fix miscompile of MS inline assembly with stack realignment"
Reid Kleckner
2013-12-10
1
-0
/
+5
*
Revert "Fix miscompile of MS inline assembly with stack realignment"
Reid Kleckner
2013-12-10
1
-5
/
+0
*
Fix miscompile of MS inline assembly with stack realignment
Reid Kleckner
2013-12-10
1
-0
/
+5
*
Use a more direct check for finding out the file type.
Rafael Espindola
2013-12-09
1
-13
/
+15
*
Add support for parsing ARM symbol variants on ELF targets
David Peixotto
2013-12-04
1
-3
/
+17
*
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
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
[prev]
[next]