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
Commit message (
Expand
)
Author
Age
Files
Lines
*
When checking for uninitialized values, do not confuse "std::move" with every
Richard Trieu
2014-11-27
3
-3
/
+6
*
clang-format: [Java] Don't line-wrap package declarations.
Daniel Jasper
2014-11-26
2
-2
/
+6
*
clang-format: Tweak -style=Chromium for Java files.
Nico Weber
2014-11-26
1
-6
/
+11
*
[OpenCL] Implemented restrictions for pointer conversions specified in OpenCL...
Anastasia Stulova
2014-11-26
4
-6
/
+29
*
[OpenCL] Generic address space has been added in OpenCL v2.0.
Anastasia Stulova
2014-11-26
6
-5
/
+44
*
clang-format: [Java] Improve formatting of throws declarations.
Daniel Jasper
2014-11-26
1
-2
/
+3
*
clang-format: [Java] Improve cast detection.
Daniel Jasper
2014-11-26
1
-3
/
+7
*
clang-format: [Java] Fix breaking after annotations.
Daniel Jasper
2014-11-26
1
-1
/
+2
*
clang-format: Add SFS_Empty to only empty functions on a single line.
Daniel Jasper
2014-11-26
1
-2
/
+6
*
clang-format: [Java] Support Foo.class;
Daniel Jasper
2014-11-26
1
-0
/
+7
*
[c++1z] Most of N4268 (allow constant evaluation for non-type template argume...
Richard Smith
2014-11-26
3
-67
/
+219
*
CodeGen: Fix emission of __atomic_compare_exchange
David Majnemer
2014-11-25
1
-22
/
+22
*
Ensure that any TypoExprs in the arguments to bultins with custom type
Kaelyn Takata
2014-11-25
1
-2
/
+6
*
Re-apply r222646 (was reverted in r222667). Adding 4 ASTMatchers: typedefDecl...
Manuel Klimek
2014-11-25
2
-3
/
+15
*
clang-format: Refactoring.
Daniel Jasper
2014-11-25
5
-404
/
+375
*
Add flag -f(no-)modules-implicit-maps.
Daniel Jasper
2014-11-25
2
-44
/
+60
*
Add a missing override, caught by clang's inconsistent override warning.
Chandler Carruth
2014-11-25
1
-1
/
+1
*
[ARM] Define __ARM_FEATURE_DSP macro for CPUs that have DSP instructions
Sergey Dmitrouk
2014-11-25
1
-0
/
+7
*
MS ABI: Add CodeGen support for rethrowing MS C++ exceptions
David Majnemer
2014-11-25
4
-16
/
+51
*
CodeGen: further simplify assertion
Saleem Abdulrasool
2014-11-25
1
-4
/
+2
*
Remove unnecessary environment switch
Reid Kleckner
2014-11-24
1
-11
/
+1
*
Force the correction of delayed typos in casts in non-C++ code.
Kaelyn Takata
2014-11-24
1
-0
/
+6
*
Filter the toplevel matchers by kind.
Samuel Benzaquen
2014-11-24
2
-10
/
+86
*
Correctly remove OptimizeForSize from functions marked OptimizeNone.
Paul Robinson
2014-11-24
1
-10
/
+15
*
CodeGen: make i686-windows-itanium more similar to msvc
Saleem Abdulrasool
2014-11-24
1
-0
/
+1
*
CodeGen: use a range-based for loop
Saleem Abdulrasool
2014-11-24
1
-3
/
+2
*
Reverting r222646; the tests do not pass on Windows. Also reverts r222664, wh...
Aaron Ballman
2014-11-24
2
-15
/
+3
*
Fix line endings
Nico Rieck
2014-11-24
1
-3
/
+3
*
Fix crash when using __if_exists in C mode
Nico Rieck
2014-11-24
1
-2
/
+3
*
Reverting r222638; it broke the MSVC build bots because Visual Studio 2012 do...
Aaron Ballman
2014-11-24
5
-371
/
+413
*
Adding 4 ASTMatchers: typedefDecl, isInMainFile, isInSystemFile, isInFileMatc...
Manuel Klimek
2014-11-24
2
-3
/
+15
*
clang-format: Make short case labels work with #ifs
Daniel Jasper
2014-11-23
1
-0
/
+3
*
clang-format: [Java] Treat 'instanceof' like other binary operators.
Daniel Jasper
2014-11-23
2
-2
/
+6
*
clang-format: [Java] Space before array initializers.
Daniel Jasper
2014-11-23
1
-0
/
+2
*
clang-format: Improve ObjC blocks with return type.
Daniel Jasper
2014-11-23
1
-1
/
+1
*
clang-format: Refactoring.
Daniel Jasper
2014-11-23
5
-413
/
+367
*
clang-format: [JS] Support Closure's module statements.
Daniel Jasper
2014-11-23
5
-26
/
+40
*
CodeGen: tweak struct ABI handling
Saleem Abdulrasool
2014-11-23
1
-1
/
+1
*
CodeGen: Make atomic operations play nice with address spaces
David Majnemer
2014-11-22
1
-6
/
+8
*
Simplify MicrosoftMangleContextImpl::shouldMangleStringLiteral
David Majnemer
2014-11-22
1
-2
/
+1
*
Delay checking overrides for exception specifications if the overridden
Richard Smith
2014-11-22
3
-21
/
+22
*
MS ABI: Mangle u8 string literals
David Majnemer
2014-11-21
1
-1
/
+2
*
Objective-C ARC. Fixes a crash when checking for 'weak' propery
Fariborz Jahanian
2014-11-21
1
-0
/
+2
*
Sema: Don't permit variably modified types in typeid
David Majnemer
2014-11-21
1
-0
/
+7
*
Implement -Wcast-qual, fixing #13772.
Roman Divacky
2014-11-21
1
-4
/
+40
*
MS ABI: Mangle char16_t and char32_t string literals
David Majnemer
2014-11-21
1
-10
/
+7
*
Add an assertion for detecting missed/uncorrected TypoExprs.
Kaelyn Takata
2014-11-21
1
-0
/
+2
*
Enable ActOnIdExpression to use delayed typo correction for non-C++ code
Kaelyn Takata
2014-11-21
8
-22
/
+62
*
Properly correct initializer expressions based on whether they would be valid.
Kaelyn Takata
2014-11-21
1
-0
/
+17
*
Use the full-Expr filter to disambiguate equidistant correction
Kaelyn Takata
2014-11-21
1
-26
/
+41
[next]