oota-llvm.git
2011-04-28 Benjamin KramerInstCombine: Merge "(trunc x) == C1 & (and x, CA) ...
2011-04-28 Eric ChristopherBe more layout aware here and swap the successor and...
2011-04-28 Chris Lattnercentralize "marking for deletion" into a helper functio...
2011-04-28 Chris LattnerPromote toErase to be an ivar of the GVN class.
2011-04-28 Rafael EspindolaAdd a getExprForPersonalitySymbol method to MCAsmInfo...
2011-04-28 Rafael EspindolaMark the EH symbol global or weak if the corresponding...
2011-04-28 Jay FoadFix typos in comments.
2011-04-28 Chandler CarruthFix the last -Wnon-pod-memset I'm seeing. This is benig...
2011-04-28 Chandler CarruthRevert an unintended commit. Very sorry for this one.
2011-04-28 Chandler CarruthFix more -Wnon-pod-memset warnings.
2011-04-28 Chandler Carruthnuke gold
2011-04-28 Chris Lattnerteach GVN to widen integer loads when they are overalig...
2011-04-28 Eric ChristopherLet the immediate leaf pattern take transforms and...
2011-04-28 Chris Lattnermove PR9803 to this readme.
2011-04-28 Ted KremenekAdd utility method to DenseMap to return the amount...
2011-04-28 Rafael EspindolaAdd a small temporary hack for producing identical...
2011-04-28 Rafael EspindolaProduce the EH_frame# symbols if needed.
2011-04-28 Rafael EspindolaForward isFunctionEHFrameSymbolPrivate. If it is false...
2011-04-28 Devang PatelTeach dwarf writer to handle complex address expression...
2011-04-28 Chris Lattnersilence some -Wnon-pod-memset warnings, since std:...
2011-04-28 Eli FriedmanFix a silly mistake in r130338.
2011-04-28 Justin HolewinskiPTX: support for select_cc and fixes for setcc
2011-04-28 Justin HolewinskiPTX: support for select
2011-04-28 Justin HolewinskiPTX: mov fix and rounding correction for cvt
2011-04-28 Justin HolewinskiPTX: support for fneg
2011-04-28 Justin HolewinskiPTX: support for zext loads and trunc stores
2011-04-28 Justin HolewinskiPTX: support for bitwise operations on predicates
2011-04-28 Justin HolewinskiPTX: patch to AsmPrinter
2011-04-28 Andrew TrickReverting r130340 in the unlikely event that it's respo...
2011-04-27 Eli Friedmanfast-isel sret. We actually don't need to do anything...
2011-04-27 Johnny ChenAdd tests for A8.6.110 NOP.
2011-04-27 Rafael EspindolaRemove unnecessary argument.
2011-04-27 Rafael EspindolaRename getPersonalityPICSymbol to getCFIPersonalitySymb...
2011-04-27 Andrew TrickFixes PR9730: indvars: An asserting value handle still...
2011-04-27 Devang PatelSimplify handling of variables with complex address...
2011-04-27 Eli FriedmanMake the fast-isel code for literal 0.0 a bit shorter...
2011-04-27 Eli FriedmanRemove unused function.
2011-04-27 NAKAMURA Takumidocs/doxygen.css: Tweak style for readability.
2011-04-27 Rafael EspindolaFix indentation.
2011-04-27 Kevin EnderbyFix a bug in the case that there is no add or subtract...
2011-04-27 Dan GohmanTeach BasicAA about arm.neon.vld1 and vst1.
2011-04-27 Devang PatelRevert r130178. It turned out to be not the optimal...
2011-04-27 Evan ChengIf converter was being too cute. It look for root BBs...
2011-04-27 Dan GohmanWhen analyzing functions known to only access argument...
2011-04-27 Andrew TrickCorrects an old, old typo in a case that doesn't seem...
2011-04-27 Devang PatelSimplify cfg inserts a call to trap when unreachable...
2011-04-27 Jakob Stoklund... Also add <imp-def> operands for defined and dead super...
2011-04-27 Rafael EspindolaFactor a bit of code to MCStreamer::EmitLabel. Keep...
2011-04-27 Duncan SandsStop trying to have instcombine preserve LCSSA form...
2011-04-27 Andrew TrickTest case and comment for PR9633.
2011-04-27 Nick LewyckyUse static inline to do the right thing when built...
2011-04-27 Eli FriedmanRefactor out code to fast-isel a memcpy operation with...
2011-04-27 Rafael EspindolaForce some values to be absolute and align based on...
2011-04-27 Eli FriedmanFix an edge case involving branches in fast-isel on...
2011-04-27 Andrew TrickFix for PR9633 [indvars] Assertion `isa<X>(Val) &&...
2011-04-26 Chris LattnerEnhance memdep to return clobber relation between noali...
2011-04-26 Jakob Stoklund... Add a safe-guard against repeated splitting for some...
2011-04-26 Chris Lattneruse AA::isMustAlias to simplify some calls.
2011-04-26 Chris Lattnerremove support for llvm.invariant.end from memdep....
2011-04-26 Evan ChengBe careful about scheduling nodes above previous calls...
2011-04-26 Evan ChengThis test should be in MC. It breaks with changes to...
2011-04-26 Chris Lattnermake a couple of changes to the standard pass pipeline:
2011-04-26 Chris LattnerTransform: "icmp eq (trunc (lshr(X, cst1)), cst" to...
2011-04-26 Chris Lattnersome random cleanups, no functionality change.
2011-04-26 Chris Lattneradd an m_ConstantInt matching predicate that binds...
2011-04-26 Jim GrosbachARM and Thumb2 support for atomic MIN/MAX/UMIN/UMAX...
2011-04-26 Rafael EspindolaPrint the label if we will use it in debug_frame.
2011-04-26 Devang PatelRefactor code. Keep dwarf register operation selection...
2011-04-26 Jakob Stoklund... Use the new TRI->getLargestLegalSuperClass hook to...
2011-04-26 Jakob Stoklund... Add a TRI::getLargestLegalSuperClass hook to provide...
2011-04-26 Benjamin KramerForce a triple on this test to unbreak windows buildbots.
2011-04-26 Devang PatelFix an off by one error while accessing complex address...
2011-04-26 Chris LattnerImprove the bail-out predicate to really only kick...
2011-04-26 Dan GohmanFast-isel support for simple inline asms.
2011-04-26 Oscar FuentesHonor LLVM_BUILD_RUNTIME.
2011-04-26 Rafael EspindolaAdd test for PR9743.
2011-04-26 Duncan SandsAnother example of a static table that wasn't marked...
2011-04-26 Chris Lattnerdon't emit the symbol name twice for local bss and...
2011-04-26 Nick LewyckyAdd cmakefiles to build profile_rt.so!
2011-04-26 Evan ChengFix typo
2011-04-26 Rafael EspindolaPrint all the moves at a given label instead of just...
2011-04-26 Nick LewyckyRename everything to follow LLVM style ... I think.
2011-04-26 Rafael EspindolaNo relocation produces a SLEB or ULEB, make sure they...
2011-04-26 Chris LattnerEnhance MemDep: When alias analysis returns a partial...
2011-04-26 Devang PatelLet dwarf writer allocate extra space in the debug...
2011-04-25 Devang PatelRename a local variable.
2011-04-25 Devang PatelRename a method to match what it really does.
2011-04-25 Devang PatelDo not drop a variable's complex address if it is not...
2011-04-25 Dan GohmanFix an iterator invalidation bug.
2011-04-25 Eric ChristopherMake this test disable fast isel as it's not needed.
2011-04-25 Chris Lattnermark a large static table static. Pointed out by Micha...
2011-04-25 Chris LattnerImprove adherence to general style, use "foo_t &x"...
2011-04-25 Chris Lattnerallow adding a FoldingSetNodeID to a FastFoldingSetNode...
2011-04-25 Chris Lattneradd a missed bitfield instcombine.
2011-04-25 Akira HatanakaLower BlockAddress node when relocation-model is static.
2011-04-25 Devang PatelA dbg.declare may not be in entry block, even if it...
2011-04-25 Benjamin KramerMake tests more useful.
2011-04-25 Chandler CarruthRemove some hard coded CR-LFs. Some of these were the...
2011-04-25 Duncan SandsFix comment typo. Noticed by Liu.
2011-04-24 Rafael EspindolaSimplify the logic. Noticed by aKor.
next