]> granicus.if.org Git - clang/shortlog
clang
2013-08-14 Shuxin YangDo no use -emit-llvm for -flto.
2013-08-14 Benjamin KramerTestcase for r188400.
2013-08-14 Peter CollingbourneAdd support for -fsanitize-blacklist and default blackl...
2013-08-14 Benjamin KramerEnhance the clang -v gcc debug printing to skip obvious...
2013-08-14 Daniel Dunbar[tests] Reapply r188354, ensure subsitution string...
2013-08-14 NAKAMURA TakumiRevert r188354, "[tests] Ensure subsitution string...
2013-08-14 Daniel Dunbar[tests] Ensure subsitution string is ascii.
2013-08-14 Shuxin Yangrevert 188352
2013-08-14 Shuxin YangDriver::IsUsingLTO() no longer return true when seeing...
2013-08-14 Larisse VoufoBug fix: disallow a variable template to be redeclared...
2013-08-14 Hans WennborgDriver: Forward -Wl, and -Xlink arguments when using...
2013-08-14 Fariborz JahanianRefine diagnostics in my last patch.
2013-08-14 Richard SmithDon't produce duplicate notes if we have deduction...
2013-08-13 Fariborz JahanianObjectiveC [QoI] issue warning if an element of an...
2013-08-13 Hans Wennborgclang-cl: Support /link option and set target to win32
2013-08-13 Eli FriedmanFix Altivec vector literal parser hack for C++11.
2013-08-13 Nick LewyckyLink in the ubsan runtime when building shared objects.
2013-08-13 Eli Friedmansizeof(void) etc. should be a hard error in C++.
2013-08-13 Hans WennborgHandle "--" explicitly in the driver
2013-08-13 Richard SmithFix implementation of C11 6.2.7/4 and C++11 [dcl.array]p3:
2013-08-13 Edwin VaneHave Range::overlapsWith use positive logic
2013-08-13 Fariborz JahanianObjectiveC migrator: Fixes a crash and makes couple
2013-08-13 Edwin VaneAdding a vector version of tooling::applyAllReplacements
2013-08-13 Edwin VaneFixing a conflict detection bug in tooling::deduplicate
2013-08-13 Arnold SchwaighoferMove logic to enable the vectorizer to clang
2013-08-13 Samuel BenzaquenRefactor "MatcherList" into "VariantMatcher" and abstra...
2013-08-13 Arnold SchwaighoferFix xcore tests to use regex.
2013-08-13 Daniel Jasperclang-format: Add option for the offset of constructor...
2013-08-13 Robert LyttonAdd XCore target
2013-08-13 David MajnemerFix typo in comment.
2013-08-13 Daniel Jasperclang-format: Improve boolean expression formatting...
2013-08-13 Daniel Jasperclang-format: Activate WebKit-style tests for MS compilers.
2013-08-13 Daniel Jasperclang-format: Slightly adapt line break penalties.
2013-08-13 David Majnemer[-cxx-abi microsoft] Mangle __uuidof correctly into...
2013-08-13 David BlaikieDrive by cleanup
2013-08-13 Larisse Voufovariable templates updated for PCH serialization.....
2013-08-13 NAKAMURA TakumiAnalysisBasedWarnings.cpp:: Prune "\param VariableName...
2013-08-13 David Majnemer[-cxx-abi microsoft] Mangle TemplateArgument::Declarati...
2013-08-13 Reid KlecknerSilence a warning from MSVC about not returning a value
2013-08-12 Reid KlecknerRemove Sema includes from Analysis code to fix layering
2013-08-12 Hans Wennborgclang-cl: Sink /Fe and /Fo diagnostic code into BuildAc...
2013-08-12 Fariborz JahanianObjectiveC migration. Add couple of routine
2013-08-12 David BlaikieDebugInfo: Simplify declaration building code - relying...
2013-08-12 David BlaikieDebugInfo: simplify some limited/declaration creation...
2013-08-12 Hans Wennborgclang-cl: Consolidate tests for /Fo and /Fe into cl...
2013-08-12 Kaelyn UhrainAdd hooks to ExternalSemaSource for after-the-fact...
2013-08-12 Hans WennborgSpeculative build fix for r188206.
2013-08-12 Hans Wennborgclang-cl: Support the /Fe option
2013-08-12 Eli FriedmanFix pretty-printing for unnamed unions.
2013-08-12 Eli FriedmanFix crash w/BlockDecl and invalid qualified decl.
2013-08-12 DeLesley HutchinsPatch by Chris Wailes <chris.wailes@gmail.com>.
2013-08-12 Kaelyn UhrainForgot to add unittests/Sema/ before committing r188196 :(
2013-08-12 Kaelyn UhrainAdd hooks for typo correction to ExternalSemaSource...
2013-08-12 Hans Wennborgclang-cl: Expand warning about /TC and /TP override...
2013-08-12 Jack Carter[Mips] MSA frontend option support
2013-08-12 Benjamin KramerThis test passes on freebsd after r188178. Not exactly...
2013-08-12 Benjamin KramerSourceManager intialization tweaks.
2013-08-12 Daniel Jasperclang-format: Improve stream-formatting.
2013-08-12 Tim NorthoverFix FileCheck --check-prefix lines.
2013-08-12 Daniel Jasperclang-format: Correctly format alias declarations.
2013-08-12 Alexey SamsonovUse new llvm::SpecialCaseList API in CodeGenModule
2013-08-12 Manuel KlimekThis change fixes the formatting of statements such...
2013-08-12 Richard SmithFix misindentation.
2013-08-10 Robert WilhelmOmit llvm:: before StringRef and SmallString. We have...
2013-08-10 Robert WilhelmOmit llvm:: before SmallVector and SmallVectorImpl...
2013-08-10 Serge PavlovFix to PR16225 (Assert-on-invalid: isa<LabelDecl>(D...
2013-08-10 Enea ZaffanellaAdded source locs for angled parentheses in class/var...
2013-08-10 Serge PavlovAvoid spurious error messages if parent template class...
2013-08-10 Rafael EspindolaFix warning in builds without asserts.
2013-08-10 Rafael EspindolaSimplify now that llvm::sys::current_path checks $PWD.
2013-08-10 Jordan Rose[analyzer] Update Open Projects and Potential Checkers...
2013-08-10 NAKAMURA Takumiclang/test/Driver/cl-options.c: Suppress this on cygmin...
2013-08-09 Eli FriedmanCorrectly profile CXXPseudoDestructorExprs.
2013-08-09 James DennettExpose LambdaIntroducer::DefaultLoc in the AST's Lambda...
2013-08-09 Richard TrieuFix typo in template diffing docs.
2013-08-09 Richard TrieuFix for PR16570: when comparing two function pointers...
2013-08-09 Argyrios Kyrtzidis[arcmt] When handling unbridged casts, handle the body...
2013-08-09 Robert WilhelmOmit llvm:: before ArrayRef, as we have using llvm...
2013-08-09 Benjamin KramerRemove "static" on simple temporary StringRef.
2013-08-09 Hans Wennborgclang-cl: Don't pass /defaultlib to the linker
2013-08-09 David BlaikieOnly emit debug info for implicit members that actually...
2013-08-09 Benjamin KramerAdd a convenient way to compare GCCVersions without...
2013-08-09 Benjamin KramerDirectIvarAssignment: Replace vtable'd objects with...
2013-08-09 Daniel Dunbar[tests] Update to use lit_config and lit package, as...
2013-08-09 Alexey SamsonovFixup for r188058: assume hasAsanZeroBaseShadow() is...
2013-08-09 Benjamin KramerAdd lrint to the list of math builtins. It never sets...
2013-08-09 Benjamin KramerPut back a microoptimization with a comment to make...
2013-08-09 David MajnemerSema: Assertion failure during CodeGen in CodeGenModule...
2013-08-09 David Majnemer[-cxx-abi microsoft] Mangle UUIDs correctly, stick...
2013-08-09 Pavel Labath[analyzer] Enable usage of temporaries in InitListExprs
2013-08-09 Alexey SamsonovMake SanitizerArgs parsing toolchain-independent
2013-08-09 Alexander KornienkoUse isCharInSet from llvm/Support/UnicodeCharRanges...
2013-08-09 David MajnemerRevert "[-cxx-abi microsoft] Mangle UUIDs correctly...
2013-08-09 David Majnemer[-cxx-abi microsoft] Mangle UUIDs correctly, stick...
2013-08-09 Richard SmithImplement [class.friend]p11's special name lookup rules...
2013-08-09 Jordan Rose[analyzer] Warn when using 'delete' on an uninitialized...
2013-08-09 Daniel Dunbar[tests] Make string encoding issues explicit.
2013-08-09 Daniel Dunbar[tests] Avoid deprecated except syntax.
2013-08-09 Hans Wennborgclang-cl: Support /showIncludes
2013-08-08 Hans Wennborgclang-cl: Map /Oi[-] to -f[no-]builtin
next