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
/
Sema
/
SemaStmt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-6
/
+6
*
Remove redundant (duplicated) check.
Dmitri Gribenko
2012-11-18
1
-1
/
+1
*
Fixed LabelDecl source range.
Abramo Bagnara
2012-10-15
1
-1
/
+3
*
If the range in a for range statement doesn't have a viable begin/end function,
Richard Smith
2012-09-20
1
-27
/
+45
*
Clarified diagnostics for range-based for loops with invalid ranges
Sam Panzer
2012-09-06
1
-0
/
+6
*
Revert r163083 per chandlerc's request.
Joao Matos
2012-09-04
1
-6
/
+0
*
Implemented parsing and AST support for the MS __leave exception statement. A...
Joao Matos
2012-09-02
1
-0
/
+6
*
don't warn about unused values when the unused value is a statement expressio...
Chris Lattner
2012-08-31
1
-0
/
+7
*
Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl...
Benjamin Kramer
2012-08-23
1
-3
/
+3
*
Rip out remnants of move semantic emulation and smart pointers in Sema.
Benjamin Kramer
2012-08-23
1
-2
/
+2
*
Better diagnostics for range-based for loops with bad range types.
Sam Panzer
2012-08-21
1
-112
/
+158
*
[ms-inline asm] Extract AsmStmt handling into a separate file, so as to not
Chad Rosier
2012-08-17
1
-611
/
+0
*
[ms-inline asm] Instantiate the MCStreamer as a NullStream. We're parsing
Chad Rosier
2012-08-17
1
-1
/
+1
*
[ms-inline asm] Comment.
Chad Rosier
2012-08-16
1
-1
/
+2
*
[ms-inline asm] Extract a helper function, getSpelling(). Also use this on
Chad Rosier
2012-08-16
1
-14
/
+16
*
[ms-inline asm] If we don't know how to handle a token then assume this is not a
Chad Rosier
2012-08-16
1
-1
/
+1
*
[ms-inline asm] Add a helper function, isMSAsmKeyword().
Chad Rosier
2012-08-16
1
-1
/
+26
*
Removed unused LParenLoc parameter to ActOnCXXForRangeStmt
Sam Panzer
2012-08-16
1
-6
/
+4
*
[ms-inline asm] Perform symbol table lookup on variables. The idea is to use
Chad Rosier
2012-08-16
1
-8
/
+30
*
[ms-inline asm] Start tracking which tokens are registers and which are
Chad Rosier
2012-08-16
1
-4
/
+28
*
[ms-inline asm] Add inputs and outputs to AST. No functional change.
Chad Rosier
2012-08-16
1
-10
/
+11
*
[ms-inline asm] Use a set container to remove redundant clobbers.
Chad Rosier
2012-08-15
1
-6
/
+7
*
[ms-inline asm] Address a FIXME by computing the number of asm statements when
Chad Rosier
2012-08-15
1
-10
/
+7
*
[ms-inline asm] MSVC parses multiple __asm statements on a single line as one
Chad Rosier
2012-08-15
1
-8
/
+29
*
[ms-inline asm] Don't emit newlines as these are ignored by the AsmParser
Chad Rosier
2012-08-15
1
-4
/
+1
*
[ms-inline asm] Capturing loop-scoped (std::string)Reg with a StringRef is bad.
Chad Rosier
2012-08-15
1
-3
/
+5
*
[ms-inline asm] Add the left brace source location and improve the pretty
Chad Rosier
2012-08-15
1
-7
/
+9
*
clang/lib/Sema/SemaStmt.cpp: Include MCAsmLexer.h to appease msvc to define l...
NAKAMURA Takumi
2012-08-15
1
-0
/
+1
*
[ms-inline asm] Have MC start parsing the asms.
Chad Rosier
2012-08-15
1
-1
/
+52
*
[ms-inline asm] Remove the last bits of LineEnds.
Chad Rosier
2012-08-14
1
-6
/
+5
*
[ms-inline asm] Simplify more logic by using the Token::hasLeadingSpace() and
Chad Rosier
2012-08-14
1
-47
/
+10
*
[ms-inline asm] Address a potential buffer overflow.
Chad Rosier
2012-08-14
1
-5
/
+2
*
[ms-inline asm] Simplify the logic in patchMSAsmString. We no longer need to
Chad Rosier
2012-08-14
1
-46
/
+55
*
[ms-inline asm] Add a helpful assert.
Chad Rosier
2012-08-13
1
-0
/
+1
*
[ms-inline asm] Address a potential buffer overflow.
Chad Rosier
2012-08-13
1
-5
/
+1
*
[ms-inline asm] Have patchMSAsmStrings() return a vector or AsmStrings.
Chad Rosier
2012-08-13
1
-62
/
+79
*
[ms-inline asm] PatchMSAsmString() doesn't correctly patch non-simple asm
Chad Rosier
2012-08-10
1
-0
/
+9
*
[ms-inline asm] Fix a memory leak introduced in r161686.
Chad Rosier
2012-08-10
1
-1
/
+1
*
[ms-inline asm] Add clobbers to AST representation.
Chad Rosier
2012-08-10
1
-2
/
+3
*
[ms-inline asm] Use asserts as these calls are now guarded by identical checks.
Chad Rosier
2012-08-10
1
-9
/
+5
*
Whitespace.
Chad Rosier
2012-08-10
1
-31
/
+31
*
[ms-inline asm] Fix comment.
Chad Rosier
2012-08-09
1
-1
/
+1
*
[ms-inline asm] Use StringRef here, per Jordan's suggestion.
Chad Rosier
2012-08-09
1
-1
/
+1
*
[ms-inline asm] Simplify logic for empty asm statements.
Chad Rosier
2012-08-09
1
-0
/
+10
*
[ms-inline asm] Instantiate the various parts to the AsmParser.
Chad Rosier
2012-08-09
1
-4
/
+40
*
[ms-inline asm] Initialize targets and assembly printers/parsers.
Chad Rosier
2012-08-09
1
-0
/
+6
*
[ms-inline asm] Use more idiomatic logic. Thanks, Bill.
Chad Rosier
2012-08-08
1
-2
/
+2
*
[ms-inline asm] Make sure IsSimple is correctly handled.
Chad Rosier
2012-08-08
1
-3
/
+3
*
Remove extraneous comment.
Chad Rosier
2012-08-08
1
-1
/
+0
*
[ms-inline asm] Add a very simple test case. Basically, we're only testing for
Chad Rosier
2012-08-08
1
-0
/
+6
[next]