Revert 99881, it brooke smooshlab's llvm-gcc-i386-darwin9.
[oota-llvm.git] / lib / CodeGen / SelectionDAG /
2010-03-29 Evan ChengFix PR4975. Avoid referencing empty vector.
2010-03-29 Evan ChengPool allocate SDDbgValue nodes.
2010-03-28 Chris Lattneradd a statistic for the # times isel has to backtrack.
2010-03-28 Chris Lattnerfinally remove the immAllOnesV_bc/immAllZerosV_bc patterns
2010-03-28 Chris Lattnercomply with the wishes of a fixme.
2010-03-28 Chris Lattnernow that (parallel) is gone and a variety of bugs in...
2010-03-28 Chris Lattneradd an optimized form of OPC_EmitMergeInputChains for...
2010-03-28 Chris Lattnerdon't add nodes to the now-dead nodes list multiple...
2010-03-28 Chris Lattnerdon't add flag nodes with chain results to the NowDeadNodes
2010-03-27 Chris Lattnerimprove -debug-only=isel comments for cases when we...
2010-03-27 Bill WendlingForgot the part where we handle the ".llvm.eh.catch...
2010-03-26 Anton KorobeynikovAdd few missed libcalls and correct names for others.
2010-03-26 Evan ChengLiveVariables should clear kill / dead markers first...
2010-03-25 Chris Lattnerfix a valgrind error on copy-constructor-synthesis...
2010-03-25 Evan ChengScheduler assumes SDDbgValue nodes are in source order...
2010-03-25 Chris LattnerChange tblgen to emit FOOISD opcode names as two
2010-03-25 Evan ChengRemove a fixme that doesn't make sense any more.
2010-03-25 Evan ChengMake sure SDDbgValue.Invalid is initialized to false...
2010-03-25 Chris LattnerMake the NDEBUG assertion stronger and more clear what is
2010-03-25 Chris Lattnerreapply 99444/99445, which I speculatively reverted in
2010-03-25 Evan ChengChange how dbg_value sdnodes are converted into machine...
2010-03-24 Chris Lattnerrevert 99444/99445. This doesn't cause the failure of
2010-03-24 Chris Lattnerremove dead argument.
2010-03-24 Chris Lattnersplit EmitNode in half to reduce indentation.
2010-03-24 Dan GohmanRemove the ConvertActions table and associated code...
2010-03-23 Dan GohmanRevert 99335. getTypeToExpandTo's iterative behavior...
2010-03-23 Dan GohmanRemove getTypeToExpandTo, since it isn't adding much...
2010-03-19 Mon P WangFixed a widening bug where we were not using the correc...
2010-03-18 Anton KorobeynikovGet rid of target-specific nodes for fp16 <-> fp32...
2010-03-18 Dan GohmanDefine placement new wrappers for BumpPtrAllocator and
2010-03-18 Bob WilsonFix pr6543: svn r88806 changed MachineJumpTableInfo...
2010-03-18 Devang PatelFix comment.
2010-03-17 Devang PatelDebug info intrinsic does not intefer during tail call...
2010-03-16 Chris Lattnerreapply r98656 unmodified, which exposed the asmprinter not
2010-03-16 Daniel DunbarRevert r98656, its breaking all over the place.
2010-03-16 Chris Lattnerimprove support for uniontype and ConstantUnion, patch...
2010-03-15 Devang PatelCreate SDDbgValue for dbg_value intrinsics and remember...
2010-03-15 Devang PatelEmit dwarf variable info communicated by code generator...
2010-03-15 Chris LattnerSIGN_EXTEND from the same type as the dest is valid.
2010-03-15 Chris Lattnersink the call to VT.getSizeInBits() down into its uses,
2010-03-14 Duncan SandsTurn calls to copysignl into an FCOPYSIGN node. Handle...
2010-03-14 Evan ChengRename SDDbgValue.h to SDNodeDbgValue.h for consistency.
2010-03-14 Chris Lattnerfix ShrinkDemandedOps to not leave dead nodes around,
2010-03-14 Chris Lattnerrewrite ShrinkDemandedOps to be faster and indent less,
2010-03-14 Chris Lattnermake -view-isel-dags print after the 'ShrinkDemandedOps...
2010-03-14 Anton KorobeynikovMake default expansion for FP16 <-> FP32 nodes into...
2010-03-14 Anton KorobeynikovAdd DAG nodes to represent FP16 <-> FP32 intrinsics
2010-03-14 Chris Lattnerfix AsmPrinter::GetBlockAddressSymbol to always return...
2010-03-14 Chris Lattnerget MMI out of the label uniquing business, just go...
2010-03-14 Chris Lattnerchange the LabelSDNode to be EHLabelSDNode and make...
2010-03-14 Chris Lattnerchange EH related stuff (other than EH_LABEL) to use...
2010-03-12 Duncan SandsRevert turning copysignl into a COPYSIGN node for the...
2010-03-12 Duncan SandsNow that it's supported, turn copysignl into a COPYSIGN...
2010-03-12 Duncan SandsFix PR6522: implement copysign expansion for x86 long...
2010-03-12 Chris Lattnerfix PR6577, a bug in sdbuilder lowering select instructions
2010-03-11 Dan GohmanRemove getWidenVectorType, which is no longer used.
2010-03-11 Evan ChengIn case of tail call size of Ins and InVals may not...
2010-03-11 Daniel DunbarRemove dead include.
2010-03-10 Chris Lattnerfix PR6533 by updating the br(xor) code to remember...
2010-03-10 Dale JohannesenCosmetic: lengthen names and improve comments.
2010-03-10 Dale JohannesenProgress towards shepherding debug info through Selecti...
2010-03-10 Dan GohmanFix another bitwidth calculation to handle vector types...
2010-03-09 Dan GohmanAttempt to make this debug output meaningful, both...
2010-03-09 Dan GohmanPrint the correct index in the "match failed at index...
2010-03-08 Dale JohannesenAdd Order to SDDbgValue
2010-03-07 Chris LattnerUse Other as a sentinel instead of iAny.
2010-03-06 Dale JohannesenAdd some new bits of debug info handling. No
2010-03-06 Dan GohmanReapply r97778 and r97779, enabled only for unsigned...
2010-03-05 Jakob Stoklund OlesenAvoid creating bad PHI instructions when BR is being...
2010-03-05 Chris LattnerFix PR6497, a bug where we'd fold a load into an addc
2010-03-05 Chris Lattnerinline a small function with one call site.
2010-03-05 Dan GohmanRevert r97778 and r97779. They're somehow breaking...
2010-03-05 Dan GohmanFix these constants to be more portable.
2010-03-05 Dan GohmanRewrite i64-to-f64 conversion using an algorithm which...
2010-03-04 Chris Lattneradd a statistic for # times fastisel fails.
2010-03-04 Dan GohmanFix a typo Duncan noticed.
2010-03-04 Chris Lattnerchange the new isel matcher to emit ComplexPattern...
2010-03-04 Dan GohmanFix more code to work properly with vector operands...
2010-03-04 Chris Lattnerinline CannotYetSelectIntrinsic into CannotYetSelect...
2010-03-03 Dan GohmanFix a bug in SelectionDAG's ReplaceAllUsesWith in the...
2010-03-03 Chris Lattneradd some of the more obscure predicate types to the
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 Bill WendlingUse APInt instead of zext value.
2010-03-03 Bill WendlingThis test case:
2010-03-02 Chris LattnerFix some issues in WalkChainUsers dealing with
2010-03-02 Chris Lattnerrun HandleMergeInputChains even if we only have one...
2010-03-02 Chris LattnerFix the xfail I added a couple of patches back. The...
2010-03-02 Chris LattnerI was confused about this, it turns out that MorphNodeTo
2010-03-02 Chris Lattnerfactor node morphing out to its own helper method.
2010-03-02 Chris LattnerSink InstructionSelect() out of each target into SDISel...
2010-03-02 Chris LattnerUse the right induction variable.
2010-03-02 Chris LattnerRewrite chain handling validation and input TokenFactor...
2010-03-02 Dan GohmanFix several places to handle vector operands properly.
2010-03-02 Bill WendlingRemove dead parameter passing.
2010-03-02 Chris Lattnerremove dead code.
2010-03-02 Chris Lattnerrefactor some code out of OPC_EmitMergeInputChains...
2010-03-01 Chris Lattnerremove all but one version of SelectionDAG::MorphNodeTo
2010-03-01 Chris LattnerAccelerate isel dispatch for tables that start with...
2010-03-01 Dan GohmanFix optimization of ISD::TRUNCATE on vector operands...
next