aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
AgeCommit message (Expand)Author
2008-11-01Added interface to allow clients to create a MemIntrinsicNode forMon P Wang
2008-10-29Add sanity checking for BUILD_PAIR (I noticed theDuncan Sands
2008-10-21Fix SelectionDAGBuild lowering of Select instructions toDan Gohman
2008-10-21Fix gcc.c-torture/compile/920520-1.c by inserting bitconvertsChris Lattner
2008-10-19Fix comment. Other formatting changes. No functionality changes.Bill Wendling
2008-10-18Reapply r57699 with a fix to not crash on asms with multiple results. UnlikeChris Lattner
2008-10-18Revert r57699. It's causing regressions inDan Gohman
2008-10-17Factor out the code for mapping LLVM IR condition opcodes toDan Gohman
2008-10-17add support for 128 bit aggregates.Chris Lattner
2008-10-17Factor out the code for mapping LLVM IR condition opcodes toDan Gohman
2008-10-17Fix PR2356 on PowerPC: if we have an input and output that are tied togetherChris Lattner
2008-10-17refactor some code into a helper method, no functionality change.Chris Lattner
2008-10-17Keep track of *which* input constraint matches an outputChris Lattner
2008-10-17add an assert so that PR2356 explodes instead of running off anChris Lattner
2008-10-11simplify comparisonChris Lattner
2008-10-07Correctly handle calls with no return values. This fixesDan Gohman
2008-09-26Temporarily reverting r56683. This is causing a failure during the build of l...Bill Wendling
2008-09-26Fix @llvm.frameaddress codegen. FP elimination optimization should be disable...Evan Cheng
2008-09-26Add "inreg" field to CallSDNode (doesn't increaseDale Johannesen
2008-09-25 Large mechanical patch.Devang Patel
2008-09-25Accept 'inreg' attribute on x86 functions asDale Johannesen
2008-09-25FastISel support for debug info.Dan Gohman
2008-09-25<rdar://problem/6234798> Assertion failed: (!OpInfo.AssignedRegs.Regs.empty()...Evan Cheng
2008-09-24Remove SelectionDag early allocation of registersDale Johannesen
2008-09-24Next round of earlyclobber handling. Approach theDale Johannesen
2008-09-24Properly handle 'm' inline asm constraints. If a GV is being selected for the...Evan Cheng
2008-09-23s/ParameterAttributes/Attributes/gDevang Patel
2008-09-22Add helper function to get a 32-bit floating point constant. No functionality...Bill Wendling
2008-09-17Add a bit to mark operands of asm's that conflictDale Johannesen
2008-09-16Reverting r56249. On further investigation, this functionality isn't needed.Bill Wendling
2008-09-16- Change "ExternalSymbolSDNode" to "SymbolSDNode".Bill Wendling
2008-09-16Don't take the time to CheckDAGForTailCallsAndFixThem when tail callsDan Gohman
2008-09-13Define CallSDNode, an SDNode subclass for use with ISD::CALL.Dan Gohman
2008-09-12Change ConstantSDNode and ConstantFPSDNode to use ConstantInt* andDan Gohman
2008-09-12Pass "earlyclobber" bit through to machineDale Johannesen
2008-09-12Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman
2008-09-10FastISel support for i1 PHI nodes.Dan Gohman
2008-09-10Remove unnecessary bit-wise AND from the limited precision work.Bill Wendling
2008-09-10Fix 80 col violation.Daniel Dunbar
2008-09-10Check that both operands are f32 before attempting to lower.Bill Wendling
2008-09-10Implement "visitPow". This is mainly used to see if we have a pow() call of thisBill Wendling
2008-09-09Adding 6-, 12-, and 18-bit limited-precision floating-point support for exp2Bill Wendling
2008-09-09Add support for 6-, 12-, and 18-bit limited precision calculations of exp forBill Wendling
2008-09-09- Add support for 6-, 12-, and 18-bit limited precision floating-point "log"Bill Wendling
2008-09-09Add limited precision floating-point conversions of log10 for 6- and 18-bitBill Wendling
2008-09-09Add support for floating-point calculations of log2 with limited precisions of 6Bill Wendling
2008-09-08Reapply 55904: Unbreak and fix indentationAnton Korobeynikov
2008-09-08Redo the 3 existing low-precision expansions toDale Johannesen
2008-09-08Reverting r55898 to r55909. One of these patches was causing an ICE during th...Bill Wendling
2008-09-08Add VISIBILITY_HIDDEN on SDISelAsmOperandInfoDaniel Dunbar