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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...
Alexey Bataev
2014-06-18
9
-1
/
+139
*
Documentation for #pragma clang loop directive and options vectorize and inte...
Tyler Nowicki
2014-06-18
2
-1
/
+12
*
Revert "[OPENMP] Initial support for '#pragma omp for'."
Rafael Espindola
2014-06-17
9
-139
/
+1
*
Rewrite ARM NEON intrinsic emission completely.
James Molloy
2014-06-17
1
-200
/
+454
*
clang-format: Introduce style with spaces on both sides of */&.
Daniel Jasper
2014-06-17
1
-7
/
+17
*
[OPENMP] Initial support for '#pragma omp for'.
Alexey Bataev
2014-06-17
9
-1
/
+139
*
[OPENMP] Renamed 'DataRecursiveASTVisitor' to just 'RecursiveASTVisitor' for ...
Alexey Bataev
2014-06-17
2
-11
/
+11
*
Add support for the /Fi argument to clang-cl (PR20036)
Hans Wennborg
2014-06-17
1
-1
/
+3
*
MS static locals mangling: don't count enum scopes
Hans Wennborg
2014-06-17
1
-1
/
+4
*
AArch64: Support for __builtin_arm_rbit() and __builtin_arm_rbit64().
Jim Grosbach
2014-06-16
1
-0
/
+4
*
ARM: Support for __builtin_arm_rbit() intrinsic.
Jim Grosbach
2014-06-16
1
-0
/
+3
*
Objective-C. Diagnose when property access is using declared
Fariborz Jahanian
2014-06-16
3
-3
/
+16
*
[C++1z] Implement N4051: 'typename' is permitted instead of 'class' when decl...
Richard Smith
2014-06-16
2
-4
/
+26
*
Add -std=c++1z flag for C++17 features.
Richard Smith
2014-06-16
3
-6
/
+20
*
Fix typos
Alp Toker
2014-06-16
1
-1
/
+1
*
Use the ShowInSystemHeader bit consistently for all diagnostics
Alp Toker
2014-06-16
5
-13
/
+14
*
clang/AST/OpenMPClause.h: Update \param VL. [-Wdocumentation]
NAKAMURA Takumi
2014-06-16
1
-1
/
+1
*
[OPENMP] Initial support of 'reduction' clause
Alexey Bataev
2014-06-16
6
-10
/
+151
*
Hide the concept of diagnostic levels from lex, parse and sema
Alp Toker
2014-06-15
1
-0
/
+17
*
With the option '-analyzer-config stable-report-filename=true',
Sylvestre Ledru
2014-06-14
1
-1
/
+10
*
Fix a crash in Retain Count checker error reporting
Anna Zaks
2014-06-13
1
-0
/
+2
*
Add support for the /EP argument to clang-cl
Hans Wennborg
2014-06-13
1
-1
/
+2
*
Adds a Pragma spelling for attributes to tablegen and makes use of it for loop
Tyler Nowicki
2014-06-13
3
-8
/
+12
*
Remove top-level Clang -fsanitize= flags for optional ASan features.
Alexey Samsonov
2014-06-13
1
-7
/
+0
*
MS ABI: Fix inheritance model calculation in CRTP
David Majnemer
2014-06-13
1
-0
/
+9
*
Recover from missing 'typename' in sizeof(T::InnerType)
Reid Kleckner
2014-06-12
2
-4
/
+5
*
Remove stale part of comment.
Eli Bendersky
2014-06-12
1
-3
/
+1
*
The Clang C API does not require C++. Thanks to Jordan Rose for pointing out ...
Richard Smith
2014-06-12
1
-1
/
+0
*
Include system_error directly.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Replace llvm::error_code with std::error_code.
Rafael Espindola
2014-06-12
2
-15
/
+16
*
DiagnosticsEngine: update severity setters to new terminology
Alp Toker
2014-06-12
1
-6
/
+5
*
Complete the switch from mappings to declarative diagnostic severities
Alp Toker
2014-06-12
2
-38
/
+39
*
Use StringRef to simplify code. No functional change.
Craig Topper
2014-06-12
2
-11
/
+6
*
Use ArrayRef in some function parameters instead of a pointer and count. No f...
Craig Topper
2014-06-12
2
-9
/
+7
*
Fix typo.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Give clang-format its own error category.
Rafael Espindola
2014-06-12
1
-0
/
+14
*
[modules] Add first-draft module maps for Clang. These don't cover everything
Richard Smith
2014-06-12
2
-0
/
+114
*
PR19966: don't crash/assert when __underlying_type is applied to an incomplete
Richard Smith
2014-06-12
1
-0
/
+2
*
Add loop unroll pragma support
Eli Bendersky
2014-06-11
2
-4
/
+12
*
Allow lookup into dependent bases in more places under -fms-compatibility
Reid Kleckner
2014-06-11
1
-3
/
+7
*
Recover from missing typenames on template args for MSVC compatibility
Reid Kleckner
2014-06-10
3
-3
/
+11
*
*Really* fix DOS newlines introduced in r210330
Reid Kleckner
2014-06-10
1
-31
/
+31
*
Improve diagnostic mapping terminology
Alp Toker
2014-06-10
3
-35
/
+33
*
Don't suppress backend diagnostics in system headers
Alp Toker
2014-06-10
1
-12
/
+14
*
Show -Wdate-time in system headers
Alp Toker
2014-06-10
2
-6
/
+1
*
Implement -Wdate-time preprocessor warning
Alp Toker
2014-06-10
1
-0
/
+4
*
Make '-Werror=frame-larger-than=' and associated diagnostic pragmas GCC-compa...
Alp Toker
2014-06-09
2
-3
/
+3
*
Disallow multiple inclusion of clang/Config/config.h
Alp Toker
2014-06-09
2
-2
/
+10
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-09
1
-2
/
+2
*
Don't include llvm/MC/MCParser throughout all of Sema
Alp Toker
2014-06-08
1
-5
/
+2
[next]