platform/upstream/llvm.git
2012-10-26 Chad Rosier[ms-inline asm] Test case for r166790.
2012-10-26 Chad Rosier[ms-inline asm] Add support for the TYPE operator.
2012-10-26 Greg ClaytonUpdated the "breakpoint command add" documentation...
2012-10-26 Benjamin KramerLoopSimplify: Preserve DependenceAnalysis.
2012-10-26 Benjamin KramerFix SCEV cache invalidation in LCSSA and LoopSimplify.
2012-10-26 Benjamin KramerAdd a basic verifier for SCEV's backedge taken counts.
2012-10-26 Nadav RotemFix a crash in SimpliftDemandedBits of vectors of pointers.
2012-10-26 Akira HatanakaMake sure I is not the end iterator when isInsideBundle...
2012-10-26 Douglas GregorMatch up anonymous structs/unions in the ASTImporter...
2012-10-26 Reed Kotler(no commit message)
2012-10-26 Chad Rosier[ms-inline asm] Have the target AsmParser create the...
2012-10-26 Ted KremenekAdd comments for RemoveRedundantMsgs, rename it to...
2012-10-26 Douglas GregorEliminate some longstanding FIXMEs regarding variadic...
2012-10-26 Douglas GregorIn the ASTImporter, don't try to emit a diagnostic...
2012-10-26 Alexander PotapenkoFix a compiler warning in internal_memmove.
2012-10-26 Alexander PotapenkoFix the internal_memmove() implementation that used...
2012-10-26 Renato GolinBetter handling of OpcodeToISD using enum/switch.
2012-10-26 Joerg SonnenbergerDon't explicitly require RTTI and EH.
2012-10-26 Alexey Samsonov[ASan] don't run hacky test for __asan_get_free_bytes...
2012-10-26 Adhemerval... PowerPC: Fix for rldcl/rldicl/rldicr MC emission
2012-10-26 David TweedMinor enhancement to build process notes for ARM platforms.
2012-10-26 Alexander PotapenkoIn the dynamic runtime on Mac OS, do not call internal_...
2012-10-26 Joerg SonnenbergerAdjust llvm-ar and llvm-ranlib to not depend on excepti...
2012-10-26 Daniel JasperRemove clang-fixit from tools page as it is currently...
2012-10-26 David TweedThese tests require an actual x86 registered target...
2012-10-26 Nicolas GeoffrayRemove GC roots that reference dead objects.
2012-10-26 Nicolas GeoffrayFix CPP backend for method attributes by creating a...
2012-10-26 Bill WendlingAlphabetize the enum list.
2012-10-26 Bill WendlingFix grammar-o.
2012-10-26 Alexey SamsonovFix test suppressed in r166683 on 32-bit Linux
2012-10-26 Jason MolendaAdd a new capability to RegisterContextLLDB: To recogn...
2012-10-26 Reed KotlerImplement carry for subtract/add for mips16
2012-10-26 Nick LewyckyHoist out some work done inside a loop doing a linear...
2012-10-26 Jason MolendaDocument target.source-map as the replacement for gdb...
2012-10-26 Hal FinkelUse VTTI->getNumberOfParts in BBVectorize.
2012-10-26 Hal FinkelAdd VectorTargetTransform::getNumberOfParts.
2012-10-26 Nick LewyckyFix typo in comment.
2012-10-26 Reed Kotlerimplement large (>16 bit) constant loading.
2012-10-26 Rafael EspindolaFix unexpected passes. These test do work with LTO...
2012-10-26 Reed Kotlerfix test setgek.ll so that it will not give false ...
2012-10-26 Fariborz JahanianDeclare type of flags to be used in a __block (byref)
2012-10-26 Rafael EspindolalibLTO has a bug in that it will keep every symbol...
2012-10-26 Quentin ColombetOz optimization level sets ForceSizeOpt attribute for...
2012-10-26 Manman RenX86 SSE Intrinsics: update header for sqrt_ss, rsqrt_ss...
2012-10-26 Rafael EspindolaPort testcase to FileCheck.
2012-10-26 Hal FinkelDisable generation of pointer vectors by BBVectorize.
2012-10-25 Filipe CabecinhasAdd a teardown function to TestAbbreviations so it...
2012-10-25 Nadav RotemRevert 166726 because it may have broken a number of...
2012-10-25 Hal FinkelBBVectorize, when using VTTI, should not form types...
2012-10-25 Bill WendlingRecommit Eric's code to validate ASM string's constrain...
2012-10-25 Richard SmithFix the other occurrence of the problem fixed by r166731.
2012-10-25 Fariborz JahanianChanging name of enum for block literal flags to represent
2012-10-25 Greg Clayton<rdar://problem/12570550>
2012-10-25 Jim InghamFound a couple more places where we need to run all...
2012-10-25 Richard SmithLLVM's hashing routines produce a size_t, and thus...
2012-10-25 Kaelyn UhrainFix anonymous namespace issue introduced by r166714:
2012-10-25 Ted KremenekTrackConstraintBRVisitor and ConditionBRVisitor can...
2012-10-25 Richard SmithAdd a more direct test for r166661.
2012-10-25 Nadav RotemFix a crash in ValueTracking. Add support for vectors...
2012-10-25 Chad Rosier[ms-inline asm] Add a test case for r166723 and r166724.
2012-10-25 Chad Rosier[ms-inline asm] Perform field lookups with the dot...
2012-10-25 Chad Rosier[ms-inline asm] Add support for field lookup in the...
2012-10-25 Nadav RotemFix the cost-model test.
2012-10-25 Reed Kotlerimplement mips16 patterns for select nodes
2012-10-25 Hal FinkelAdd CPU model to BBVectorize cost-model tests.
2012-10-25 Kaelyn UhrainDon't return false when the function's return type...
2012-10-25 Nadav RotemAdd the cpu model to the test.
2012-10-25 Fariborz JahanianAdd some new types in preparation of encoding of captur...
2012-10-25 Hal FinkelBegin incorporating target information into BBVectorize.
2012-10-25 Nadav RotemLoopVectorize: Teach the cost model to query scalar...
2012-10-25 Chad Rosier[ms-inline asm] Add support for creating AsmRewrites...
2012-10-25 Joerg SonnenbergerDon't require exception handling for clang-tblgen.
2012-10-25 Joerg SonnenbergerRemove exception handling usage from tblgen.
2012-10-25 Kaelyn UhrainMove the input files for test/PCH/badpch.c under test...
2012-10-25 Jakob Stoklund... Also optimize large switch statements.
2012-10-25 Douglas GregorWhen capturing 'this' in a lambda, make sure to update...
2012-10-25 Michael LiaoAdd 'const' qualifier on member functions not changing...
2012-10-25 Dmitri GribenkoComment to XML conversion: avoid memory allocation...
2012-10-25 Nadav RotemMinor cleanups.
2012-10-25 Dmitri GribenkoCommentDumper: reorder members and add a comment.
2012-10-25 Jim InghamAdd text to the help to explain how to set user defined...
2012-10-25 Fariborz JahanianProvide comment describing what buildBlockDescriptor...
2012-10-25 Micah VillmowUpdate the release notes to note the change from Target...
2012-10-25 Greg ClaytonAllow operating system plug-ins to specify the address...
2012-10-25 Sid ManningThis patch changes the following:
2012-10-25 Michael LiaoAdd test for ATOM ISA SSSE3
2012-10-25 Chad Rosier[ms-inline asm] Add error handling to the ParseIntelDot...
2012-10-25 Jim InghamAdd section on creating convenience variables.
2012-10-25 David BlaikieRemove unused member & unnecessary semicolon.
2012-10-25 Greg ClaytonChanged the V1 and V2 runtimes to be able to detect...
2012-10-25 Joerg SonnenbergerDon't throw exceptions in clang-tblgen by switching...
2012-10-25 Joerg SonnenbergerIn preparation for removing exception handling in table...
2012-10-25 Benjamin KramerDependenceAnalysis: Push #includes down into the implem...
2012-10-25 NAKAMURA Takumillvm/utils/TableGen/CMakeLists.txt: Update correspondin...
2012-10-25 Sebastian Popadd TableGen support to create relationship maps betwee...
2012-10-25 Micah VillmowCleanup some clang code to use new type functions inste...
2012-10-25 NAKAMURA Takumiclang/test/CodeGenCXX/debug-info-thunk.cpp: Suppress...
2012-10-25 Adhemerval... This patch fixes the MC object emission of 'nop' for...
2012-10-25 David TweedCorrect test inovocations to use %clang_cc1 rather...
2012-10-25 Bill SchmidtThis patch addresses a PPC64 ELF issue with passing...
next