]> granicus.if.org Git - clang/shortlog
clang
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.
2015-08-05 Tanya LattnerUpdate mailing list references to lists.llvm.org
2015-08-04 Benjamin Kramer[CodeGen] Fold memcpy into SmallVector initializer...
2015-08-04 Benjamin Kramer[Sema] Add a crazy test case for r243987
2015-08-04 Benjamin Kramer[Sema] Allocate SmallVector to the right size.
2015-08-04 Benjamin Kramer[AST] Really allocate a SmallVector to the right size.
2015-08-04 Benjamin Kramer[AST] Simplify code by letting ArrayRef do the copying.
2015-08-04 Benjamin Kramer[CodeGen] Don't write into a SmallVector's uninitialize...
2015-08-04 Benjamin Kramer[ASTContext] Add a templated convenience wrapper for...
2015-08-04 Benjamin Kramer[FileManager] Use StringRef::copy to store canonical...
2015-08-04 Alexey Bataev[OPENMP 4.1] Support for 'linear' clause in loop direc...
2015-08-04 Benjamin Kramer[Edit] Use StringRef's copy method. No functional chang...
2015-08-04 Benjamin Kramer[AST] Use StringRef's convenient copy method. No functi...
2015-08-04 Alexey Bataev[OPENMP] Fix compiler crash during data-sharing attribu...
2015-08-04 Chandler Carruth[UB] Avoid a really broken call to realloc that would...
2015-08-04 Chandler Carruth[UB] Guard two calls to memcpy in generated attribute...
2015-08-04 Chandler Carruth[UB] Another place where we were trying to put string...
2015-08-04 Chandler Carruth[UB] When attaching empty strings to the AST, use an...
2015-08-04 Chandler Carruth[UB] Fix the two ways that we would try to memcpy from...
2015-08-04 Chandler Carruth[UB] Fix two cases of UB in copy/pasted code from Small...
2015-08-04 Richard Smith[modules] Make IndirectFieldDecl mergeable to avoid...
2015-08-04 Argyrios KyrtzidisRemove unused header include.
2015-08-03 Naomi MusgraveDtor callback emitted when msan attribute not repressed...
2015-08-03 Justin BognerX86: Teach X86 builtins which target features they...
2015-08-03 Douglas KatzmanGrammar: Don't imply that a program wouldn't want a...
2015-08-03 Douglas Katzman[SHAVE] Pass all -f, -g, -O, -W options through directl...
2015-08-03 Nathan Wilson[CONCEPTS] Add concept to VarDecl and diagnostic for...
2015-08-03 Andrey BokhankoAdditional fix for PR14269: Crash on vector elements...
2015-08-03 Asaf Badouh[X86][AVX512VLBW] add pack, cvt, mulhi and madd intrinsics
2015-08-02 Simon PilgrimFix invalid shufflevector operands
2015-08-02 Asaf Badouh[X86][AVX512VLDQ] add reduce/range/cvt intrinsics
2015-08-01 Yaron KerenRangify for loops, NFC.
2015-08-01 Davide ItalianoRevert r243827.
2015-08-01 Davide Italiano[SemaExpr] Factor out common diagnostic code for remain...
2015-08-01 David Majnemer[MS ABI] Create a mangling for extended vector types
2015-08-01 Davide ItalianoConvertibility of nullptr_t to bool is available in...
2015-08-01 David MajnemerUse the reserved keyword spelling of 'typeof'
2015-08-01 Yunzhong Gao[Tests] Add explicit -std=lang option to a number of...
2015-07-31 Kostya Serebryany[libFuzzer] minimal documentation on data-flow-guided...
2015-07-31 Nathan Wilsontest commit; wrap ellipses in comment with brackets
2015-07-31 Duncan P. N... DI: Update testcases for LLVM assembly change
2015-07-31 David Majnemer[MS ABI] Hook clang up to the new EH instructions
2015-07-31 Duncan P. N... DI: Update for LLVM API change for local variables
2015-07-31 Alexey BataevOutline function Parser::ParseCXXClassMemberDeclaration...
2015-07-31 Argyrios KyrtzidisMake sure the 2 method calls are sequenced.
2015-07-31 Argyrios Kyrtzidis[modules] Fix issue where building a module from a...
next