]> granicus.if.org Git - clang/shortlog
clang
2015-01-02 Nick LewyckyInstantiation of a CXXMethodDecl may fail when the...
2015-01-01 David MajnemerCodeGen: Don't crash when a lambda uses a local constex...
2014-12-31 David BlaikieXFAIL test on win32 due to missing __complex support
2014-12-31 Ted Kremenek[analyzer] Include a couple more comments on using...
2014-12-31 Ted Kremenek[analyzer] Change ccc-analyzer to mimick behavior on...
2014-12-31 David BlaikieHandle PPC64 return type (signext i32 rather than plain...
2014-12-30 Saleem AbdulrasoolDriver: unify compiler-rt component selection
2014-12-30 Saleem AbdulrasoolDriver: whitespace
2014-12-30 Nico WeberRemove a comment that appears a second time 22 lines...
2014-12-30 David BlaikieReapply "DebugInfo: Generalize debug info location...
2014-12-30 Saleem AbdulrasoolDriver: use the canonical library prefix on Windows
2014-12-30 Yaron KerenAdd non-const version getFileSystemOpts() access function.
2014-12-30 Keno FischerAdd a public accessor for GlobalCtors in CodeGenModule
2014-12-30 Saleem AbdulrasoolDriver: unify addClangRT{Linux,Windows}
2014-12-30 Nico WeberDon't crash on an invalid trailing return type on a...
2014-12-29 David BlaikieRevert "DebugInfo: Generalize debug info location handling"
2014-12-29 David MajnemerFix build breakage
2014-12-29 David MajnemerParse: Recover more gracefully from extra :: tokens...
2014-12-29 David BlaikiePR22051: Missing debug location on calls in dtor thunks...
2014-12-29 David BlaikieUse std::find_if instead of manual loop.
2014-12-29 Nico WeberCrash even less on malformed attributes in an incorrect...
2014-12-29 Alexey SamsonovFix use-after-destruction introduced in r224924.
2014-12-29 Saleem AbdulrasoolDriver: convert a couple more instances to range based...
2014-12-29 David MajnemerParse: Ignore '::' in 'struct :: {'
2014-12-29 Saleem AbdulrasoolDriver: convert a number of loops to range based
2014-12-29 David BlaikieAdd an assertion to verify a container is non-empty...
2014-12-29 David BlaikieReapply "DebugInfo: Generalize debug info location...
2014-12-29 Chandler CarruthEffectively revert r151058 which caused Clang's unwind...
2014-12-29 Chandler CarruthAdd a missing declaration to our unwind.h implementatio...
2014-12-29 Chandler Carruth[multilib] Teach Clang's code about multilib by threading
2014-12-29 Chandler Carruth[cmake] Teach the Clang CMake build to use LLVM_LIBDIR_...
2014-12-29 David MajnemerSema: Permit array l-values in asm output operands
2014-12-29 David MajnemerSema: Only permit permit modifiable l-values as asm...
2014-12-29 Nico WeberDon't crash on malformed attributes in an incorrect...
2014-12-29 Craig Topper[x86] Fix an accidental commit of a change from Ii...
2014-12-29 Craig Topper[x86] Put 'C' after 'i' on all the AVX-512 intrisics...
2014-12-29 David MajnemerSema: Don't crash when solitary :: token appears before...
2014-12-29 David MajnemerSema: Forbid inconsistent constraint alternatives
2014-12-29 David MajnemerSemaCXX: Don't crash when annotation tokens show up...
2014-12-28 David MajnemerCodeGen: Optimize emssion of zeroinitialzied arrays
2014-12-28 Nico WeberDon't crash on surprising tokens in default parameter...
2014-12-28 David MajnemerSema: Variable templates cannot be static bitfield...
2014-12-28 David MajnemerParse: Don't crash when 'typename' shows up in an attribute
2014-12-28 David MajnemerSema: Permit an atomic type to be initialized by the...
2014-12-28 David MajnemerSema: Don't crash when an inject class name has a neste...
2014-12-28 David MajnemerLex: Don't let annotation tokens get into macro expansion
2014-12-28 Nico WeberFix markup from r224894.
2014-12-28 Nico WeberAdd stub sections about Parse, Sema, CodeGen to the...
2014-12-28 Nico WeberRemove unneeded include of DeclCXX.h from libParse.
2014-12-27 Nico WeberObjective-C: Serialize "more than one decl" state of...
2014-12-27 Chandler Carruth[x86] Also add the missing type casts on the returns...
2014-12-27 Craig Topper[x86] Add missing typecast to __v4si to sha intrinsic...
2014-12-27 Nico WeberObjective-C: Tweak unavailability warning.
2014-12-27 Craig Topper[x86] Add range checking to the constant argument of...
2014-12-27 Craig Topper[x86] Add the (v)cmpps/pd/ss/sd builtins to match gcc...
2014-12-27 Craig TopperAdd more feature flags to the x86 instrinsic test.
2014-12-27 Craig TopperFix formatting. NFC.
2014-12-27 Nico WeberAddress review feedback on r221933.
2014-12-27 Nico WeberMake the test from r224873 actually pass.
2014-12-27 Craig TopperMark __builtin_ia32_cmppd256 and __builtin_ia32_cmpps25...
2014-12-27 Nico WeberAdd more test coverage for the Objective-C deprected...
2014-12-26 David MajnemerAdjust the rest of the tests due to r224849.
2014-12-26 David MajnemerUpdate tests due to r224849
2014-12-26 David MajnemerSema: Qualify getPrintable's Expr argument
2014-12-26 David MajnemerWIP
2014-12-25 Yaron KerenInitialize BackendConsumer::Context in constructor.
2014-12-25 Yaron KerenInitialize CodeGeneratorImpl::Ctx in constructor.
2014-12-24 Anton Yartsev[analyzer] Updated progress for memory.ZeroAlloc
2014-12-24 Anton Yartsev[analyzer] +memory.ZeroAlloc
2014-12-23 Nico Weberclang-cl: Various changes to /Zc: handling.
2014-12-23 Nico WeberAdd driver flags -ftrigraphs, -fno-trigraphs.
2014-12-23 Nico WeberRemove unused test input.
2014-12-23 Adrian PrantlDebug Info: Pass the pointer size into createMemberPoin...
2014-12-23 Rafael EspindolaThis reverts commit r224668 and r224667.
2014-12-23 Nico WeberAdd a triple to try and get this test passing on the...
2014-12-22 Nico WeberDisable trigraphs in microsoft mode by default. Matches...
2014-12-22 Nico WeberRename test.cc files to test.cpp.
2014-12-22 Nico WeberAdd test coverage for cc1's trigraph option handling.
2014-12-22 Fariborz JahanianSimplify test for rdar://19256338
2014-12-22 David MajnemerMS ABI: Make the string mangling code more concise
2014-12-22 Nico WeberWrap to 80 columns. NfC.
2014-12-21 Bob WilsonReapply "Change -save-temps to emit unoptimized bitcode...
2014-12-20 Logan ChienFrontend: Fix typo in comments.
2014-12-20 Richard TrieuFix a bunch of integer template argument problems in...
2014-12-20 Richard TrieuFix for PR21758
2014-12-20 Aaron BallmanRemoving an outdated FIXME; try block attributes are...
2014-12-19 Saleem AbdulrasoolDriver: hoist an assertion
2014-12-19 Saleem AbdulrasoolDriver: refactor a local variable
2014-12-19 Nico WeberDon't drop attributes when checking explicit specializa...
2014-12-19 Hans WennborgTweak the assert in ModuleBuilder from r224533 (PR21989)
2014-12-19 Richard SmithDR1048: drop top-level cv-qualifiers when deducing...
2014-12-19 Alexey SamsonovAllow to disable all sanitizers with "-fno-sanitize...
2014-12-19 Aaron BallmanAdded a fixit to remove empty parens from a C++11 attri...
2014-12-19 Pekka JaaskelainenFix an address space id reset with array decay's
2014-12-19 Fariborz JahanianUse ObjCMultipleMethodNames to match the option.
2014-12-19 Aaron BallmanAttributes accepting an EnumArgument are allowed to...
2014-12-19 Aaron BallmanPutting unevaluated expression warnings, and evaluated...
2014-12-19 Alexey Samsonov[Sanitizer] Get rid of parseArgument helper function...
2014-12-19 David MajnemerFix layering violation, Lex shouldn't know about Decl
2014-12-19 Richard SmithPR21969: Improve diagnostics for a conversion function...
next