Generalize support for analyzing loops to include SLE/SGE loop exit conditions
[oota-llvm.git] / lib / Target / PowerPC /
2008-12-05 Evan ChengRe-did 60519. It turns out Darwin's handling of hidden...
2008-12-04 Bill WendlingTemporarily revert r60519. It was causing a bootstrap...
2008-12-04 Evan ChengVisibility hidden GVs do not require extra load of...
2008-12-03 Dale JohannesenA step towards geting linux ppc to work (see PR 3099)
2008-12-03 Dan GohmanSplit foldMemoryOperand into public non-virtual and...
2008-12-03 Dan GohmanRename isSimpleLoad to canFoldAsLoad, to better reflect...
2008-12-03 Rafael EspindolaFix bug 3140.
2008-12-03 Dan GohmanAdd a sanity-check to tablegen to catch the case where...
2008-12-01 Duncan SandsThere are no longer any places that require a
2008-12-01 Duncan SandsChange the interface to the type legalization method
2008-11-24 Duncan SandsIf the type legalizer actually legalized anything
2008-11-24 Matthijs KooijmanFix comments.
2008-11-24 Evan ChengMove target independent td files from lib/Target/ to...
2008-11-23 Duncan SandsRename SetCCResultContents to BooleanContents. In
2008-11-22 Anton KorobeynikovMake a convenient helper for printing offsets.
2008-11-19 Dan GohmanExperimental post-pass scheduling support. Post-pass...
2008-11-18 Dan GohmanAdd more const qualifiers. This fixes build breakage...
2008-11-17 Dale JohannesenMove some former testcases (low-probability codegen
2008-11-15 Oscar FuentesAdds extern "C" ints to the .cpp files that use Registe...
2008-11-08 Anton KorobeynikovTemporary revert my last commit: it seems it's triggeri...
2008-11-08 Anton KorobeynikovFactor out offset printing code into generic AsmPrinter.
2008-11-08 Evan ChengRename startFunctionStub to startGVStub since it's...
2008-11-07 Dale JohannesenMake FP tests requiring two compares work on PPC (PR...
2008-11-07 Dan GohmanFlush the raw_ostream after emitting the assembly for...
2008-11-05 Dan GohmanReintroduce a comment that was removed with the AddToIS...
2008-11-05 Dan GohmanEliminate the ISel priority queue, which used the topol...
2008-10-30 Duncan SandsShift amounts should have type getShiftAmountTy
2008-10-29 Dale JohannesenAdd a RM pseudoreg for the rounding mode, which
2008-10-28 Duncan SandsFix darwin ppc llvm-gcc build breakage: intercept
2008-10-27 David GreeneHave TableGen emit setSubgraphColor calls under control...
2008-10-24 Dale JohannesenMark MFCR as reading all condition code registers.
2008-10-24 Dale JohannesenRewrite logic to figure out whether LR needs to
2008-10-23 Dale JohannesenMark defs and uses of CTR and LR correctly.
2008-10-22 Oscar FuentesCMake: Turned some libraries into partially linked...
2008-10-21 Dan GohmanDisable constant-offset folding for PowerPC, as the...
2008-10-16 Dan GohmanTrim #includes.
2008-10-16 Duncan SandsFix warnings about mb/me being potentially used
2008-10-16 Dan GohmanConst-ify several TargetInstrInfo methods.
2008-10-14 Evan ChengRename LoadX to LoadExt.
2008-10-14 Dan GohmanFix command-line option printing to print two spaces...
2008-10-11 Chris LattnerChange CALLSEQ_BEGIN and CALLSEQ_END to take TargetCons...
2008-10-08 Duncan SandsAdd <cstdio> include where needed by gcc-4.4.
2008-10-05 Anton KorobeynikovFix weird think-o and unbreak build on all gcc-3.4...
2008-10-03 Dan GohmanAvoid creating two TargetLowering objects for each...
2008-10-03 Dan GohmanSwitch the MachineOperand accessors back to the short...
2008-10-01 Devang PatelRemove OptimizeForSize global. Use function attribute...
2008-09-29 Duncan SandsRename isWeakForLinker to mayBeOverridden. Use it
2008-09-26 Bill WendlingTemporarily reverting r56683. This is causing a failure...
2008-09-26 Dan GohmanRename ConstantSDNode's getSignExtended to getSExtValue...
2008-09-26 Evan ChengFix @llvm.frameaddress codegen. FP elimination optimiza...
2008-09-26 Dale JohannesenAdd "inreg" field to CallSDNode (doesn't increase
2008-09-26 Oscar FuentesCMake: Builds all targets.
2008-09-26 Bill WendlingIf we have a function with an unreachable statement...
2008-09-25 Anton KorobeynikovReapply 56585:56589 with proper fix for some gcc versions
2008-09-25 Evan ChengTemporarily backing out 56585:56589 to unbreak the...
2008-09-24 Anton KorobeynikovMinor cleanup
2008-09-24 Anton KorobeynikovGet rid of virtual inheritance for PPC TAI
2008-09-24 Anton KorobeynikovGet rid of ReadOnlySection duplicate
2008-09-24 Anton KorobeynikovGet rid of now unused {Four,Eight,Sixteen}ByteConstantS...
2008-09-24 Anton KorobeynikovGet rid of duplicate char*/Section* TextSection
2008-09-24 Anton KorobeynikovMove actual section printing stuff to AsmPrinter from...
2008-09-24 Anton KorobeynikovDrop obsolete hook and change all usage to new interface
2008-09-24 Evan ChengProperly handle 'm' inline asm constraints. If a GV...
2008-09-23 Devang Patels/ParameterAttributes/Attributes/g
2008-09-23 Dan GohmanFix these enums' starting values to reflect the way...
2008-09-22 Dale JohannesenMake log, log2, log10, exp, exp2 use Expand by
2008-09-17 Bill WendlingAdd trampoline support to PPC. GCC simply calls the...
2008-09-16 Bill WendlingReverting r56249. On further investigation, this functi...
2008-09-16 Bill Wendling- Change "ExternalSymbolSDNode" to "SymbolSDNode".
2008-09-13 Dan GohmanRemove isImm(), isReg(), and friends, in favor of
2008-09-13 Dan GohmanDefine CallSDNode, an SDNode subclass for use with...
2008-09-12 Dan GohmanRename ConstantSDNode::getValue to getZExtValue, for...
2008-09-11 Dale JohannesenSuccumb utterly to compatibility and implement
2008-09-09 Dale JohannesenFix logic for not emitting no-dead-strip for some
2008-09-06 Owen AndersonFix constant pool loads, and remove broken versions...
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-09-04 Dan GohmanClean up uses of TargetLowering::getTargetMachine.
2008-09-04 Dale JohannesenAdd intrinsics for log, log2, log10, exp, exp2.
2008-09-02 Dale JohannesenFix some bugs in the code sequences for atomics.
2008-09-02 Evan ChengChange getBinaryCodeForInstr prototype. First operand...
2008-08-31 Gabor Greiffix a bunch of 80-col violations
2008-08-31 Bill WendlingExpand for ROTR with MVT::i64.
2008-08-30 Dale JohannesenAdd ppc partial-word ATOMIC_CMP_SWAP.
2008-08-29 Dale JohannesenAdd partial word version of ATOMIC_SWAP.
2008-08-28 Gabor Greiferect abstraction boundaries for accessing SDValue...
2008-08-28 Mon P WangIn lowering SELECT_CC, removed cases where we can't...
2008-08-28 Dale JohannesenImplement partial-word binary atomics on ppc.
2008-08-26 Gabor Greifdisallow direct access to SDValue::ResNo, provide a...
2008-08-26 Owen AndersonMake TargetInstrInfo::copyRegToReg return a bool indica...
2008-08-25 Dale JohannesenImplement 32 & 64 bit versions of PPC atomic
2008-08-25 Dale JohannesenRemove PPC-specific lowering for atomics; the
2008-08-25 Dale JohannesenIt's important for the cmp-and-swap to balance
2008-08-23 Dan GohmanMove the point at which FastISel taps into the Selectio...
2008-08-22 Dale JohannesenImplement __sync_synchronize on ppc32. Patch by Gary...
2008-08-22 Dale JohannesenRewrite ppc code generated for __sync_{bool|val}_compar...
2008-08-21 Dan GohmanSimplify SelectRoot's interface, and factor out some...
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-08-17 Anton KorobeynikovUse correct name for PPC codegen library
2008-08-17 Anton KorobeynikovFactor out asmprinter out of ppc
2008-08-16 Anton KorobeynikovPPC/Linux normally uses named section for bss
next