Age | Commit message (Expand) | Author |
2008-09-22 | Initial support for the CMake build system. | Oscar Fuentes |
2008-09-22 | Add helper function to get a 32-bit floating point constant. No functionality... | Bill Wendling |
2008-09-21 | don't print GlobalAddressSDNode's with an offset of zero as "foo0". | Chris Lattner |
2008-09-19 | Refactor X86SelectConstAddr, folding it into X86SelectAddress. This | Dan Gohman |
2008-09-18 | Add a new "fast" scheduler. This is currently basically just a | Dan Gohman |
2008-09-17 | Add a bit to mark operands of asm's that conflict | Dale Johannesen |
2008-09-17 | Don't worry about clobbering physical register defs that aren't used. | Dan Gohman |
2008-09-16 | When converting a CopyFromReg to a copy instruction, use the register class o... | Evan Cheng |
2008-09-16 | Change SelectionDAG::getConstantPool to always set the alignment of the | Dan Gohman |
2008-09-16 | Reverting r56249. On further investigation, this functionality isn't needed. | Bill Wendling |
2008-09-16 | Include the alignment value when displaying ConstantPoolSDNodes. | Dan Gohman |
2008-09-16 | - Change "ExternalSymbolSDNode" to "SymbolSDNode". | Bill Wendling |
2008-09-16 | Don't take the time to CheckDAGForTailCallsAndFixThem when tail calls | Dan Gohman |
2008-09-15 | Re-enable SelectionDAG CSE for calls. It matters in the case of | Dan Gohman |
2008-09-13 | Define CallSDNode, an SDNode subclass for use with ISD::CALL. | Dan Gohman |
2008-09-12 | Change ConstantSDNode and ConstantFPSDNode to use ConstantInt* and | Dan Gohman |
2008-09-12 | Pass "earlyclobber" bit through to machine | Dale Johannesen |
2008-09-12 | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman |
2008-09-12 | The sequence for ppcf128 compares was not IEEE | Dale Johannesen |
2008-09-10 | FastISel support for i1 PHI nodes. | Dan Gohman |
2008-09-10 | FastISel support for i1 constants. | Dan Gohman |
2008-09-10 | Add X86FastISel support for static allocas, and refences | Dan Gohman |
2008-09-10 | Add a break statement that I accidentally deleted when | Dan Gohman |
2008-09-10 | Remove unnecessary bit-wise AND from the limited precision work. | Bill Wendling |
2008-09-10 | Fix 80 col violation. | Daniel Dunbar |
2008-09-10 | Check that both operands are f32 before attempting to lower. | Bill Wendling |
2008-09-10 | Implement "visitPow". This is mainly used to see if we have a pow() call of this | Bill Wendling |
2008-09-09 | A few more places where FPOW is being ignored. | Evan Cheng |
2008-09-09 | Change -fast-isel-no-abort to -fast-isel-abort, which now defaults | Dan Gohman |
2008-09-09 | Legalizer was missing code that expand fpow to a libcall. | Evan Cheng |
2008-09-09 | Adding 6-, 12-, and 18-bit limited-precision floating-point support for exp2 | Bill Wendling |
2008-09-09 | Add support for 6-, 12-, and 18-bit limited precision calculations of exp for | Bill Wendling |
2008-09-09 | Add a new option, -fast-isel-verbose, that can be used with | Dan Gohman |
2008-09-09 | Clean this up, based on Evan's suggestions. | Owen Anderson |
2008-09-09 | - Add support for 6-, 12-, and 18-bit limited precision floating-point "log" | Bill Wendling |
2008-09-09 | Make safer variant of alias resolution routine to be default | Anton Korobeynikov |
2008-09-09 | Add limited precision floating-point conversions of log10 for 6- and 18-bit | Bill Wendling |
2008-09-09 | Check for type legality before materializing integer constants in fast isel. ... | Owen Anderson |
2008-09-09 | Remove the code that protected FastISel from aborting in | Dan Gohman |
2008-09-09 | Fix a constant lowering bug. Now we can do load and store instructions with f... | Evan Cheng |
2008-09-09 | Add support for floating-point calculations of log2 with limited precisions of 6 | Bill Wendling |
2008-09-08 | Reapply 55904: Unbreak and fix indentation | Anton Korobeynikov |
2008-09-08 | Fix a few I's that were meant to be renamed to BI's. | Dan Gohman |
2008-09-08 | Redo the 3 existing low-precision expansions to | Dale Johannesen |
2008-09-08 | Reverting r55898 to r55909. One of these patches was causing an ICE during th... | Bill Wendling |
2008-09-08 | In visitUREM, arrange for the temporary UDIV node to be | Dan Gohman |
2008-09-08 | Add VISIBILITY_HIDDEN on SDISelAsmOperandInfo | Daniel Dunbar |
2008-09-08 | Fix the string for ISD::UDIVREM. | Dan Gohman |
2008-09-08 | Avoid redefinition and nnbreak windows build. | Evan Cheng |
2008-09-08 | Unbreak and fix indentation | Anton Korobeynikov |