]> granicus.if.org Git - clang/shortlog
clang
2015-08-10 Tyler NowickiAppend options for vectorization when pointer checking...
2015-08-10 Derek SchuffAdd NaCl (a target where long double = double) to long...
2015-08-10 Tyler NowickiMake frontend floating-point commutivity test X86 speci...
2015-08-10 Nick LewyckyIf a variable template is inside a context with templat...
2015-08-10 Tyler NowickiRemove non-ascii characters.
2015-08-10 Chih-Hung HsiehFix test case to work with -Asserts builds.
2015-08-10 Artem Belevich[CUDA] Add implicit __attribute__((used)) to all __glob...
2015-08-10 Artem Belevich[CUDA] Added stubs for new attributes used by CUDA...
2015-08-10 Tyler NowickiAppend options for floating-point commutivity when...
2015-08-10 Nick LewyckyFix typo.
2015-08-10 Reid Kleckner[dllimport] A non-imported class with an imported key...
2015-08-10 David Majnemer[clang-cl] Add support for CL and _CL_ environment...
2015-08-10 Chih-Hung HsiehCorrect x86_64 fp128 calling convention
2015-08-10 Mark HeffernanAdd new llvm.loop.unroll.enable metadata for use with...
2015-08-10 Roman KashitsynAdd WebKit brace style configuration option.
2015-08-10 John Brawn[Driver] Fix handling of -fbuiltin/-fcommon when combin...
2015-08-10 Daniel Marjamaki[Static Analyzer] Warn when inner and outer conditions...
2015-08-10 Filipe Cabecinhas[tests] Remove calls to grep
2015-08-10 Alexey Bataev[MSVC] Crash fix: assigning of overloaded member functi...
2015-08-09 NAKAMURA Takumiclang/test/Modules: Satisfy win32 hosts due to dospath...
2015-08-09 Richard Smith[modules] Remove now-dead code for lazy loading of...
2015-08-09 Richard Smith[modules] PR22534: Load files specified by -fmodule...
2015-08-09 Richard SmithUnrevert r244412 (reverted in r244414), and delete...
2015-08-09 Justin BognerRevert "[modules] Don't leak -M flags for dependency...
2015-08-09 Richard Smith[modules] When building a dependency file, include...
2015-08-09 Richard Smith[modules] Don't leak -M flags for dependency file gener...
2015-08-09 Richard Smith[modules] Attach dependency listeners to the module...
2015-08-09 Richard SmithAdd file missed from r244409.
2015-08-09 Richard Smith[modules] When loading a template specialization, re...
2015-08-09 Yaron KerenTeach mingw toolchain driver to properly emit static...
2015-08-08 Ted Kremenek[Static Analyzer] Add --analyzer-target option to scan...
2015-08-08 Anna ZaksRevert "[analyzer] Add checkers for OS X / iOS localiza...
2015-08-08 Anna ZaksRevert "[analyzer] Fixup to r244389 to make this build...
2015-08-08 Anna Zaks[analyzer] Fixup to r244389 to make this build on windows.
2015-08-08 Anna Zaks[analyzer] Add checkers for OS X / iOS localizability...
2015-08-08 Devin Coughlin[analyzer] Don't issue alarm in ObjCSuperCallChecker...
2015-08-07 Peter CollingbourneAST: Implement mangling support for function types...
2015-08-07 James Y Knight[Sparc] XFAIL CodeGen/atomic_ops test.
2015-08-07 Eric ChristopherUpdate a comment to be more descriptive.
2015-08-07 Eric ChristopherMove the cpu validating virtual method down to the...
2015-08-07 Nico WeberRestore PrettyStackTrace state on crash.
2015-08-07 Yaron KerenUse LLVM_ATTRIBUTE_UNUSED to hide gcc 5.1 unused variab...
2015-08-07 Michael WongThis patch commits OpenMP 4 target device clauses
2015-08-07 Yaron KerenSilence tools/clang/lib/Tooling/CompilationDatabase...
2015-08-07 Craig TopperMake sure the Features field of the Builtin Info struct...
2015-08-07 Ben LangmuirMake 'arm' cover both 32 and 64 bit architecutres
2015-08-06 Douglas KatzmanRange-forify a loop, delete trailing whitespace. NFC
2015-08-06 Richard Smith[modules] Remove unused ModuleManager::visitDepthFirst...
2015-08-06 Richard Smith[modules] Fix use-after-iterator-invalidation bug.
2015-08-06 Eric ChristopherContinue the work from r243908 by adding a Features...
2015-08-06 Richard Smith[modules] Stop walking all modules when looking for...
2015-08-06 James Y KnightFix alignment of TemplateArgumentList.
2015-08-06 Richard Smith[modules] Remove now-unused MergedLookups map.
2015-08-06 Richard Smith[modules] Remove redundant lookups into non-primary...
2015-08-06 David Majnemer[ItaniumCXXABI] Don't import RTTI data for classes...
2015-08-06 James Y KnightConvert a few classes over to use the new TrailingObjec...
2015-08-06 James Y KnightRemove unused 'Owned' flag from TemplateArgumentList.
2015-08-06 Argyrios Kyrtzidis[Frontend] Fix crash when serializing diagnostics with...
2015-08-06 David BlaikieFix memory ownership in the NeonEmitter by using values...
2015-08-06 Alexey Bataev[OPENMP 4.1] Allow references in init expression for...
2015-08-06 Michael KupersteinMark calls in thunk functions as tail-call optimization...
2015-08-06 Michael Kuperstein[X86] Add support for _MM_ALIGN16
2015-08-06 Yaron KerenPlug a memory leak in NeonEmitter: Intrinsics allocated...
2015-08-06 Alex Denisov[ObjC] Circular containers: add support of subclasses
2015-08-06 Richard Smith[modules] Defer setting up the lookup table for a DeclC...
2015-08-06 Argyrios Kyrtzidis[test] Another attempt to fix the test.
2015-08-06 Eric ChristopherRename the non-coding style conformant functions in...
2015-08-05 Justin BognerDriver: Strip -header-include-file and -diagnostic...
2015-08-05 Eric ChristopherRename DescriptionString -> DataLayoutString as it...
2015-08-05 Argyrios Kyrtzidis[test] Fix tests in non-darwin bots.
2015-08-05 Diego NovilloAdd -fno-coverage-mapping flag.
2015-08-05 Richard Smithfunction_ref-ize ExternalASTSource::FindExternalLexical...
2015-08-05 Diego NovilloAdd flags to disable profile generation.
2015-08-05 Douglas KatzmanReword a comment about IncludeDirGroup. NFC
2015-08-05 Eric ChristopherRemove unused header includes.
2015-08-05 Eric ChristopherRename builtin_lang -> Langs to match the rest of the...
2015-08-05 Eric ChristopherRemove unused function GetBuiltinNames.
2015-08-05 James DennettDocumentation: fix another typo, "arrays types" ->...
2015-08-05 Chris Bieneman[CMake] Add USES_TERMINAL 1 to ExternalProject_Add_Step...
2015-08-05 Eric ChristopherRemove unused comparison operators from the Builtin...
2015-08-05 Yaron KerenRemove unnecessary ClangLibdirSuffix variable.
2015-08-05 James DennettDocumentation: fix a typo, "This flag is determines...
2015-08-05 Reid KlecknerAdd -gcodeview and -gdwarf to control which type Clang...
2015-08-05 Renato Golin[AArch64] Enable thread sanitizer on clang
2015-08-05 Douglas KatzmanClaim arguments that belong to 'clang_ignored_gcc_optim...
2015-08-05 Argyrios Kyrtzidis[test] Attempt a change to see if it fixes the test...
2015-08-05 Chris Bieneman[CMake] First pass at adding support for clang bootstra...
2015-08-05 Argyrios Kyrtzidis[test/Index] Update libclang tests to use libclang...
2015-08-05 Chandler CarruthFix a tiny bug in -no-canonical-prefixes that somehow...
2015-08-05 James Y KnightAdd missing atomic libcall support.
2015-08-05 Douglas Katzman[SHAVE] uppercase the CHECK prefixes in 'lit' tests...
2015-08-05 Douglas KatzmanDelete trailing whitespace
2015-08-05 Chad RosierOfficially end my reign as owner of the driver.
2015-08-05 Aaron BallmanAdd AST matchers for narrowing constructors that are...
2015-08-05 Benjamin Kramer[AST] ArrayRefize template param list info setters...
2015-08-05 Benjamin Kramer[AST] ArrayRefize BlockDecl::setCaptures. No functional...
2015-08-05 Benjamin Kramer[AST] ArrayRefize template argument packs. No functiona...
2015-08-05 Benjamin Kramer[Comments] Replace custom ArrayRef copying with ArrayRe...
2015-08-05 Benjamin Kramer[Parse] ArrayRefize PragmaLoopHintInfo. No functionalit...
2015-08-05 Filipe CabecinhasDon't repeat function names in comments. NFC.
next