]> granicus.if.org Git - clang/shortlog
clang
2015-01-24 Justin Bognertest: Convert some tests to FileCheck
2015-01-24 Justin Bognertest: Remove two redundant lines from this test
2015-01-24 Richard TrieuWhen checking the template argument list, use a copy...
2015-01-24 Chandler Carruth[PM] Update Clang to reflect the TLI API change in...
2015-01-24 Richard Smith[modules] Sometimes we can deserialize a class member...
2015-01-23 Justin BognerInstrProf: Use the stream when dumping counters
2015-01-23 David BlaikieDebugInfo: Remove outdated comment. Column info is...
2015-01-23 David BlaikieDisable warnings in an IRGen test to make test failures...
2015-01-23 Fariborz JahanianObjective-C moderinzer [qoi], add space on rhs when...
2015-01-23 Daniel Jasperclang-format: Fix another crasher caused by incomplete...
2015-01-23 Fariborz JahanianObjective-C modernizer. Avoid using property-dot syntax...
2015-01-23 Reid KlecknerAttempt to fix ::sscanf Cygwin build break reported...
2015-01-23 Francisco Lopes... Add tests for code completion of variadic prototypes
2015-01-23 Daniel Jasperclang-format: Fix incorrect classification of "*".
2015-01-23 Sanjay PatelProcess the -fno-signed-zeros optimization flag (PR20870)
2015-01-23 Alexander KornienkoReplace size() calls on containers with empty() calls...
2015-01-23 Francisco Lopes... Sema: code completion for variadic prototypes.
2015-01-23 Rafael Espindola[pr22293] Don't crash during codegen of a recursive...
2015-01-23 Richard SmithFix reference to sysroot in this test (broken in r226875).
2015-01-23 Richard SmithPR22299: Relocate code for handling -fmodule-map-file...
2015-01-22 Simon Atanasyan[Mips] Fix type of 64-bit integer in case of MIPS N64 ABI
2015-01-22 Richard SmithReorganize test/Modules:
2015-01-22 Hans WennborgMake the ?: precedence warning handle pointers to the...
2015-01-22 Francisco Lopes... Sema: code completion for pointer and reference to...
2015-01-22 Joerg SonnenbergerWhen reporting constraints that should be constant...
2015-01-22 Francisco Lopes... Sema: Add FIXME note
2015-01-22 Alexander MusmanSupport ‘omp for’ with static chunked schedule kind.
2015-01-22 Mohit K. Bhakkad[MSan][Clang][MIPS] Enabled memory and dataflow options...
2015-01-22 Alexey Bataev[OPENMP] CodeGen for "omp atomic read [seq_cst]" directive.
2015-01-22 Alexey BataevRevert commit revision 226786
2015-01-22 Alexey Bataev[OPENMP] CodeGen for "omp atomic read [seq_cst]" directive.
2015-01-22 Alexey BataevRevert commit r226784.
2015-01-22 Alexey Bataev[OPENMP] CodeGen for "omp atomic read [seq_cst]" directive.
2015-01-22 Francisco Lopes... Makes a simple member function static.
2015-01-22 Richard Smith[modules] If we add an implicit special member to a...
2015-01-22 Richard SmithFix test file names so they're picked up by lit.
2015-01-22 Reid KlecknerSEH: Emit the constant filter 1 as a catch-all
2015-01-22 Richard Smith[modules] If we load two declarations with typedef...
2015-01-22 Justin BognerInstrProf: Avoid creating profile names for symbols...
2015-01-22 Richard Smith[modules] It's possible to merge into the pattern of...
2015-01-22 Reid KlecknerInitial support for Win64 SEH IR emission
2015-01-22 Rafael EspindolaRevert "Try to fix -Asserts build bots."
2015-01-22 Rafael EspindolaTry to fix -Asserts build bots.
2015-01-22 Reid KlecknerGive the block inlining test a triple to determinise...
2015-01-22 Richard SmithRemove an out-of-date and incorrect comment.
2015-01-22 Hans WennborgFix compiler_builtins.m test to not rely on including...
2015-01-22 Rafael EspindolaEmit DeferredDeclsToEmit in a DFS order.
2015-01-21 Rafael EspindolaUse CHECK-LABEL when possible. NFC.
2015-01-21 Chris BienemanAdopt new cl::HideUnrelatedOptions API added r226729.
2015-01-21 David BlaikieDebugInfo: Remove forced column-info workaround for...
2015-01-21 David BlaikieDebugInfo: Remove distinct-call-inlining test case...
2015-01-21 Rafael EspindolaUse a CHECK-LABEL. NFC
2015-01-21 Reid KlecknerAdd the "thunk" attribute to MS ABI virtual member...
2015-01-21 Francisco Lopes... Add back a FIXME note to lit.cfg.
2015-01-21 Daniel Jasperclang-format: Fix crasher when splitting incomplete...
2015-01-21 Saleem AbdulrasoolFix isTriviallyCopyableType for arrays
2015-01-21 Daniel Jasperclang-format: Fix crasher caused by incorrect resetting...
2015-01-21 Daniel Jasperclang-format: Fix bad memory access.
2015-01-21 Daniel Jasperclang-format: Fix use-heap-after-free bug.
2015-01-21 Rafael EspindolaUsed CHECK-DAG since the order is not important.
2015-01-21 Rafael EspindolaUsed CHECK-DAG since the order is not important.
2015-01-21 Francisco Lopes... Initial support for C++ parameter completion
2015-01-21 Rafael EspindolaDon't assume variable name.
2015-01-21 Rafael EspindolaMake the test a bit stricter. NFC.
2015-01-21 Rafael EspindolaMake the test a bit stricter. NFC.
2015-01-21 Rafael Espindolaclang-format function. NFC.
2015-01-21 David MajnemerAST: Don't ignore alignas on EnumDecls when calculating...
2015-01-21 David MajnemerRevert "Sema: err_after_alias is unreachable, remove it"
2015-01-21 David MajnemerMS ABI: Virtual member pointer thunks should be in...
2015-01-21 David MajnemerMS ABI: Let guard variables be present in COMDATs
2015-01-21 David MajnemerCodeGen: Compiler generated __declspec(uuid) objects...
2015-01-21 David MajnemerSema: err_after_alias is unreachable, remove it
2015-01-21 Kaelyn TakataCorrect all typos in the initialization arguments,...
2015-01-20 Rafael EspindolaLink libclang with dl if available.
2015-01-20 Ben LangmuirFix crashes on missing @interface for category
2015-01-20 Kaelyn TakataAdd the test that was supposed to be included with...
2015-01-20 Hans WennborgImplement command line options for stack probe space
2015-01-20 Fariborz JahanianPatch fixes PR21932 crash on invalid code. Using
2015-01-20 Daniel Jasperclang-format: Fix AlwaysBreakBeforeMultilineStrings...
2015-01-20 Alexander KornienkoRe-apply "r226548 - Introduce SPIR calling conventions...
2015-01-20 Alexander KornienkoReverting r226548 as one of the tests fails in some...
2015-01-20 Pavel LabathTest commit, no changes.
2015-01-20 Alexey Bataev[OPENMP] Fixed DSA processing for predetermined shared...
2015-01-20 Sameer SahasrabuddheIntroduce SPIR calling conventions.
2015-01-19 Duncan P. N... CodeGen: Update LoopAttributes for LLVM API change
2015-01-19 Adam Nemet[AVX512] Add sub-vector FP extracts
2015-01-19 Adrian PrantlMigrate all uses of DIVariable's FlagIndirectVariable...
2015-01-19 Rafael EspindolaAdd comdat to thunks.
2015-01-19 Rafael EspindolaMake this test a bit stricter. NFC.
2015-01-19 Daniel Jasperclang-format: Fix crasher on weird comments.
2015-01-19 Daniel Jasperclang-format: Fix crasher on incomplete condition compi...
2015-01-19 Daniel Jasperclang-format: Fix crash on invalid code.
2015-01-19 Daniel Jasperclang-format: Fix clang-format crash on invalid code.
2015-01-19 Daniel Jasperclang-format: Fix assertion when trying to build a...
2015-01-19 Daniel Jasperclang-format: Fix endless loop on incomplete try-catch...
2015-01-19 Daniel Jasperclang-format: Remove assert that isn't helpful.
2015-01-19 Manuel KlimekMake clang-format work in emacs buffers with unicode...
2015-01-19 David MajnemerAdd back a check removed in r226436
2015-01-19 NAKAMURA TakumiSemaDeclCXX.cpp: Suppress a warning. [-Wunused-variable]
2015-01-19 David MajnemerSema: Variable definitions cannot be __attribute__...
next