clarify: stub emission depends on the version of the linker you use, it has nothing
[oota-llvm.git] / lib / Target / IA64 /
2009-07-01 Bill WendlingUpdate comments to make it clear that the function...
2009-07-01 Daniel DunbarRemove unused AsmPrinter OptLevel argument, and propogate.
2009-06-30 Bill WendlingAdd an "alignment" field to the MachineFunction object...
2009-06-26 Devang PatelLet's ignore MDStrings also!
2009-06-25 Douglas GregorAdd missing dependencies to the CMake build system.
2009-06-25 Devang PatelNo need to code gen MDNodes
2009-06-23 Bob WilsonProvide InitializeAllTargets and InitializeNativeTarget...
2009-06-23 Douglas GregorEliminate object-relinking support from CMake. Fixes...
2009-06-19 Anton KorobeynikovUnbreak cyclic deps
2009-06-16 Douglas GregorIntroduce new headers whose inclusion forces linking and
2009-06-16 Eli FriedmanMisc accumulated tweaks to legalization logic for vario...
2009-06-05 Dan GohmanAdd explicit keywords.
2009-05-13 Bill WendlingChange MachineInstrBuilder::addReg() to take a flag...
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingSecond attempt:
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-04-03 Oscar FuentesCMake: removed IA64AsmPrinter.cpp from lib/Target/IA64...
2009-04-03 Anton KorobeynikovFix target library name
2009-04-03 Anton KorobeynikovFix comment
2009-04-03 Anton KorobeynikovMove IA64 asmprinter to separate library
2009-03-29 Anton KorobeynikovIA64 is as weird as Alpha wrt r/o relocs :)
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-03-11 Duncan SandsIt makes no sense to have a ODR version of common
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-02-24 Bill WendlingOverhaul my earlier submission due to feedback. It...
2009-02-23 Bill WendlingPropagate debug loc info through prologue/epilogue.
2009-02-18 Bill WendlingPut code that generates debug labels into TableGen...
2009-02-18 Dan GohmanFactor out the code to add a MachineOperand to a Machin...
2009-02-13 Dale JohannesenRemove non-DebugLoc versions of BuildMI from IA64,...
2009-02-12 Dale JohannesenEliminate a couple of non-DebugLoc BuildMI variants.
2009-02-12 Bill WendlingMove debug loc info along when the spiller creates...
2009-02-06 Dale JohannesenGet rid of one more non-DebugLoc getNode and
2009-02-04 Dale JohannesenRemove non-DebugLoc forms of CopyToReg and CopyFromReg.
2009-02-04 Dale JohannesenRemove non-DebugLoc versions of getLoad and getStore.
2009-01-30 Dale JohannesenMake LowerCallTo and LowerArguments take a DebugLoc
2009-01-20 Evan ChengChange TargetInstrInfo::isMoveInstr to return source...
2009-01-17 Oscar FuentesCMake: Add lib/Target/IA64/IA64Subtarget.cpp
2009-01-16 Dan GohmanGive IA64 a TargetSubtarget subclass, so that it can
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-15 Dan GohmanMove a few containers out of ScheduleDAGInstrs::BuildSc...
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2009-01-09 Misha BrukmanRemoved trailing whitespace from Makefiles.
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-03 Dan GohmanRename isSimpleLoad to canFoldAsLoad, to better reflect...
2008-11-24 Evan ChengMove target independent td files from lib/Target/ to...
2008-11-05 Dan GohmanEliminate the ISel priority queue, which used the topol...
2008-10-27 David GreeneHave TableGen emit setSubgraphColor calls under control...
2008-10-16 Dan GohmanTrim #includes.
2008-10-16 Chris Lattnermark some targets as experimental. Andrew, if you...
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-03 Dan GohmanAvoid creating two TargetLowering objects for each...
2008-10-03 Dan GohmanSwitch the MachineOperand accessors back to the short...
2008-09-29 Duncan SandsRename isWeakForLinker to mayBeOverridden. Use it
2008-09-27 Evan ChengRe-apply 56683 with fixes.
2008-09-26 Bill WendlingTemporarily reverting r56683. This is causing a failure...
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-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-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-16 Bill WendlingReverting r56249. On further investigation, this functi...
2008-09-16 Bill Wendling- Change "ExternalSymbolSDNode" to "SymbolSDNode".
2008-09-12 Dan GohmanRename ConstantSDNode::getValue to getZExtValue, for...
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 Dale JohannesenAdd intrinsics for log, log2, log10, exp, exp2.
2008-08-30 Gabor Greiffix some 80-col violations
2008-08-28 Gabor Greiferect abstraction boundaries for accessing SDValue...
2008-08-26 Owen AndersonMake TargetInstrInfo::copyRegToReg return a bool indica...
2008-08-23 Dan GohmanMove the point at which FastISel taps into the Selectio...
2008-08-21 Dan GohmanSimplify SelectRoot's interface, and factor out some...
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-08-14 Owen AndersonConvert uses of std::vector in TargetInstrInfo to Small...
2008-08-08 Anton KorobeynikovHandle visibility printing with all generality. Remove...
2008-08-07 Anton KorobeynikovUse EmitAlignment consistently
2008-08-07 Anton KorobeynikovCleanup
2008-08-07 Anton KorobeynikovSwitch IA64 to new section-handling stuff
2008-08-07 Anton KorobeynikovCleanup
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-07-17 Dan GohmanAdd a new function, ReplaceAllUsesOfValuesWith, which...
2008-07-09 Chris Lattnerrandom bugfix sitting in my tree.
2008-07-07 Dan GohmanPool-allocation for MachineInstrs, MachineBasicBlocks...
2008-07-07 Dan GohmanAdd explicit keywords.
2008-07-01 Dan GohmanSplit ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL...
2008-06-30 Dan GohmanRename ISD::LOCATION to ISD::DBG_STOPPOINT to better...
2008-06-30 Evan ChengSplit scheduling from instruction selection.
2008-06-30 Dan GohmanReplace some std::vectors that showed up in heap profil...
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-05-28 Nate BegemanUpdate some comments noticed in a recent checkin
2008-05-28 Chris LattnerAdd chain inputs for loads.
2008-05-28 Chris LattnerFix CodeGen/Generic/2005-10-21-longlonggtu.ll on ia64.
2008-05-28 Chris Lattnerloads should get chains. THis helps but does not solve...
2008-05-28 Chris LattnerFix 2006-04-28-Sign-extend-bool.ll for ia64.
next