2008-08-05 |
Dan Gohman | Fix several const-correctness issues, resolving some... |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Dan Gohman | Correct an assertion string. |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Evan Cheng | Remove #if 0. |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Evan Cheng | Fix PR2568: Fix bug that cause redudant kill marker... |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Owen Anderson | Remove unneeded iteration. Thanks to Dan for the feedback. |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Owen Anderson | This option doesn't need to be a target option. It... |
commit | commitdiff | tree | snapshot |
2008-08-04 |
Owen Anderson | Update these tests to work by disabling the new correct... |
commit | commitdiff | tree | snapshot |
2008-08-04 |
Owen Anderson | - Fix SelectionDAG to generate correct CFGs. |
commit | commitdiff | tree | snapshot |
2008-08-04 |
Eli Friedman | PR2621: Improvements to the SCEV AddRec binomial expans... |
commit | commitdiff | tree | snapshot |
2008-08-04 |
Dan Gohman | Fix SDISel lowering of PHI nodes to use ComputeValueVTs. |
commit | commitdiff | tree | snapshot |
2008-08-04 |
Dan Gohman | Fix SDISel lowering of zeroinitializer and undef to... |
commit | commitdiff | tree | snapshot |
2008-08-04 |
Dan Gohman | Add an assert to catch invalid VECTOR_SHUFFLE mask... |
commit | commitdiff | tree | snapshot |
2008-08-04 |
Bruno Cardoso... | Mips ISelLowering cleanup : Removed old LowerCALL and... |
commit | commitdiff | tree | snapshot |
2008-08-04 |
Bruno Cardoso... | Handle i32->f32 bitconvert results. |
commit | commitdiff | tree | snapshot |
2008-08-03 |
Andrew Lenharth | Add atomic sub for other sizes |
commit | commitdiff | tree | snapshot |
2008-08-03 |
Chris Lattner | Emit saveri with the correct operand order, patch by... |
commit | commitdiff | tree | snapshot |
2008-08-03 |
Bruno Cardoso... | Fix PR2615 |
commit | commitdiff | tree | snapshot |
2008-08-02 |
Bruno Cardoso... | Improved asm inline for hi,lo results |
commit | commitdiff | tree | snapshot |
2008-08-02 |
Bruno Cardoso... | Apply the same pattern used in 'and' lowering for 'or' |
commit | commitdiff | tree | snapshot |
2008-08-01 |
Duncan Sands | Fix comment typos. |
commit | commitdiff | tree | snapshot |
2008-08-01 |
Bill Wendling | Removed unused parameters. |
commit | commitdiff | tree | snapshot |
2008-07-31 |
Dale Johannesen | Make sse2 explicit, for non-x86 hosts. |
commit | commitdiff | tree | snapshot |
2008-07-31 |
Bruno Cardoso... | Expand fcopysign |
commit | commitdiff | tree | snapshot |
2008-07-31 |
Bruno Cardoso... | Handle more SELECT corner cases considering legalize... |
commit | commitdiff | tree | snapshot |
2008-07-31 |
Dale Johannesen | Add a flag to disable jump table generation (all |
commit | commitdiff | tree | snapshot |
2008-07-31 |
Dan Gohman | Improve dagcombining for sext-loads and sext-in-reg... |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Bruno Cardoso... | Added pattern for floating point zero immediate (avoidi... |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Dan Gohman | Move SelectionDAG::viewGraph() out of line; as an inlin... |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Dan Gohman | Don't look for leaf values to store when lowering stores of |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Owen Anderson | Use existing LiveInterval methods to simplify live... |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Dan Gohman | I missed this file in r54223. movzbl is now used instead |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Dan Gohman | Reapply r54147 with a constraint to only use the 8-bit |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Owen Anderson | Value numbers whose def index is a special sentinel... |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Bruno Cardoso... | Fixed bug in global address lowering for functions... |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Bruno Cardoso... | Removed small section flag for mips, the assembler... |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Bruno Cardoso... | Added new features to represent specific instructions... |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Bruno Cardoso... | Instruction definition cleanup |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Matthijs Kooijman | Document BasicBlock::Create. |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Matthijs Kooijman | Not that using stream headers other than iostream is... |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Mon P Wang | Added support for overloading intrinsics (atomics)... |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Eli Friedman | Another SCEV issue from PR2607; essentially the same... |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Owen Anderson | More fixes for corner cases when remapping live range... |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Owen Anderson | When merging live intervals, we also need to merge... |
commit | commitdiff | tree | snapshot |
2008-07-30 |
Eli Friedman | Fix for PR2607: SCEV miscomputing the loop count for... |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Owen Anderson | When merging a PHI operand's live interval into the... |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Owen Anderson | Don't decrement the BB remap when we don't need to. |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Duncan Sands | Fix PR2609. If a label is deleted, then it needs |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Bruno Cardoso... | Changed some methods order. |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Nate Begeman | Fix broken CellSPU lowering, re-instate braces in Legalize |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Bruno Cardoso... | Added floating point lowering for select. |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Duncan Sands | Set the executable bit - means it can actually |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Nate Begeman | Disable a fix in the previous patch, since it breaks... |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Nate Begeman | Add vector shifts to the IR, patch by Eli Friedman. |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Matthijs Kooijman | Add -unroll-allow-partial command line option that... |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Matthijs Kooijman | Restructure ArgumentPromotion a bit. Instead of just... |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Matthijs Kooijman | Improve bugpoint output a bit by outputting the actual... |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Matthijs Kooijman | Add a GetElementPtrInst::getIndexedType that accepts... |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Evan Cheng | Fix for PR2578. Do not split off a block whose size... |
commit | commitdiff | tree | snapshot |
2008-07-29 |
Dan Gohman | Revert 54147. |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Dan Gohman | Add x86 isel patterns to match what would be a ZERO_EXT... |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Dan Gohman | Fold the useful features of alist and alist_node into... |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Owen Anderson | Don't remove volatile loads. Thanks to Duncan for... |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Bill Wendling | Remove extra lines |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Bruno Cardoso... | Disable gp_rel relocation for constant pools access... |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Duncan Sands | Since build_vector is a variadic node, the number |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Duncan Sands | This is not a binary file. |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Bruno Cardoso... | Added floating point lowering for setcc and brcond. |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Duncan Sands | Test this differently: I saw this test fail |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Bill Wendling | Don't build with 4.0. |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Dan Gohman | Reword a comment to be less ambiguous. |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Dan Gohman | Fix a bashism in TestRunner.sh. |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Owen Anderson | Add support for eliminating stores that store the same... |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Owen Anderson | Fix a subtle bug when removing instructions from memdep... |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Bill Wendling | Remove <iostream> include. |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Dan Gohman | Don't use reinterpret_cast when it isn't needed. |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Dan Gohman | Make the ScheduleDAG's GraphRoot edge be blue and dashe... |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Dan Gohman | Rename SDOperand to SDValue. |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Dan Gohman | Tidy SDNode::use_iterator, and complete the transition... |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Dan Gohman | Fix embedded CRLF characters. |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Dan Gohman | Rename isOnlyUseOf to isOnlyUserOf. |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Dan Gohman | Improve comments for SDNode use-count methods. No funct... |
commit | commitdiff | tree | snapshot |
2008-07-27 |
Duncan Sands | Some binary operations were being treated as |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Owen Anderson | Fix the issues originally addressed in r54070. After... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Owen Anderson | Revert my previous patch. In retrospect, this is compl... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Owen Anderson | Special cases are needed in renumbering when dealing... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Owen Anderson | In order to avoid reprocessing a register more than... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Owen Anderson | Remove live interval entries for an interval if we... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Owen Anderson | Properly remap live ranges whose end indices are the... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Dan Gohman | Rename the version of CreateRet that's a convenience... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Owen Anderson | Make the remapping of interval indices (particularly... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Duncan Sands | Fix error: ‘std::ostream’ has not been declared |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Nate Begeman | Fix test RUN line |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Nate Begeman | Disable mov{L, LP, HP, HLP, *DUP} shuffles for mmx |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Nate Begeman | Remove unnecessary implicit argument |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Nate Begeman | Fix minor issues with VICmp/VFCmp constant expressions |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Nate Begeman | Fit in 80 cols |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Nate Begeman | Allow verifier to be run on partially materialized... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Nate Begeman | Add predicate for GhostLinkage, used by the JIT |
commit | commitdiff | tree | snapshot |
2008-07-25 |
Nate Begeman | Remove dead PatLeaf; there are a number of issues aroun... |
commit | commitdiff | tree | snapshot |
next |