]> granicus.if.org Git - clang/shortlog
clang
2014-05-08 Craig Topper[C++11] Use 'nullptr'.
2014-05-08 Alexey Bataev[OPENMP] Another one fix in test for msvc
2014-05-08 Alexey Bataev[OPENMP] Fix codegen test for msvc build
2014-05-08 Nico WeberLet ASTReader optionally delete its ASTDeserializationL...
2014-05-08 Saleem AbdulrasoolDriver: parse -mcmodel earlier
2014-05-08 Richard SmithFix latent bug. This can't actually manifest at the...
2014-05-08 Nikola SmiljanicEnable alternative tokens by default for clang-format.
2014-05-07 John Thompsonfmodules-search-all: Removed dead code and added some...
2014-05-07 Duncan P. N... CodeGen: Don't set hidden visibility on symbols with...
2014-05-07 Richard SmithAdd an Extension warning for applying unary * to an...
2014-05-07 Nico WeberNSOrCFErrorDerefChecker: Don't leak bug type. Similar...
2014-05-07 Nico Weberc-index-test: Don't leak the strings returned by makeCl...
2014-05-07 Nico WeberMake 2 functions static, remove unneeded cast, rewrap...
2014-05-07 James MolloyWhen doing int<->ptr coercion for big-endian, calculate...
2014-05-07 David BlaikiePR19562: Fix another temporary node leak in Clang debug...
2014-05-07 Nico WeberRemove "CH_ECK" line (which is ignored) from test after...
2014-05-07 Matheus Almeida[mips] Pass nan2008 info to the back-end.
2014-05-07 James MolloyRe-satisfy the bots. Due to a de-sync between my clang...
2014-05-07 James Molloy[ARM64-BE] Correctly deal with single element HFAs...
2014-05-07 Rafael EspindolaUpdate for llvm api change.
2014-05-07 Ed MasteDebugInfo: Use enum instead of unsigned
2014-05-07 Oliver StannardARM: Fix assertion caused by passing bitfield struct...
2014-05-07 Yaron KerenUse nullptr instead of 0 for const char * value.
2014-05-07 Daniel Jasperclang-format: Be slightly more aggressive on single...
2014-05-07 Daniel Jasperclang-format: Fix corner cases for comments in if condi...
2014-05-07 Joerg SonnenbergerDrop libgcc and default to libc++ for NetBSD/ARM on...
2014-05-07 Joerg SonnenbergerAlso recognize Big Endian ARM variants.
2014-05-07 Daniel Jasperclang-format: Fix bad space before braced initializer.
2014-05-07 Alexey Bataev[OPENMP] Fixed checking for mangled names in parallel_c...
2014-05-07 Craig TopperFix up indentation and fix an 80 column violation.
2014-05-07 Craig Topper[C++11] Use 'nullptr'.
2014-05-07 Alexey Bataev[OPENMP] Fixed problem with temp removal on some platfo...
2014-05-07 David BlaikiePR19562: Fix memory leak when ObjC interface types...
2014-05-07 David BlaikieFixing tests to account for LLVM r208159.
2014-05-07 Alexey Bataev[OPENMP] Temporarily disable test parallel_codegen.cpp
2014-05-07 Jordan Rose[analyzer] Use a lazily-initialized BugType in ObjCSelf...
2014-05-07 Jordan Rose[analyzer] Functions marked __attribute__((const))...
2014-05-07 Richard SmithIf an instantiation of a template is required to be...
2014-05-07 Yunzhong GaoClean up some existing keyword tests in the test/Lexer...
2014-05-07 Kaelyn TakataTry harder to ensure a strict weak ordering of overload...
2014-05-06 Argyrios KyrtzidisRename "secondary initializer" -> "convenience initiali...
2014-05-06 David MajnemerAST: Update reference temporary mangling
2014-05-06 Nick LewyckyAdd testcase for r208062.
2014-05-06 Tobias Grossertblgen: Modularize the diagnostic emitter
2014-05-06 Nico WeberInclude translation unit filename in global ctor symbol...
2014-05-06 David BlaikieReapply: DebugInfo: Emit the definition of enums when...
2014-05-06 Nico WeberFix leak in ObjCSelfInitChecker, found by LSan.
2014-05-06 Nico WeberFix a leak found by LSan: ConsumedBlockInfo owns its...
2014-05-06 David BlaikieRevert "DebugInfo: Emit the definition of enums when...
2014-05-06 Tilmann SchellerAdd driver support for AArch64 Fedora.
2014-05-06 Jordan RoseUpdate comment for ObjCImplementationDecl's handling...
2014-05-06 Daniel Jasperclang-format: [JS] Keep space after closure style comments.
2014-05-06 Daniel Jasperclang-format: [JS] Keep space between 'return' and...
2014-05-06 Daniel Jasperclang-format: [JS] Don't indent in goog.scope blocks.
2014-05-06 Alexey Bataev[OPENMP] Another one fix for codegen test '#pragma...
2014-05-06 Alexey Bataev[OPENMP] Fixed test for '#pragma omp parallel' codegen
2014-05-06 Dinesh DwivediFixed one issue with casting
2014-05-06 Alexey Bataev[OPENMP] Temporary disable test for parallel codegen
2014-05-06 Alexey Bataev[OPENMP] Initial codegen for '#pragma omp parallel'
2014-05-06 Kevin Qin[PATCH] [ARM64] Enable alignment control option in...
2014-05-06 Robert LyttonXCore target: fix initialization bug found by MSan...
2014-05-06 Dinesh DwivediPulled out cast detection in TokenAnnotator into its...
2014-05-06 David BlaikieDebugInfo: Emit the definition of enums when the defini...
2014-05-06 Craig Topper[C++11] Use 'nullptr'
2014-05-06 Nick LewyckyFix crash when one overload candidate is a template...
2014-05-06 Alexey Bataev[OPENMP] 'proc_bind' clause support - Parsing and sema...
2014-05-06 David BlaikiePR19598: Ensure temporary metadata nodes used in debug...
2014-05-06 Nico WeberSupport field references to struct names and c++11...
2014-05-06 Nick LewyckyI fixed this fixme in r208017.
2014-05-06 Alp Tokerwww: add a missing HTML open tag
2014-05-05 David BlaikieBuild debug info for ObjC interface types at the end...
2014-05-05 David BlaikieObjC IVars aren't added when the type isn't emitted...
2014-05-05 Richard TrieuDuring parsing, update the range of the Declarator...
2014-05-05 Argyrios Kyrtzidis[Basic/FileManager] Propagate whether a file 'IsVolatil...
2014-05-05 Ben LangmuirAdd -Wnon-modular-include* options
2014-05-05 David BlaikieSimplify replacement map by avoiding duplicate values...
2014-05-05 Reid KlecknerMS ABI: Emit an error during IRgen on C++ exception...
2014-05-05 Rafael EspindolaFix pr19653.
2014-05-05 Alp Tokerwww: remove proprietary dbtree.js script from r96013
2014-05-05 Alp TokerFix some typos
2014-05-05 Rafael EspindolaSmall refactoring, no functionality change.
2014-05-05 David MajnemerCodeGen: Assign linkage to thread-wrappers correctly
2014-05-05 Manuel KlimekFix handling of condition variables in the face of...
2014-05-05 Duncan P. N... CodeGen: Cleanup visibility in RTTIBuilder
2014-05-05 Ben LangmuirAdd -Wmodule-build to make it easy to see when modules...
2014-05-05 Daniel Jasperclang-format: Understand functions with decltype return...
2014-05-05 Dinesh DwivediAdded some heuristics to identify c style casting
2014-05-05 Benjamin KramerDriver: Recognize CentOS 6 as RHEL 6.
2014-05-05 Alp TokerStringRefize and take out an old FIXME
2014-05-05 Daniel Jasperclang-format: Improve understanding of decltype.
2014-05-05 Dinesh DwivediFix bug in clang-format while merging short function
2014-05-05 Manuel KlimekFix crash when resolving branch conditions for temporar...
2014-05-05 Christian PirkerSimplify getARMCPUForMArch() and make it more consistent
2014-05-05 Daniel Jasperclang-format: Fix import statements with ColumnLimit: 0
2014-05-05 Alp TokerUpdate lit.cfg to support the clang-interpreter test...
2014-05-05 Alp TokerAdd speculative clang-interpreter test
2014-05-05 Ben LangmuirMake module self-import an error
2014-05-05 Alp Tokercindex-dump.py: fix the --show-ids description string
2014-05-05 Alp TokerFix cindex-dump.py --show-ids
2014-05-04 Alp TokerSplit out header integration tests
next