oota-llvm.git
2011-06-22 Jay FoadEliminate a temporary std::vector in ConstantStruct...
2011-06-22 Jay FoadExtend ConstantUniqueMap with a new template parameter...
2011-06-22 Andrew TrickOnly do config-time substitution of LLVM_BUILD_MODE in
2011-06-22 Rafael EspindolaReenable the optimization added in 133415, but change...
2011-06-22 Justin HolewinskiPTX: Add signed integer comparisons
2011-06-22 Justin HolewinskiPTX: Add .address_size directive if PTX version >= 2.3
2011-06-22 Devang PatelTest case for r133560.
2011-06-21 Francois PichetUnbreak the CMake build
2011-06-21 Devang PatelAfter register is spilled there should not be any DBG_V...
2011-06-21 Jim GrosbachConsolidate some TableGen diagnostic helper functions.
2011-06-21 Owen AndersonFix some trailing issues from my introduction of MVT...
2011-06-21 Nick LewyckyAdd support for assembling "movq" when it's correct...
2011-06-21 Bill WendlingAdd verbose EH table printing to SjLj exception tables.
2011-06-21 Devang PatelThere could be more than one DBG_VALUE instructions...
2011-06-21 Bill WendlingImprove the comment printing for the EH table. This...
2011-06-21 Eric ChristopherHandle the memory-ness of all U+ ARM constraints.
2011-06-21 Devang PatelRemove r130409, as requested by Chris.
2011-06-21 Evan ChengReorg. No functionality change.
2011-06-21 Bob WilsonRevert r133452: "Emit movq for 64-bit register to XMM...
2011-06-21 Anna ZaksAdd support for sadd.with.overflow and uadd.with.overfl...
2011-06-21 Andrew TrickIVUsers no longer needs to record the phis.
2011-06-21 Jay FoadRemove deprecated forms of StringMap::GetOrCreateValue().
2011-06-21 Jay FoadRemove some unnecessary uses of c_str().
2011-06-21 Benjamin KramerRemove unused variables.
2011-06-21 Jay FoadReinstate r133435 and r133449 (reverted in r133499...
2011-06-21 Jay FoadDon't use PN->replaceUsesOfWith() to change a PHINode...
2011-06-21 Jay FoadAdd a reduced test case for the buildbot failure (clang...
2011-06-21 Chris Lattneruse the MapEntryTy typedef instead of writing it out...
2011-06-21 Evan ChengTeach dag combine to match halfword byteswap patterns.
2011-06-21 Andrew Trickindvars -disable-iv-rewrite: Adds support for eliminati...
2011-06-21 Chad RosierRevert r133435 and r133449 to appease buildbots.
2011-06-21 Akira HatanakaAdd A0 and A1 to the list of registers used for returni...
2011-06-21 Akira HatanakaCoding style fixes.
2011-06-21 Akira HatanakaRe-apply 132758 and 132768 which were speculatively...
2011-06-21 Bill WendlingDon't mark the eh.dispatch.setup with a memory access...
2011-06-20 Dan GohmanCompletely short-circuit out ARC optimization if the...
2011-06-20 Bill WendlingRemove the subclassing. This will be moved to the ASM...
2011-06-20 Jakob Stoklund... Skip fields that don't exist in the Register class.
2011-06-20 Justin HolewinskiPTX: Fix conversion between predicates and value types
2011-06-20 Nick LewyckyEmit movq for 64-bit register to XMM register moves...
2011-06-20 Jay FoadFix a check for PHINodes with two incoming values.
2011-06-20 Justin HolewinskiPTX: Fix if-then-else formatting and add missing asserts
2011-06-20 Rafael EspindolaDisable again.
2011-06-20 Justin HolewinskiPTX: Add basic register spilling code
2011-06-20 Roman DivackyDon't apply on PPC64 the 32bit ADDIC optimizations...
2011-06-20 Jay FoadThis is an automatically reduced test case that crashed...
2011-06-20 Jay FoadChange how PHINodes store their operands.
2011-06-20 Jay FoadMake better use of the PHINode API.
2011-06-20 Jay FoadRemove the AugmentedUse struct.
2011-06-20 Rafael EspindolaRe enable 133415 with two fixes
2011-06-20 Duncan SandsDisable the logic added by rafael in commit 133415...
2011-06-20 Nadav RotemFix PromoteIntRes_TRUNCATE: Add support for cases where the
2011-06-20 Francois PichetFix MSVC build. next() function already exists in the...
2011-06-20 Rafael EspindolaTeach early dup how to duplicate basic blocks with...
2011-06-20 Chris LattnerRevamp the "ConstantStruct::get" methods. Previously...
2011-06-20 Chris Lattnerintroduce an isLayoutIdentical() method, which is curre...
2011-06-20 Jakob Stoklund... Add a RegisterTuples class to Target.td and TableGen.
2011-06-19 Jay FoadFix a FIXME by making GlobalVariable::getInitializer...
2011-06-19 Benjamin KramerUpdate test.
2011-06-19 Nadav RotemCode cleanups: Remove duplicated logic in PromotInteRes...
2011-06-19 Nadav RotemCalls to AssertZext and getZeroExtendInReg must be...
2011-06-19 Nadav RotemWhen promoting the vector elements in CopyToParts,...
2011-06-19 Nadav RotemReduce the runtime of the test. Keep only the interesti...
2011-06-19 Nick LewyckyRevert r133373. I was going to use this to teach the...
2011-06-19 Nick LewyckyAdd the remaining instructions/constant expressions...
2011-06-19 Chris LattnerRemove support for parsing the "type i32" syntax for...
2011-06-18 Chris Lattnerrevert r133368, apparently I missed the tests to be...
2011-06-18 Chris LattnerRemove support for parsing the "type i32" syntax for...
2011-06-18 Chris Lattnerfix the varargs version of StructType::get to not requi...
2011-06-18 Chris Lattnereliminate some pointless virtual methods.
2011-06-18 Chris Lattnersimplify some code.
2011-06-18 Chris Lattnernow that Type::getDescription() is dead, the TypePrinti...
2011-06-18 Chris Lattnereliminate the Type::getDescription() method, using...
2011-06-18 Chris Lattnerimprove some comments.
2011-06-18 Chris Lattnerremove an unreduced testcase.
2011-06-18 Chris Lattnerrework the remaining autoupgrade logic to use a StringR...
2011-06-18 Benjamin KramerDirectly print to a raw_ostream instead of printing...
2011-06-18 Benjamin KramerSimplify code. No functionality change.
2011-06-18 Benjamin KramerSimplify code. No change in functionality.
2011-06-18 Hans WennborgMC: Allow .common as alias for .comm assembler directiv...
2011-06-18 Benjamin KramerDon't allocate empty read-only SmallVectors during...
2011-06-18 Benjamin KramerRemove unused but set variables.
2011-06-18 Hans WennborgFix PR10103: Less code for enum type translation.
2011-06-18 Nick LewyckyAdd test for r133251.
2011-06-18 Cameron ZwarichWhen scalar replacement returns a vector type, only...
2011-06-18 Chris Lattnerrip out a ton of intrinsic modernization logic from...
2011-06-18 Cameron ZwarichFix an invalid bitcast crash that occurs when doing...
2011-06-18 Cameron ZwarichRemove a pointless assignment. Nothing checks the value...
2011-06-18 Jakob Stoklund... Use the correct comparator to avoid depending on pointe...
2011-06-18 Jakob Stoklund... Store CodeGenRegisters as pointers so they won't be...
2011-06-18 Jakob Stoklund... Remove MethodProtos/MethodBodies and allocation_order_b...
2011-06-18 Jakob Stoklund... Delete unneeded allocation order override.
2011-06-18 Jakob Stoklund... Switch ARM to using AltOrders instead of MethodBodies.
2011-06-18 Jakob Stoklund... Switch x86 to using AltOrders instead of MethodBodies.
2011-06-18 Galina KistanovaMoved to the right place.
2011-06-18 Jakob Stoklund... Reserve D16-D13 on subtargets that don't support them.
2011-06-18 Jakob Stoklund... Provide AltOrders for specifying alternative allocation...
2011-06-18 Bill Wendling* Override the "EmitBytes" function, since it can sneak...
2011-06-18 Eric ChristopherFix UMULO support for 2x register width to allow the...
2011-06-17 Bill WendlingRemove false assertion.
next