| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | GCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding on Darwin. I'm not sure | Bill Wendling | 2008-12-24 | 3 | -4/+18 |
* | Fix a compiler-abort on a testcase where the stack-pointer is added to | Dan Gohman | 2008-12-24 | 1 | -6/+13 |
* | indentation | Chris Lattner | 2008-12-24 | 1 | -9/+8 |
* | Change comments so everybody can understand them, hopefully. | Dale Johannesen | 2008-12-23 | 1 | -2/+2 |
* | simplify some control flow and reduce indentation, no functionality change. | Chris Lattner | 2008-12-23 | 1 | -63/+46 |
* | Revert 61362 and 61402 until SPEC breakage is fixed. | Dale Johannesen | 2008-12-23 | 1 | -135/+43 |
* | This fixes the bug in 175.vpr. It doesn't fix the | Dale Johannesen | 2008-12-23 | 1 | -2/+9 |
* | Add another permutation where we should get rid of a-a. | Dale Johannesen | 2008-12-23 | 1 | -4/+11 |
* | Add instruction patterns and encodings for the x86 bt instructions. | Dan Gohman | 2008-12-23 | 4 | -0/+42 |
* | Restore debug printing | Anton Korobeynikov | 2008-12-23 | 1 | -23/+26 |
* | Sometimes APInt syntax is really ugly... :( | Anton Korobeynikov | 2008-12-23 | 1 | -10/+21 |
* | Indent stuff properly | Anton Korobeynikov | 2008-12-23 | 1 | -25/+25 |
* | Initial checkin of APInt'ififcation of switch lowering | Anton Korobeynikov | 2008-12-23 | 2 | -127/+126 |
* | Silence unused variable warnings. | Devang Patel | 2008-12-23 | 2 | -0/+7 |
* | Fix typo. | Devang Patel | 2008-12-23 | 1 | -1/+2 |
* | Silience unused warnings. | Devang Patel | 2008-12-23 | 2 | -0/+4 |
* | Clean up the atomic opcodes in SelectionDAG. | Dan Gohman | 2008-12-23 | 6 | -574/+166 |
* | add some notes for simplifylibcalls optimizations | Chris Lattner | 2008-12-23 | 1 | -0/+25 |
* | Tweak --version to include the date and time. | Steve Naroff | 2008-12-23 | 1 | -0/+1 |
* | Rename BuildSchedUnits to BuildSchedGraph, and refactor the | Dan Gohman | 2008-12-23 | 6 | -14/+24 |
* | Use isTerminator() instead of isBranch()||isReturn() in | Dan Gohman | 2008-12-23 | 3 | -5/+4 |
* | Avoid an unnecessary call to allnodes_size(), which is linear. | Dan Gohman | 2008-12-23 | 1 | -8/+11 |
* | Minor code simplifications. | Dan Gohman | 2008-12-23 | 1 | -6/+6 |
* | revert r61368. | Zhongxing Xu | 2008-12-23 | 1 | -1/+1 |
* | Remove dead code. | Zhongxing Xu | 2008-12-23 | 1 | -1/+1 |
* | Fixed code generation for v8i16 and v16i8 splats on X86. | Mon P Wang | 2008-12-23 | 1 | -3/+33 |
* | Fix the time regression I introduced in 464.h264ref with | Dale Johannesen | 2008-12-23 | 1 | -41/+126 |
* | One more permutation of subtracting off a base value. | Dale Johannesen | 2008-12-23 | 1 | -0/+6 |
* | Don't forget to remove phi nodes from the value numbering table after we coll... | Owen Anderson | 2008-12-23 | 1 | -0/+2 |
* | Make the fuse-failed debug output human-readable. | Dan Gohman | 2008-12-23 | 1 | -1/+1 |
* | Comment clean-ups. No functionality change. | Bill Wendling | 2008-12-22 | 1 | -5/+3 |
* | Check that the instruction isn't in the value numbering scope. | Bill Wendling | 2008-12-22 | 1 | -6/+22 |
* | Simplification: Negate the operator== method instead of implementing a full o... | Bill Wendling | 2008-12-22 | 1 | -24/+1 |
* | Add verification that deleted instruction isn't hiding in the PHI map. | Bill Wendling | 2008-12-22 | 1 | -4/+17 |
* | Verify removed in a few more places. | Bill Wendling | 2008-12-22 | 1 | -0/+2 |
* | Add verification functions to GVN which check to see that an instruction was | Bill Wendling | 2008-12-22 | 1 | -0/+18 |
* | Refactor a bunch of code out of AsmPrinter::EmitGlobalConstant into separate | Dan Gohman | 2008-12-22 | 1 | -182/+207 |
* | Optimize setDepthDirty and setHeightDirty a little, as they showed | Dan Gohman | 2008-12-22 | 1 | -10/+16 |
* | Turn strcmp into memcmp, such as strcmp(P, "x") --> memcmp(P, "x", 2). | Nick Lewycky | 2008-12-21 | 1 | -2/+30 |
* | Fix fast-isel to not emit invalid assembly when presented with a | Dan Gohman | 2008-12-20 | 1 | -1/+1 |
* | Remove redundant test for vector-nature. Scan the vector first to see whether | Nick Lewycky | 2008-12-20 | 1 | -4/+10 |
* | Use SmallVector's pop_back_val. | Dan Gohman | 2008-12-20 | 1 | -4/+2 |
* | Use the correct Preds and Succs lists in setHeightDirty() | Dan Gohman | 2008-12-20 | 1 | -4/+4 |
* | Use ~0u instead of -1u as the special value, to hopefully avoid | Dan Gohman | 2008-12-19 | 1 | -20/+20 |
* | Fix PR3149. If an early clobber def is a physical register and it is tied to ... | Evan Cheng | 2008-12-19 | 2 | -7/+29 |
* | The fields for the stoppoint debug intrinsic have not changed, so update the | John Criswell | 2008-12-19 | 1 | -2/+2 |
* | C bindings for dyn_cast_or_null. | Gordon Henriksen | 2008-12-19 | 1 | -0/+12 |
* | Add support for writing LLVM IR to a specified BitstreamWriter. | Chris Lattner | 2008-12-19 | 1 | -12/+17 |
* | Move the patterns which have i8 immediates before the patterns | Dan Gohman | 2008-12-19 | 1 | -99/+99 |
* | - CodeGenPrepare does not split loop back edges but it only knows about back ... | Evan Cheng | 2008-12-19 | 1 | -45/+135 |