Remove DbgNode checks in constructor. Debug descriptors are intended to be light...
[oota-llvm.git] / include / llvm / CodeGen /
2010-03-06 Dale JohannesenAdd some new bits of debug info handling. No
2010-03-04 Chris Lattnerinline CannotYetSelectIntrinsic into CannotYetSelect...
2010-03-03 Evan ChengMove MachineInstrExpressionTrait::getHashValue() out...
2010-03-03 Evan ChengRe-apply r97667 but with a little bit of thought put...
2010-03-03 Dan GohmanRevert 97667. It broke a bunch of tests.
2010-03-03 Evan ChengMove DenseMapInfo for MachineInstr* to MachineInstr.h
2010-03-03 Evan ChengAdd MachineRegisterInfo::hasOneUse and hasOneNonDBGUse.
2010-03-03 Chris Lattnerspeed up scope node processing: if the first element...
2010-03-03 Chris Lattnerintroduce a new SwitchTypeMatcher node (which is analog...
2010-03-03 Evan Cheng- Change MachineInstr::isIdenticalTo to take a new...
2010-03-03 Evan ChengOrdering forward declarations.
2010-03-02 Chris Lattnerremove 300 lines of code that is now dead in the MSP430...
2010-03-02 Chris LattnerFix some issues in WalkChainUsers dealing with
2010-03-02 Evan ChengSwap parameters of isSafeToMove and isSafeToReMat for...
2010-03-02 Chris LattnerFix the xfail I added a couple of patches back. The...
2010-03-02 Chris Lattnerfactor node morphing out to its own helper method.
2010-03-02 Chris Lattnereliminate CodeGen/DAGISelHeader.h, it is empty now.
2010-03-02 Chris LattnerSink InstructionSelect() out of each target into SDISel...
2010-03-02 Chris Lattnermove some code out of DAGISelHeader up to SelectionDAGI...
2010-03-02 Evan ChengAdd skeleton of a machine level cse pass.
2010-03-02 Chris LattnerRewrite chain handling validation and input TokenFactor...
2010-03-01 Chris Lattnerremove some functions that were only used by the
2010-03-01 Chris Lattnerremove all but one version of SelectionDAG::MorphNodeTo
2010-03-01 Jakob Stoklund OlesenUse methods to determine if a LiveInterval is spillable.
2010-03-01 Chris LattnerAccelerate isel dispatch for tables that start with...
2010-03-01 Chris Lattnereliminate the CheckMultiOpcodeMatcher code and have...
2010-03-01 Chris Lattneradd a new OPC_SwitchOpcode which is semantically equivalent
2010-02-28 Chris Lattnerhoist the new isel interpreter out of DAGISelHeader.h
2010-02-28 Chris Lattnerchange a few opcodes to use VBRs instead of embedding
2010-02-28 Chris Lattnermove all the opcodes out of DAGISelHeader.h (which...
2010-02-28 Chris Lattnerresolve a fixme by using hte new flag.
2010-02-28 Chris Lattnerenhance the EmitNode/MorphNodeTo operands to take a...
2010-02-28 Chris Lattnerenhance the new isel to handle the 'node already exists'
2010-02-28 Chris Lattneruse MorphNodeTo instead of SelectNodeTo. SelectNodeTo
2010-02-28 Chris Lattnerenhance the new isel to use SelectNodeTo for most patterns,
2010-02-26 Dale JohannesenFurther constify MDNode* references.
2010-02-26 Chris Lattnerfix the matcher in the presence of multiple scopes...
2010-02-25 Chris Lattnerchange the scope node to include a list of children...
2010-02-25 Chris Lattnerrename PushMatcherNode -> ScopeMatcherNode to more...
2010-02-24 Chris Lattnerfix a bug I introduced by checking the wrong node's...
2010-02-24 Chris Lattnercontract movechild+checktype into a new checkchild...
2010-02-24 Chris Lattnerimplement a simple proof-of-concept optimization for
2010-02-24 Dan GohmanWhen forming SSE min and max nodes for UGE and ULE...
2010-02-24 Chris LattnerThe new isel was not properly handling patterns that...
2010-02-23 Chris Lattnerfix X86/uint_to_fp-2.ll, only fold loads when they...
2010-02-23 Jakob Stoklund OlesenKeep track of phi join registers explicitly in LiveVari...
2010-02-23 Chris Lattnerfix an off-by-one error.
2010-02-23 Chris Lattnerswitch the value# in OPC_CompleteMatch and OPC_EmitNode...
2010-02-22 Chris Lattneradd a new Push2 opcode for targets (like cellspu) which...
2010-02-22 Chris Lattnerexpand my hack to work with nodes that have flags but...
2010-02-22 Chris Lattneradd a new CheckMultiOpcode opcode for checking that...
2010-02-22 Chris Lattneradd some debug hooks for tracking the behavior of the...
2010-02-22 Dan GohmanFix various doxygen warnings.
2010-02-22 Chris Lattnerenhance my hack for flags handling, this allows us...
2010-02-21 Chris Lattnerfix most of the failures in the x86 suite by handling...
2010-02-21 Chris Lattnerfix an odd thinko in an assertion, all arm tests pass...
2010-02-21 Anton KorobeynikovIt turned out that we failed to emit proper symbol...
2010-02-21 Chris Lattnerspeculatively teach OPC_CheckValueType and OPC_EmitNode...
2010-02-21 Chris Lattnerteach OPC_CheckType to handle MVT::iPTR, down to 2...
2010-02-21 Chris Lattnermake this check a bit more generous, it may be outlivin...
2010-02-21 Chris LattnerRelax an assertion a bit. We allow replacing things...
2010-02-21 Chris Lattnerwhen a match fails and we have to rollback, make sure...
2010-02-21 Chris Lattnerhandle optional in flags that aren't present.
2010-02-21 Chris Lattnerfix two bugs in OPC_EmitRegister, which makes ppc happier.
2010-02-21 Chris Lattnerimplement the last known missing feature: updating...
2010-02-21 Chris LattnerLots of improvements to the new dagisel emitter. This...
2010-02-21 Chris Lattneradd a hook so that the new isel can run SDNodeXForms.
2010-02-19 Bob WilsonRevert Anton's most recent EH patch (r96637), since...
2010-02-19 Chris Lattneradd emitter support for integer constants and simple...
2010-02-19 Anton KorobeynikovUse the same encoding for EH stuff uniformly on all...
2010-02-18 Mon P WanggetSplatIndex assumes that the first element of the...
2010-02-18 Chris Lattneradd support for referencing registers and immediates,
2010-02-18 Jakob Stoklund OlesenAlways normalize spill weights, also for intervals...
2010-02-17 Eric ChristopherFix a few unused parameter warnings.
2010-02-17 David GreeneMake the non-temporal bit "significant" in MemSDNodes...
2010-02-17 Chris Lattnermove isOnlyReachableByFallthrough out of MachineBasicBl...
2010-02-17 Chris LattnerEmulate the current isel's "IsChainCompatible" logic...
2010-02-17 Chris Lattnersimplify IsChainCompatible codegen, add comments. no
2010-02-17 Chris Lattnermake the new isel's interpreter loop call the generated
2010-02-16 Chris Lattnerconvert the new matcher to check intermediate nodes...
2010-02-16 Chris Lattnergenerate code for node and pattern predicates. Note...
2010-02-16 Chris Lattneradd support for the new isel matcher to generate
2010-02-15 Anton KorobeynikovMove TLOF implementations to libCodegen to resolve...
2010-02-15 Anton KorobeynikovPreliminary patch to improve dwarf EH generation -...
2010-02-15 Evan ChengSplit SelectionDAGISel::IsLegalAndProfitableToFold to
2010-02-15 David GreeneAdd non-temporal flags and remove an assumption of...
2010-02-15 David GreeneAdd non-temporal flags to MachineMemOperand.
2010-02-15 Chris LattnerCheck in the first big step of rewriting DAGISelEmitter to
2010-02-15 Chris Lattnergive SDValue an operator->, allowing V->isTargetOpcode...
2010-02-15 Chris Lattnerdon't make insanely large node numbers for no reason,
2010-02-13 Evan ChengTeach MachineFrameInfo to track maximum alignment while...
2010-02-12 Anton KorobeynikovCleanup stdcall / fastcall name mangling.
2010-02-12 Bob WilsonAdd a new pass on machine instructions to optimize...
2010-02-10 Dale JohannesenAllow isDebug inquiry on any MO.
2010-02-10 Dan GohmanFix several comments which had previously been "the...
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-02-10 Chris Lattnerfix a layering violation: VirtRegRewriter.cpp shouldn...
2010-02-10 Chris LattnerStop MachineInstr.h from #including AsmPrinter.h
2010-02-10 Chris LattnerMove verbose asm instruction comments to using MCStreamer.
2010-02-10 Dale Johannesenmore comment updates
next