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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove dead code.
Richard Smith
2014-07-14
1
-11
/
+0
*
In C++98, if an rvalue reference binds to a function lvalue (or an xvalue or an
Richard Smith
2014-07-14
1
-1
/
+1
*
Fix typos
Alp Toker
2014-07-14
1
-1
/
+1
*
CodeGen: Let arrays be inputs to inline asm
David Majnemer
2014-07-14
1
-5
/
+6
*
Superficial fix for PR20218: binding a function lvalue to a const reference to
Richard Smith
2014-07-14
1
-17
/
+28
*
Form a CallExpr from __noop without parens
Reid Kleckner
2014-07-11
1
-1
/
+14
*
Consolidate header inclusion diagnostics
Alp Toker
2014-07-11
2
-26
/
+25
*
The returns_nonnull attribute does not require a function prototype because i...
Aaron Ballman
2014-07-11
1
-1
/
+1
*
[OPENMP] Parsing and sema analysis for 'omp task' directive.
Alexey Bataev
2014-07-11
2
-87
/
+222
*
Return a FixItHint instead of taking a diagnostic builder
Reid Kleckner
2014-07-11
1
-7
/
+6
*
MSVC compat: Allow lookup of friend types in enclosing namespaces
Reid Kleckner
2014-07-10
1
-6
/
+63
*
PR20256: don't accidentally instantiate non-dependent default-initialization as
Richard Smith
2014-07-10
2
-2
/
+10
*
Sema: Allow aliases to have incomplete type
David Majnemer
2014-07-09
1
-5
/
+7
*
Fix typos.
Nikola Smiljanic
2014-07-09
2
-2
/
+2
*
rewrap to 80 cols, no behavior change
Nico Weber
2014-07-08
2
-6
/
+7
*
rewrap to 80 cols, no behavior change
Nico Weber
2014-07-08
1
-2
/
+3
*
MS compat: Allow lookup of types from dependent bases in functions
Reid Kleckner
2014-07-08
1
-2
/
+11
*
Allow more lookup of types in dependent base classes
Reid Kleckner
2014-07-08
1
-0
/
+66
*
Sema: Don't allow CVR qualifiers before structors
David Majnemer
2014-07-08
2
-27
/
+48
*
PR20227: materialize a temporary when dynamic_casting a class prvalue to a
Richard Smith
2014-07-08
1
-1
/
+9
*
[OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.
Alexey Bataev
2014-07-08
2
-1
/
+76
*
Rename static function to better describe its purpose
Alp Toker
2014-07-08
1
-4
/
+4
*
[OPENMP] Added initial support for 'omp parallel for'.
Alexey Bataev
2014-07-07
2
-29
/
+133
*
Switch over a few uses of param_begin() to parameters()
Alp Toker
2014-07-07
5
-30
/
+30
*
Add an AST node for __leave statements, hook it up.
Nico Weber
2014-07-07
2
-1
/
+7
*
Sema: Check that __leave is contained in a __try block.
Nico Weber
2014-07-06
2
-0
/
+9
*
Add parser support for __leave (sema and onward still missing).
Nico Weber
2014-07-06
1
-0
/
+5
*
Make a small crash preventing change.
Fariborz Jahanian
2014-07-03
1
-2
/
+2
*
[ARM] Implement ISB memory barrier intrinsic
Yi Kong
2014-07-03
1
-3
/
+4
*
Address review feedback for r212238.
Nico Weber
2014-07-03
1
-2
/
+1
*
Enable clang to continue to parse libstdc++4.6 and stlport after r210091.
Nico Weber
2014-07-02
1
-2
/
+53
*
ARM: add support for v8 ldaex/stlex builtins.
Tim Northover
2014-07-02
1
-4
/
+14
*
Make FunctionDecl::getReturnTypeSourceRange() support non-builtin types
Alp Toker
2014-07-02
1
-9
/
+4
*
Don't accept qualified 'int' main return types in C++ or standard C mode
Alp Toker
2014-07-02
1
-22
/
+27
*
Prevent Clang from crashing on template code.
Richard Trieu
2014-07-02
1
-1
/
+8
*
[OPENMP] Fixed error message reporting for nesting of regions
Alexey Bataev
2014-07-02
1
-2
/
+2
*
Introduce a FunctionDecl::getReturnTypeSourceRange() utility
Alp Toker
2014-07-02
2
-50
/
+43
*
[OPENMP] Added table with allowed nesting info for OpenMP regions (per reques...
Alexey Bataev
2014-06-30
1
-0
/
+46
*
Using of variable length arrays in captured statements and OpenMP constructs.
Alexey Bataev
2014-06-30
1
-3
/
+102
*
Extract an isReservedName() function
Alp Toker
2014-06-30
1
-18
/
+18
*
Extend -Wtautological-undefined-compare and -Wundefined-bool-conversion to
Richard Trieu
2014-06-28
1
-12
/
+46
*
Import MutableArrayRef into clang namespace.
Craig Topper
2014-06-28
5
-8
/
+8
*
Remove llvm:: from uses of ArrayRef.
Craig Topper
2014-06-28
3
-4
/
+4
*
Extend -Wdynamic-class-memaccess to records containing dynamic classes
Reid Kleckner
2014-06-27
1
-12
/
+33
*
[OPENMP] Parsing and sema analysis for 'copyprivate' clause.
Alexey Bataev
2014-06-27
2
-34
/
+207
*
Objective-C ARC. Provide diagnostic and fix-it
Fariborz Jahanian
2014-06-26
2
-1
/
+26
*
[OPENMP] Initial parsing and sema analysis for 'single' directive.
Alexey Bataev
2014-06-26
2
-0
/
+29
*
[OPENMP] Initial parsing and sema analysis for 'section' directive.
Alexey Bataev
2014-06-26
2
-1
/
+54
*
Sema: Allow dllimport entities in template args for mingw
David Majnemer
2014-06-26
1
-19
/
+26
*
Convert some function arguments to use ArrayRef.
Craig Topper
2014-06-26
3
-32
/
+15
[next]