| Commit message (Expand) | Author | Age | Files | Lines |
* | Update these tests to work by disabling the new correct CFG generation. This... | Owen Anderson | 2008-08-04 | 11 | -12/+12 |
* | - Fix SelectionDAG to generate correct CFGs. | Owen Anderson | 2008-08-04 | 7 | -11/+128 |
* | PR2621: Improvements to the SCEV AddRec binomial expansion. This | Eli Friedman | 2008-08-04 | 3 | -84/+192 |
* | Fix SDISel lowering of PHI nodes to use ComputeValueVTs. | Dan Gohman | 2008-08-04 | 2 | -9/+64 |
* | Fix SDISel lowering of zeroinitializer and undef to use ComputeValueVTs. | Dan Gohman | 2008-08-04 | 2 | -24/+25 |
* | Add an assert to catch invalid VECTOR_SHUFFLE mask indices. | Dan Gohman | 2008-08-04 | 1 | -0/+1 |
* | Mips ISelLowering cleanup : Removed old LowerCALL and FORMAL_ARGS helpers, they | Bruno Cardoso Lopes | 2008-08-04 | 2 | -40/+9 |
* | Handle i32->f32 bitconvert results. | Bruno Cardoso Lopes | 2008-08-04 | 2 | -1/+6 |
* | Add atomic sub for other sizes | Andrew Lenharth | 2008-08-03 | 1 | -1/+2 |
* | Emit saveri with the correct operand order, patch by Richard Pennington! | Chris Lattner | 2008-08-03 | 1 | -1/+1 |
* | Fix PR2615 | Bruno Cardoso Lopes | 2008-08-03 | 1 | -1/+7 |
* | Improved asm inline for hi,lo results | Bruno Cardoso Lopes | 2008-08-02 | 5 | -23/+77 |
* | Apply the same pattern used in 'and' lowering for 'or' | Bruno Cardoso Lopes | 2008-08-02 | 2 | -8/+10 |
* | Fix comment typos. | Duncan Sands | 2008-08-01 | 2 | -3/+3 |
* | Removed unused parameters. | Bill Wendling | 2008-08-01 | 1 | -5/+5 |
* | Make sse2 explicit, for non-x86 hosts. | Dale Johannesen | 2008-07-31 | 1 | -2/+2 |
* | Expand fcopysign | Bruno Cardoso Lopes | 2008-07-31 | 1 | -0/+1 |
* | Handle more SELECT corner cases considering legalize types, probabily wont wo... | Bruno Cardoso Lopes | 2008-07-31 | 2 | -31/+48 |
* | Add a flag to disable jump table generation (all | Dale Johannesen | 2008-07-31 | 5 | -3/+18 |
* | Improve dagcombining for sext-loads and sext-in-reg nodes. | Dan Gohman | 2008-07-31 | 2 | -9/+30 |
* | Added pattern for floating point zero immediate (avoiding a constant pool | Bruno Cardoso Lopes | 2008-07-30 | 2 | -3/+16 |
* | Move SelectionDAG::viewGraph() out of line; as an inline function | Dan Gohman | 2008-07-30 | 2 | -1/+6 |
* | Don't look for leaf values to store when lowering stores of | Dan Gohman | 2008-07-30 | 2 | -2/+24 |
* | Use existing LiveInterval methods to simplify live interval merging. Thanks ... | Owen Anderson | 2008-07-30 | 1 | -31/+32 |
* | I missed this file in r54223. movzbl is now used instead | Dan Gohman | 2008-07-30 | 1 | -1/+1 |
* | Reapply r54147 with a constraint to only use the 8-bit | Dan Gohman | 2008-07-30 | 5 | -25/+153 |
* | Value numbers whose def index is a special sentinel value should not be remap... | Owen Anderson | 2008-07-30 | 1 | -11/+13 |
* | Fixed bug in global address lowering for functions and in Brcond lowering | Bruno Cardoso Lopes | 2008-07-30 | 1 | -6/+7 |
* | Removed small section flag for mips, the assembler doesnt support this flag | Bruno Cardoso Lopes | 2008-07-30 | 2 | -4/+18 |
* | Added new features to represent specific instructions groups | Bruno Cardoso Lopes | 2008-07-30 | 3 | -8/+45 |
* | Instruction definition cleanup | Bruno Cardoso Lopes | 2008-07-30 | 1 | -63/+43 |
* | Document BasicBlock::Create. | Matthijs Kooijman | 2008-07-30 | 1 | -1/+3 |
* | Not that using stream headers other than iostream is allowed. | Matthijs Kooijman | 2008-07-30 | 1 | -0/+4 |
* | Added support for overloading intrinsics (atomics) based on pointers | Mon P Wang | 2008-07-30 | 13 | -137/+209 |
* | Another SCEV issue from PR2607; essentially the same issue, but this | Eli Friedman | 2008-07-30 | 2 | -4/+28 |
* | More fixes for corner cases when remapping live range indices. | Owen Anderson | 2008-07-30 | 1 | -10/+10 |
* | When merging live intervals, we also need to merge in any live ranges that ar... | Owen Anderson | 2008-07-30 | 1 | -13/+42 |
* | Fix for PR2607: SCEV miscomputing the loop count for loops with an | Eli Friedman | 2008-07-30 | 2 | -3/+34 |
* | When merging a PHI operand's live interval into the PHI's live interval, we n... | Owen Anderson | 2008-07-29 | 1 | -9/+17 |
* | Don't decrement the BB remap when we don't need to. | Owen Anderson | 2008-07-29 | 1 | -8/+4 |
* | Fix PR2609. If a label is deleted, then it needs | Duncan Sands | 2008-07-29 | 2 | -4/+285 |
* | Changed some methods order. | Bruno Cardoso Lopes | 2008-07-29 | 1 | -45/+46 |
* | Fix broken CellSPU lowering, re-instate braces in Legalize | Nate Begeman | 2008-07-29 | 2 | -6/+5 |
* | Added floating point lowering for select. | Bruno Cardoso Lopes | 2008-07-29 | 4 | -86/+185 |
* | Set the executable bit - means it can actually | Duncan Sands | 2008-07-29 | 1 | -0/+0 |
* | Disable a fix in the previous patch, since it breaks CellSPU. | Nate Begeman | 2008-07-29 | 1 | -2/+4 |
* | Add vector shifts to the IR, patch by Eli Friedman. | Nate Begeman | 2008-07-29 | 11 | -319/+361 |
* | Add -unroll-allow-partial command line option that enabled the loop unroller to | Matthijs Kooijman | 2008-07-29 | 2 | -4/+41 |
* | Restructure ArgumentPromotion a bit. Instead of just having a single boolean | Matthijs Kooijman | 2008-07-29 | 2 | -99/+260 |
* | Improve bugpoint output a bit by outputting the actual instructions instead of | Matthijs Kooijman | 2008-07-29 | 1 | -2/+1 |