New feature: add support for target intrinsics being defined in the
[oota-llvm.git] / lib / Target / PowerPC /
2009-02-04 Dale JohannesenRemove non-DebugLoc forms of the exotic forms
2009-02-04 Dale JohannesenRemove some more non-DebugLoc versions of construction
2009-02-04 Dale JohannesenRemove a few non-DebugLoc versions of node creation
2009-01-30 Dale JohannesenMake LowerCallTo and LowerArguments take a DebugLoc
2009-01-28 Duncan SandsRename getAnalysisToUpdate to getAnalysisIfAvailable.
2009-01-27 Dan GohmanRespect the DisableRedZone flag on PowerPC.
2009-01-25 Evan ChengPrivate linkage support for PPC / Darwin.
2009-01-20 Evan ChengChange TargetInstrInfo::isMoveInstr to return source...
2009-01-19 Evan ChengFix 80 col violations.
2009-01-19 Evan ChengHandle ISD::DECLARE with PIC relocation model.
2009-01-16 Evan ChengFix PPC ISD::Declare isel and eliminate the need for...
2009-01-16 Dan GohmanInitial hazard recognizer support in post-pass scheduli...
2009-01-15 Dan GohmanGeneralize the HazardRecognizer interface so that it...
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-15 Dan GohmanMove a few containers out of ScheduleDAGInstrs::BuildSc...
2009-01-15 Dan GohmanConst-qualify getPreIndexedAddressParts and friends.
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2009-01-09 Misha BrukmanRemoved trailing whitespace from Makefiles.
2009-01-08 Devang PatelConvert DwarfWriter into a pass.
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2009-01-01 Duncan SandsFix PR3274: when promoting the condition of a BRCOND...
2008-12-19 Rafael EspindolaFix bug 3202.
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.
next