NEON VLD/VST are now fully implemented. For operations that expand to
[oota-llvm.git] / include / llvm / CodeGen /
2009-10-13 Duncan SandsIntroduce new convenience methods for sign extending or
2009-10-12 Devang PatelEnable "debug info attached to an instruction" mode.
2009-10-12 Dan GohmanDelete some obsolete declarations.
2009-10-10 Dan GohmanMake getMachineNode return a MachineSDNode* instead...
2009-10-09 Dan GohmanThe ScheduleDAG framework now requires an AliasAnalysis...
2009-10-09 Dan GohmanFactor out LiveIntervalAnalysis' code to determine...
2009-10-09 Devang PatelExtract scope information from the variable itself...
2009-10-09 Dan GohmanAdd basic infrastructure and x86 support for preserving...
2009-10-09 Evan ChengIndentation.
2009-10-08 Bob WilsonAdd a SelectionDAG getTargetInsertSubreg convenience...
2009-10-07 Chris Lattnersecond half of lazy liveness removal.
2009-10-07 Dan GohmanReplace TargetInstrInfo::isInvariantLoad and its target...
2009-10-07 Jim GrosbachAdd register-reuse to frame-index register scavenging...
2009-10-07 Dan GohmanINTRINSIC_W_CHAIN and INTRINSIC_VOID do not use MemSDNo...
2009-10-06 Devang PatelAdd support to handle debug info attached to an instruc...
2009-10-06 Devang PatelUpdate processDebugLoc() so that it can be used to...
2009-10-05 Dan GohmanFix a name in a comment.
2009-10-03 Lang HamesRenamed MachineInstrIndex to LiveIndex.
2009-10-01 Devang PatelIf location info is attached with an instruction then...
2009-09-30 Devang PatelUse MachineInstr as an processDebugLoc() argument.
2009-09-30 Devang PatelUse MDNode * directly as an RecordSourceLine() argument.
2009-09-30 Devang PatelRemove dead code.
2009-09-30 Bob WilsonAdd a new virtual EmitStartOfAsmFile method to the...
2009-09-30 Reid KlecknerFix integer overflow in instruction scheduling. This...
2009-09-30 Devang PatelSilence unused variable warning.
2009-09-30 Devang PatelSimplify.
2009-09-27 Dan GohmanClarify a comment.
2009-09-25 Dan GohmanMove MachineMemOperand::getAlignment out of line, to...
2009-09-25 Dan GohmanImprove MachineMemOperand handling.
2009-09-25 Dan GohmanRename getTargetNode to getMachineNode, for consistency...
2009-09-25 Bob WilsonUpdate the description of MachineFrameInfo's OffsetAdju...
2009-09-25 Dan GohmanAdd a version of dumpr() that has a SelectionDAG* argument.
2009-09-24 Evan ChengClean up LiveVariables and change how it deals with...
2009-09-23 Dan GohmanSpruce up some comments.
2009-09-23 Dan GohmanRename several variables from EVT to more descriptive...
2009-09-23 Dan GohmanAdd an EVT::getStoreSize function, like getStoreSizeInB...
2009-09-23 Evan ChengFix PR5024. LiveVariables physical register defs should...
2009-09-23 Dan GohmanGive MachineMemOperand an operator<<, factoring out...
2009-09-22 Evan ChengForgot this.
2009-09-21 Dan GohmanChange MachineMemOperand's alignment value to be the...
2009-09-20 Daniel DunbarA few more tabs -> spaces.
2009-09-18 Evan ChengEnhance EmitInstrWithCustomInserter() so target can...
2009-09-18 Chris Lattneradd a new hook to allow targets to splat stuff at the...
2009-09-18 Xerxes RanbyRevert r82214 completely to fix build.
2009-09-18 Evan ChengFix a bug in sdisel switch lowering code. When it updat...
2009-09-17 Jim Grosbachgrammar
2009-09-17 Evan ChengRemove simple regalloc. It has bit rotted.
2009-09-16 Chris Lattnermove FnStubs/GVSTubs/HiddenGVStub handling out of the...
2009-09-16 Chris Lattneradd a new MachineModuleInfoMachO class, which is the...
2009-09-16 Chris Lattnerthe pointer MMI keeps will start out with object-file...
2009-09-16 Chris Lattnerremove the AsmPrinter::printMCInst hook hack now that
2009-09-16 Chris Lattnerinline AsmPrinter::getCurrentFunctionEHName into its...
2009-09-16 Chris Lattnerremove a dead bool.
2009-09-16 Chris LattnerEliminate AsmPrinter::EmitExternalGlobal, inlining...
2009-09-16 Chris Lattnereliminate the horrid AsmPrinter::getGlobalLinkName...
2009-09-15 Chris Lattneradd hooks to hang target-specific goop off MachineModul...
2009-09-15 Nate BegemanBetter solution for tracking both the original alignmen...
2009-09-15 Jim GrosbachCorrect comment pasto
2009-09-15 Dan GohmanFix apostrophos.
2009-09-15 Evan ChengForgot this.
2009-09-15 Nate BegemanAdd an "original alignment" field to load and store...
2009-09-14 Evan ChengAdd early coalescing to liveintervals. This is work...
2009-09-14 Dan GohmanUpdate a comment to match the source. PseudoSourceValue...
2009-09-14 Chris LattnerPIC16 does allow colon after MBB labels, simplify EmitB...
2009-09-13 Chris Lattnerreplace printBasicBlockLabel with EmitBasicBlockStart,
2009-09-12 Chris Lattnerdevirtualize AsmPrinter::printBasicBlockLabel since...
2009-09-12 Lang HamesWhoops. Committed the headers for r81605 - 'Moved some...
2009-09-09 Chris Lattnerremove DebugLoc from MCInst and eliminate "Comment...
2009-09-09 Lang HamesRemoved static qualifier from a few index related metho...
2009-09-06 Duncan SandsMark more constants unsigned, as warned about by icc...
2009-09-05 Bob WilsonStabilize the order of live intervals in the priority_q...
2009-09-04 Lang HamesRemoved yet another std::ostream reference.
2009-09-04 Lang HamesRemoved some junk and a std::ostream operator that...
2009-09-04 Lang HamesReplaces uses of unsigned for indexes in LiveInterval...
2009-09-03 Dan GohmanLLVM currently represents floating-point negation as...
2009-09-03 Dan GohmanRecognize more opportunities to use SSE min and max...
2009-09-03 Chris Lattnerimprove comments.
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-09-01 Daniel DunbarRemove Offset from ExternalSybmol MachineOperands,...
2009-09-01 Jim GrosbachClean up LSDA name generation and use for SJLJ exceptio...
2009-08-30 Bill WendlingNuke moribund "std::string" version of EOL(..., Encoding).
2009-08-29 Bill WendlingAdd a form of EOL which emits the text version of a...
2009-08-28 Devang PatelReapply 79977.
2009-08-27 Gabor Greifeliminate all 80-col violations that I have introduced...
2009-08-27 Gabor GreifClean up the minor mess I caused with removing iterator...
2009-08-27 Bill WendlingRevert accidental commit.
2009-08-27 Bill Wendling--- Reverse-merging r80147 into '.':
2009-08-26 Gabor GreifRemove all the LLVM_COMPACTIFY_SENTINELS-related macro...
2009-08-26 Devang PatelRevert 79977. It causes llvm-gcc bootstrap failures...
2009-08-25 Gabor Greifre-committing yesterday's r79938.
2009-08-25 Devang PatelUpdate DebugInfo interface to use metadata, instead...
2009-08-25 Bill Wendling--- Reverse-merging r79938 into '.':
2009-08-24 Gabor GreifResubmit an earlier patch of mine:
2009-08-23 Chris LattnerChange Pass::print to take a raw ostream instead of...
2009-08-23 Chris Lattnereliminate the std::ostream form of WriteAsOperand and...
2009-08-23 Chris Lattnershoot a few more std::ostream print methods in the...
2009-08-23 Chris Lattnerremove various std::ostream version of printing methods...
2009-08-23 Chris Lattnerremove std::ostream versions of printing stuff for...
2009-08-23 Chris LattnerThis was supposed to go with r79803
2009-08-23 Chris Lattnerconvert some stuff to work on raw_ostreams instead...
next