| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement LowerOperationWrapper for legalizer. | Sanjiv Gupta | 2009-01-21 | 5 | -138/+174 |
* | CellSPU: | Scott Michel | 2009-01-21 | 9 | -130/+317 |
* | Allow targets to legalize operations (with illegal operands) that produces mu... | Sanjiv Gupta | 2009-01-21 | 5 | -68/+85 |
* | Favors generating "not" over "xor -1". For example. | Evan Cheng | 2009-01-21 | 1 | -0/+3 |
* | Make special cases (0 inf nan) work for frem. | Dale Johannesen | 2009-01-21 | 3 | -38/+68 |
* | Be more aggressive about renumbering vregs after splitting them. | Owen Anderson | 2009-01-21 | 1 | -3/+7 |
* | Encode member accessibility. | Devang Patel | 2009-01-21 | 1 | -1/+5 |
* | Appropriately mark fowrad decls. | Devang Patel | 2009-01-20 | 1 | -11/+8 |
* | Fix PR3243: a LiveVariables bug. When HandlePhysRegKill is checking whether t... | Evan Cheng | 2009-01-20 | 1 | -13/+15 |
* | Fix typo. Patch by Alexei Svitkine. | Duncan Sands | 2009-01-20 | 1 | -1/+1 |
* | Use "SINT_TO_FP" instead of "UINT_TO_FP" when getting the exponent. This was | Bill Wendling | 2009-01-20 | 1 | -12/+13 |
* | Fix struct member's debug info. | Devang Patel | 2009-01-20 | 1 | -7/+24 |
* | Need only one set of debug info versions enum. | Devang Patel | 2009-01-20 | 2 | -6/+6 |
* | Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi... | Evan Cheng | 2009-01-20 | 31 | -123/+157 |
* | Fix global variable's address in a DIE. | Devang Patel | 2009-01-20 | 1 | -1/+1 |
* | Enable debug info for enums. | Devang Patel | 2009-01-20 | 1 | -10/+14 |
* | Add an IEEE remainder function, which is not | Dale Johannesen | 2009-01-20 | 1 | -1/+39 |
* | improve compatibility with various versions of graphviz, patch by | Chris Lattner | 2009-01-20 | 1 | -1/+1 |
* | Eliminate use of uint32_t to improve compatibility with cygwin | Chris Lattner | 2009-01-20 | 1 | -6/+6 |
* | Enable debug info for composite types. | Devang Patel | 2009-01-20 | 1 | -4/+0 |
* | Refactor code. No functionality change. | Evan Cheng | 2009-01-20 | 2 | -34/+89 |
* | Shift types need to match. | Bill Wendling | 2009-01-20 | 1 | -8/+9 |
* | another fix for PR3354 | Chris Lattner | 2009-01-20 | 1 | -0/+5 |
* | Add a README entry noticed while investigating PR3216. | Dan Gohman | 2009-01-20 | 1 | -0/+22 |
* | Fix a dagcombine to not generate loads of non-round integer types, | Dan Gohman | 2009-01-20 | 1 | -1/+1 |
* | Do not use DenseMap because the iterator is invalidated while constructing ty... | Devang Patel | 2009-01-20 | 1 | -2/+2 |
* | Make the Interpreter use libffi if it's available. Patch from Alexei Svitkine! | Nick Lewycky | 2009-01-20 | 1 | -496/+206 |
* | Make linear scan's trivial coalescer slightly more aggressive. | Evan Cheng | 2009-01-20 | 1 | -6/+6 |
* | Doxygen-ify comments. | Bill Wendling | 2009-01-19 | 1 | -45/+43 |
* | Verify debug info. | Devang Patel | 2009-01-19 | 4 | -10/+121 |
* | Fix a problem exposed by PR3354: simplifycfg was making a potentially | Chris Lattner | 2009-01-19 | 1 | -1/+14 |
* | Remove SDNode's virtual destructor. This makes it impossible for | Dan Gohman | 2009-01-19 | 1 | -53/+14 |
* | improve compatibility with cygwin, patch by Jay Foad! | Chris Lattner | 2009-01-19 | 1 | -1/+1 |
* | div/rem by zero and div/rem overflow are both undefined according to | Chris Lattner | 2009-01-19 | 1 | -11/+11 |
* | Fix SelectionDAG::ReplaceAllUsesWith to behave correctly when | Dan Gohman | 2009-01-19 | 2 | -16/+39 |
* | Fix PR3353, infinitely jump threading an infinite loop make from switches. | Chris Lattner | 2009-01-19 | 1 | -0/+5 |
* | compile-time fmod was done incorrectly. PR 3316. | Dale Johannesen | 2009-01-19 | 1 | -2/+4 |
* | Verify Intrinsic::dbg_declare. | Devang Patel | 2009-01-19 | 1 | -0/+5 |
* | DIVREM isel deficiency: If sign bit is known zero, zero out DX/EDX/RDX instea... | Evan Cheng | 2009-01-19 | 1 | -1/+1 |
* | Fix 80 col violations. | Evan Cheng | 2009-01-19 | 1 | -2/+2 |
* | Handle ISD::DECLARE with PIC relocation model. | Evan Cheng | 2009-01-19 | 1 | -4/+15 |
* | Fix typo, sentence fragment. | Nick Lewycky | 2009-01-19 | 1 | -2/+2 |
* | Temporarily revert r62487. It's causing this error during a release bootstrap of | Bill Wendling | 2009-01-19 | 1 | -77/+2 |
* | Minor tweak to LowerUINT_TO_FP_i32. Bias (after scalar_to_vector) has two use... | Evan Cheng | 2009-01-19 | 1 | -2/+2 |
* | Now not UINT_TO_FP is legal (it's marked custom), dag combiner won't | Evan Cheng | 2009-01-19 | 1 | -1/+8 |
* | Fix PR3016, a bug which can occur do to an invalid assumption: | Chris Lattner | 2009-01-19 | 1 | -2/+77 |
* | reduce indentation by using 'continue', no functionality change. | Chris Lattner | 2009-01-19 | 1 | -20/+22 |
* | Fix some problems in SpeculativelyExecuteBB. Basically, | Chris Lattner | 2009-01-19 | 1 | -5/+16 |
* | Make this a bit more explicit about which cases need the | Chris Lattner | 2009-01-18 | 1 | -2/+6 |
* | Fix rdar://6505632, an llc crash on 483.xalancbmk | Chris Lattner | 2009-01-18 | 1 | -1/+2 |