CGit
Gitweb
index
:
opencl/clang
master
release_36_ti
External git repos for TI’s OpenCL product source - TI mirror of clang git repo with changes to support C6000.
Scott (ITS) Allen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CodeGen] Unify generation of scalar and struct-path TBAA tags
HEAD
master
Ivan A. Kosarev
2017-10-05
7
-102
/
+76
*
Revert r314977 "[CodeGen] Unify generation of scalar and struct-path TBAA tags"
Ivan A. Kosarev
2017-10-05
10
-169
/
+183
*
[CodeGen] Unify generation of scalar and struct-path TBAA tags
Ivan A. Kosarev
2017-10-05
10
-183
/
+169
*
[analyzer] Fix leak false positives on stuff put in C++/ObjC initializer lists.
Artem Dergachev
2017-10-05
4
-18
/
+109
*
Enabling new pass manager in LTO (and thinLTO) link step.
Sean Fertile
2017-10-04
2
-0
/
+15
*
[Analyzer Tests] Fix misc bugs in analyzer reference results updater.
George Karpenkov
2017-10-04
1
-4
/
+16
*
Add testcase for r314956:
Richard Smith
2017-10-04
1
-0
/
+43
*
PR33924: Merge block-scope anonymous declarations if there are multiple defin...
Richard Smith
2017-10-04
2
-2
/
+3
*
Remove PendingBody mechanism for function and ObjC method deserialization.
Richard Smith
2017-10-04
3
-77
/
+76
*
Fix 'section' warning behavior with tentatively-defined values
Erich Keane
2017-10-04
2
-1
/
+10
*
[OpenCL] Clean up and add missing fields for block struct
Yaxun Liu
2017-10-04
7
-128
/
+276
*
[Hexagon] Move getHexagonTargetFeatures to Hexagon.cpp (NFC)
Sumanth Gundapaneni
2017-10-04
3
-16
/
+21
*
[analyzer] Fix autodetection of binding types.
Artem Dergachev
2017-10-04
4
-9
/
+43
*
[OpenMP] Initial implementation of teams distribute code generation
Carlo Bertolli
2017-10-04
10
-15
/
+1749
*
[test] Pass in fixed triple for openmp-offload.c
Jonas Hahnfeld
2017-10-04
1
-2
/
+2
*
[OpenMP] Fix passing of -m arguments correctly
Jonas Hahnfeld
2017-10-04
4
-70
/
+73
*
Fix assertion failure in thread safety analysis (PR34800).
Alexander Kornienko
2017-10-04
2
-12
/
+26
*
Move verbosity check for opt remarks to the diag handler.
Adam Nemet
2017-10-03
1
-0
/
+4
*
We allow implicit function declarations as an extension in all C dialects. Re...
Richard Smith
2017-10-03
4
-10
/
+6
*
PR34822: Fix a collection of related bugs with our handling of C89 implicit f...
Richard Smith
2017-10-03
5
-23
/
+49
*
[ExprConstant] Allow constexpr ctor to modify non static data members
Erik Pilkington
2017-10-03
2
-3
/
+63
*
[Analyzer] Re-apply r314820 with a fix for StringRef lifetime.
George Karpenkov
2017-10-03
2
-3
/
+13
*
[CMake] Minor updates to Apple CMake caches
Chris Bieneman
2017-10-03
2
-0
/
+11
*
Suppress -Wmissing-braces warning when aggregate-initializing a struct with a...
Richard Smith
2017-10-03
3
-4
/
+66
*
[OPENMP] Allow use of declare target directive inside struct
Alexey Bataev
2017-10-03
4
-6
/
+45
*
Revert r314820 "[Analyzer] More granular special casing in RetainCountChecker"
Tim Shen
2017-10-03
2
-13
/
+3
*
[Analyzer] More granular special casing in RetainCountChecker
George Karpenkov
2017-10-03
2
-3
/
+13
*
[OpenCL] Fix checking of vector type casting
Yaxun Liu
2017-10-03
2
-4
/
+12
*
[CodeGen] Fix propagation of TBAA info for atomic accesses
Ivan A. Kosarev
2017-10-03
1
-4
/
+4
*
[CodeGen] Introduce generic TBAA access descriptors
Ivan A. Kosarev
2017-10-03
7
-83
/
+82
*
R34811: Allow visibilities other than 'default' for VisibleNoLinkage entities.
Richard Smith
2017-10-02
2
-2
/
+15
*
Add parens around the boolean condition of one of the added asserts in r31474...
Faisal Vali
2017-10-02
1
-2
/
+2
*
[ubsan] Skip alignment checks which are folded away
Vedant Kumar
2017-10-02
2
-3
/
+16
*
[ubsan] Save the result of getLLVMContext. NFC.
Vedant Kumar
2017-10-02
1
-6
/
+6
*
[ubsan] Add helpers to decide when null/vptr checks are required. NFC.
Vedant Kumar
2017-10-02
2
-8
/
+21
*
[ubsan] Save a ptrtoint when emitting alignment checks
Vedant Kumar
2017-10-02
2
-7
/
+11
*
Remove an assertion I added from the refactoring of pasteTokens (https://revi...
Faisal Vali
2017-10-02
1
-4
/
+0
*
[NFC] Refactor PasteTokens so that it can be passed the Token Stream and Inde...
Faisal Vali
2017-10-02
2
-46
/
+89
*
[clang-cl] Claim ignored /O[12xd] arguments
Reid Kleckner
2017-10-02
2
-20
/
+23
*
PR33839: Fix -Wunused handling for structured binding declarations.
Richard Smith
2017-10-02
4
-10
/
+72
*
[Analyzer] Avoid copy and modifying passed reference in BodyFarm::create_call...
George Karpenkov
2017-10-02
1
-16
/
+18
*
Add std::move in RefactoringActionRulesTest.cpp
Alex Lorenz
2017-10-02
1
-1
/
+1
*
Add support for Myriad ma2x8x series of CPUs
Walter Lee
2017-10-02
3
-9
/
+110
*
[refactor] Simplify the refactoring interface
Alex Lorenz
2017-10-02
11
-559
/
+308
*
Add a testcase to check that debug info is upgraded when compiling LLVM IR
Adrian Prantl
2017-10-02
1
-0
/
+17
*
Revert "Add /System/Library/PrivateFrameworks as a header search path."
Douglas Gregor
2017-10-02
1
-1
/
+0
*
[Analyzer] Make testing scripts flake8 compliant
George Karpenkov
2017-10-02
6
-299
/
+397
*
[CUDA] Fix name of __activemask()
Jonas Hahnfeld
2017-10-02
1
-1
/
+1
*
Revert "[Sema] Warn on attribute nothrow conflicting with language specifiers"
Reid Kleckner
2017-10-02
3
-48
/
+1
*
Update IUnknown lit test to pass on Win32
Erich Keane
2017-10-02
1
-3
/
+3
[next]