]> granicus.if.org Git - clang/shortlog
clang
2015-03-03 Filipe CabecinhasDisabled the other test from r231086 (like in r231087...
2015-03-03 Dan AlbertSupport __attribute__((availability)) on Android.
2015-03-03 Dan AlbertDon't force -pie for Android.
2015-03-03 Reid KlecknerDisable a Clang test until the begincatch change lands
2015-03-03 Hans WennborgMigrate clang-format-vs plugin project to VS 2013
2015-03-03 Duncan P. N... DebugInfo: Move new hierarchy into place (clang)
2015-03-03 Juergen RibutzkaLower _mm256_broadcastsi128_si256 directly to a vector...
2015-03-03 Fariborz Jahanian[SDK modernizer]. Patch fixes driver's lack of
2015-03-03 Manuel KlimekMake -Wuninitialized warn on pointer-to-member and...
2015-03-03 Manuel KlimekMake sure we initialize all values in WhitespaceManager...
2015-03-03 Daniel Jasperclang-format: Fix access to uninitialized memory.
2015-03-03 Daniel JasperRevert r231008 (and dependent r231019).
2015-03-03 Argyrios Kyrtzidis[ASTUnit] Fix crash when trying to load a module file...
2015-03-03 David MajnemerSema: Caught exception objects should be unqualified
2015-03-03 Nico WeberRemove obsolete FIXME. override on definitions is fine.
2015-03-03 David MajnemerSema: Properly initialize the thrown exception object
2015-03-03 Alexey Samsonov[Sanitizers] Remove duplication in sanitizer group...
2015-03-03 Matthias BraunFix typo in my last commit.
2015-03-02 Fariborz Jahanian[SDK modernizer] Patch to fix type of the typed enums...
2015-03-02 Reid KlecknerRemove shell requirement from test/Modules/explicit...
2015-03-02 Reid KlecknerRevert bad change from r231029
2015-03-02 Reid KlecknerRemove shell requirements from tests that use 'cd'
2015-03-02 Hans Wennborgclang-cl: Correctly ignore /openmp- (PR22748)
2015-03-02 Sanjoy DasFix test case.
2015-03-02 Fariborz JahanianAttempt to fix buildbot.
2015-03-02 Matthias BraunImprove robustness of dependency-generation-crash.c...
2015-03-02 Fariborz Jahanian[SDK modernizer]. Patch fixes driver's lack of
2015-03-02 Filipe CabecinhasAdd -fexceptions for targets where it isn't the default.
2015-03-02 Bob WilsonAdd clang support for Objective-C application extensions.
2015-03-02 Filipe CabecinhasAdd -frtti and -fexceptions to tests that assume these...
2015-03-02 Benjamin KramerCodeGen: Fix passing of classes with only one AVX vecto...
2015-03-02 Benjamin KramerReplace loop with equivalent ArrayRef function. NFC.
2015-03-02 Daniel Jasperclang-format: Prefer wrapping a lambda's body over...
2015-03-02 Nico WeberFix ObjCInterfaceDecl::getCategoryMethod() and give...
2015-03-01 Peter CollingbourneDebugInfo: Give externally defined types a size and...
2015-03-01 Benjamin KramerAdd missing include.
2015-03-01 Daniel Jasperclang-format: Always align */& in multi-var DeclStmts.
2015-03-01 Benjamin KramerSema: Remove stray static
2015-02-28 Richard SmithAdd change accidentally missed from r230840.
2015-02-28 Filipe CabecinhasAdd PS4's autolink syntax to autolink.m's CHECK lines.
2015-02-28 Richard Smith[modules] Avoid adding a redecl chain to the 'pending...
2015-02-28 Richard SmithGive better diagnostics when -fmodule-file= finds a...
2015-02-28 Richard Smith[modules] Deduplicate when merging lists of template...
2015-02-28 Richard SmithRework our handling of key functions. We used to track...
2015-02-28 Saleem AbdulrasoolDebugInfo: hoist definition into global context when...
2015-02-27 Richard Smith[modules] When writing out a list of specializations...
2015-02-27 David BlaikieUpdate Clang tests to handle explicitly typed load...
2015-02-27 Richard Smith[modules] Avoid the possibility of a redeclaration...
2015-02-27 David BlaikieUpdate Clang tests to handle explicitly typed gep chang...
2015-02-27 Nico WeberReland __leave tests (r230717 and r230720, reverted...
2015-02-27 Renato GolinAdd __ARM_DWARF_EH__ to signify the use of Itanium...
2015-02-27 Tom StellardAMDGCN: Define cl_khr_fp64 when compiling OpenCL programs
2015-02-27 Aaron BallmanSilence an MSVC warning about not all control paths...
2015-02-27 Daniel Jasperclang-format: Make trailing commas in array inits force...
2015-02-27 Daniel JasperRevert r230717 (and subsequent r230720).
2015-02-27 Craig Topper[X86] Remove pblendw and pblendd builtins that aren...
2015-02-27 Alexey Bataev[OPENMP] Codegen for "#pragma omp atomic write"
2015-02-27 Richard Smith[modules] Don't write out name lookup table entries...
2015-02-27 David MajnemerMS ABI: Simplify the code which performs base adjustments
2015-02-27 Nico WeberAdd last missing __leave test.
2015-02-27 Nico WeberAdd another __leave test.
2015-02-27 Richard Smith[modules] For an inheriting constructor, the inherited...
2015-02-27 Richard Smith[modules] When loading in multiple canonical definition...
2015-02-26 Nico WeberDon't crash on leaving nested __finally blocks through...
2015-02-26 Nico WeberWrap to 80 columns. No behavior change.
2015-02-26 Reid KlecknerAdd myself as a code owner for Microsoft C++ ABI code...
2015-02-26 Reid KlecknerWin64: Silently ignore __stdcall, __fastcall, and __thi...
2015-02-26 Filipe CabecinhasAdd -frtti/-fexceptions to some more tests that assume...
2015-02-26 Petar JovanovicAdd support for generating MIPS legacy NaN
2015-02-26 Fariborz JahanianPatch to prevent crash when default argument expression
2015-02-26 Evgeniy Stepanov[msan] Change track-origins default mode from 1 to 2.
2015-02-26 Daniel Jasperclang-format: Make braced list formatting more consistent.
2015-02-26 Daniel Jasperclang-format: Fix space of arrays of pointers to templa...
2015-02-26 Alexey Bataev[OPENMP] Fixed codegen for directives without function...
2015-02-26 Daniel Jasperclang-format: Allow breaking after "else if(" as a...
2015-02-26 Craig Topper[X86] Remove the blendps/blendpd builtins. They aren...
2015-02-26 Craig Topper[X86] Correct immediate range checking for blendps...
2015-02-26 Simon Atanasyan[Mips] Handle -mips32r[3|5] / -mips64r[3|5] options...
2015-02-26 Duncan P. N... CGDebugInfo: Use DIImportedEntity default constructor...
2015-02-26 Richard TrieuUpdate assumption in template diffing about integer...
2015-02-26 Richard SmithSplit StaticAnalyzer module into three to fix a cyclic...
2015-02-26 Reid Klecknerclang-cl: Expose -fcolor-diagnostics and -fansi-escape...
2015-02-26 David MajnemerSema: __assume with side effects shouldn't result in...
2015-02-26 Reid KlecknerSilence unused variable warning in NDEBUG build
2015-02-26 Eric ChristopherFix a [-Werror,-Wreorder] initialization ordering error.
2015-02-26 Peter Collingbournedocs: Document CFI padding and all-ones optimizations...
2015-02-26 Reid KlecknerAdd -fuse-line-directive flag to control usage of ...
2015-02-26 Richard SmithRemove some unused includes of llvm/IR headers from...
2015-02-25 Larisse VoufoImprovement on sized deallocation from r230160:
2015-02-25 Larisse VoufoFix typo.
2015-02-25 Larisse VoufoMove -fdefine-sized-deallocation and -fno-sized-dealloc...
2015-02-25 Peter CollingbourneUBSan: Use the correct function prologue for x32.
2015-02-25 David MajnemerMS ABI: Turn throw into std::terminate for now, make...
2015-02-25 Richard Smith[modules] Even if we already have a definition of a...
2015-02-25 Richard SmithRemove non-existent file from module map.
2015-02-25 Ben LangmuirAllow (Object *)kMyGlobalCFObj casts without bridging
2015-02-25 Richard SmithAdd missing #include found by modules buildbot.
2015-02-25 Reid Klecknerclang-cl: Ignore /Fd silently
2015-02-25 Reid KlecknerReland (2x) r230314, "Fix codegen for virtual methods...
2015-02-25 Reid KlecknerReland r230446, "MS ABI: Try to respect external AST...
next