]> granicus.if.org Git - clang/shortlog
clang
2015-02-04 David BlaikieDebugInfo: Attribute cleanup code to the end of the...
2015-02-04 DeLesley HutchinsThread Safety Analysis: remove minor piece of unused...
2015-02-04 Jordan Rose[analyzer] RetainCountChecker: be forgiving when ivars...
2015-02-04 Ben LangmuirPort test/Driver/mg.c to use FileCheck instead of fgrep
2015-02-04 Ben LangmuirReplace isalnum with isAlphanumeric per review
2015-02-04 Steven WuUpdate darwin-version tests
2015-02-04 Alexey SamsonovAllow to specify multiple -fsanitize-blacklist= arguments.
2015-02-04 Nico Weberclang-format: Add support for SEH __try / __except...
2015-02-04 NAKAMURA TakumiTweak clang/test/CodeGenCXX/copy-constructor-elim.cpp...
2015-02-04 Daniel JasperRewrite r228138 to be somewhat saner.
2015-02-04 Daniel SandersPreserve early clobber flag when using named registers...
2015-02-04 Renato GolinTeaches the Clang driver to accept Cortex-A72
2015-02-04 Daniel JasperLet RecursiveASTVisitor walk both syntactic and semanti...
2015-02-04 David MajnemerParse: Handle __declspec in a lambda definition
2015-02-04 David MajnemerSema: Add support for __declspec(restrict)
2015-02-04 Anna ZaksRegister parameters have local storage.
2015-02-04 Sameer SahasrabuddheOpenCL: handle ternary operator when the condition...
2015-02-04 Alexey Bataev[MSVC2012] Allow 'mutable' references
2015-02-04 Rafael EspindolaMake this test stricter. NFC.
2015-02-04 David MajnemerFix ARM buildbot
2015-02-04 Larisse VoufoFix typo in test case.
2015-02-04 Larisse VoufoFix typo in test case.
2015-02-04 Larisse VoufoGeneralize r228066 to give all implicit global allocati...
2015-02-04 Richard SmithAdd missing file from r228104.
2015-02-04 Richard Smith[modules] If we already have a fake definition for...
2015-02-04 NAKAMURA Takumiclang/test/CodeGenCXX/cxx14-implicit-sized-delete.cpp...
2015-02-04 NAKAMURA Takumiclang/test/CodeGenCXX/cxx14-implicit-sized-delete.cpp...
2015-02-04 NAKAMURA TakumiAdd LF to EOF.
2015-02-04 Akira Hatanaka[inlineasm] Fix an incorrect warning about register...
2015-02-04 David MajnemerUnbreak the MIPS buildbot
2015-02-04 David MajnemerHeaders: Don't use attribute keywords which aren't...
2015-02-03 Justin BognerInstrProf: Update for LLVM API change
2015-02-03 Larisse VoufoPR22419: Give implicit sized deallocation functions...
2015-02-03 David MajnemerUnbreak hexagon bot
2015-02-03 Nico WeberWrap to 80 columns. No behavior change.
2015-02-03 David MajnemerCodeGen: Copy-ctorm must obey the destination's alignme...
2015-02-03 Reid KlecknerSEH: Track users of __try so we can pick a per-func...
2015-02-03 David BlaikieDebugInfo: Ensure calls to functions with default argum...
2015-02-03 Weiming ZhaoDiagnose CXX 'this' pointer reference in funcs with...
2015-02-03 DeLesley HutchinsThread Safety Analysis: add support for before/after...
2015-02-03 Reid KlecknerFix Driver/mg.c test when fgrep is a shell Cygwin shell...
2015-02-03 Justin BognerInstrProf: Remove CoverageMapping::HasCodeBefore, it...
2015-02-03 Duncan P. N... CodeGen: Update for LLVM API change in r228030
2015-02-03 Adrian PrantlAddress review feedback for r228003.
2015-02-03 Reid KlecknerRevert "Thread Safety Analysis: add support for before...
2015-02-03 Ben LangmuirMake the default module cache user-specific
2015-02-03 Reid Klecknerthread safety: Add move ctor to BeforeInfo to fix MSVC...
2015-02-03 Adrian PrantlMerge ArtificialLocation into ApplyDebugLocation and...
2015-02-03 Adrian PrantlAdd documentation to ApplyDebugLocation.
2015-02-03 DeLesley HutchinsThread Safety Analysis: add support for before/after...
2015-02-03 Nico WeberImplement jump scope SEHmantic analysis.
2015-02-03 Rafael EspindolaUse CLANG_LIBDIR_SUFFIX when looking for the gold plugin.
2015-02-03 Daniel JasperMove "inline" to the right place.
2015-02-03 Daniel JasperAdd some overloads so that floating point literals...
2015-02-03 David MajnemerMS ABI: Records with fields with required aligmnet...
2015-02-03 David MajnemerAST: Hoist RT->getDecl() into a variable
2015-02-03 David MajnemerMS ABI: Records with required alignment can't have...
2015-02-03 Ted Kremenek[analyzer] Change ccc-analyzer to accept both -isystem...
2015-02-03 Richard Smith[modules] Be sure to load the lexical definition of...
2015-02-03 Justin BognerInstrProf: Update for LLVM API change
2015-02-02 David Majnemertest: Make encode-test-5.m's output not dependent on...
2015-02-02 Daniel JasperRevert "Add some overloads so that floating point liter...
2015-02-02 Filipe Cabecinhasclang lit.cfg: Fix a bug pointed by Sean Silva
2015-02-02 Daniel JasperAdd some overloads so that floating point literals...
2015-02-02 Reid KlecknerPR 17421: Implemented -save-temps={obj|cwd} option
2015-02-02 Reid KlecknerSEH: Diagnose use of C++ EH and SEH in the same function
2015-02-02 Ben LangmuirAdd cc1 option '-fmodule-feature' to add custom values...
2015-02-02 Justin HolewinskiWhen generating llvm.used, we may need an addrspacecast...
2015-02-02 David MajnemerFileCheck'ize CodeGenObjC test
2015-02-02 David MajnemerThe prefix 'Ms-' should be 'MS-'
2015-02-02 David MajnemerMS ABI: Add more documentation and tests for novtable
2015-02-02 David MajnemerMS ABI: Implement support for 'novtable'
2015-02-02 Nico WeberWrap to 80 columns. No behavior change.
2015-02-02 Nico WeberFollow-up to r217302: Don't crash on ~A::A in a postfix...
2015-02-02 Nico WeberRemove a comment I accidentally added in r227581. No...
2015-02-01 John McCallAllow objc_bridge(id) to be used on typedefs of [cv...
2015-02-01 Craig Topper[X86] Add other flavors of AVX512 cmpps/cmppd intrinsics.
2015-02-01 Craig Topper[X86] Add the AVX512 exp2a23 intrinsics.
2015-02-01 Benjamin KramerRemove decltype in an attempt to fix the MSVC build.
2015-02-01 Benjamin KramerActually we can just inline the base typedef and use...
2015-02-01 Benjamin KramerReimplement iterator wrappers on top of llvm::iterator_...
2015-02-01 Craig Topper[X86] Add test for avx512er builtins that I forgot...
2015-02-01 Chandler Carruth[multiversion] Update Clang for the API change in LLVM...
2015-02-01 Craig Topper[X86] Add all intrinsics for scalar rsqrt28/rcp28 to...
2015-02-01 Craig Topper[X86] Flesh out more of the avx512erintrin.h file.
2015-02-01 Craig Topper[X86] Use macros in AVX512ER header to allow ICE to...
2015-02-01 Craig Topper[X86] Convert some more const ints to ICE in AVX512...
2015-02-01 Craig Topper[X86] Rename _mm512_valign_epi64/32 intrinsics to _mm51...
2015-02-01 Craig Topper[X86] Change rounding parameter of all the AVX512 built...
2015-01-31 Filipe CabecinhasFix a typo
2015-01-31 Filipe CabecinhasTweak behavior due to -fexceptions, in C++ mode, imply...
2015-01-31 Chandler Carruth[PM] Update Clang for the new LLVM API in r227685 for...
2015-01-31 Craig Topper[X86] Make AVX512 integer comparison builtins use unsig...
2015-01-31 Craig Topper[X86] AVX512 scatter/gather builtins as taking an ICE...
2015-01-31 Craig Topper[X86] Add immediate range checking for a couple XOP...
2015-01-31 Daniel Jasperclang-format: Fix incorrect handling of leading whitespace.
2015-01-31 Craig Topper[x86] Remove tab characters from avxintrin.h. NFC.
2015-01-31 Craig Topper[X86] Make order consistent between 'const' and 'int...
2015-01-31 Craig Topper[X86] Add range checking to the immediate arguments...
2015-01-31 Richard Smith[modules] When we try to complete the redeclaration...
next