platform/upstream/llvm.git
2012-10-19 Chad Rosier[ms-inline asm] Set the MCTargetAsmParser as paring...
2012-10-19 Chad Rosier[ms-inline asm] Add the isParsingInlineAsm() function...
2012-10-19 Benjamin KramerIndvars: Don't recursively delete instruction during...
2012-10-19 Daniel DunbarFix some doc-os.
2012-10-19 Daniel Dunbarlit: Propagate TERM variable in environment, some tools...
2012-10-19 Michael LiaoLower BUILD_VECTOR to SHUFFLE + INSERT_VECTOR_ELT for X86
2012-10-19 Dmitri GribenkoRemove const_casts by propagating constness down to...
2012-10-19 Benjamin KramerSCEVExpander: Don't crash when trying to merge two...
2012-10-19 Jordan RoseAllow objc_requires_super to be used to check class...
2012-10-19 Alexey Samsonov[ASan] add comment to blacklist file to test behavior...
2012-10-19 Alexey Samsonov[ASan] Support comments in ASan/TSan blacklist file...
2012-10-19 Alexey Samsonov[ASan] instrumented asan unit tests should depend on...
2012-10-19 Andy GibbsChange VerifyDiagnosticConsumer so that it *must* conta...
2012-10-19 Andy GibbsPrior to adding the new "expected-no-diagnostics" direc...
2012-10-19 Andy GibbsFix directive parsing in VerifyDiagnosticConsumer so...
2012-10-19 Evgeniy StepanovMove SplitBlockAndInsertIfThen to BasicBlockUtils.
2012-10-19 Benjamin KramerLoopVectorize: Keep the IRBuilder on the stack.
2012-10-19 Stepan DyatkovskiyARM:
2012-10-19 Nick LewyckyRevert r166268, this fix for a crash-on-invalid introdu...
2012-10-19 Kostya Serebryany[asan] update asan docs to explain more about linking...
2012-10-19 Nick LewyckyPacify -Wnon-virtual-dtor.
2012-10-19 Richard SmithDR1511: A const volatile global does not implicitly...
2012-10-19 Richard SmithPR14124: When performing template instantiation of...
2012-10-19 Kostya Serebryany[asan] make sure asan erases old unused allocas after...
2012-10-19 Rafael EspindolaFix handling of the regparm attribute in the presence...
2012-10-19 Craig TopperTeach getColumnNumber to use the line cache to get...
2012-10-19 Nadav Rotemrecommit the patch that makes LSR and LowerInvoke use...
2012-10-19 Nadav RotemReintroduce the TargetTransformInfo to the clang pass...
2012-10-19 Jason MolendaAdd a new target setting to disable automatic loading...
2012-10-19 NAKAMURA Takumiclang/test/Index/annotate-comments.cpp: Relax the expre...
2012-10-19 Michael LiaoSimplify condition checking as CONCAT assume all inputs...
2012-10-19 Jason Molendatypeo fix in comment
2012-10-19 Jason MolendaChange CommunicationKDP::SendRequestWriteMemory to...
2012-10-19 NAKAMURA TakumiASTWriter.cpp: Fix a warning. [-Wunused-variable]
2012-10-19 Sean CallananFixed a bug where empty C structs were given size
2012-10-19 Nadav Rotemvectorizer: Add support for reading and writing from...
2012-10-19 David BlaikieHandle diamond inheritance in -Woverloaded-virtual.
2012-10-19 Nick LewyckyFix typo in comment.
2012-10-19 Douglas GregorDescribe the new input-files block and its record,...
2012-10-19 Douglas GregorMove the set of files to be validated in an AST file...
2012-10-19 NAKAMURA Takumiclang/test/Index/annotate-comments.cpp: Mark this as...
2012-10-18 Jim InghamChange the "rb" alias to "rbreak" since some people...
2012-10-18 Nadav RotemReapply the TargerTransformInfo changes, minus the...
2012-10-18 Nadav Rotemcleanup the comment.
2012-10-18 Bob WilsonFix comment typo.
2012-10-18 Argyrios KyrtzidisRevert r166223 and the subsequent commits that depend...
2012-10-18 Greg Clayton<rdar://problem/12491420>
2012-10-18 Jordan RoseFix case for include of Compiler.h.
2012-10-18 Jordan RoseAdd move constructors for OwningPtr and OwningArrayPtr.
2012-10-18 Jordan RoseAdd a T&& constructor to llvm::Optional.
2012-10-18 Eric ChristopherFix up comment and invert order. Most simple check...
2012-10-18 Bob WilsonMark bugpoint tests with XFAIL when building with LTO...
2012-10-18 Jim InghamMention "break set -r" and "break set -p".
2012-10-18 Eli FriedmanUse the type as written when pretty-printing C-style...
2012-10-18 Eric ChristopherAdd a new option for and disable column number informat...
2012-10-18 Eric ChristopherRemove trailing comma.
2012-10-18 Kevin EnderbyFix a bug where a 32-bit address with the high bit...
2012-10-18 Douglas GregorMove OriginalDir from ASTReader to ModuleFile.
2012-10-18 Nadav Rotemfix a naming typo
2012-10-18 Fariborz Jahanian[doc parsing] use getParamName to access parameter
2012-10-18 Michael J.... [Options] Make Option non clang specific.
2012-10-18 Douglas GregorMove the "RelocatablePCH" bit from the ASTReader to...
2012-10-18 Douglas GregorMove information about the "original file" from the...
2012-10-18 Eli FriedmanRemove check which incorrectly suppressed printing...
2012-10-18 Eli FriedmanFix AST pretty-printing for C++ new expressions with...
2012-10-18 Daniel Dunbartest: Add a lit config variable to check if LTO is...
2012-10-18 Daniel Dunbarlit: Allow XFAIL: lines to also refer to "features".
2012-10-18 Michael J.... [Options] make Option a value type.
2012-10-18 Chad Rosier[ms-inline asm] Add a size argument to the LookupInline...
2012-10-18 Chad Rosier[ms-inline asm] Add a size argument to the LookupInline...
2012-10-18 Bob WilsonUse an export list when building JIT unittests. <rdar...
2012-10-18 Eli FriedmanFix Objective-C implicit property synthesis for C+...
2012-10-18 Benjamin KramerEmit diagnostics in chunks even when we're trying to...
2012-10-18 Sebastian PopUse pre-python 2.5 syntax in lit.cfg.
2012-10-18 Sebastian PopClear unknown mem ops when merging stack slots (pr14090)
2012-10-18 Sebastian PopChange MachineFrameInfo::StackObject::Alloca from Value...
2012-10-18 Chad Rosier[ms-inline asm] Have the LookupInlineAsmIdentifier...
2012-10-18 Chad Rosier[ms-inline asm] Have the LookupInlineAsmIdentifier...
2012-10-18 Anna Zaks[analyzer] Ivar invalidation: identify properties decla...
2012-10-18 Anna ZaksFactor CollectClassPropertyImplementations out of Sema...
2012-10-18 Fariborz JahanianPatch for decl printer test of objective-c methods.
2012-10-18 Axel NaumannFrom Vassil Vassilev: enable Sema to deal with multiple...
2012-10-18 Bob WilsonRevert "We need this symbol after an LTO build."
2012-10-18 Douglas GregorCollapse the original file name and original file ID...
2012-10-18 Nadav RotemAvoid reconstructing the pointer set when searching...
2012-10-18 Douglas GregorCollapse the "version control revision/tag" AST file...
2012-10-18 Dmitri GribenkoFix more documentation comments in Comment.h
2012-10-18 Dmitri GribenkoExpand the comment for DeclInfo::CurrentDecl.
2012-10-18 Micah VillmowUpdate the LangRef documentation for the per pointer...
2012-10-18 Meador IngeCosmetic change -- move two simplifiers to the right...
2012-10-18 Meador Ingeinstcombine: Migrate strcpy optimizations
2012-10-18 Eli Benderskytest commit: verifying access from new address
2012-10-18 Nadav RotemIn SimplifySelectOps we pulled two loads through a...
2012-10-18 Douglas GregorSplit the target options out into their own record...
2012-10-18 Richard SmithDR1442: In a range-based for statement, namespace ...
2012-10-18 Chad Rosier[ms-inline asm] Remove accidental commit.
2012-10-18 Fariborz JahanianImprove comment in couple of fields of DeclInfo.
2012-10-18 Nadav RotemWhen looking for a vector representation of a scalar...
2012-10-18 Fariborz JahanianFix this test to match recent addition of declaration...
2012-10-18 Sid ManningThis update does the following:
next