]> granicus.if.org Git - clang/shortlog
clang
2016-01-25 Paul RobinsonLTO via the gold plugin needs to be told about debugger...
2016-01-25 Rafael EspindolaPass --wrap=pthread_create to linker for -fsplit-stack.
2016-01-25 Benjamin KramerFix printing of types in initializers with suppressed...
2016-01-25 Daniel Marjamaki[Sema] Improve constness
2016-01-25 Alexey BataevAllow capture typedefs/type aliases for VLAs in lambdas...
2016-01-25 Alexey BataevFixed processing of GNU extensions to C99 designated...
2016-01-24 Betul Buyukkurt[PGO] Windows buildbot failure fix. [NFC]
2016-01-23 Betul BuyukkurtClang changes for value profiling
2016-01-23 Justin Lebar[CUDA] Disallow variadic functions other than printf...
2016-01-23 Justin Lebar[CUDA] Make printf work.
2016-01-23 Justin Lebar[CUDA] Reject the alias attribute in CUDA device code.
2016-01-23 Justin Lebar[CUDA] Use Triple::isNVPTX() instead of enumerating...
2016-01-23 Aaron BallmanImproving documentation for the isMoveAssignmentOperato...
2016-01-23 NAKAMURA TakumiSemaOpenMP.cpp: Fix a warning in r258543. [-Wunused...
2016-01-23 Evgeniy Stepanov[cfi] Do not emit bit set entry for available_externall...
2016-01-23 Devin Coughlin[analyzer] SATestBuild.py: Remove html and log when...
2016-01-23 Anna Zaks[analyzer] Fixup r258572 Utility to match function...
2016-01-22 Adrian PrantlModule Debugging: Canonicalize the file names used...
2016-01-22 Aaron BallmanProperly encode the < entity; it was missing the...
2016-01-22 Aaron BallmanAdd am AST matcher for isMoveAssignmentOperator.
2016-01-22 Gabor Horvath[analyzer] Utility to match function calls.
2016-01-22 Matt ArsenaultAMDGPU: Add barrier builtin
2016-01-22 Matt ArsenaultAMDGPU: Rename builtins to use amdgcn prefix
2016-01-22 Adrian PrantlModule debugging: Create a parent DIModule with the...
2016-01-22 Samuel Antao[OpenMP] Remove '#if 1' hanging in target_map_messages...
2016-01-22 Samuel Antao[OpenMP] Update map clause SEMA to support OpenMP 4...
2016-01-22 Adrian PrantlFix the build by using the correct suffix for 64 bit...
2016-01-22 Ehsan Akhgari[MSVC Compat] Accept elided commas in macro function...
2016-01-22 Adrian PrantlRephrase this test to help debug a buildbot issue
2016-01-22 Yaron KerenMerge templated static member variables, fixes http...
2016-01-22 Adrian PrantlFix a typo in r258507 and change the PCH dwoid constant...
2016-01-22 Adrian PrantlFix 80-column violations.
2016-01-22 Devin Coughlin[analyzer] SATestBuild.py: Handle spaces in path passed...
2016-01-22 Adrian PrantlModule Debugging: Use a nonzero DWO id for precompiled...
2016-01-22 David Majnemer[MSVC Compat] Don't provide /volatile:ms semantics...
2016-01-22 Nico WeberTry to pacify MSVC.
2016-01-22 Andrey BokhankoChange of UserLabelPrefix default value from "_" to ""
2016-01-22 Nico WeberLet RecursiveASTVisitor visit array index VarDecls
2016-01-22 Arpith Chacko... [OpenMP] Sema for depend clause on target exit data...
2016-01-22 Nico WeberReplace some tabs with spaces.
2016-01-22 Alexey Bataev[OPENMP] Generalize codegen for 'sections'-based directive.
2016-01-22 Devin Coughlin[analyzer] Update SATestBuild.py to handle spaces in...
2016-01-22 Ekaterina Romanova2 missing intrinsics _cvtss_sh and _mm_cvtps_ph were...
2016-01-22 Alexey Samsonov[Docs] Slightly update LSan documentation.
2016-01-22 Arpith Chacko... [OpenMP] Sema for depend clause on target enter data...
2016-01-22 Devin Coughlin[analyzer] Suppress nullability warning for defensive...
2016-01-22 Arpith Chacko... [OpenMP] Sema for depend clause on target directive.
2016-01-22 Arpith Chacko... [OpenMP] Parsing + Sema for nowait clause on target...
2016-01-22 Arpith Chacko... [OpenMP] Parsing + Sema for nowait clause on target...
2016-01-21 David Majnemer[MSVC Compat] Don't omit frame pointers if /Oy- is...
2016-01-21 Arpith Chacko... [OpenMP] Parsing + Sema for nowait clause on target...
2016-01-21 Devin Coughlin[driver] Enable some static analyzer "unix" checkers...
2016-01-21 Arpith Chacko... [OpenMP] Check for at least one map clause on target...
2016-01-21 Vedant Kumar[Coverage] Reduce complexity of adding function mapping...
2016-01-21 Nico WeberAdd an isVirtualAsWritten AST matcher.
2016-01-21 Aaron BallmanWhen dumping documentation for AST matchers, do somethi...
2016-01-21 Alexey BataevFix crash for typedefs for arrays of runtime bounds...
2016-01-21 Alexey Bataev[OPENMP] Fix crash on reduction for complex variables.
2016-01-20 Aaron BallmanRegister the isCopyAssignmentOperator AST matcher so...
2016-01-20 Daniel Jasperclang-format-diff: Replace hard-code default for clang...
2016-01-20 Aaron BallmanAdd AST matcher support for FunctionDecls with the...
2016-01-20 Aaron BallmanAdd AST matcher for paren expressions.
2016-01-20 Aaron BallmanSilencing several -Wcast-qual warnings; NFC.
2016-01-20 Alexey Bataev[OPENMP 4.0] Fix for codegen of 'cancel' directive...
2016-01-20 Alexey Bataev[OPENMP 4.5] Allow to use non-static data members in...
2016-01-20 Alexey BataevFix infinite loop when ::new or ::delete are found...
2016-01-20 Adrian PrantlModule Debugging: Fine-tune the condition that determin...
2016-01-20 Justin Lebar[CUDA] Bail, rather than crash, on va_arg in device...
2016-01-20 Justin Lebar[CUDA] Only allow __global__ on free functions and...
2016-01-20 Xinliang David LiReference the updated function name /NFC
2016-01-19 Adrian PrantlModule Debugging: Add Objective-C testcases for anonymo...
2016-01-19 Adrian PrantlModule Debugging: Don't emit external type references...
2016-01-19 Adrian PrantlModule Debugging: Make sure that anonymous tag decls...
2016-01-19 NAKAMURA TakumiStmtOpenMP.h: Fix a warning in r258177. [-Wdocumentation]
2016-01-19 NAKAMURA TakumiStmtOpenMP.h: Fix a warning in r258165. [-Wdocumentation]
2016-01-19 Chris Bieneman[CMake] Don't apply Export set to clang tools
2016-01-19 Aaron BallmanAllow __attribute__((mode)) to appertain to field decla...
2016-01-19 Chris Bieneman[CMake] Creating add_clang_tool macro to wrap add_clang...
2016-01-19 Samuel Antao[OpenMP] Detect implicit map type to report unspecified...
2016-01-19 Samuel Antao[OpenMP] Parsing + sema for "target exit data" directive.
2016-01-19 Justin Lebar[CUDA] Handle -O options (more) correctly.
2016-01-19 Samuel Antao[OpenMP] Parsing + sema for "target enter data" directive.
2016-01-19 Adrian PrantlModule Debugging: Defer the emission of anonymous tag...
2016-01-19 Chris Bieneman[CMake] Properly respect the CLANG_APPEND_VC_REV option
2016-01-19 Carlo BertolliActivate OpenMP private clause for target construct...
2016-01-19 Nico WeberRename -Wexpansion-to-undefined to -Wexpansion-to-defined.
2016-01-19 Nico WeberAdd -Wexpansion-to-undefined: warn when using `defined...
2016-01-19 Manuel KlimekFix formatting of fully qualified names in array subscr...
2016-01-19 Faisal ValiFix PR26134: When substituting into default template...
2016-01-19 Adam Nemet[AVX512] Fix typo in r226298
2016-01-19 Xinliang David LiFix local variable name /NFC
2016-01-18 Sanjay Patelfix formatting; NFC
2016-01-18 Aaron BallmanThe destructor name should be matched to ~Foo instead...
2016-01-18 Aaron BallmanAdd an AST matcher for checking whether a function...
2016-01-18 Aaron BallmanAugments r258042; changes the AST matcher tests to...
2016-01-18 Craig Topper[TableGen] Merge the SuperClass Record and SMRange...
2016-01-18 Devin Coughlin[analyzer] Nullability: Look through implicit casts...
2016-01-18 Manuel KlimekAdd forEachArgumentWithParam AST matcher.
2016-01-18 Artem Dergachev[analyzer] Fix an off-by-one in evalIntegralCast()
2016-01-17 David Majnemer[MS ABI] Don't crash while mangling recursive lambdas
next