]> granicus.if.org Git - clang/shortlog
clang
2014-03-14 Aaron Ballman[C++11] Replacing DeclStmt iterators decl_begin() and...
2014-03-14 Aaron BallmanRemoving some more unused iterator methods for partial...
2014-03-14 Christian Pirkerclang/test/CodeGen/aarch64-varargs.c: works now regardl...
2014-03-14 Aaron Ballman[C++11] Replacing VarTemplateDecl iterators spec_begin...
2014-03-14 Aaron BallmanRemoving some unused iterator methods for partial speci...
2014-03-14 Aaron Ballman[C++11] Replacing ClassTemplateDecl iterators spec_begi...
2014-03-14 Aaron Ballman[C++11] Replacing FunctionTemplateDecl iterators spec_b...
2014-03-14 Aaron Ballman[C++11] Replacing OMPThreadPrivateDecl and OMPClause...
2014-03-14 Fariborz JahanianObjective-C++ IRGen. Due to change to AST for initializ...
2014-03-14 Aaron Ballman[C++11] Replacing DeclContext iterators lookups_begin...
2014-03-14 Aaron Ballman[C++11] Replacing ObjCImplementationDecl iterators...
2014-03-14 Aaron Ballman[C++11] Replacing ObjCCategoryDecl iterators propimpl_b...
2014-03-14 Daniel JasperDon't verify module inclusions in assembler files.
2014-03-14 Aaron Ballman[C++11] Replacing ObjCCategoryDecl iterators ivar_begin...
2014-03-14 Aaron Ballman[C++11] Replacing ObjCCategoryDecl iterators protocol_l...
2014-03-14 Aaron Ballman[C++11] Replacing ObjCCategoryDecl iterators protocol_b...
2014-03-14 NAKAMURA Takumiclang/test/CodeGen/aarch64-varargs.c: Suppress this...
2014-03-14 Aaron Ballman[C++11] Replacing ObjCProtocolDecl iterators protocol_l...
2014-03-14 Christian PirkerAArch64_be specific clang target settings
2014-03-14 Christian PirkerAArch64_be varargs processing for ARM ABI
2014-03-14 Benjamin KramerRemove unused typedef as pointed out by a GCC warning.
2014-03-14 Bill WendlingUse the correct symbol for a left bracket.
2014-03-14 Craig TopperDe-virtualize a method that doesn't override anything...
2014-03-14 Craig TopperRemove seemingly dead method. It was marked virtual...
2014-03-14 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-14 Sebastian Popstatic link polly
2014-03-14 Argyrios Kyrtzidis[Modules] Emit the module file paths as dependencies...
2014-03-14 Argyrios Kyrtzidis[Modules] Make sure that the synthesized file "__inferr...
2014-03-14 Argyrios KyrtzidisRefactor ASTReader::readInputFileInfo to return a struc...
2014-03-13 Aaron Ballman[C++11] Replacing ObjCProtocolDecl iterators protocol_b...
2014-03-13 Aaron Ballman[C++11] Replacing ObjCInterfaceDecl iterators known_ext...
2014-03-13 Aaron Ballman[C++11] Replacing ObjCInterfaceDecl iterators visible_e...
2014-03-13 Aaron Ballman[C++11] Replacing ObjCInterfaceDecl iterators known_cat...
2014-03-13 Aaron Ballman[C++11] Replacing ObjCInterfaceDecl iterators visible_c...
2014-03-13 Aaron Ballman[C++11] Replacing ObjCInterfaceDecl iterators ivar_begi...
2014-03-13 Aaron Ballman[C++11] Replacing ObjCInterfaceDecl iterators all_refer...
2014-03-13 Aaron Ballman[C++11] Replacing ObjCInterfaceDecl iterators protocol_...
2014-03-13 Stephan TolksdorfRefactor InstantiatingTemplate constructors
2014-03-13 Stephan TolksdorfAdd SourceRange to err_not_tag_in_scope diagnostic...
2014-03-13 Aaron Ballman[C++11] Replacing ObjCInterfaceDecl iterators protocol_...
2014-03-13 Aaron Ballman[C++11] Replacing ObjCContainerDecl iterators classmeth...
2014-03-13 Aaron Ballman[C++11] Replacing ObjCContainerDecl iterators instmeth_...
2014-03-13 Tim NorthoverCodeGen: use symbolic enumerators for memory order
2014-03-13 Tim NorthoverCodeGen: make use of weaker failure orders on cmpxchg.
2014-03-13 Aaron BallmanRenaming the recently-created (r203830) props() range...
2014-03-13 Aaron Ballman[C++11] Replacing ObjCContainerDecl iterators meth_begi...
2014-03-13 Aaron Ballman[C++11] Replacing ObjCContainerDecl iterators prop_begi...
2014-03-13 Aaron Ballman[C++11] Replacing UsingDecl iterators shadow_begin...
2014-03-13 Jordan Rose[analyzer] Warn when passing pointers to const but...
2014-03-13 Aaron Ballman[C++11] Replacing ObjCImplementationDecl iterators...
2014-03-13 Aaron Ballman[C++11] Replacing CXXRecordDecl iterators init_begin...
2014-03-13 Aaron Ballman[C++11] Replacing CXXRecordDecl iterators capture_begin...
2014-03-13 Hans WennborgMS intrinsics: __interlockedbittestandset(64) (PR19054)
2014-03-13 Aaron Ballman[C++11] Replacing CXXRecordDecl iterators friend_begin...
2014-03-13 Aaron Ballman[C++11] Replacing CXXRecordDecl iterators ctor_begin...
2014-03-13 Ben LangmuirPrevent outputting HeaderFileInfos for files not used...
2014-03-13 Aaron Ballman[C++11] Replacing CXXRecordDecl iterators method_begin...
2014-03-13 Aaron Ballman[C++11] Replacing CXXRecordDecl iterators vbases_begin...
2014-03-13 Aaron BallmanRemoving some methods which appear to be unused (at...
2014-03-13 Rafael EspindolaSimplify code. No functionality change.
2014-03-13 Aaron Ballman[C++11] Replacing CXXRecordDecl iterators bases_begin...
2014-03-13 Dmitri GribenkoCMake: allow generation of a Qt Compressed Help file...
2014-03-13 Alexander KornienkoRemove an unnecessary check for FormatTok not being...
2014-03-13 Daniel Jasperclang-format: Prevent ObjC code from confusing the...
2014-03-13 Richard SmithTests for DR389-399.
2014-03-13 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-13 Craig TopperDe-virtualize a method. It's called through template...
2014-03-13 Craig TopperRemove unreachable PragmaCaptured method. It's not...
2014-03-13 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-13 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-13 Joerg SonnenbergerAlways use --eh-frame-hdr on NetBSD, even for -static.
2014-03-13 Richard SmithPR18275: If a member function of a class template is...
2014-03-12 Richard SmithOnly allow streaming exactly type 'bool' to a Diagnosti...
2014-03-12 Richard SmithFix crash if delayed template parsing meets an erroneou...
2014-03-12 Hans WennborgMS intrinsics: implement the __movs and __stos intrinsi...
2014-03-12 DeLesley HutchinsThread Safety Analysis: new test case for lambdas
2014-03-12 Hans WennborgMS intrinsics: implement __readgs{byte,word,dword,qword...
2014-03-12 Hans WennborgMS intrinsics: don't declare __readeflags and __writeef...
2014-03-12 Justin BognerRevert "CodeGen: Use a binary format for instrumentatio...
2014-03-12 Justin BognerCodeGen: Use a binary format for instrumentation based...
2014-03-12 Roman DivackyDont unconditionally add gcc4.2 include paths on FreeBSD.
2014-03-12 Fariborz JahanianObjective-C. Issue diagnostics on mismatched methods...
2014-03-12 Richard SmithPR19113: Emit 'vtable' TBAA metadata when loading a...
2014-03-12 Justin BognerCodeGen: Move hot/cold logic out of PGOProfileData
2014-03-12 Richard SmithDR1346: a parenthesized braced-init-list cannot be...
2014-03-12 Eli BenderskyDon't recompute inlining threshold - use new overload...
2014-03-12 Hans WennborgCheck for LLVM_ON_WIN32 instead of _WIN32.
2014-03-12 Dmitri GribenkoUse vector<T>::data() to simplify code
2014-03-12 Oliver StannardARM: Correct alignment of structs passed as byval pointer
2014-03-12 Daniel Jasperclang-format: Fix crasher.
2014-03-12 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-12 NAKAMURA TakumiDisable cross-windows-on-linux.cpp for now. It may...
2014-03-12 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-12 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-12 Saleem AbdulrasoolLexer: split test into separate files
2014-03-12 Saleem AbdulrasoolLex: reduce buffer size, add a test
2014-03-12 Ben LangmuirAdd an option -fmodules-validate-system-headers
2014-03-12 Aaron BallmanAllow GNU-style attributes on lambda expressions.
2014-03-11 David BlaikieDebugInfo: Remove debug-info-pubtypes.ccp - pubnames...
2014-03-11 Hans WennborgBe case sensitive when determining driver mode based...
next