]> granicus.if.org Git - clang/shortlog
clang
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...
2015-01-31 David BlaikieDebugInfo: Fix line table for comparisons harder/better...
2015-01-31 David BlaikieRename test file to be more accurate (& free up the...
2015-01-30 Saleem AbdulrasoolCodeGen: create a WindowsARMTargetCodeGenInfo
2015-01-30 Reid KlecknerSEH: Don't jump to an unreachable continuation block
2015-01-30 Reid KlecknerWindows: Fix _CPPUNWIND definition to follow -fcxx...
2015-01-30 Filipe CabecinhasSpecial-case the PS4 SDK for a clang test
2015-01-30 Filipe CabecinhasShuffle tests around to more appropriate files
2015-01-30 Eric ChristopherFix regression in r227409 where we were passing -fsynta...
2015-01-30 Daniel Sanders[mips] Pass ABI name via -target-abi instead of target...
2015-01-30 Nico WeberFollow-up to r217302 and r227555: Don't crash on inline...
2015-01-30 Nathan SidwellCode cleanup
2015-01-30 Filipe CabecinhasRemove unneeded code
2015-01-30 Fraser CormackFix OpenCL 1.2 double as an optional core feature behaviour
2015-01-30 David MajnemerSema: Disable template instantiation once a fatal error...
2015-01-30 Nico WeberFollow-up to r217302: Don't crash on ~A::A() if A is...
2015-01-30 Nico WeberTypo fixo.
2015-01-30 Nico WeberWrap to 80 cols by removing trailing whitespace. No...
2015-01-30 Richard SmithTeach AST printing to not print whitespace inside ...
2015-01-30 Nico WeberWeaken an assertion that isn't true for invalid input.
2015-01-30 Reid Klecknerclang-cl: Enable -fexceptions but not -fcxx-exceptions...
2015-01-29 Filipe CabecinhasAdd some more PS4 driver settings related to rtti and...
2015-01-29 Ulrich Weigand[PowerPC] Work around TLS linker bug
2015-01-29 Rafael EspindolaThis reverts commit r227432, r227438 and r227448.
2015-01-29 Aaron BallmanReverting r227453, which adds back the fuzzer library...
2015-01-29 Aaron BallmanTemporarily reverting the fuzzer library as it causes...
2015-01-29 Francois PichetRemove unnecessary default.
2015-01-29 Filipe Cabecinhas[xcore] Make the exceptions test actually check for...
2015-01-29 Francois PichetFix Index/print-type.cpp test following r227432.
2015-01-29 NAKAMURA TakumiDisable a couple of crash-* tests for now. It seems...
2015-01-29 Daniel Jasperclang-format: FIXME that led to access of uninitialized...
2015-01-29 Francois Pichetlibclang: Add three functions useful for dealing with...
2015-01-29 Daniel Jasperclang-format: Fix crasher caused by not properly settin...
2015-01-29 David MajnemerMS ABI: Implement proper support for setjmp
2015-01-29 David MajnemerBasic: Re-sort these builtins
2015-01-29 Nico WeberMake a codegen warning a real warning instead of a...
2015-01-29 Francisco Lopes... Sema: Turn some applicable functions static. NBC.
2015-01-29 Richard SmithDon't use BCPL comments here, in case someone wants...
2015-01-29 Eric ChristopherEnsure that -fsyntax-only with fortran 90 passes along...
2015-01-29 Derek SchuffRemove NaClX86_64TargetCodeGenInfo and NaClARMTargetCod...
2015-01-28 Joerg SonnenbergerFor the --be8 flag, check explicitly for pre-v7 / pre...
2015-01-28 Dan Albert[clang] Use -android environment for all compiler-rt...
2015-01-28 Fariborz JahanianCXX [qoi]. Prevent a crash when initializer expression is
2015-01-28 Richard SmithPR22367: Don't forget to create a CXXFunctionalCastExpr...
2015-01-28 Nathan SidwellPR 17456
2015-01-28 Kaelyn TakataRevert a change from r222797 that is no longer needed...
2015-01-28 Derek SchuffRemove support for pnaclcall attribute
2015-01-28 Richard SmithFix layering violation: include/clang/Basic/PlistSuppor...
2015-01-28 David BlaikieDebugInfo: Attribute implicit boolean tests to the...
2015-01-28 Kostya SerebryanyAdd clang-format-fuzzer target
2015-01-28 Filipe CabecinhasTestcase for PS4 target defaults (from r227215 and...
2015-01-28 Alex RosenbergEnable pragma comment processing for PS4. Original...
2015-01-28 Tom StellardR600: Use a Southern Islands GPU as the default for...
2015-01-28 Hal FinkelFix typo (count correctly) in include/clang/AST/TypeNod...
2015-01-28 Nathan SidwellPR 20146
2015-01-28 Sean SilvaAvoid testing for a particular choice of resource dir.
2015-01-28 Francisco Lopes... Improves overload completion result chunks.
2015-01-28 David MajnemerSema: Ensure that __c11_atomic_fetch_add has a pointer...
2015-01-28 Larisse VoufoRe-arrange DR test cases, and update DR status page.
2015-01-28 Kaelyn TakataUse the real CXXScopeSpec when setting the correction...
next