]> granicus.if.org Git - clang/shortlog
clang
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...
2015-02-25 Reid KlecknerUse Itanium triple in test using -Wpadding
2015-02-25 Nico WeberMake __leave test pass in -Asserts builds.
2015-02-25 David MajnemerSema: Parenthesized bound destructor member expressions...
2015-02-25 Nico WeberReland r230460 with a test fix for -Asserts builds.
2015-02-25 Alexander KornienkoAdd support for inserting ArrayRef<FixItHint> into...
2015-02-25 NAKAMURA TakumiFix UTF8 chars to ASCII.
2015-02-25 NAKAMURA TakumiWhitespace.
2015-02-25 NAKAMURA TakumiRevert r230448, "Reland r230314 "Fix codegen for virtua...
2015-02-25 NAKAMURA TakumiWhitespace.
2015-02-25 NAKAMURA TakumiRevert r230446, "MS ABI: Try to respect external AST...
2015-02-25 Daniel Jasperclang-format: Fix spacing for function with ref-qualifi...
2015-02-25 Daniel JasperRevert "Produce less broken basic block sequences for...
2015-02-25 Alexey Bataev[OPENMP] Rename methods of OpenMPRuntime class. NFC.
2015-02-25 Simon Atanasyan[Mips] Support mips-r6 path suffix for Adnroid MIPS...
2015-02-25 Sameer SahasrabuddheRestores r228382, which was reverted in r228406.
2015-02-25 Nico WeberProduce less broken basic block sequences for __finally...
2015-02-25 Nico WeberAdd comments for two CleanupKinds.
2015-02-25 Peter Collingbournedocs: Document optimizations in control flow integrity...
2015-02-25 Adrian PrantlRevert "Wrap clang module files in a Mach-O, ELF, or...
2015-02-25 Adrian PrantlRevert "Add a missing target requirement."
2015-02-25 Reid KlecknerFix bots failing on an explicit triple
2015-02-25 Nico WeberDon't crash on missing '{' after __except or __finally...
2015-02-25 Reid KlecknerReland r230314 "Fix codegen for virtual methods that...
2015-02-25 Reid KlecknerMS ABI: Add triple to test relying on key functions
2015-02-25 Reid KlecknerMS ABI: Try to respect external AST source record layouts
2015-02-25 Reid KlecknerAdd missing MD canonicalization to MS vtable builder
2015-02-25 Adrian PrantlAdd a missing target requirement.
2015-02-25 Richard SmithRemove slow and apparently pointless updating of all...
2015-02-25 Nico WeberFold ParseSEHTryBlockCommon() into its only caller...
2015-02-25 Adrian PrantlWrap clang module files in a Mach-O, ELF, or COFF conta...
2015-02-25 Richard SmithMake RedeclarableResult's ownership-transferring constr...
2015-02-25 Richard Smith[modules] Fix a bug that would result in a build with...
2015-02-25 NAKAMURA TakumiRevert r230314, "Fix codegen for virtual methods that...
2015-02-24 Jacques Pienaarclang-format: Change location of stashed token
2015-02-24 Justin BognerInstrProf: Simplify a couple of tests after r230383
2015-02-24 Jacques PienaarCUDA: Add option to allow host device functions to...
2015-02-24 Richard SmithPR22673 again: diagnose use of the used decl, not the...
2015-02-24 Richard SmithPR22673: Don't forget to check a constructor for delete...
2015-02-24 Richard SmithAdd test that we reject invocations of deleted construc...
next