]> granicus.if.org Git - clang/shortlog
clang
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...
2014-03-11 David BlaikieDebugInfo: Fix test for LLVM change r203619
2014-03-11 Duncan P. N... PGO: appease the bots after r203592
2014-03-11 Saleem Abdulrasoollex: improve include handling on Linux for Windows
2014-03-11 David BlaikieDriver: Support -gmlt as an alias for -gline-tables...
2014-03-11 Aaron BallmanImproving test coverage for lambda expressions with...
2014-03-11 Fariborz JahanianObjective-C. Prevent an assertion crash due to buggy...
2014-03-11 Duncan P. N... PGO: Clarify the testing README
2014-03-11 Duncan P. N... PGO: Scale large counters down to 32-bits
2014-03-11 Bob WilsonRemove trailing whitespace introduced in r203028.
2014-03-11 Fariborz JahanianObjective-C. Diagose use of undefined protocols
2014-03-11 Jordan Rose[analyzer] Check all conditions in a chained if against...
2014-03-11 Aaron BallmanChanging this test case to use an unknown attribute...
2014-03-11 Aaron BallmanGracefully handle an attribute specifier following...
2014-03-11 Tim NorthoverSema: demote invalid atomic ordering message to warning.
2014-03-11 Daniel Jasperclang-format: Avoid unnecessary break before lambda...
2014-03-11 Tim NorthoverSema: produce error when invalid ordering is passed...
2014-03-11 Tim NorthoverUpdate for IR: add a second AtomicOrdering to cmpxchg...
2014-03-11 Daniel Jasperclang-format: Fix another false positive in the lambda...
2014-03-11 Daniel Jasperclang-format: Fix incorrect lambda recognition exposed...
2014-03-11 NAKAMURA Takumiclang::HeaderSearch: Use default constructor even for...
2014-03-11 Daniel Jasperclang-format: Detect weird macro lambda usage.
2014-03-11 NAKAMURA Takumiclang/test/Modules/include-relative.c REQUIRES shell...
2014-03-11 Richard SmithTests for DR381-388.
2014-03-11 Richard SmithRevert C++11ification in r203534 and r203536. Apparentl...
2014-03-11 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-11 Justin Bognertest: Regenerate profile data for PGO tests
2014-03-11 David BlaikieFix use of uninitialized variable in ExternalASTSourceT...
2014-03-11 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-11 Argyrios Kyrtzidis[HeaderSearch] Fix issue where if a headermap entry...
2014-03-11 Justin Bognertest: Give instrumentation based profiling tests their...
2014-03-11 Justin Bognertest: Fix feature test for "native" in lit.cfg
2014-03-11 Craig TopperDe-virtualize a method since it doesn't override anythi...
2014-03-11 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-11 Richard SmithSpeculative workaround for apparent libstdc++ bug expos...
2014-03-11 Richard TrieuMove the warning about unused relational comparison...
2014-03-11 Richard SmithIf a visibility update record is found for a DeclContex...
2014-03-11 Richard SmithIf a module map is found in a relative -I path, convert...
2014-03-11 Richard SmithAdd a unittest for the ExternalASTSource.
2014-03-11 David MajnemerBasic: Add -Wswitch-bool to control warn_bool_switch_co...
2014-03-11 Fariborz JahanianObjective-C IRGen. Fixes several regressions caused...
2014-03-10 Ben LangmuirAdd -fmodules-cache-path to test/Headers/c11.c
2014-03-10 DeLesley HutchinsThread safety analysis: move smart pointer checks from...
2014-03-10 Anton Yartsev[analyzer] Eliminate memory leak in BugReporter::emitRe...
2014-03-10 Ben LangmuirTurn on the uncovered umbrella header warning by default
2014-03-10 John McCallRTTI symbols for visible local types may need weak...
2014-03-10 Ahmed CharlesAdd a main function to the clang-format.py vim integration.
2014-03-10 David MajnemerIRGen: __c11/__atomic compare-and-exchange should respe...
2014-03-10 Benjamin Kramer[C++11] Avoid implicit conversion of ArrayRef to std...
2014-03-10 Aaron Ballman[C++11] Replacing DeclBase iterators specific_attr_begi...
2014-03-10 Rafael EspindolaReplace CLANG_IS_PRODUCTION with CLANG_PLUGIN_SUPPORT.
2014-03-10 Samuel BenzaquenAdd loc() to the dynamic registry.
2014-03-10 Daniel Jasperclang-format: Add spaces between lambdas and comments.
2014-03-10 Aaron BallmanReverting llvm::distance changes to use std::distance...
2014-03-10 Alexander KornienkoPreserve hanging indent when breaking line comments.
2014-03-10 Robert LyttonMake __LITTLE_ENDIAN__/__BIG_ENDOAN__ common Predefined...
next