]> granicus.if.org Git - clang/shortlog
clang
2014-05-09 Benjamin KramerThreadSafetyAnalysis: Don't crash when trying to analyz...
2014-05-09 James MolloyPacify bots again - turns out my checkout was slightly...
2014-05-09 James MolloyReapply r208417 (olista01 'ARM: HFAs must be passed...
2014-05-09 James MolloyRevert r208417 (olista01 'ARM: HFAs must be passed...
2014-05-09 Oliver StannardARM: HFAs must be passed in consecutive registers
2014-05-09 Daniel Jasperclang-format: Fix bug introduced by r208392.
2014-05-09 Daniel Jasperclang-format: [JS] Allow up to 3 empty lines in Google...
2014-05-09 Daniel Jasperclang-format: [JS] Fix spacing in dict literals.
2014-05-09 Will WilsonPermit duplicate explicit class instantiations if MSVCC...
2014-05-09 Ismail PazarbasiRevised wording for diagnostics in r208299
2014-05-09 Alp TokerAdd support for partial jump scope checking
2014-05-09 Craig Topper[C++11] Use 'nullptr'.
2014-05-09 Rafael EspindolaDon't repeat function name in comment.
2014-05-09 Nico WeberWrap to 80 columns, no code change.
2014-05-09 Rafael EspindolaDon't indent in namespaces.
2014-05-09 Rafael EspindolaSimplify the code a bit by using linkage predicates.
2014-05-09 Nico WeberFix filename in file header comment more.
2014-05-09 Nico WeberFix filename in file header comment.
2014-05-09 Rafael EspindolaDon't indent inside namespaces.
2014-05-09 Richard SmithFix link target.
2014-05-09 Rafael EspindolaUse auto to avoid duplicating the type.
2014-05-08 Ben LangmuirSwitch Wmodule-build to a remark
2014-05-08 Richard SmithFix an outdated comment.
2014-05-08 Simon Atanasyan[Driver] Range-based loop simplification.
2014-05-08 Ben LangmuirRemove -Wnon-modular-include
2014-05-08 Saleem AbdulrasoolCodeGen: fix code model mapping
2014-05-08 Rafael EspindolaSimplify a few cast<>s.
2014-05-08 Rafael EspindolaCleanup setFunctionDefinitionAttributes.
2014-05-08 Rafael EspindolaReplace virtual with override.
2014-05-08 Rafael EspindolaUse more specific type.
2014-05-08 Rafael EspindolaSmall simplification: Reduce the use of cast<>.
2014-05-08 Diego NovilloFix segmentation fault when mixing -Rpass with #line.
2014-05-08 Karthik BhatFix PR19169 [Crash on invalid attempting to specialize...
2014-05-08 Rafael EspindolaUse predicate function to simplify a bit.
2014-05-08 Ed MasteEnable standalone-debug by default on FreeBSD
2014-05-08 Daniel Jasperclang-format: Cleanup redundant calculation of ParenLevel.
2014-05-08 Daniel Jasperclang-format: Initial support for try-catch.
2014-05-08 Manuel KlimekExplicitly keep track of temporaries during the consume...
2014-05-08 Ismail PazarbasiSuggest fix-it ':' when '=' used in for-range-declaration
2014-05-08 Daniel Jasperclang-format: [JS] support closures in container literals.
2014-05-08 Daniel Jasperclang-format: Fix binary operator detection before...
2014-05-08 Daniel Jasperclang-format: [JS] Support regex literals after 'return'.
2014-05-08 Daniel Jasperclang-format: [JS] Initial support for regex literals.
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
next