LLVM puts padding bytes in the __gcc_except_tab section after the
[oota-llvm.git] / lib / CodeGen / SelectionDAG /
2010-02-24 Chris Lattnerclean up various VT manipulations, patch by Micah Villm...
2010-02-24 Dan GohmanMake getTypeSizeInBits work correctly for array types...
2010-02-24 Chris Lattnerconvert cycle checker to smallptrset, add comments...
2010-02-24 Chris Lattnerrevert david's patch which does not even build.
2010-02-24 David GreeneUse a SmallPtrSet as suggested by Chris.
2010-02-24 Daniel DunbarSpeculatively revert r97011, "Re-apply 96540 and 96556...
2010-02-24 Dan GohmanWhen forming SSE min and max nodes for UGE and ULE...
2010-02-24 Chris LattnerChange the scheduler from adding nodes in allnodes...
2010-02-24 Chris Lattneradd node #'s to debug dumps.
2010-02-24 Evan ChengRe-apply 96540 and 96556 with fixes.
2010-02-23 Chris Lattnermake selectnodeto set the nodeid to -1. This makes...
2010-02-23 Chris Lattnerfix a bug in findNonImmUse (used by IsLegalToFold)...
2010-02-23 Chris LattnerPrint node ID's in dumps and views if set.
2010-02-23 David GreeneSpeed up cycle checking significantly by caching results.
2010-02-19 Duncan SandsRevert commits 96556 and 96640, because commit 96556...
2010-02-19 Evan ChengTransform (xor (setcc), (setcc)) == / != 1 to
2010-02-18 Evan ChengSome dag combiner goodness:
2010-02-17 David GreeneMake the non-temporal bit "significant" in MemSDNodes...
2010-02-17 Chris Lattnersink special case "cannotyetselect" for intrinsics...
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2010-02-15 Evan ChengFix a memory leak. Patch by Nicolas Geoffray.
2010-02-15 Evan ChengSplit SelectionDAGISel::IsLegalAndProfitableToFold to
2010-02-15 David GreeneAdd non-temporal flags and remove an assumption of...
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2010-02-11 Jakob Stoklund OlesenUse array_pod_sort instead of std::sort for improved...
2010-02-11 Jakob Stoklund OlesenRemove duplicate successors from indirectbr instruction...
2010-02-10 Mon P WangThe previous fix of widening divides that trap was...
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-02-10 Evan ChengNow that ShrinkDemandedOps() is separated out from...
2010-02-10 Evan ChengEmit an error for illegal inline asm constraint (which...
2010-02-10 Dale JohannesenFix comments to reflect renaming elsewhere.
2010-02-09 David GreeneOnly dump output in debug mode.
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-02-08 Dale JohannesenApply the 95471 fix to SelectionDAGBuilder as well;
2010-02-08 Dan GohmanIn guaranteed tailcall mode, don't decline the tailcall...
2010-02-06 Dale JohannesenAfter Victor's latest commits I am seeing null
2010-02-05 Evan ChengWhen the scheduler unfold a load folding instruction...
2010-02-04 Evan ChengFix typo Duncan noticed.
2010-02-04 Evan ChengIt's too risky to eliminate sext / zext of call results...
2010-02-03 Evan ChengRevert 94937 and move the noreturn check to codegen.
2010-02-03 Evan ChengAllow all types of callee's to be tail called. But...
2010-02-02 Evan ChengRevert 95130.
2010-02-02 Evan ChengPass callsite return type to TargetLowering::LowerCall...
2010-02-01 Mon P WangImprove EXTRACT_VECTOR_ELT patch based on comments...
2010-02-01 Chris Lattnereliminate a bunch of pointless LLVMContext arguments.
2010-02-01 Dale Johannesenfix PR 6157. Testcase pending.
2010-02-01 Mon P WangFixed a couple of optimization with EXTRACT_VECTOR_ELT...
2010-01-29 Duncan SandsChange the SREM case to match the logic in the IR versi...
2010-01-28 Bill WendlingAssign the ordering of SDNodes in a much less intrusive...
2010-01-28 Jim GrosbachUpdate of 94055 to track the IR level call site informa...
2010-01-27 Evan ChengEliminate target hook IsEligibleForTailCallOptimization.
2010-01-26 Evan ChengAllow some automatic tailcall optimization without...
2010-01-26 Chris Lattnereliminate the TargetLowering::UsesGlobalOffsetTable...
2010-01-26 Chris LattnerMove getJTISymbol from MachineJumpTableInfo to MachineF...
2010-01-26 Chris Lattneradd a new MachineJumpTableInfo::getJTISymbol method,
2010-01-26 Chris Lattnerstub out a new target hook, need some refactoring befor...
2010-01-26 Evan ChengImplement cond ? -1 : 0 with sbb.
2010-01-26 Dale JohannesenGenerate DEBUG_VALUE comments on x86. The (limited)
2010-01-25 Chris LattnerRearrange handling of jump tables. Highlights:
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2010-01-24 Mon P WangIt seems better to scalarize vectors of size 1 instead...
2010-01-24 Mon P WangImproved widening loads by adding support for wider...
2010-01-23 Bill WendlingRemove the '-disable-scheduling' flag and replace it...
2010-01-22 Evan ChengEnable pre-regalloc scheduling load clustering by default.
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2010-01-22 Evan ChengTeach pre-regalloc scheduler to schedule loads from...
2010-01-21 Evan ChengTrim unneeded includes.
2010-01-21 Jim Grosbachback this out for now. Growing Function is not good.
2010-01-21 Jim GrosbachMake sure that landing pad entries in the EH call site...
2010-01-20 David GreeneWhen XDEBUG is enabled, check for SelectionDAG cycles...
2010-01-20 David GreeneAdd some asserts to check SelectionDAG problems earlier.
2010-01-19 Dan GohmanFold (add x, shl(0 - y, n)) -> sub(x, shl(y, n)), to...
2010-01-19 David GreeneAdd some new debugging APIs to print out "raw" Selectio...
2010-01-19 Dale JohannesenRevert 93811 per request.
2010-01-18 Dale JohannesenEnable code to emit dbg.declare as DEBUG_VALUE
2010-01-18 Evan ChengCanonicalize -1 - x to ~x.
2010-01-16 Kenneth UildriksWhen checking for sret-demotion, it needs to use legal...
2010-01-15 David GreeneAdd some debug routines to SelectionDAG to dump full...
2010-01-15 Victor HernandezImprove llvm.dbg.declare intrinsic by referring directl...
2010-01-15 Victor HernandezRevert r93504 because older uses of llvm.dbg.declare...
2010-01-15 Victor HernandezImprove llvm.dbg.declare intrinsic by referring directl...
2010-01-15 Jim Grosbachfix 80-column violations
2010-01-14 Dan GohmanFix a codegen abort seen in 483.xalancbmk.
2010-01-12 Dan GohmanUpdate a partially obsolete comment.
2010-01-12 Dan GohmanFix a typo in a comment.
2010-01-11 Jakob Stoklund OlesenAvoid adding PHI arguments for a predecessor that has...
2010-01-11 Mon P WangDisable transformation of select of two loads to a...
2010-01-09 Dan GohmanRevert an earlier change to SIGN_EXTEND_INREG for vecto...
2010-01-09 Evan ChengDan pointed out checking whether a node is dead by...
2010-01-08 Evan ChengReplaceAllUsesOfValueWith may delete other nodes that...
2010-01-07 Chris LattnerFix rdar://7517201, a regression introduced by r92849.
2010-01-07 Chris Lattnerfactor this code better and reduce nesting at the same
2010-01-07 Evan ChengAPInt'fy TargetLowering::SimplifySetCC to fix PR5963.
2010-01-07 Benjamin KramerUse pop_back_val instead of back()+pop_back.
2010-01-06 Evan ChengComment.
2010-01-06 Evan ChengTeach dag combine to fold the following transformation...
2010-01-06 Bill WendlingThe previous code could potentially cause a cycle....
2010-01-06 Bill WendlingOnly check the ordering if there is an ordering for...
2010-01-05 Bill WendlingAdd a semi-primitive form of scheduling via the "SDNode...
2010-01-05 Bill WendlingDon't assign the shift the same type as the variable...
next