platform/upstream/llvm.git
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:
2012-10-18 David BlaikiePR14021: Copy lookup results to ensure safe iteration.
2012-10-18 Greg Clayton<rdar://problem/12462048>
2012-10-18 Chad Rosier[ms-inline asm] Move most of the AsmParsing logic in...
2012-10-18 Chad Rosier[ms-inline asm] Move most of the AsmParsing logic in...
2012-10-18 Andy GibbsFix typo (test commit)
2012-10-18 Evgeniy Stepanov[asan] Disable new/delete interceptors on Android and...
2012-10-18 Dmitri GribenkoUn-XFAIL some tests for comment to XML conversion....
2012-10-18 Ulrich WeigandThis patch fixes failures in the SingleSource/Regressio...
2012-10-18 Alexey Samsonov[Sanitizer] fall back to online symbolizer if user...
2012-10-18 Chandler CarruthRefactor insert and extract of sub-integers into static...
2012-10-18 Chandler CarruthThis FIXME was fixed some time ago. =]
2012-10-18 Abramo BagnaraFixed some corner cases due to implicit int TypeLoc...
2012-10-18 Chandler CarruthRe-enable this test now that r166172 has hacked around...
2012-10-18 Chandler CarruthIntroduce a BarrierNoop pass, a hack designed to allow...
2012-10-18 Nick LewyckyPut used="1" on all used declarations in the XML dumper...
2012-10-18 Nadav Rotemremove unused variable to fix a warning.
2012-10-18 Nadav RotemAdd a small example which shows a vectorizable loop...
2012-10-18 Bob WilsonTemporarily revert the TargetTransform changes.
2012-10-18 Nadav RotemRemove the use of dominators and AA.
2012-10-18 Douglas GregorStart factoring the on-disk records for an AST file...
2012-10-18 Nadav RotemVectorizer: Add support for loops with an unknown count...
2012-10-18 Bob WilsonRevert svn r165741 "Add TargetTransformInfo to the...
2012-10-18 NAKAMURA Takumilibclang/CXComment.cpp: Fix abuse of StringRef.
2012-10-18 Richard SmithTests for DR1507.
2012-10-18 Argyrios Kyrtzidis[libclang] Invoke a ppIncludedFile callback when indexi...
2012-10-18 Argyrios Kyrtzidis[libclang] Add a test for annotation of module headers
next