Teach codegen to lower llvm.powi to an efficient (but not optimal)
[oota-llvm.git] / lib / CodeGen / SelectionDAG / SelectionDAGBuilder.cpp
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...