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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Continue parsing an expression list even after an error is encountered.
Kaelyn Takata
2014-07-14
1
-5
/
+8
*
Revert "Improve error recovery around colon."
Reid Kleckner
2014-07-14
2
-31
/
+24
*
Improve error recovery around colon.
Serge Pavlov
2014-07-14
2
-24
/
+31
*
[CMake] Reorder libdeps by alphabetical order.
NAKAMURA Takumi
2014-07-14
1
-2
/
+2
*
[OPENMP] Parsing and sema analysis for 'omp task' directive.
Alexey Bataev
2014-07-11
1
-8
/
+4
*
[OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.
Alexey Bataev
2014-07-08
1
-2
/
+8
*
[OPENMP] Added initial support for 'omp parallel for'.
Alexey Bataev
2014-07-07
1
-8
/
+26
*
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
*
Add support for nested blocks in Microsoft inline assembly
Ehsan Akhgari
2014-07-06
1
-17
/
+49
*
[OPENMP] Parsing and sema analysis for 'copyprivate' clause.
Alexey Bataev
2014-06-27
1
-3
/
+5
*
[OPENMP] Initial parsing and sema analysis for 'single' directive.
Alexey Bataev
2014-06-26
1
-2
/
+4
*
[OPENMP] Initial parsing and sema analysis for 'section' directive.
Alexey Bataev
2014-06-26
1
-3
/
+5
*
Convert StringLiteralParser constructor to use ArrayRef instead of a pointer ...
Craig Topper
2014-06-26
2
-2
/
+2
*
[OPENMP] Initial support for 'sections' directive.
Alexey Bataev
2014-06-25
1
-3
/
+6
*
Fix parsing nested __if_exists blocks
Reid Kleckner
2014-06-25
1
-6
/
+8
*
Provide a better diagnostic when braces are put before the identifier.
Richard Trieu
2014-06-24
1
-6
/
+116
*
Objective-C. When we use @selector(save:), etc. there may be more
Fariborz Jahanian
2014-06-24
1
-3
/
+10
*
Propagate isAddressOfMember into typo correction so that we don't correct &qu...
Nick Lewycky
2014-06-23
1
-1
/
+3
*
Parse: Simplify construction of the clobber list
David Majnemer
2014-06-23
1
-4
/
+1
*
[C++1z] Implement N3928: message in static_assert is optional.
Richard Smith
2014-06-20
1
-14
/
+24
*
Fix PR20081: Parsing templates in the presence of -x cuda -std=c++11
Eli Bendersky
2014-06-20
1
-2
/
+5
*
[OPENMP] Initial support for 'nowait' clause.
Alexey Bataev
2014-06-20
1
-0
/
+6
*
[OPENMP] Initial support for 'ordered' clause.
Alexey Bataev
2014-06-20
1
-0
/
+23
*
[OPENMP] Initial support for 'schedule' clause.
Alexey Bataev
2014-06-20
1
-1
/
+53
*
Fix PR20069: bad loop pragma arguments crash FE
Eli Bendersky
2014-06-19
1
-3
/
+7
*
[c++1z] Implement N3994: a range-based for loop can declare a variable with s...
Richard Smith
2014-06-19
2
-8
/
+56
*
DiagnoseUnknownTypename always emits a diagnostic and returns true
Reid Kleckner
2014-06-19
1
-32
/
+23
*
[OPENMP] Reformatting and code improvement.
Alexey Bataev
2014-06-18
1
-1
/
+1
*
[OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...
Alexey Bataev
2014-06-18
1
-5
/
+8
*
Revert "[OPENMP] Initial support for '#pragma omp for'."
Rafael Espindola
2014-06-17
1
-8
/
+5
*
[OPENMP] Initial support for '#pragma omp for'.
Alexey Bataev
2014-06-17
1
-5
/
+8
*
MS static locals mangling: don't double-increment mangling number for switches
Hans Wennborg
2014-06-17
1
-0
/
+5
*
MS static locals mangling: don't count enum scopes
Hans Wennborg
2014-06-17
1
-1
/
+1
*
[C++1z] Implement N4051: 'typename' is permitted instead of 'class' when decl...
Richard Smith
2014-06-16
1
-10
/
+22
*
[OPENMP] Initial support of 'reduction' clause
Alexey Bataev
2014-06-16
1
-5
/
+81
*
Hide the concept of diagnostic levels from lex, parse and sema
Alp Toker
2014-06-15
1
-3
/
+2
*
Adds a Pragma spelling for attributes to tablegen and makes use of it for loop
Tyler Nowicki
2014-06-13
1
-2
/
+1
*
First commit. Modified FIXME comment.
Tyler Nowicki
2014-06-13
1
-2
/
+2
*
DiagnosticsEngine: update severity setters to new terminology
Alp Toker
2014-06-12
1
-3
/
+2
*
Complete the switch from mappings to declarative diagnostic severities
Alp Toker
2014-06-12
1
-1
/
+1
*
Add loop unroll pragma support
Eli Bendersky
2014-06-11
1
-3
/
+18
*
PR19993: don't assert/crash if a static data member is initialized by '= dele...
Richard Smith
2014-06-11
1
-2
/
+2
*
[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
3
-728
/
+733
*
Don't include llvm/MC/MCParser throughout all of Sema
Alp Toker
2014-06-08
1
-1
/
+1
*
Delay lookup of simple default template arguments under -fms-compatibility
Reid Kleckner
2014-06-06
1
-0
/
+12
*
Fix DOS-style newlines.
Eli Bendersky
2014-06-06
1
-187
/
+187
*
Adding a new #pragma for the vectorize and interleave optimization hints.
Aaron Ballman
2014-06-06
2
-33
/
+224
*
Remove an unused variable
Timur Iskhodzhanov
2014-06-06
1
-2
/
+0
[next]