mcize label emission for functions.
[oota-llvm.git] / lib / CodeGen / SelectionDAG /
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...
2010-01-05 Dan GohmanDon't use the ISD::NodeType enum for SDNode opcodes...
2010-01-05 Benjamin KramerAvoid going through the LLVMContext for type equality...
2010-01-05 Devang PatelDelete renaming use of dead dbg intrinsics.
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 Dan GohmanChange SelectCode's argument from SDValue to SDNode...
2010-01-04 Dan GohmanUse a pointer type rather than MVT::Other for the Exter...
2010-01-02 Chris LattnerTeach codegen to handle:
2010-01-01 Chris Lattnerwhitespace cleanup
2010-01-01 Mikhail GlushenkovFix a warning on gcc 4.4.
2010-01-01 Mikhail GlushenkovTrailing whitespace, 80-col violations.
2010-01-01 Chris LattnerTeach codegen to lower llvm.powi to an efficient (but...
2009-12-29 Chris Lattnerremove a bunch of unneeded functions.
2009-12-29 Chris LattnerFinal step in the metadata API restructuring: move the
2009-12-28 Chris LattnerThis is a major cleanup of the instruction metadata...
2009-12-28 Chris Lattnerrename getMDKind -> getMDKindID, make it autoinsert...
2009-12-28 Sanjiv GuptaAllow targets to specify the return type of libcalls...
2009-12-28 Bill WendlingRemove dead store.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-24 Chris Lattnerhandle equality memcmp of 8 bytes on x86-64 with two...
2009-12-24 Chris Lattnermove an optimization for memcmp out of simplifylibcalls...
2009-12-23 Nuno Lopesmove a few more symbols to .rodata
2009-12-23 Dale JohannesenUse more sensible type for flags in asms. PR 5570.
2009-12-23 Eric ChristopherUpdate objectsize intrinsic and associated dependencies...
2009-12-23 Bill WendlingRemove superfluous SDNode ordering.
2009-12-23 Bill WendlingRemove node ordering from inline asm nodes. It's not...
2009-12-23 Bill WendlingRemove node ordering from VA nodes. It's not needed.
2009-12-23 Bill WendlingRevert r91949 r91942 and r91936.
2009-12-23 Bill WendlingFinish up node ordering in ExpandNode.
2009-12-22 Bill WendlingAssign ordering to nodes created in ExpandNode. Only...
2009-12-22 Bill WendlingAssign ordering to SDNodes in PromoteNode. Also fixing...
2009-12-22 Bill WendlingAllow 0 as an order number. Don't assign an order to...
2009-12-22 Bob WilsonReport an error for bad inline assembly, where the...
2009-12-22 Bill WendlingAdd more plumbing. This time in the LowerArguments...
2009-12-22 Bill WendlingAdd SDNode ordering to inlined asm and VA functions.
next