]> granicus.if.org Git - clang/shortlog
clang
2015-02-16 Matt ArsenaultRevert r229409: "Hack to try deleting file from build...
2015-02-16 Matt ArsenaultHack to try deleting file from build bots
2015-02-16 Sanjay Patelx86-64 ABI: unwrap single element structs / arrays...
2015-02-16 Matt ArsenaultDon't create output file in test
2015-02-16 Benjamin KramerMove helper class into an anonymous namespace.
2015-02-16 Matt ArsenaultOpenCL: Accept -cl-strict-aliasing
2015-02-16 Alex DenisovFix crash when clang tries to build NSNumber literal...
2015-02-16 Benjamin KramerAnalyzer: Flatten Checker hierarchy.
2015-02-16 Aaron BallmanReverting a switch from LLVM_DELETED_FUNCTION to =...
2015-02-16 Michael KupersteinFix quoting of #pragma comment for MS compat, clang...
2015-02-16 Benjamin KramerASTMatchers: Replace enable_if with static_assert.
2015-02-16 Benjamin KramerASTMatchers: Make VariadicOperatorMatcher a real variad...
2015-02-16 Richard SmithDR1467: If aggregate initialization encounters an initi...
2015-02-16 Craig Topper[X86] Teach clang to lower __builtin_ia32_psrldqi256...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-15 Aaron BallmanPartial revert of r229336; this wasn't intended to...
2015-02-15 Aaron BallmanRemoving LLVM_EXPLICIT, as MSVC 2012 was the last reaso...
2015-02-15 Benjamin KramerUnbreak the build.
2015-02-15 Benjamin KramerMake pushCleanup a variadic template. NFC.
2015-02-15 Benjamin KramerFormat: Make FormatToken's isOneOf a variadic template
2015-02-15 Benjamin KramerAnalyzer: Replace a set of particularly ugly faux varia...
2015-02-15 Larisse VoufoFix a typo in r229291 causing buildbot failure.
2015-02-15 Larisse VoufoAdd more tests for crashes that happend to be fixed...
2015-02-15 Larisse VoufoDon't crash on `struct ::, struct ::` (and the same...
2015-02-15 Larisse VoufoMore on fixing sized deallocation implementation logic...
2015-02-15 Nico WeberAdd more tests for crashes that happend to be fixed...
2015-02-15 Nico WeberDon't crash on `struct ::, struct ::` (and the same...
2015-02-15 Nico WeberWrap to 80 columns. No behavior change.
2015-02-15 David BlaikieRemove trailing whitespace to make test compatible...
2015-02-15 David BlaikieRemove trailing whitespace to make test compatible...
2015-02-15 David BlaikieRemove trailing whitespace to make test compatible...
2015-02-15 David BlaikieRemove trailing whitespace to help make test compatible...
2015-02-15 David BlaikieUpdate test to be ready for typeless pointer changes
2015-02-15 David BlaikieUpdate test to make it robust to migration to typeless...
2015-02-14 Benjamin KramerReplace snprintf with a Twine. NFC.
2015-02-14 David MajnemerItaniumMangle: Correctly mangle <base-unresolved-name>
2015-02-14 Nico WeberMake a reference const. No behavior change.
2015-02-14 Larisse VoufoRevise the implementation logic of sized deallocation...
2015-02-14 Richard Smith[modules] Accept //-style comments in module maps on...
2015-02-14 Richard SmithUpdate cxx_dr_status to cover dr1748 and add test.
2015-02-14 David MajnemerTry to unbreak the Hexagon bot
2015-02-14 Richard SmithDR1748: the reserved placement allocation functions...
2015-02-14 David MajnemerCodeGen: _Atomic(_Complex) shouldn't crash
2015-02-14 David MajnemerRevert "Revert r229082 for a bit, it caused PR22577."
2015-02-14 David MajnemerCodeGen: Correctly convert atomic bool from i8 to i1
2015-02-14 David BlaikieUpdate test case to be compatible with auto-migration...
2015-02-14 David BlaikieRemove trailing whitespace getting in the way of near...
2015-02-14 David BlaikieAdjust test case to be compatible with future changes...
2015-02-13 Richard Smith[modules] If we have a choice between including a file...
2015-02-13 Richard Smith[modules] Guard against recursively re-entering diagnos...
2015-02-13 Richard Smith[modules] Don't produce duplicate lookup results if...
2015-02-13 Richard SmithPR17938: This has already been fixed, add regression...
2015-02-13 Richard Smith[modules] Improve llvm-bcanalyzer output on AST files...
2015-02-13 Nico WeberRevert r229082 for a bit, it caused PR22577.
2015-02-13 Chandler CarruthRemove a stray blank line that my sort_include.py scrip...
2015-02-13 Chandler Carruth[PM] Fix #include order here that I forgot to update...
2015-02-13 Chandler Carruth[PM] Move away from the old llvm/PassManager.h header...
2015-02-13 David MajnemerMS ABI: Implement /volatile:ms
2015-02-13 Craig Topper[X86] Fix test cases that I foolishly copied and modifi...
2015-02-13 Craig Topper[X86] Add range checking on immediate arguments on...
2015-02-13 Craig Topper[X86] Add _mm_bslli_si128 and _mm_bsrli_si128 as aliase...
2015-02-13 Craig Topper[X86] Simplify some code and remove some -Wshadow disab...
2015-02-13 NAKAMURA TakumiMark clang/test/CodeGen/exceptions-seh-leave.c as REQUI...
2015-02-12 Reid KlecknerSEH: Use the SEHTryEpilogueStack instead of a separate...
2015-02-12 Richard Smith[modules] When collecting declarations to complete...
2015-02-12 Nico Weber[ms] Implement codegen for __leave.
2015-02-12 Ben LangmuirMangle the IsSystem bit into the .pcm file name
2015-02-12 Richard SmithFix typoo.
2015-02-12 David MajnemerSema: Semantically check _Atomic-qualified pointers
2015-02-12 Greg BedwellFix dependency generation crash test to run clang and...
2015-02-12 Vasileios Kalintiris[mips] Partially revert r223927: Removing __SIZEOF_INT1...
2015-02-12 Filipe CabecinhasFix tests so they work when the linker is gcc
2015-02-12 Steven WuAdd InlineAsmDiagnosticHandler for bitcode input
2015-02-12 Richard SmithMore for DR1467: In C++, when initializing an element...
2015-02-12 Richard SmithImprove the "braces around scalar init" warning to...
2015-02-11 Nico WeberWrap to 80 columns. No behavior change.
2015-02-11 Reid KlecknerAdd the 'noinline' attribute to call sites within __try...
2015-02-11 Pete CooperFix REQUIRES lines on tests from r228735. Thanks Krist...
2015-02-11 Benjamin KramerCXXInheritance: Modernize removal of hidden virtual...
2015-02-11 Reid KlecknerAdd a comdat to __clang_call_terminate
2015-02-11 Adrian PrantlFix PR19351. While building up a composite type it...
2015-02-11 Alex DenisovFix amount of diagnostic classes
2015-02-11 Justin BognerInstrProf: Add a test for PR22531
2015-02-11 Richard SmithAdd a warning for direct-list-initialization of a varia...
2015-02-11 Richard SmithPR21857: weaken an incorrect assertion.
2015-02-11 Reid KlecknerEmit landing pads for SEH even if nounwind is present
2015-02-10 Bill Schmidt[PowerPC] Remove the --no-tls-optimize workaround from...
2015-02-10 Anton Yartsev[analyzer] Pass actual state to alloc/dealloc handling...
2015-02-10 Pete CooperCheck for backtraces in tests which are verifying prett...
2015-02-10 Bradley Smith[ARM] Add tests for armv6s[-]m being an alias to armv6[-]m
2015-02-10 Samuel BenzaquenAdd translationUnitDecl matcher.
2015-02-10 James MolloyFix __ldrexd arm intrinsic.
2015-02-10 Bob WilsonDo not force "-static" for aarch64 iOS kernel/kext...
2015-02-10 Richard Smith[modules] When determining whether a name from a module...
2015-02-10 Larisse VoufoA temporary fix for backward compatibility breakages...
2015-02-09 Gabor Horvath[Static Analyzer] The name of the checker that reports...
2015-02-09 Ben LangmuirBe more conservative about gethostname()'s truncating...
2015-02-09 Ben LangmuirDiagnose timeouts in the LockFileManager and delete...
2015-02-09 Ben LangmuirUpdate r228592 for when gethostname() returns an error
2015-02-09 Ben LangmuirAdd missing include from r228592
next