add a note
[oota-llvm.git] / lib / CodeGen / SelectionDAG /
2010-05-21 Bob WilsonChange CodeGen/ARM/2009-11-02-NegativeLane.ll to use...
2010-05-21 Evan ChengRename -pre-RA-sched=hybrid to -pre-RA-sched=list-hybrid.
2010-05-20 Evan ChengAllow targets more controls on what nodes are scheduled...
2010-05-20 Evan ChengAdd a hybrid bottom up scheduler that reduce register...
2010-05-19 Bob WilsonOptimize away insertelement of an undef value. This...
2010-05-19 Evan ChengCode clean up.
2010-05-19 Evan ChengCode refactoring: pull SchedPreference enum from Target...
2010-05-19 Bob WilsonWhen expanding a vector_shuffle, the element type may...
2010-05-19 Evan ChengIntrinsics which do a vector compare (results are all...
2010-05-18 Evan ChengSink dag combine's post index load / store code that...
2010-05-18 Evan ChengContinuously refine the register class of REG_SEQUENCE...
2010-05-18 Evan ChengFix PR7162: Use source register classes and sub-indices...
2010-05-18 Evan ChengFIX PR7158. SimplifyVBinOp was asserting when it fails...
2010-05-17 Bill Wendling- Set the "HasCalls" flag after instruction selection...
2010-05-15 Dale JohannesenFix uint64->{float, double} conversion to do rounding...
2010-05-15 Dale JohannesenImprove assertion messages.
2010-05-14 Dan GohmanFast ISel trivially coalesces away no-op casts, so...
2010-05-14 Dan GohmanDon't set kill flags for instructions which the schedul...
2010-05-14 Bill WendlingRename "HasCalls" in MachineFrameInfo to "AdjustsStack...
2010-05-13 Dale JohannesenImplement a correct ui64->f32 conversion. The old
2010-05-13 Dan GohmanAn Instruction has a trivial kill only if its use is...
2010-05-11 Dan GohmanAdd initial kill flag support to FastISel.
2010-05-11 Dan GohmanDon't set kill flags on uses of CopyFromReg nodes....
2010-05-11 Duncan SandsI got tired of VISIBILITY_HIDDEN colliding with the...
2010-05-11 Dan GohmanTrim #includes and forward declarations.
2010-05-11 Dan GohmanImplement a bunch more TargetSelectionDAGInfo infrastru...
2010-05-11 Douglas GregorFixes for Microsoft Visual Studio 2010, from Steven...
2010-05-10 Evan ChengIndentation.
2010-05-10 Evan ChengBe careful with operand promotion. For a binary operati...
2010-05-10 Duncan SandsAdd an assertion to catch attempts to access off the...
2010-05-07 Dan GohmanSDDbgValues are apparently not being legalized. Fix...
2010-05-07 Devang PatelVerify variable directly.
2010-05-07 Dale JohannesenFix PR 7087, and probably other things, by extending
2010-05-07 Dan GohmanTransfer debug location information from PHI nodes...
2010-05-07 Dan GohmanPrint debug information for SDNodes.
2010-05-06 Dan GohmanAdd a DebugLoc argument to TargetInstrInfo::copyRegToRe...
2010-05-06 Dan GohmanIn bottom-up mode, defer the materialization of local...
2010-05-05 Dan GohmanAdd an "IsBottomUp" member function to FastISel, which...
2010-05-05 Devang PatelUse getValue() for PHINodes when direct NodeMap access...
2010-05-04 Evan ChengInstruction selection optimizations may have moved...
2010-05-04 Evan ChengTeach scheduler about REG_SEQUENCE.
2010-05-04 Dan GohmanRe-enable isel kill flags, now that the local allocator...
2010-05-03 Dan GohmanFactor out FastISel's code for materializing constants...
2010-05-01 Anton KorobeynikovInsert ANY_EXTEND node instead of invalid truncate...
2010-05-01 Dan GohmanRemove the code for special-casing byval for fast-isel...
2010-05-01 Dan GohmanRe-disable kill flags, as there is more trouble.
2010-05-01 Dan GohmanRe-enable kill flags from SelectionDAGISel, with a...
2010-05-01 Dan GohmanFix whitespace.
2010-05-01 Dan GohmanDon't pass SDValues by non-const reference unless they...
2010-05-01 Dan GohmanReorgnaize more switch code lowering to clean up some...
2010-05-01 Dan GohmanDelete the EdgeMapping variable itself.
2010-05-01 Dan GohmanGet rid of the EdgeMapping map. Instead, just check...
2010-04-30 Bill WendlingEXTRACT_VECTOR_ELT of an INSERT_VECTOR_ELT may have...
2010-04-30 Dan GohmanRemove this debug output. The MachineFunction will...
2010-04-30 Dan GohmanEmitDbgValue doesn't need its EdgeMapping argument.
2010-04-30 Dan GohmanApply a patch from Jan Sjodin to fix a compiler abort...
2010-04-30 Dan GohmanTemporarily disable SelectionDAG kill flags, which...
2010-04-30 Dan GohmanSet register kill flags on the SelectionDAG path, at...
2010-04-29 Devang PatelRefactor.
2010-04-29 Devang PatelDO not push DBG_VALUE machine instructions for inlined...
2010-04-29 Evan ChengAdd comment.
2010-04-29 Evan ChengRe-enable 102565 with fixes.
2010-04-29 Evan ChengTemporarily disable my changes to unbreak the build.
2010-04-29 Evan ChengDo not generate duplicate dbg_value instructions for...
2010-04-29 Dan GohmanFix missing #include.
2010-04-29 Evan ChengAvoid emitting a dbg_value machineinstr that's not...
2010-04-29 Evan ChengCheck Reg against zero.
2010-04-28 Devang Pateltidy up.
2010-04-28 Evan ChengReplace r102368 with code that's less fragile. This...
2010-04-28 Devang PatelWhile lowering dbg_declare, emit DBG_VALUE machine...
2010-04-28 Evan ChengTry operation promotion only if regular dag combine...
2010-04-27 Devang PatelIgnore DBG_VALUE instructions that points to undef...
2010-04-27 Evan Cheng- When legal, promote a load to zextload rather than...
2010-04-27 Dale JohannesenRevert a small part of 102372; this fixes at least one
2010-04-26 Bob WilsonAvoid adding a null MD node operand, which crashes...
2010-04-26 Dale JohannesenRemove crufty comments.
2010-04-26 Dale JohannesenAdd DBG_VALUE handling for byval parameters; this
2010-04-26 Evan Cheng- Move TargetLowering::EmitTargetCodeForFrameDebugValue...
2010-04-25 Dale JohannesenStop abusing EmitInstrWithCustomInserter for target...
2010-04-25 Dale JohannesenAdd comment re byval args. Doesn't actually work this...
2010-04-24 Evan ChengWhen a load operand is promoted to an extload, replace...
2010-04-24 Dan GohmanApply a fix for a vector setcc dagcombine from Jan...
2010-04-23 Evan ChengCode refactoring.
2010-04-23 Dan GohmanMove FastISel's HandlePHINodesInSuccessorBlocks call...
2010-04-22 Dan GohmanSink SelectionDAGBuilder's HandlePHINodesInSuccessorBlo...
2010-04-22 Dan GohmanMove HandlePHINodesInSuccessorBlocks functions out...
2010-04-22 Evan Cheng- It's not safe to promote rotates (at least not trivia...
2010-04-22 Dan GohmanFix a comment.
2010-04-22 Dan GohmanMove PHINodesToUpdate out of SelectionDAGBuilder and...
2010-04-21 Dan GohmanAdd more const qualifiers on TargetMachine and friends.
2010-04-21 Dan GohmanMove several SelectionDAG-independent utility functions...
2010-04-21 Dan GohmanAdd another variant of this test which found a place...
2010-04-20 Dale JohannesenBecause of the EMMS problem, right now we have to support
2010-04-20 Dan GohmanSink the CopyToExportRegsIfNeeded calls out of Selectio...
2010-04-20 Dan GohmanDon't send PHI nodes down to SelectionDAGBuilder of...
2010-04-20 Dan GohmanSink this use_empty() check into isUsedOutsideOfDefinin...
2010-04-20 Dan GohmanIf a PHI node somehow has debug info, propogate it...
2010-04-20 Dan GohmanDon't iterate through the whole block just to find...
2010-04-20 Dan GohmanDelete a redundant return statement.
2010-04-20 Bill WendlingThe visitXOR method can return the same SDNode. If...
next