Turn calls to copysignl into an FCOPYSIGN node. Handle FCOPYSIGN nodes
[oota-llvm.git] / lib / CodeGen / SelectionDAG / SelectionDAGBuilder.cpp
2010-03-14 Duncan SandsTurn calls to copysignl into an FCOPYSIGN node. Handle...
2010-03-14 Anton KorobeynikovAdd DAG nodes to represent FP16 <-> FP32 intrinsics
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 Chris Lattnerfix PR6577, a bug in sdbuilder lowering select instructions
2010-03-11 Evan ChengIn case of tail call size of Ins and InVals may not...
2010-03-02 Bill WendlingRemove dead parameter passing.
2010-02-28 Chris Lattnersimplify this code, return only ever has zero or one...
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
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 Dan GohmanFix "the the" and similar typos.
2010-02-10 Evan ChengEmit an error for illegal inline asm constraint (which...
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-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 Chris Lattnereliminate a bunch of pointless LLVMContext arguments.
2010-02-01 Dale Johannesenfix PR 6157. Testcase pending.
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-25 Chris LattnerRearrange handling of jump tables. Highlights:
2010-01-23 Bill WendlingRemove the '-disable-scheduling' flag and replace it...
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-16 Kenneth UildriksWhen checking for sret-demotion, it needs to use legal...
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-04 Dan GohmanUse a pointer type rather than MVT::Other for the Exter...
2010-01-02 Chris LattnerTeach codegen to handle:
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-28 Chris LattnerThis is a major cleanup of the instruction metadata...
2009-12-28 Chris Lattnerrename getMDKind -> getMDKindID, make it autoinsert...
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 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-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.
2009-12-22 Bill WendlingAdding more assignment of ordering to SDNodes. This...
2009-12-22 Bill WendlingAdd ordering of SDNodes to LowerCallTo.
2009-12-22 Bill WendlingNow add ordering to SDNodes created by the massive...
2009-12-22 Bill WendlingTo make things interesting, I added MORE code to set...
2009-12-21 Bill WendlingAdd more plumbing to assign ordering to SDNodes. Have...
2009-12-21 Bill WendlingMore ordering plumbing. This time for GEP. I need to...
2009-12-21 Bill WendlingAnother incremental check-in for assigning ordering...
2009-12-21 Bill WendlingAssign ordering to more instructions. Incremental check-in.
2009-12-21 Bill Wendling- Add a bit more plumbing assigning an order to SDNodes.
2009-12-21 Bill WendlingFirst wave of plumbing for assigning an ordering to...
2009-12-18 Bill WendlingChanges from review:
2009-12-18 Bob WilsonHandle ARM inline asm "w" constraints with 64-bit ...
2009-12-17 Bob WilsonFix a comment grammaro.
2009-12-16 Daniel DunbarReapply r91392, it was only unmasking the bug, and...
2009-12-16 Daniel DunbarRevert "Initial work on disabling the scheduler. This...
2009-12-15 Bill WendlingInitial work on disabling the scheduler. This is a...
2009-12-11 Dan GohmanFix the result type of SELECT nodes lowered from Select...
2009-11-23 Dan GohmanRename SelectionDAGLowering to SelectionDAGBuilder...