oota-llvm.git
2012-10-26 Jordan RoseSuggest llvm_unreachable over assert(0).
2012-10-26 Jakob Stoklund... Make the Processed set a class member.
2012-10-26 Chad Rosier[ms-inline asm] Add a comment.
2012-10-26 Jakob Stoklund... 80 col.
2012-10-26 Jakob Stoklund... Remove ARMBaseRegisterInfo::isReservedReg().
2012-10-26 Jakob Stoklund... Add GPRPair Register class to ARM.
2012-10-26 Jakob Stoklund... Fix whitespace and function names to be coding standardy.
2012-10-26 Jakob Stoklund... Remove the canCombineSubRegIndices() target hook.
2012-10-26 Benjamin KramerRemove LoopDependenceAnalysis.
2012-10-26 Bill WendlingRemove the unneeded initializers.
2012-10-26 Derek SchuffStop APInt::shl from generating llvm.trap
2012-10-26 Hal FinkelMove target-specific BBVectorize tests into a separate...
2012-10-26 Nadav RotemMove the target-specific tests, which require specific...
2012-10-26 Rafael EspindolaChange the internalize pass to internalize all symbols...
2012-10-26 Benjamin KramerLowercase the argument for TargetTransformInfo so it...
2012-10-26 Chad Rosier[ms-inline asm] Emit an error for unsupported SIZE...
2012-10-26 Chad Rosier[ms-inline asm] Add support for the TYPE operator.
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 Reed Kotlergit-svn-id: https://llvm.org/svn/llvm-project/llvm...
2012-10-26 Chad Rosier[ms-inline asm] Have the target AsmParser create the...
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 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 Joerg SonnenbergerAdjust llvm-ar and llvm-ranlib to not depend on excepti...
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 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 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 Rafael EspindolalibLTO has a bug in that it will keep every symbol...
2012-10-26 Rafael EspindolaPort testcase to FileCheck.
2012-10-26 Hal FinkelDisable generation of pointer vectors by BBVectorize.
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 Kaelyn UhrainFix anonymous namespace issue introduced by r166714:
2012-10-25 Nadav RotemFix a crash in ValueTracking. Add support for vectors...
2012-10-25 Chad Rosier[ms-inline asm] Perform field lookups with the dot...
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 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 SonnenbergerRemove exception handling usage from tblgen.
2012-10-25 Jakob Stoklund... Also optimize large switch statements.
2012-10-25 Michael LiaoAdd 'const' qualifier on member functions not changing...
2012-10-25 Nadav RotemMinor cleanups.
2012-10-25 Micah VillmowUpdate the release notes to note the change from Target...
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 David BlaikieRemove unused member & unnecessary semicolon.
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 Adhemerval... This patch fixes the MC object emission of 'nop' for...
2012-10-25 Bill SchmidtThis patch addresses a PPC64 ELF issue with passing...
2012-10-25 Adhemerval... PowerPC: Initial support for PowerPC64 MCJIT
2012-10-25 Adhemerval... Initial TOC support for PowerPC64 object creation
2012-10-25 Elena DemikhovskyThe test avx-intel-ocl.ll failed. I can't reproduce...
2012-10-25 Michael LiaoAtom has SIMD instruction set extension up to SSSE3
2012-10-25 Michael LiaoClean up where SlotSize should be used instead of point...
2012-10-25 Chandler CarruthTeach SROA how to split whole-alloca integer loads...
2012-10-25 Nadav RotemAdd support for additional reduction variables: AND...
2012-10-25 Jakob Stoklund... Stop running the machine code verifier unconditionally.
2012-10-24 Nadav Rotemrevert accidental change
2012-10-24 Nadav RotemImplement a basic cost model for vector and scalar...
2012-10-24 Chad RosierTell llvm-mc we're using intel syntax, so we don't...
2012-10-24 Kevin EnderbyAdd a bit of documentation on the annotated disassembly...
2012-10-24 Chad Rosier[ms-inline asm] Add back-end test case for r166632...
2012-10-24 Bob WilsonDon't try to install c-index-test with BUILD_CLANG_ONLY...
2012-10-24 Micah VillmowFix a compiler warning with an unused variable.
2012-10-24 Chad Rosier[ms-inline asm] Add support for parsing the '.' operato...
2012-10-24 Chad RosierTidy up. No functional change intended.
2012-10-24 Joerg SonnenbergerDon't use stack unwinding to provide the location infor...
2012-10-24 Hal FinkelUpdate GVN to support vectors of pointers.
2012-10-24 Nadav RotemMake LegalizeKind public so that we can use it outside...
2012-10-24 Nadav Rotemwhitespace
2012-10-24 Nadav RotemDocument the -force-vector-width flag.
2012-10-24 Nadav RotemLoopVectorizer: Add a basic cost model which uses the...
2012-10-24 Evan ChengFix a miscompilation caused by a typo. When turning...
2012-10-24 Hal FinkelgetSmallConstantTripMultiple should never return zero.
2012-10-24 Kaelyn UhrainMake ~Operator() protected so subclasses can inherit...
2012-10-24 Pete CooperImprove DenseMap checks for power of 2 growth. Thanks...
2012-10-24 Micah VillmowAdd some cleanup to the DataLayout changes requested...
2012-10-24 Nadav RotemOpt does not need to initialize the Asm printer/parser
2012-10-24 Micah VillmowDelete the empty directory that was accidently added...
next