| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Factor out the code for mapping LLVM IR condition opcodes to | Dan Gohman | 2008-10-17 | 1 | -126/+61 |
* | Fix PR2356 on PowerPC: if we have an input and output that are tied together | Chris Lattner | 2008-10-17 | 1 | -15/+43 |
* | refactor some code into a helper method, no functionality change. | Chris Lattner | 2008-10-17 | 1 | -25/+40 |
* | Keep track of *which* input constraint matches an output | Chris Lattner | 2008-10-17 | 1 | -3/+3 |
* | add an assert so that PR2356 explodes instead of running off an | Chris Lattner | 2008-10-17 | 1 | -6/+9 |
* | simplify comparison | Chris Lattner | 2008-10-11 | 1 | -1/+1 |
* | Correctly handle calls with no return values. This fixes | Dan Gohman | 2008-10-07 | 1 | -1/+1 |
* | Temporarily reverting r56683. This is causing a failure during the build of l... | Bill Wendling | 2008-09-26 | 1 | -4/+1 |
* | Fix @llvm.frameaddress codegen. FP elimination optimization should be disable... | Evan Cheng | 2008-09-26 | 1 | -1/+4 |
* | Add "inreg" field to CallSDNode (doesn't increase | Dale Johannesen | 2008-09-26 | 1 | -7/+11 |
* | Large mechanical patch. | Devang Patel | 2008-09-25 | 1 | -19/+19 |
* | Accept 'inreg' attribute on x86 functions as | Dale Johannesen | 2008-09-25 | 1 | -2/+7 |
* | FastISel support for debug info. | Dan Gohman | 2008-09-25 | 1 | -1/+3 |
* | <rdar://problem/6234798> Assertion failed: (!OpInfo.AssignedRegs.Regs.empty()... | Evan Cheng | 2008-09-25 | 1 | -2/+5 |
* | Remove SelectionDag early allocation of registers | Dale Johannesen | 2008-09-24 | 1 | -40/+9 |
* | Next round of earlyclobber handling. Approach the | Dale Johannesen | 2008-09-24 | 1 | -21/+10 |
* | Properly handle 'm' inline asm constraints. If a GV is being selected for the... | Evan Cheng | 2008-09-24 | 1 | -2/+20 |
* | s/ParameterAttributes/Attributes/g | Devang Patel | 2008-09-23 | 1 | -1/+0 |
* | Add helper function to get a 32-bit floating point constant. No functionality... | Bill Wendling | 2008-09-22 | 1 | -189/+106 |
* | Add a bit to mark operands of asm's that conflict | Dale Johannesen | 2008-09-17 | 1 | -13/+23 |
* | Reverting r56249. On further investigation, this functionality isn't needed. | Bill Wendling | 2008-09-16 | 1 | -4/+4 |
* | - Change "ExternalSymbolSDNode" to "SymbolSDNode". | Bill Wendling | 2008-09-16 | 1 | -4/+4 |
* | Don't take the time to CheckDAGForTailCallsAndFixThem when tail calls | Dan Gohman | 2008-09-16 | 1 | -3/+8 |
* | Define CallSDNode, an SDNode subclass for use with ISD::CALL. | Dan Gohman | 2008-09-13 | 1 | -7/+4 |
* | Change ConstantSDNode and ConstantFPSDNode to use ConstantInt* and | Dan Gohman | 2008-09-12 | 1 | -2/+2 |
* | Pass "earlyclobber" bit through to machine | Dale Johannesen | 2008-09-12 | 1 | -3/+7 |
* | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman | 2008-09-12 | 1 | -3/+3 |
* | FastISel support for i1 PHI nodes. | Dan Gohman | 2008-09-10 | 1 | -2/+7 |
* | Remove unnecessary bit-wise AND from the limited precision work. | Bill Wendling | 2008-09-10 | 1 | -6/+4 |
* | Fix 80 col violation. | Daniel Dunbar | 2008-09-10 | 1 | -1/+2 |
* | Check that both operands are f32 before attempting to lower. | Bill Wendling | 2008-09-10 | 1 | -0/+1 |
* | Implement "visitPow". This is mainly used to see if we have a pow() call of this | Bill Wendling | 2008-09-10 | 1 | -4/+145 |
* | Adding 6-, 12-, and 18-bit limited-precision floating-point support for exp2 | Bill Wendling | 2008-09-09 | 1 | -26/+111 |
* | Add support for 6-, 12-, and 18-bit limited precision calculations of exp for | Bill Wendling | 2008-09-09 | 1 | -7/+134 |
* | - Add support for 6-, 12-, and 18-bit limited precision floating-point "log" | Bill Wendling | 2008-09-09 | 1 | -112/+216 |
* | Add limited precision floating-point conversions of log10 for 6- and 18-bit | Bill Wendling | 2008-09-09 | 1 | -4/+55 |
* | Add support for floating-point calculations of log2 with limited precisions of 6 | Bill Wendling | 2008-09-09 | 1 | -76/+191 |
* | Reapply 55904: Unbreak and fix indentation | Anton Korobeynikov | 2008-09-08 | 1 | -37/+33 |
* | Redo the 3 existing low-precision expansions to | Dale Johannesen | 2008-09-08 | 1 | -47/+38 |
* | Reverting r55898 to r55909. One of these patches was causing an ICE during th... | Bill Wendling | 2008-09-08 | 1 | -33/+37 |
* | Add VISIBILITY_HIDDEN on SDISelAsmOperandInfo | Daniel Dunbar | 2008-09-08 | 1 | -1/+1 |
* | Unbreak and fix indentation | Anton Korobeynikov | 2008-09-08 | 1 | -37/+33 |
* | Next limited float precision expansion (log2 12 bits) | Dale Johannesen | 2008-09-05 | 1 | -3/+43 |
* | Add the next limited-precision expansion. | Dale Johannesen | 2008-09-05 | 1 | -3/+42 |
* | Add hooks for other intrinsics to get low-precision expansions. | Dale Johannesen | 2008-09-05 | 1 | -12/+56 |
* | Add -flimit-float-precision to enable some faster, | Dale Johannesen | 2008-09-05 | 1 | -3/+55 |
* | Add an include of SmallSet.h. | Dan Gohman | 2008-09-04 | 1 | -0/+1 |
* | Clean up uses of TargetLowering::getTargetMachine. | Dan Gohman | 2008-09-04 | 1 | -1/+1 |
* | Add intrinsics for log, log2, log10, exp, exp2. | Dale Johannesen | 2008-09-04 | 1 | -0/+25 |
* | Put RegsForValue in the llvm namespace to avoid warnings about | Dan Gohman | 2008-09-03 | 1 | -1/+1 |