]> granicus.if.org Git - clang/shortlog
clang
2014-03-06 NAKAMURA TakumiCodeGenObjC/instr-profile.m: Add -target darwin to...
2014-03-06 Ted Kremenek[-Wunreachable-code] don't warn about dead 'return...
2014-03-06 Bob WilsonAttempt to fix buildbots by dropping the -LABEL from...
2014-03-06 Alexey Bataev[OPENMP] Clause 'num_threads'
2014-03-06 Bob WilsonPGO: add instrumentation for Objective-C methods.
2014-03-06 Alexey Bataev[OPENMP] Added option -fopenmp=libiomp5|libgomp
2014-03-06 Ted KremenekRemove 'break' dominated by 'return' in 'EmitBuiltinExpr'.
2014-03-06 Ted KremenekRemove 2 dead 'break' statements. The 'break' usage...
2014-03-06 Ted KremenekRemove dead return in Parser::MayBeDesignationStart().
2014-03-06 Ted KremenekRemove dead return in BugReporter (found via -Wunreacha...
2014-03-06 Bob WilsonPGO: Use the main file name to help distinguish functio...
2014-03-06 Bob WilsonPGO: Rename variables to avoid referring to the "Mangle...
2014-03-06 Bob WilsonRefactor PGO code in preparation for handling non-C...
2014-03-06 Bob WilsonPGO: don't emit counter increment if no counters have...
2014-03-06 Chandler Carruth[Layering] Update include of Linker.h to match its...
2014-03-06 Richard SmithFix crash if a submodule overrides one of its own macro...
2014-03-06 Richard TrieuFix test from r203061
2014-03-06 Richard TrieuSuppress diagnostics during name lookup for absolute...
2014-03-06 Rafael EspindolaUse private linkage for remaining GlobalVariables with...
2014-03-06 Raul E. SilveraUpdate clang test to cover for new treatment of intrins...
2014-03-06 Rafael EspindolaConstruct GlobalValues with the correct linkage instead...
2014-03-06 Ted Kremenek[-Wunreachable-code] Handle idiomatic do...while()...
2014-03-06 Richard TrieuChange the color of comment nodes from bright yellow...
2014-03-06 Chandler Carruth[Layering] Update include of DebugInfo.h which moved...
2014-03-06 Fariborz JahanianObjective-C properties. Fixes a crash in Sema where...
2014-03-06 Richard SmithSwitch to an idiomatic C++ erase/remove for this loop...
2014-03-06 Chandler Carruth[Layering] Update include for the move of DIBuilder...
2014-03-06 Ted Kremenek[-Wunreachable-code] Handle idiomatic do...while()...
2014-03-06 NAKAMURA Takumiclang/test/Modules/recursive.c: Tweak expressions for...
2014-03-05 Ted Kremenek[-Wunreachable-code] generalize pruning out warning...
2014-03-05 Fariborz JahanianObjective-C. Suppress the warning for auto synthesis...
2014-03-05 Ted Kremenek[-Wunreachabe-code] add test for double 'break'.
2014-03-05 Ted Kremenek[-Wunreachable-code] include some enum constants in...
2014-03-05 Richard SmithPR19010: Make sure we initialize (empty) indirect base...
2014-03-05 Ted KremenekFix recursion bug in logic to validate 'objc_protocol_r...
2014-03-05 Richard SmithDR status page: add link targets for individual DRs...
2014-03-05 Richard SmithTests for DR370-380.
2014-03-05 Ted Kremenek[-Wunreachable-code] generalize configuration value...
2014-03-05 Aaron BallmanUpdating this test case to appease build bots which...
2014-03-05 Aaron BallmanCapabilities are required to pass a name specifying...
2014-03-05 Ben LangmuirAttempt to re-enable the VFS unittests on Windows
2014-03-05 Rafael EspindolaDon't produce an alias between destructors with differe...
2014-03-05 Richard SmithWhen building a module from the command line via -emit...
2014-03-05 Richard SmithIf a #include finds a file relative to the current...
2014-03-05 Nico WeberMention clang-cl in MSVCCompatibility.rst
2014-03-05 Rafael EspindolaUpdate for llvm change.
2014-03-05 Argyrios Kyrtzidis[code-completion] Add a couple of test cases suggested...
2014-03-05 David MajnemerAST: Remove layering violation with Sema
2014-03-05 Aaron Ballman[C++11] Using std::unique_ptr to ensure that Argument...
2014-03-05 Ben LangmuirUse ThreadSafeRefCountedBase for vfs::FileSystem
2014-03-05 Timur IskhodzhanovStyle fix: replace "1 entries" with "1 entry" in the...
2014-03-05 Benjamin KramerRevert "[C++11] Replace trivial lambda with std::cref."
2014-03-05 Benjamin Kramer[C++11] Replace trivial lambda with std::cref.
2014-03-05 Alexander KornienkoAdded a const qualifier to SourceManager& parameters.
2014-03-05 David MajnemerMS ABI: Mangle lambdas
2014-03-05 NAKAMURA TakumiDisable BasicTests/VFS on win32 for now. Investigating.
2014-03-05 David Majnemer[-cxx-abi microsoft] Implement local manglings accurately
2014-03-05 Ted KremenekAdjust logic for 'objc_protocol_requires_explicit_imple...
2014-03-05 Alexey Bataev[OPENMP] allow clause 'private' on directive 'omp simd'
2014-03-05 Alexey Bataev[OPENMP] emit error message for clause 'if(1 0)'
2014-03-05 Argyrios Kyrtzidis[AST] A "Class<P>" type should not have '*' when printe...
2014-03-05 Alexey Bataev[OPNEMP] Fixed instantiation of 'if' clause
2014-03-05 David MajnemerSpeculatively fix MSVC buildbots
2014-03-05 Peter CollingbourneMerge using-decl-pr17575.cpp into existing test case.
2014-03-05 Peter CollingbourneAdd a test case for PR17575.
2014-03-05 Ted Kremenek[-Wunreachable-code] Don't warn about dead code guarded...
2014-03-04 David MajnemerHeaders: Provide an ABI compatible max_align_t when...
2014-03-04 David BlaikieRemove some unnecessary qualification
2014-03-04 Fariborz JahanianObjective-C. Return 0 as class of methods in protocols.
2014-03-04 Ben LangmuirSupport relative paths in VFSFromYAML
2014-03-04 David MajnemerTokenKinds: _Atomic isn't a keyword in MS mode
2014-03-04 David BlaikieDebugInfo: Refix r202888 (a fix to r202769) in a differ...
2014-03-04 Ted Kremenek[CFG] Tweak "?:" CFG construction to record the unreach...
2014-03-04 Richard Smith[C++11] Simplify a callback to use a lambda.
2014-03-04 Benjamin KramerRevert "FileEntry: Remove unused and half-broken copy...
2014-03-04 Benjamin Kramer[C++11] Push move semantics through APValue.
2014-03-04 Benjamin KramerFileEntry: Remove unused and half-broken copy ctor.
2014-03-04 Ted Kremenek[-Wunreachable-code] handle cases where a dead 'return...
2014-03-04 Reid KlecknerAdd a test case for r202888, which boiled down to ...
2014-03-04 Richard SmithAdd tests for newly-resolved core issues <= 370.
2014-03-04 Reid KlecknerFix unconditional dereference of a WeakVH in CGDebugInf...
2014-03-04 Richard SmithUpdate DR status page to match post-Issaquah core issue...
2014-03-04 Richard SmithAdd links to TSen from post-Issaquah mailing.
2014-03-04 Benjamin KramerPass llvm::Triple objects by const reference.
2014-03-04 Simon Atanasyan[Mips] Check all MIPS toolchains to find the one that...
2014-03-04 Fariborz JahanianObjective-C IRGen. Fix up the hueristics for determining
2014-03-04 Roman DivackyThe wmmintrin.h header includes two different sub-heade...
2014-03-04 Timur IskhodzhanovFirst step towards fixing PR18967 - simplify the Comput...
2014-03-04 Sean CallananWhen deciding whether or not to resolve two
2014-03-04 Reid KlecknerTests for LLVM MS inline asm change r202865
2014-03-04 Jordan RoseFix -Wsign-compare warning.
2014-03-04 Benjamin Kramer[C++11] Make StoredDeclsList move-only.
2014-03-04 Chandler Carruth[Modules] Update to reflect the move of CFG.h to the...
2014-03-04 Chandler Carruth[Modules] Update to reflect ValueHandle moving to the...
2014-03-04 Chandler Carruth[Modules] Update to reflect the move of CallSite into...
2014-03-04 Chandler Carruth[cleanup] Re-sort includes with llvm/utils/sort_include...
2014-03-04 Yaron KerenWe now require Visual C++ 2012 (MSVC_VERSION = 1700...
2014-03-04 NAKAMURA TakumiGive %itanium_abi_triple to the test to appease targeti...
2014-03-04 Argyrios Kyrtzidis[CMake] Add the newly introduced compiler header.
2014-03-04 David MajnemerMS ABI: Reorganize some tests
next