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
/
clang
/
lib
/
Parse
/
ParseStmtAsm.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable ActOnIdExpression to use delayed typo correction for non-C++ code
Kaelyn Takata
2014-11-21
1
-1
/
+1
*
Initialize MCObjectFileInfo when parsing ms-style asm.
Benjamin Kramer
2014-10-03
1
-0
/
+2
*
ms-inline-asm: Scope inline asm labels to functions
Ehsan Akhgari
2014-09-22
1
-4
/
+18
*
Update for LLVM api change.
Rafael Espindola
2014-08-27
1
-2
/
+2
*
Update Clang for LLVM API change to use unique_ptr in SourceManager::AddNewSo...
David Blaikie
2014-08-21
1
-3
/
+3
*
clang-cl: Merge adjacent single-line __asm blocks
Ehsan Akhgari
2014-07-25
1
-9
/
+20
*
Disallowing GNU-style attributes in new expressions, since they are prohibite...
Aaron Ballman
2014-07-22
1
-1
/
+1
*
Wrap a comment to 80 columns, no code change.
Nico Weber
2014-07-17
1
-1
/
+2
*
Don't get confused on the number of braces when braces start after the first ...
Ehsan Akhgari
2014-07-15
1
-2
/
+1
*
Add support for nested blocks in Microsoft inline assembly
Ehsan Akhgari
2014-07-06
1
-17
/
+49
*
Parse: Simplify construction of the clobber list
David Majnemer
2014-06-23
1
-4
/
+1
*
Split out inline asm parsing into ParseStmtAsm.cpp
Alp Toker
2014-06-08
1
-0
/
+732