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
*
Pass around CorrectionCandidateCallbacks as unique_ptrs so
Kaelyn Takata
2014-10-27
1
-3
/
+3
*
Remove unused StmtVector& parameters from declaration parsing functions.
Rafael Espindola
2014-10-22
1
-5
/
+3
*
C++1y is now C++14!
Aaron Ballman
2014-08-19
1
-1
/
+1
*
Add a state variable to the loop hint attribute.
Tyler Nowicki
2014-07-31
1
-3
/
+4
*
Revert r214333, "Add a state variable to the loop hint attribute."
NAKAMURA Takumi
2014-07-31
1
-4
/
+3
*
Add a state variable to the loop hint attribute.
Tyler Nowicki
2014-07-30
1
-3
/
+4
*
Revert r213437
Warren Hunt
2014-07-25
1
-40
/
+8
*
Add support for '#pragma unroll'.
Mark Heffernan
2014-07-21
1
-7
/
+5
*
[MS-ABI] Assign SEH handler indices to __try blocks
Warren Hunt
2014-07-19
1
-8
/
+40
*
[OPENMP] Initial parsing and sema analysis for 'taskwait' directive.
Alexey Bataev
2014-07-18
1
-5
/
+0
*
[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
[next]