| Commit message (Expand) | Author | Age | Files | Lines |
* | In CodeGenPrepare's debug output, use WriteAsOperand instead of | Dan Gohman | 2009-02-13 | 1 | -6/+16 |
* | Complete the sentance in this comment. I have reservations | Dan Gohman | 2009-02-13 | 1 | -0/+1 |
* | Correct a comment: since AccessArguments is now | Duncan Sands | 2009-02-13 | 1 | -3/+3 |
* | If a function only reads memory, then we know that... | Duncan Sands | 2009-02-13 | 1 | -7/+11 |
* | Mark strto* as readonly when the endptr is null. | Nick Lewycky | 2009-02-13 | 2 | -5/+8 |
* | On strtod and friends, mark 'endptr' nocapture in the function prototype, and | Nick Lewycky | 2009-02-13 | 2 | -3/+50 |
* | Reapply r64301. These uses of "inline" can cause strange | Duncan Sands | 2009-02-13 | 1 | -8/+8 |
* | Switch from new[] + delete[] to malloc + free since llvm does not catch C++ e... | Evan Cheng | 2009-02-13 | 1 | -3/+3 |
* | If new[] fails, return 0 rather then trying to dereference a null pointer. | Evan Cheng | 2009-02-13 | 1 | -3/+12 |
* | Reapply r64300: | Nick Lewycky | 2009-02-13 | 2 | -4/+14 |
* | BasicAA was making the assumption that a local allocation which hadn't escaped | Nick Lewycky | 2009-02-13 | 2 | -3/+199 |
* | Fix the code that checked if a SCEVAddRecExpr Start contains an | Dan Gohman | 2009-02-13 | 2 | -1/+293 |
* | Remove non-DebugLoc versions of BuildMI. | Dale Johannesen | 2009-02-13 | 1 | -26/+0 |
* | Remove non-DebugLoc versions of BuildMI from IA64, Mips. | Dale Johannesen | 2009-02-13 | 8 | -47/+59 |
* | Remove non-DebugLoc versions of BuildMI from X86. | Dale Johannesen | 2009-02-13 | 6 | -55/+73 |
* | missed file | Dale Johannesen | 2009-02-13 | 1 | -2/+3 |
* | Remove non-DebugLoc versions of buildMI from Sparc. | Dale Johannesen | 2009-02-13 | 5 | -13/+21 |
* | Remove non-DebugLoc versions of BuildMI from Alpha and Cell. | Dale Johannesen | 2009-02-13 | 6 | -65/+76 |
* | Remove refs to non-DebugLoc version of BuildMI from XCore, PIC16. | Dale Johannesen | 2009-02-13 | 4 | -39/+45 |
* | Remove refs to non-DebugLoc version of BuildMI from PowerPC. | Dale Johannesen | 2009-02-13 | 5 | -149/+173 |
* | and one more file | Dale Johannesen | 2009-02-13 | 1 | -64/+92 |
* | Remove refs to non-DebugLoc versions of BuildMI from ARM. | Dale Johannesen | 2009-02-13 | 5 | -23/+40 |
* | Revert this. It was breaking stuff. | Bill Wendling | 2009-02-13 | 5 | -19/+113 |
* | Turn off the old way of handling debug information in the code generator. Use | Bill Wendling | 2009-02-13 | 5 | -113/+19 |
* | Fix LSR's IV sorting function to explicitly sort by bitwidth | Dan Gohman | 2009-02-13 | 2 | -4/+33 |
* | Avoid order files for now, as they aren't supported in 3.79. | Mike Stump | 2009-02-12 | 1 | -6/+6 |
* | Check in missing file. | Dale Johannesen | 2009-02-12 | 1 | -2/+4 |
* | Eliminate a couple of non-DebugLoc BuildMI variants. | Dale Johannesen | 2009-02-12 | 11 | -72/+86 |
* | Teach IndVarSimplify to optimize code using the C "int" type for | Dan Gohman | 2009-02-12 | 4 | -255/+340 |
* | Add suppport for ConstantExprs of shufflevectors whose result type is not equ... | Nate Begeman | 2009-02-12 | 5 | -5/+48 |
* | Arrange to print constants that match "n" and "i" constraints | Dale Johannesen | 2009-02-12 | 3 | -3/+55 |
* | Rename bugpoint's error message file so that if it somehow | Dan Gohman | 2009-02-12 | 1 | -1/+1 |
* | Add a utility function to LoopInfo to return the exit block | Dan Gohman | 2009-02-12 | 2 | -5/+14 |
* | fix PR3538 for ARM. | Chris Lattner | 2009-02-12 | 1 | -12/+19 |
* | fix PR3538 for PPC | Chris Lattner | 2009-02-12 | 1 | -4/+14 |
* | fix the X86 backend to just drop llvm.declare nodes for VLAs instead of | Chris Lattner | 2009-02-12 | 2 | -7/+94 |
* | Adjust the sizes for a few SmallVectors to reflect their usage. | Dan Gohman | 2009-02-12 | 2 | -3/+3 |
* | make fast isel fall back to selectiondags for VLA llvm.declare intrinsics. | Chris Lattner | 2009-02-12 | 1 | -2/+2 |
* | Add operator->, patch by Ben Laurie! | Chris Lattner | 2009-02-12 | 1 | -0/+1 |
* | add PR | Chris Lattner | 2009-02-12 | 1 | -0/+1 |
* | This code doesn't actually use the ExitingBlocks list. | Dan Gohman | 2009-02-12 | 1 | -3/+0 |
* | It's (currently) not safe to keep certain physical registers live across basi... | Evan Cheng | 2009-02-12 | 2 | -2/+40 |
* | Oops. Last second clean up messed things up. | Evan Cheng | 2009-02-12 | 1 | -2/+3 |
* | If availability info is kept when fallthrough into a bb, add the available re... | Evan Cheng | 2009-02-12 | 1 | -3/+21 |
* | Replace one of burr scheduling heuristic with something more sensible. Now ca... | Evan Cheng | 2009-02-12 | 3 | -19/+6 |
* | Fix MingW build: define GTEST_OS_WINDOWS if OS is MingW, but disable | Julien Lerouge | 2009-02-12 | 2 | -6/+10 |
* | Fix MingW build, patch by Kenneth Boyd! | Julien Lerouge | 2009-02-12 | 1 | -1/+4 |
* | Fix a nasty bug (PR3550) where the inline pass could incorrectly mark | Chris Lattner | 2009-02-12 | 2 | -2/+37 |
* | improve naming of values in GVN, patch by Jay Foad! | Chris Lattner | 2009-02-12 | 1 | -2/+2 |
* | fix PR3537: if resetting bbi back to the start of a block, we need to | Chris Lattner | 2009-02-12 | 2 | -4/+44 |