platform/upstream/llvm.git
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...
2012-10-17 Sean Silvadocs: Add link to integrated assembler HowTo
2012-10-17 Daniel DunbarSupport: Don't remove special files on signals.
2012-10-17 Alexey Samsonov[ASan] unit tests: Move main() to a separate file....
2012-10-17 Kostya Serebryany[asan] added a test for a bug in asan at -O0 introduced...
2012-10-17 Kostya Serebryany[asan] better debug diagnostics in asan compiler module
2012-10-17 Alexey Samsonov[ASan] Fix strchr/index tests for users who have 'char...
2012-10-17 Daniel JasperFix tests, which accidentally matched implicit code...
2012-10-17 Alexey Samsonov[ASan] don't use attribute no_address_safety_analysis...
2012-10-17 Alexey Samsonov[Sanitizer] symbolizer: increase the maximal number...
2012-10-17 Chandler CarruthRemove an unneeded flag from the bitrig driver tests.
2012-10-17 Chandler CarruthThis just in, it is a *bad idea* to use 'udiv' on an...
2012-10-17 Daniel JasperFirst version of matchers for Types and TypeLocs.
2012-10-17 Kostya Serebryany[asan] fix gcc warnings while building asan-rt
2012-10-17 Bill WendlingMarked this variable as 'used' so that LTO doesn't...
2012-10-17 Chandler CarruthFix a really annoying "bug" introduced in r165941....
2012-10-17 Richard SmithUpdate test FIXME: The '[]' in 'delete []' is never...
2012-10-17 Craig TopperRemove LLVM_DELETED_FUNCTION from destructors that...
2012-10-17 John McCallSet a special flag in class metadata when an Objective...
2012-10-17 John McCallOrganize and rename the magic constants for class flags.
2012-10-17 Michael LiaoCheck SSSE3 instead of SSE4.1
2012-10-17 John McCallAt -O0, prefer objc_storeStrong with a null new value...
2012-10-17 Michael LiaoFix setjmp on models with non-Small code model nor...
2012-10-17 Jakob Stoklund... Use a SparseSet instead of a BitVector for UsedInInstr...
2012-10-17 David BlaikieImplement C++ 10.3p16 - overrides involving deleted...
2012-10-17 Jason MolendaAdd code to UnwindAssemblyInstEmulation::GetNonCallSite...
2012-10-17 Nico Weber"'Might as well make it static const.' -- John McCall...
2012-10-17 Douglas GregorFix the handling of target options in our unit tests.
2012-10-16 Eli FriedmanMove test to a more appropriate place.
2012-10-16 Eric ChristopherUse a typedef to reduce some typing and reformat code...
2012-10-16 Eric ChristopherVariable name cleanup.
2012-10-16 Eric ChristopherFormatting and 80-col.
2012-10-16 Eric ChristopherSpacing.
2012-10-16 Eli FriedmanFix pretty-printing for variables declared in a conditi...
2012-10-16 Douglas GregorSerialize TargetOptions into an AST file, and make...
2012-10-16 Richard SmithDR1492: In a definition of a destructor, the exception...
2012-10-16 Greg ClaytonAPI cleanup.
2012-10-16 David BlaikiePR13684: Emit vtable entries for deleted functions...
2012-10-16 Jakob Stoklund... Avoid rematerializing a redef immediately after the...
2012-10-16 Jakob Stoklund... Revert r166046 "Switch back to the old coalescer for...
next