]> granicus.if.org Git - clang/shortlog
clang
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...
2014-12-19 Kaelyn TakataCorrect delayed typos in the operand to typeof expressions.
2014-12-19 Adrian PrantlFix a typo.
2014-12-18 Fariborz Jahanian[c Sema]. Patch fixes pointer-bool-conversion warning...
2014-12-18 Reid KlecknerRevert "Change -save-temps to emit unoptimized bitcode...
2014-12-18 Alexey Samsonov[CMake] Add check-asan-dynamic command to external...
2014-12-18 Fariborz JahanianObjective-C. Provide group name for warning
2014-12-18 Hans WennborgModuleBuilder: assert that all deferred inline method...
2014-12-18 Reid KlecknerRevert "Don't build invalid AST nodes during recovery"
2014-12-18 Fariborz Jahanian[Objective-C]. Patch to unify code generation for ObjCM...
2014-12-18 Richard BartonCorrection to -mfu=neon-vfpv4 to pass the correct backe...
2014-12-18 Yaron KerenEnabling this test again on mingw. The problem seems...
2014-12-18 Daniel Jasperclang-format: Fix incorrect detection of ObjC "in"...
2014-12-18 Serge PavlovFixed warnings on redefine keywords and reserved ids.
2014-12-18 David MajnemerParse: Don't parse after the eof has been consumed
2014-12-18 Alexey BataevFix for PR21915: assert on multidimensional VLA in...
2014-12-18 Bob WilsonChange -save-temps to emit unoptimized bitcode files.
2014-12-18 Eric ChristopherUpdate for llvm front end change and use the TargetOpti...
2014-12-18 Eric ChristopherMake sure that arm-linux-gnu is still the apcs-gnu...
2014-12-18 Eric ChristopherReinstate aapcs as the default arm abi.
2014-12-18 Duncan P. N... CGDebugInfo: Use DIBuilder API for self-referencing...
2014-12-18 Reid KlecknerFix diagnostic for static methods referencing fields...
2014-12-18 Fariborz Jahanian[Objective-C]. Modern property getters have side-effects.
2014-12-18 Richard TrieuFix a function that only calls itself. The const_cast...
2014-12-17 Justin BognerInstrProf: Simplify/reduce state in CoverageMapping...
next