platform/upstream/llvm.git
2012-10-01 Jordan RoseRe-enable support for --program-prefix.
2012-10-01 Ted KremenekHave AnalyzerOptions::getBooleanOption() stick the...
2012-10-01 Ted KremenekAdd checker debug.ConfigDumper to dump the contents...
2012-10-01 Jordan RoseReapply "[analyzer] Handle inlined constructors for...
2012-10-01 Richard TrieuCleaning up the self initialization checker.
2012-10-01 Enrico Granata<rdar://problem/12406088> Fixing a crasher with adding...
2012-10-01 Micah VillmowForgot the SPIR test case.
2012-10-01 Micah VillmowAdd in support for SPIR to LLVM core. This adds a new...
2012-10-01 Jordan Rose[analyzer] Make ProgramStateManager's SubEngine paramet...
2012-10-01 Michael LiaoFix PR13899
2012-10-01 Benjamin KramerProvide a shortcut for MCObjectStreamer when emitting...
2012-10-01 Daniel JasperFix ASTMatchersTests in configurations where
2012-10-01 Daniel JasperAdd matchers for selected C++11 features.
2012-10-01 Chandler CarruthFix more misspellings found by Duncan during review.
2012-10-01 Chandler CarruthMake this plural. Spotted by Duncan in review (and...
2012-10-01 Chandler CarruthPrune some unnecessary includes.
2012-10-01 Chandler CarruthFix several issues with alignment. We weren't always...
2012-10-01 Benjamin KramerTargetData: s/uint32_t/unsigned/ per Kuba's request.
2012-10-01 Benjamin KramerSimplifyCFG: Don't crash when forming a switch bitmap...
2012-10-01 Chandler CarruthFactor the PHI and select speculation into a separate...
2012-10-01 Axel NaumannThe Redeclarable part of named decls is read before...
2012-10-01 Axel NaumannAlso merge template redeclarations.
2012-10-01 Nico WeberMark two Clang tests as passing on ARM
2012-10-01 Kostya Serebryanyfix test/CodeGen/tbaa-for-vptr.cpp: don't hardcode...
2012-10-01 Axel NaumannBring ASTReader and Writer into sync for the case where...
2012-10-01 Craig TopperUse constants for all return values in switch. Allows...
2012-10-01 Chandler CarruthRefactor the PartitionUse structure to actually use...
2012-09-30 Jakub StaszakUse dyn_cast instead of isa and cast.
2012-09-30 Benjamin KramerSimplifyCFG: Enumerating all predecessors of a BB can...
2012-09-30 Dmitri GribenkoRST docs: convert HTML escapes to plain text in code...
2012-09-30 Dmitri GribenkoSphinx CSS: remove negative letter-spacing, it makes...
2012-09-30 Jakub StaszakFix &amp;&amp; to && in Coding Standards.
2012-09-30 Craig TopperChange getX86SubSuperRegister to take an MVT::SimpleVal...
2012-09-30 Benjamin KramerArgumentPromotion: Remove ancient workaround for a...
2012-09-30 Benjamin KramerCodeGen: Copy tail padding when we're not dealing with...
2012-09-30 Bill WendlingFilter out tools and unittests which we don't want...
2012-09-30 Bill WendlingRemove this hack in favor of another, better way of...
2012-09-30 Duncan SandsIgnore apparent buffer overruns on external or weak...
2012-09-30 Nadav RotemRevert r164910 because it causes failures to several...
2012-09-30 Nadav RotemA DAGCombine optimization for merging consecutive store...
2012-09-30 Bob WilsonTemporarily comment out some new arm variants to try...
2012-09-30 Bob WilsonSpecify a full target in an attempt to appease buildbots.
2012-09-29 Bob WilsonAdd Clang support for iOS6.
2012-09-29 Bob WilsonAdd ARM VFPv4 feature and enable it by default for...
2012-09-29 Bob WilsonAdd armv7s and some other arm variants supported by...
2012-09-29 Bob WilsonAdd an FMA intrinsic for ARM Neon.
2012-09-29 Bob WilsonAdd compiler-rt support for Swift.
2012-09-29 Bob WilsonAdd support for iOS6.
2012-09-29 Bob WilsonWhitespace.
2012-09-29 Bob WilsonAdd LLVM support for Swift.
2012-09-29 Bob WilsonWhitespace.
2012-09-29 Benjamin KramerShrink TargetAlignElem a bit, we do a lot of searches...
2012-09-29 Daniel JasperFix refersToDeclaration()-matcher and add missing test...
2012-09-29 Dmitri GribenkoMove the 'find macro by spelling' infrastructure to...
2012-09-29 Chandler CarruthFix a somewhat surprising miscompile where code relying...
2012-09-29 Duncan SandsSpeculatively revert commit 164885 (nadav) in the hope...
2012-09-29 Dmitri GribenkoComment XML schema: correct indentation.
2012-09-29 Jason MolendaAdd the RelocateOrLoadKernel and LoadKernel methods...
2012-09-29 Craig TopperTidy up to match coding standards. Remove 'else' after...
2012-09-29 Craig TopperReplace a couple if/elses around similar calls with...
2012-09-29 Nadav RotemA DAGCombine optimization for merging consecutive store...
2012-09-29 Jason MolendaAdd support for debugging KASLR kernels via kdp (the...
2012-09-29 Craig TopperRemove more LLVM_DELETED_FUNCTIONs from destructors...
2012-09-29 NAKAMURA Takumiclang/test/CodeGen/tbaa-struct.cpp: Fix. Be aware of...
2012-09-29 Sean CallananNow in the presence of an Objective-C version 2
2012-09-29 Jordan RoseRevert "[analyzer] Create a temporary region for rvalue...
2012-09-29 Jordan RoseRevert "[analyzer] Create a temp region when a method...
2012-09-29 Jordan RoseRevert "[analyzer] Handle inlined constructors for...
2012-09-29 Argyrios KyrtzidisFor PPCallbacks::InclusionDirective() add a parameter...
2012-09-29 Argyrios KyrtzidisIn the Module class, add a reference to the correspondi...
2012-09-29 Argyrios KyrtzidisAdd an assertion to make sure the implicitly imported...
2012-09-29 Enrico Granata<rdar://problem/12378910> Fix a bunch of other places...
2012-09-29 Enrico Granata<rdar://problem/12378910> Fixing a potential crasher...
2012-09-29 Anna Zaks[analyzer] Do not visit ObjCMethodDecl twice in the...
2012-09-29 Anna Zaks[analyzer] Re-implement IvarInvalidationChecker so...
2012-09-29 Evan ChengAdd test case for r164850.
2012-09-28 Evan ChengDo not delete BBs if their addresses are taken. rdar...
2012-09-28 Enrico GranataImplementing plugins that provide commands.
2012-09-28 Richard SmithPR13941: Mark all virtual functions as unnamed_addr...
2012-09-28 Howard HinnantSet up code under _LIBCXX_DYNAMIC_FALLBACK which is...
2012-09-28 Jordan RoseUse a custom DenseMapInfo for WeakObjectProfileTy.
2012-09-28 Fariborz Jahanian[Doc parsing] Add availability information to generated...
2012-09-28 Bill WendlingDon't use bit-wise operations to query for inclusion...
2012-09-28 Jordan RoseFix buildbots by not using a template from another...
2012-09-28 Alexander KornienkoCompatibility macro detection for the -Wimplicit-fallth...
2012-09-28 Jordan Rose-Wreceiver-is-weak: rephrase warning text and add a...
2012-09-28 Jordan RosePull ScopeInfo implementation into its own file.
2012-09-28 Jordan Rose-Warc-repeated-use-of-weak: check ivars and variables...
2012-09-28 Jordan RoseAdd a warning (off by default) for repeated use of...
2012-09-28 Dan GohmanAdd basic support for adding !tbaa.struct metadata...
2012-09-28 Greg Clayton<rdar://problem/12398225>
2012-09-28 Richard SmithWhen processing an InitListExpr and skipping the initia...
2012-09-28 Evan ChengGlobalDCE should be run at -O2 / -Os to eliminate unuse...
2012-09-28 Akira HatanakaMIPS DSP: add operands to make sure instruction strings...
2012-09-28 Bill WendlingRemove unused methods.
2012-09-28 Sean Silvadocs: dedent list on index.rst
2012-09-28 Michael J.... Fix -Wcovered-switch-default warning.
2012-09-28 Akira HatanakaMIPS DSP: other miscellaneous instructions.
2012-09-28 Sean CallananFixed a bug where if something went wrong while
2012-09-28 Richard TrieuUpdate template type diffing to handle qualifiers....
next