]> granicus.if.org Git - clang/shortlog
clang
2015-03-13 David MajnemerMS ABI: Generate default constructor closures
2015-03-13 Robert LougherMake tests more robust. No functional change.
2015-03-13 David MajnemerMS ABI: Implement __GetExceptionInfo for std::make_exce...
2015-03-13 David BlaikieTest case updates for explicit type parameter to the...
2015-03-13 David BlaikieUpdate test case to make it easier to automatically...
2015-03-13 Benjamin KramerSema: Replace the SetVector/DenseMap/std::sort combinat...
2015-03-13 Daniel JasperWhen building a module, all headers of submodules can...
2015-03-13 Daniel Jasperclang-format: Don't corrupt macros with open braces.
2015-03-13 Alexey Bataev[OPENMP] Additional sema analysis for 'omp atomic[...
2015-03-13 Daniel JasperMake a module "use" also count as use of all its submodules
2015-03-13 Alexander Musman[OPENMP] Re-factor __kmpc_for_static_init_* routine...
2015-03-13 Chandler Carruth[Modules] Teach Clang to survive ambiguous macros which...
2015-03-13 Argyrios Kyrtzidis[libclang] Fix crash when code-completing inside constr...
2015-03-13 Argyrios Kyrtzidis[libclang] During member ref expression visitation...
2015-03-13 Richard SmithDeduplicate #undef directives imported from multiple...
2015-03-13 Joerg SonnenbergerSimplify.
2015-03-12 NAKAMURA Takumi[CMake] Add clangBasic in ASTMatchersTests, according...
2015-03-12 Benjamin KramerDisambiguate call for GCC.
2015-03-12 Benjamin KramerCodeGen: Base the conditional cleanup machinery on...
2015-03-12 Daniel Jasperclang-format: [OBJC] Don't indent 8 spaces in method...
2015-03-12 Sanjay Patel[X86, AVX2] Replace inserti128 and extracti128 intrinsi...
2015-03-12 Benjamin KramerSema: Make BoundTypeDiagnoser a variadic template
2015-03-12 Nico WeberFix grammar in a comment, wrap to 80 columns. No behavi...
2015-03-12 Nico WeberRemove duplicate "the". N+1 redundancy is not useful...
2015-03-12 David MajnemerMS ABI: Allow a nullptr_t exception to be caught by...
2015-03-12 Logan Chien[docs] Update the doxygen configuration file.
2015-03-12 Logan Chien[docs] Replace the doxygen qch option properly.
2015-03-12 Sanjay PatelReplace second (hopefully unused) access of macro input...
2015-03-12 Benjamin KramerASTMatchers: Add an explicit dependency on libclangBasic.
2015-03-12 Sanjay Patel[X86, AVX] replace vextractf128 intrinsics with generic...
2015-03-12 Manuel KlimekAdd support for a few Objective-C matchers.
2015-03-12 Daniel Jasperclang-format: When putting */& next to types, also...
2015-03-12 Daniel Jasperclang-format: [Java] Support anonymous classes after...
2015-03-12 Benjamin KramerSema: Don't emit a missing prototype warning for delete...
2015-03-12 Benjamin KramerUse Sema's PrintingPolicy when diagnosing DeclSpecs.
2015-03-12 Aaron BallmanReverting r232034, as it broke one of the bots with...
2015-03-12 Aaron BallmanInstead of dereferencing std::vector::end() (which...
2015-03-12 Alexander Musman[OPENMP] CodeGen - 'omp for' with dynamic schedule...
2015-03-12 Aaron BallmanAdded some matchers for objective c selectors and messa...
2015-03-12 Alexey Bataev[OPENMP] Initial codegen for 'omp sections' and 'omp...
2015-03-12 Tanya LattnerUpdate copyright year to 2015.
2015-03-12 Justin BognerDriver: Keep -isysroot flags in crash scripts if we...
2015-03-12 Peter Collingbournedocs: Document byte arrays.
2015-03-12 Justin BognerDriver: Print the clang version and original command...
2015-03-11 Joerg SonnenbergerUnder duress, move check for target support of __builti...
2015-03-11 Alexey SamsonovAdd deprecation notice for -f(no-)sanitize-recover...
2015-03-11 Anton Yartsev[analyzer] www: +progress for undefbehavior.ZeroAllocDe...
2015-03-11 David MajnemerDon't overconstrain a FileCheck pattern
2015-03-11 Hal Finkel[PowerPC] ABI support for the QPX vector instruction set
2015-03-11 David MajnemerMS ABI: Mark 'throw' as implemented in the compatibilit...
2015-03-11 David MajnemerMS ABI: Implement copy-ctor closures, finish implementi...
2015-03-11 Richard Smith[modules] When merging the pattern of a class template...
2015-03-11 Anastasia StulovaReverted OpenCL2.0 atomic type commits r231932, r231935
2015-03-11 Fariborz Jahanianrevert r231700 (designated initializer patch) which...
2015-03-11 Anastasia StulovaOpenCL: CL2.0 atomic type diagnostics
2015-03-11 Anastasia StulovaOpenCL: CL2.0 atomic types
2015-03-11 Kit BartonAdd builtins for the 64-bit vector integer arithmetic...
2015-03-11 Daniel Jasperclang-format: Recognize the .ts (TypeScript) extension...
2015-03-11 Daniel Jasperclang-format: Fix incorrect && recognition.
2015-03-11 Ed SchoutenEnable security checks for arc4random() on CloudABI...
2015-03-11 Ed SchoutenFix up default header paths for CloudABI.
2015-03-11 Ed SchoutenAdd target information for CloudABI on x86-64.
2015-03-11 David MajnemerSema: Properly track mangling number/name for linkage...
2015-03-11 Daniel JasperPrevent test from accessing files.
2015-03-11 Alexey Bataev[OPENMP] Fix for ExprWithCleanups in 'omp atomic' const...
2015-03-11 NAKAMURA TakumiCGOpenMPRuntime.h: Fix an incorrect \param on emitTaskO...
2015-03-11 Richard Smith[modules] Avoid accidentally completing the redeclarati...
2015-03-11 Richard SmithFix test to specify an Itanium triple.
2015-03-11 Rafael EspindolaRemove a bugus test.
2015-03-11 Richard SmithFor PR22870: produce an error rather than asserting...
2015-03-11 Nico WeberGender-neutralize a comment.
2015-03-11 Richard Smith[modules] Fix iterator invalidation issue with names...
2015-03-10 Anton Yartsev[analyzer] Make getCheckIfTracked() return either leak...
2015-03-10 Eric ChristopherUpdate clang for llvm r231861.
2015-03-10 Fariborz Jahanian[Objective-C Sema]. Remove -Wreceiver-is-weak warning.
2015-03-10 David MajnemerMS ABI: Mangle the location of the catchable type into...
2015-03-10 John McCallRecognize objc_bridge(id) on bridged casts to CF types.
2015-03-10 Benjamin KramerMake helper functions static. NFC.
2015-03-10 Aaron BallmanThe semantic spelling enumeration should retain values...
2015-03-10 Sanjay Patel[X86, AVX] Replace vinsertf128 intrinsics with generic...
2015-03-10 Ben LangmuirDocument __has_feature(modules) in LanguageExtensions
2015-03-10 Renato GolinAllow -target= and --target options
2015-03-10 Yaron KerenTeach raw_ostream to accept SmallString.
2015-03-10 Alexey Bataev[OPENMP] Initial codegen for 'omp task' directive.
2015-03-10 Alexey Bataev[OPENMP] Fixed tests for non-debug builds. NFC.
2015-03-10 Alexey Bataev[OPENMP] Improved code for generating debug info +...
2015-03-10 Rafael EspindolaRevert "[OPENMP] Improved code for generating debug...
2015-03-10 Alexey Bataev[OPENMP] Improved code for generating debug info +...
2015-03-10 Richard Smith[modules] Don't bother looking up a declaration to...
2015-03-10 Mehdi AminiUpdate for LLVM API change: getOrEnforceKnownAlignment...
2015-03-10 Richard SmithPR21687: when adding a redeclaration of a function...
2015-03-10 Richard Smith[modules] Don't clobber a destructor's operator delete...
2015-03-10 Richard Smith[modules] This check is run before we resolve the heade...
2015-03-09 Richard Smith[modules] Don't assert if the same header is named...
2015-03-09 NAKAMURA TakumiSuppress a couple of tests, clang/test/CodeGen/catch...
2015-03-09 Alexey Samsonov[UBSan] Split -fsanitize=shift into -fsanitize=shift...
2015-03-09 Tim NorthoverARM: use ABI-specified alignment for byval parameters.
2015-03-09 Fariborz Jahanian[PATCH Sema Objective-C]. Patch to warn on missing...
2015-03-09 Benjamin KramerRoll functions back into namespaces, msvc has problems...
2015-03-09 Alexander KornienkoCorrect doxygen for matcher macros that require a body...
next