]> granicus.if.org Git - clang/shortlog
clang
2015-09-30 Daniel Jasperclang-format: Add clangRewrite dependency to fix cmake...
2015-09-30 Kaelyn TakataDon't correct non-class using declarations to class...
2015-09-30 Reid Kleckner[Sema] Avoid crashing during this-> insertion recovery
2015-09-30 Douglas KatzmanAlias "-ggdbN" to "-gN" options, fixing some incompatib...
2015-09-30 Anastasia Stulova[OpenCL 2.0] Enable program scope variables, Section...
2015-09-30 James Y KnightFix FunctionParmPackExpr::Create() to take a ParmVarDec...
2015-09-30 Daniel Jasperclang-format: Use Rewriter again to write the output...
2015-09-30 Anastasia Stulova[OpenCL] Add missing OpenCL LangOpts in address space...
2015-09-30 Anastasia Stulova[OpenCL 2.0] This change adds extra diagnostics to...
2015-09-30 Anastasia Stulova[OpenCL 2.0] Fix wrong atomic type detection in the...
2015-09-30 Jeroen Ketema[ARM][NEON] Use address space in vld([1234]|[234]lane...
2015-09-30 Alexey Bataev[OPENMP 4.1] Sema analysis for array sections in 'reduc...
2015-09-30 Dehao ChenFix the sample profile format that breaks in test http...
2015-09-30 Richard SmithPromote a warning on ill-formed code (redeclaration...
2015-09-29 John McCallDon't crash when a reserved global placement operator...
2015-09-29 James Y KnightMove functions declared in ExprObjC.h into ExprObjC...
2015-09-29 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in header...
2015-09-29 Adrian PrantlCGDebugInfo: Don't reuse a reference into a DenseMap...
2015-09-29 Nemanja IvanovicForgot to remove a FIXME that has been fixed. NFC.
2015-09-29 Nemanja IvanovicAddition of interfaces the FE to conform to Table A...
2015-09-29 Aaron BallmanAdded MSVC natvis visualizers for Type and QualType...
2015-09-29 Yaron KerenFix typo.
2015-09-29 DeLesley HutchinsThread Safety Analysis: allow capability attribute...
2015-09-29 DeLesley HutchinsThread Safety Analysis: fix before/after checks so...
2015-09-29 Daniel Jasperclang-format: Add a new brace style "custom" as well...
2015-09-29 Daniel Jasperclang-format: Extend #include sorting functionality
2015-09-29 Craig TopperRevert part of r248776. One of the changes worked on...
2015-09-29 Craig TopperSimplify or remove calls to makeArrayRef based on feedb...
2015-09-29 John McCallHonor the casted-to alignment of an explicit cast even...
2015-09-29 Craig TopperRemove 'const' from some ArrayRef arguments since they...
2015-09-29 Craig TopperPass ArrayRef by value. NFC.
2015-09-29 Alexey Bataev[OPENMP 4.1] Codegen for ‘simd’ clause in ‘ordered...
2015-09-28 Adrian PrantlUnique-pointerify these pointers an plug a memory leak.
2015-09-28 David BlaikieRemove the only use of LookupResult's implicit copy...
2015-09-28 David BlaikieAdd an explicitly defaulted copy ctor (and FIXME) to...
2015-09-28 David BlaikieRemove trivial dtor that was making uses of the copy...
2015-09-28 Artem Belevich[CUDA] 32-bit NVPTX should have 32-bit long type.
2015-09-28 Piotr PadlewskiGenerate assume loads only with -fstrict-vtable-pointers
2015-09-28 Daniel Jasperclang-format: [JS] Support pseudo-keywords
2015-09-28 Daniel Jasperclang-format: [JS] handle let (ES6)
2015-09-28 Alexey Bataev[OPENMP 4.1] Add 'simd' clause for 'ordered' directive.
2015-09-27 Craig TopperUse llvm::makeArrayRef. NFC.
2015-09-26 NAKAMURA Takumiclang/test/Driver/arm-compiler-rt.c: Relax expressions...
2015-09-26 Craig TopperRevert part of r248660 as using None didn't work with...
2015-09-26 Craig TopperUse None to avoid re-mentioning the ArrayRef type to...
2015-09-26 Craig TopperRemove move constructor and assignment operator from...
2015-09-26 Craig TopperFix a couple other places that were returning SourceLoc...
2015-09-26 Saleem AbdulrasoolDriver: support ARM/HF on a single toolchain
2015-09-26 Eric ChristopherReplace a loop and temporary string copying with llvm...
2015-09-25 Sanjoy DasChange arc-cxx11-init-list.mm to work with upcoming...
2015-09-25 Yaron KerenRelax test to allow for __attribute__((thiscall))....
2015-09-25 Manuel KlimekFix bug on reporting availability of deleted methods...
2015-09-25 George Burgess IVMake incomplete type errors better with enable_if
2015-09-25 Eric ChristopherThe Clang gcc-compatible driver (clang/tools/driver...
2015-09-25 Greg BedwellRevert "This patch adds missing pieces to clang, includ...
2015-09-25 Alexey Bataev[OPENMP 4.1] Add 'threads' clause for '#pragma omp...
2015-09-25 Ekaterina RomanovaNew test ps4-linker-win.c (added in r48546) is causing...
2015-09-24 Ekaterina RomanovaThis patch adds missing pieces to clang, including...
2015-09-24 Eric ChristopherMove the darwin define static function to be close...
2015-09-24 Eric ChristopherUse just one larger anonymous namespace instead of...
2015-09-24 Sanjay Patelfix typos; NFC
2015-09-24 Artyom SkrobovRecommit r248154: [ARM] Handle DSP feature as an ArchEx...
2015-09-24 Evgeniy StepanovEnable SafeStack on all Linux platforms.
2015-09-24 Devin Coughlin[analyzer] When memcpy'ing into a fixed-size array...
2015-09-24 Adrian PrantlModule Debugging: Emit submodules as nested DW_TAG_modules.
2015-09-24 Adrian PrantlDebug Info: Use the module pointer as key for the modul...
2015-09-24 Adrian PrantlRefactor ASTSourceDescriptor to not store copies of...
2015-09-24 Benjamin KramerDrop useless const in for-range loops.
2015-09-24 Benjamin Kramer[Driver] Don't implicitly copy std::strings in for...
2015-09-24 Daniel Sanders[mips] Relax -mnan=2008 acceptance to permit MIPS32R2...
2015-09-24 Vladimir Sukharev[ARM] Follow-up to fix crash "-target arm -mcpu=generic...
2015-09-24 Vladimir Sukharev[ARM] Follow-up to fix crash "-target arm -mcpu=generic...
2015-09-24 Igor Kudrin[Driver] Add support for Windows 10 SDK
2015-09-24 NAKAMURA Takumicuda-path: StringRef cannot be used here.
2015-09-24 NAKAMURA Takumiclang/test/Analysis/malloc-overflow2.c: Appease 32...
2015-09-24 Nico WeberMake a test a bit shorter. No behavior change.
2015-09-24 Richard TrieuImprove the printing of ranges when macros are involved.
2015-09-24 Artem BelevichDisabled one of the test runs in cuda-detect.cu
2015-09-23 Devin Coughlin[analyzer] Discard malloc-overflow bug-report when...
2015-09-23 Chris Bieneman[darwin] [builtins] Stop generating cc_kext_ios5 and...
2015-09-23 John McCallForbid qualifiers on ObjC generic parameters and argume...
2015-09-23 Richard SmithRemove warning on over-wide bit-field of boolean type...
2015-09-23 Artem Belevich[CUDA] Added CUDA installation detector class.
2015-09-23 Devin Coughlin[analyzer] Improve localizability checks for iOS /...
2015-09-23 Richard SmithPR14858: Initial support for proper sizeof... handling...
2015-09-23 Richard SmithRemove wrong implication that value-dependent implies...
2015-09-23 Joerg SonnenbergerSupport linking against OpenMP runtime on NetBSD.
2015-09-23 Joerg SonnenbergerPush OpenMP linker flags after linker input on Darwin...
2015-09-23 Artem BelevichReverted r248408 "[CUDA] Added CUDA installation detect...
2015-09-23 Artem Belevich[CUDA] Added CUDA installation detector class.
2015-09-23 Artem Belevich[CUDA] __global__ functions should always be visible...
2015-09-23 David Majnemer[Lex] A source-file new-line in a raw string literal...
2015-09-23 Benjamin Kramer[Sema] Don't create an invalid source range for overlon...
2015-09-23 Joerg SonnenbergerRefactor library decision for -fopenmp support from...
2015-09-23 John BrawnAdd -fplugin=name.so option to the driver
2015-09-23 Benjamin Kramer[DeclPrinter] Don't crash when printing a using decl...
2015-09-23 Daniel JasperFix bad iterator access.
2015-09-23 Vladimir Sukharev[ARM] Fix crash "-target arm -mcpu=generic", without...
2015-09-23 Daniel Jasperclang-format: Add initial #include sorting capabilities.
2015-09-23 Nico WeberMake ms-intrin.cpp test require the x86 target.
next