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
/
ParseStmt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[OPENMP] Initial parsing and sema analysis of 'taskyield' directive.
Alexey Bataev
2014-07-18
1
-1
/
+1
*
Sema: Check that __leave is contained in a __try block.
Nico Weber
2014-07-06
1
-1
/
+2
*
Add parser support for __leave (sema and onward still missing).
Nico Weber
2014-07-06
1
-0
/
+15
*
Fix parsing nested __if_exists blocks
Reid Kleckner
2014-06-25
1
-6
/
+8
*
[c++1z] Implement N3994: a range-based for loop can declare a variable with s...
Richard Smith
2014-06-19
1
-0
/
+42
*
MS static locals mangling: don't double-increment mangling number for switches
Hans Wennborg
2014-06-17
1
-0
/
+5
*
Adds a Pragma spelling for attributes to tablegen and makes use of it for loop
Tyler Nowicki
2014-06-13
1
-2
/
+1
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-09
1
-2
/
+2
*
Split out inline asm parsing into ParseStmtAsm.cpp
Alp Toker
2014-06-08
1
-728
/
+0
*
Don't include llvm/MC/MCParser throughout all of Sema
Alp Toker
2014-06-08
1
-1
/
+1
*
Adding a new #pragma for the vectorize and interleave optimization hints.
Aaron Ballman
2014-06-06
1
-0
/
+37
*
Refactoring. Remove release and take methods from ActionResult. Rename takeAs...
Nikola Smiljanic
2014-05-29
1
-32
/
+32
*
Improved recovery of switch statement
Serge Pavlov
2014-05-21
1
-27
/
+34
*
[C++11] Use 'nullptr'. Parser edition.
Craig Topper
2014-05-21
1
-17
/
+18
*
Suggest fix-it ':' when '=' used in for-range-declaration
Ismail Pazarbasi
2014-05-08
1
-5
/
+3
*
Rewrite NRVO determination. Track NRVO candidates on the parser Scope and app...
Nick Lewycky
2014-05-03
1
-1
/
+1
*
Fix another leak in ParseMicrosoftAsmStatement(), found by LSan.
Nico Weber
2014-04-23
1
-2
/
+3
*
Fix a memory leak found by LSan.
Nico Weber
2014-04-23
1
-3
/
+4
*
Update Target::createMCAsmParser calls for the LLVM interface change.
Evgeniy Stepanov
2014-04-23
1
-1
/
+5
*
Improve error recovery around colon.
Serge Pavlov
2014-04-13
1
-2
/
+3
*
[MS-ABI] Add support for #pragma section and related pragmas
Warren Hunt
2014-04-08
1
-0
/
+7
*
MS asm: Filter out fpsw clobbers
Reid Kleckner
2014-03-27
1
-0
/
+5
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-12
1
-3
/
+3
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-11
/
+11
*
[-cxx-abi microsoft] Implement local manglings accurately
David Majnemer
2014-03-05
1
-13
/
+15
*
Pass llvm::Triple objects by const reference.
Benjamin Kramer
2014-03-04
1
-1
/
+1
*
MS ABI: Add support for #pragma pointers_to_members
David Majnemer
2014-02-10
1
-0
/
+8
*
Fix to PR8880 (clang dies processing a for loop)
Serge Pavlov
2014-01-23
1
-6
/
+7
*
TryConsume parser cleanups
Alp Toker
2014-01-10
1
-9
/
+7
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-1
/
+1
*
ExpectAndConsume: Diagnose errors automatically
Alp Toker
2014-01-01
1
-4
/
+4
*
Support and use token kinds as diagnostic arguments
Alp Toker
2013-12-24
1
-36
/
+31
*
Fix a tranche of comment, test and doc typos
Alp Toker
2013-12-05
1
-1
/
+1
*
Fix error recovery in return statement.
Serge Pavlov
2013-12-04
1
-2
/
+2
*
Parse: Fix references to 'if' that meant 'for', 'do', and 'while'
Justin Bogner
2013-12-03
1
-3
/
+3
*
MS inline asm: When LLVM called back to Clang to parse a name and do name
Dmitri Gribenko
2013-12-03
1
-14
/
+17
*
Generate a marker token when entering or leaving a submodule when building a
Richard Smith
2013-11-23
1
-2
/
+2
*
Replaced bool parameters in SkipUntil function with single bit-based parameter.
Alexey Bataev
2013-11-18
1
-21
/
+20
*
PR8455: Handle an attribute between a goto label and a variable declaration per
Richard Smith
2013-11-15
1
-5
/
+34
*
Diagnose C++11 attributes before fp_contract pragmas.
Richard Smith
2013-11-15
1
-0
/
+1
*
Avoid diagnosing twice on non-x86 targets
Alp Toker
2013-10-30
1
-8
/
+10
*
Recover instead of crashing on MS assembly when no target is loaded
Alp Toker
2013-10-30
1
-6
/
+7
*
Fix a parser crash when there are #pragmas in a context which requires a single
Richard Smith
2013-10-28
1
-0
/
+15
*
Revert r193073 and the attempt to fix it in r193170.
Chandler Carruth
2013-10-22
1
-26
/
+0
*
Reenable 'break' in 'for' specifier to allow compilation of QT macro 'foreach'
Serge Pavlov
2013-10-22
1
-0
/
+4
*
Fix to PR8880 (clang dies processing a for loop).
Serge Pavlov
2013-10-21
1
-0
/
+22
*
Tidy up and improve error recovery for C++11 attributes in bad places. Based on
Richard Smith
2013-10-15
1
-8
/
+7
*
Fix a typo suggestion regression introduced by r191544.
Kaelyn Uhrain
2013-10-01
1
-1
/
+1
*
Don't suggest namespaces if the next token is a '.'
Kaelyn Uhrain
2013-09-27
1
-0
/
+3
*
Don't give suggest things like function names on the left side of "=".
Kaelyn Uhrain
2013-09-27
1
-0
/
+2
[prev]
[next]