2006-09-21 |
Jim Laskey | Basic "in frame" alias analysis. |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Rafael Espindola | more condition codes |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Rafael Espindola | if a constant can't be an immediate, add it to the... |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Chris Lattner | fold (aext (and (trunc x), cst)) -> (and x, cst). |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Chris Lattner | Check the right value type. This fixes 186.crafty... |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Chris Lattner | implemented |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Chris Lattner | Compile: |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Chris Lattner | Generalize (zext (truncate x)) and (sext (truncate... |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Chris Lattner | Fit in 80-cols |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Chris Lattner | Fix Transforms/IndVarsSimplify/2006-09-20-LFTR-Crash.ll |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Nick Lewycky | Fix compile error. |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Nick Lewycky | Don't rewrite ConstantExpr::get. |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Nick Lewycky | Once we're down to "setcc type constant1, constant2... |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Anton Korobeynikov | Adding codegeneration for StdCall & FastCall calling... |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Andrew Lenharth | Account for pseudo-ops correctly |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Chris Lattner | The DarwinAsmPrinter need not check for isDarwin. ... |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Chris Lattner | Wrap some darwin'isms with isDarwin checks. |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Nick Lewycky | Use a total ordering to compare instructions. |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Andrew Lenharth | simplify |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Andrew Lenharth | catch constants more often |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Andrew Lenharth | catch another constant |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Andrew Lenharth | clarify with test case |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Andrew Lenharth | Add Note |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Jim Laskey | Trim the home directory from the dejagnu test |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Chris Lattner | item done |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Chris Lattner | Compile: |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Chris Lattner | Fold the full generality of (any_extend (truncate x)) |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Chris Lattner | Two things: |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Chris Lattner | This is already done |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Chris Lattner | We went through all that trouble to compute whether... |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Chris Lattner | Improve PPC64 equality comparisons like PPC32 comparisons. |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Chris Lattner | Two improvements: |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Chris Lattner | Add a note that we should match rlwnm better |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Chris Lattner | Legalize is no longer limited to cleverness with just... |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Chris Lattner | Expand 64-bit shifts more optimally if we know that... |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Evan Cheng | Back out Chris' last set of changes. This breaks 177... |
commit | commitdiff | tree | snapshot |
2006-09-20 |
Evan Cheng | 80 col. |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Evan Cheng | Allow PatFrag to be a leaf node. |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Evan Cheng | Add result of a Xform to isel queue. |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Andrew Lenharth | If we have an add, do it in the pointer realm, not... |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Andrew Lenharth | Inspired by the linux kernel, the more we keep adds... |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Chris Lattner | Fix UnitTests/2005-05-12-Int64ToFP.c with llc-beta... |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Rafael Espindola | fix header |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Rafael Espindola | Implement a MachineFunctionPass to fix the mul instruction |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Chris Lattner | number test right |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Chris Lattner | item done |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Chris Lattner | implement select.ll:test19-22 |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Chris Lattner | make this harder |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Chris Lattner | new testcases |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Chris Lattner | Fold the PPCISD shifts when presented with 0 inputs... |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Chris Lattner | Fold extract_element(cst) to cst |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Chris Lattner | Minor speedup for legalize by avoiding some malloc... |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Chris Lattner | If multiple predicates are listed, they must all pass |
commit | commitdiff | tree | snapshot |
2006-09-19 |
Nick Lewycky | Enable dejagnu tests for predicate simplifier. |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Evan Cheng | Fix a typo. |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Chris Lattner | There! |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Chris Lattner | Fix Regression/TableGen/2006-09-18-LargeInt.td |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Evan Cheng | Allow i32 UDIV, SDIV, UREM, SREM to be expanded into... |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Nick Lewycky | Walk down the dominator tree instead of the control... |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Nick Lewycky | Fix findCaseDest to return null when BB is both the... |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Andrew Lenharth | A pass to remove the worst of the replay trap offenders... |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Nick Lewycky | Add a new helper method to SwitchInst. Useful when... |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Chris Lattner | Fix an infinite loop building the CFE |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Andrew Lenharth | Jump tables on Alpha |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Andrew Lenharth | oops |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Andrew Lenharth | absolute addresses must match pointer size |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Jim Laskey | Sort out mangled names for globals |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Chris Lattner | Implement a trivial optzn: of vastart is never called... |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Chris Lattner | add a note. Our 64-bit shifts are ~30% slower than... |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Chris Lattner | Implement InstCombine/cast.ll:test31. This speeds... |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Chris Lattner | Add support for pattern matching cast operations |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Chris Lattner | add a helper method |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Chris Lattner | This is closer to what we really want. |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Chris Lattner | Implement Transforms/InstCombine/shift-sra.ll:test0 |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Chris Lattner | New testcase, can be an srl instead of sra |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Chris Lattner | Rewrite shift/and/compare sequences to promote better... |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Reid Spencer | Make the LLVM Publications link point to /pubs/ since... |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Anton Korobeynikov | Added some eye-candy for Subtarget type checking |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Chris Lattner | Add ShiftInst::isLogical/ArithmeticShift methods. |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Chris Lattner | Add new SetCondInst::isRelational/isEquality methods... |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Nick Lewycky | Explain change with a comment. |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Nick Lewycky | Fix PR912. The input to erase() must not be a reference... |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Anton Korobeynikov | Small fixes for supporting dll* linkage types |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Chris Lattner | add a note noticed through source inspection |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Chris Lattner | Oh yeah, this is needed too |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Chris Lattner | Fix Transforms/InstCombine/2006-09-15-CastToBool.ll... |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Chris Lattner | Testcase for PR913 |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Chris Lattner | simplify control flow, no functionality change |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Chris Lattner | Allow custom expand of mul |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Chris Lattner | comment out debug code |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Chris Lattner | Add a new -cbe-bug mode, which works just like -run... |
commit | commitdiff | tree | snapshot |
next |