]> granicus.if.org Git - clang/shortlog
clang
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
2013-08-08 Fariborz Jahanianunbreak buildbot on Windows.
2013-08-08 Fariborz JahanianObjectiveC migrator: tighten rule about when to
2013-08-08 Fariborz JahanianObjectiveC migration: Handle another special case of
2013-08-08 Hans Wennborgclang-cl: use MS C++ ABI
2013-08-08 Rafael EspindolaFix alignof computation of large arrays on x86_64.
2013-08-08 Reid KlecknerRevert "clang-cl: Hook up /Za to prevent adding oldname...
2013-08-08 Stefanus Du... Add clang_Location_isFromMainFile() to libclang.
2013-08-08 Hans WennborgRemove misleading comment about using cc1 option table.
2013-08-08 Hans Wennborgclang-cl: Hook up /Za to prevent adding oldnames.lib...
2013-08-08 Jordan Rosescan-build: pass -target through to analyzer
2013-08-08 Edwin VaneIntroduce Replacement deduplication and conflict detect...
2013-08-08 Alexey SamsonovFactor out parsing sanitizer arguments to a separate...
2013-08-08 Benjamin KramerRemove unused variable. No functionality change.
2013-08-08 Alexey SamsonovMove SanitizerArgs implementation from .h to .cpp
2013-08-08 Chandler CarruthThe only useful loop unrolling flag to give realistical...
2013-08-08 Richard TrieuSplit the deprecated increment bool warning into a...
2013-08-08 Arnold SchwaighoferRevert r187935 "Support for double width characters."
2013-08-08 Richard TrieuEmit an error for enum increments and decrements in...
2013-08-08 Filipe Cabecinhascatch-undefined-behavior.cpp: Remove names that don...
2013-08-08 Filipe CabecinhasUBSan: Fix naming for IR variables in catch-undef-behav...
2013-08-08 Filipe CabecinhasUBSan: Fix alignment checks emitted in downcasts.
2013-08-08 Hans Wennborgclang-cl: Support the run-time selection options (...
2013-08-07 Alexander KornienkoSupport for double width characters.
2013-08-07 Peter CollingbourneDataFlowSanitizer; Clang changes.
next