platform/upstream/llvm.git
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
2012-10-17 Bill WendlingRevert r166157 because some tests fail...
2012-10-17 Richard SmithUpdate comment to match DR1502.
2012-10-17 Bill WendlingCheck that the operand of the GEP is not the GEP itself...
2012-10-17 Richard SmithDR1535: only potentially-evaluated typeid expressions...
2012-10-17 Michael LiaoRevert part of r166049 back and enable test case in...
2012-10-17 David BlaikieFix -Woverloaded-virtual when the using statement refer...
2012-10-17 NAKAMURA TakumiLoopVectorize.cpp: Fix a warning. [-Wunused-variable]
2012-10-17 Richard SmithDR1528: C++11 doesn't allow repeated cv-qualifiers...
2012-10-17 Fariborz JahanianXFAIL these tests until I can figure out what is going...
2012-10-17 Fariborz JahanianAdds couple of missing warning flags so warnings can...
2012-10-17 Michael LiaoDisable extract-concat test case temporarily
2012-10-17 Richard SmithAdd -std=c++1y argument, for *highly* experimental...
2012-10-17 Jakub StaszakRemove redundant SetInsertPoint call.
2012-10-17 Greg Clayton<rdar://problem/12462048>
2012-10-17 Michael LiaoRevert r166049
2012-10-17 Reed KotlerAdd conditional branch instructions and their patterns.
2012-10-17 Enrico GranataImprovements to the data formatters logging - plus...
2012-10-17 Sean CallananFixed ClangASTContext to own its TargetOptions
2012-10-17 Sean CallananAdded support for "bool", "true", and "false" to
2012-10-17 Fariborz Jahanian[Doc parsing]: This patch adds <Declaration> tag to
2012-10-17 Anna Zaks[analyzer] CmpRuns: cleanup APIs, allow processing...
2012-10-17 Roman DivackyFix some typos and wrong indenting.
2012-10-17 Greg ClaytonAdded register write examples and also how to modify...
2012-10-17 Michael LiaoTeach DAG combine to fold (extract_subvec (concat v1...
2012-10-17 Jakob Stoklund... Switch MRI::UsedPhysRegs to a register unit bit vector.
2012-10-17 Nadav RotemUpdate the release notes about how to enable the loop...
2012-10-17 Evan ChengAdd a really faster pre-RA scheduler (-pre-RA-sched...
2012-10-17 Jordan Rose[analyzer] When binding to a ParenExpr, bind to its...
2012-10-17 Jordan Rose[analyzer] Create a temporary region when accessing...
2012-10-17 Enrico Granata<rdar://problem/12503640> Fixing an issue where the...
2012-10-17 David BlaikieMove -Wint-to-pointer-cast from -Wall to -Wmost to...
2012-10-17 Jakob Stoklund... Merge MRI::isPhysRegOrOverlapUsed() into isPhysRegUsed().
2012-10-17 Nadav RotemUpdate the release notes about the store-merge dag...
2012-10-17 Nadav RotemUpdate the release notes about the new TargetTransformI...
2012-10-17 Daniel Dunbarbuild/clang_darwin: Don't try to build ARM contents...
2012-10-17 Nadav RotemUpdate the release notes about the new loop vectorizer.
2012-10-17 Nadav RotemAdd a loop vectorizer.
2012-10-17 Daniel Dunbarbuild/make: There is no need to put timestamps into...
2012-10-17 Jakob Stoklund... Check for empty YMM use-def lists in X86VZeroUpper.
2012-10-17 Eric ChristopherRevert r158009 since there are some uses of artificial...
2012-10-17 Anton KorobeynikovFix fallout from RegInfo => FrameLowering refactoring...
2012-10-17 Andrew Trickmisched: Better handling of invalid latencies in the...
next