2006-09-28 |
Chris Lattner | remove reference to dead method |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | remove dead method |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | Use the new ManagedStatic class to explicitly manage... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | new helper class to provide more explicit management... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | re-re-revert this, back to the right revision. It... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Evan Cheng | PEI now place callee save spills closest to the address... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Evan Cheng | - Added a hook processFunctionBeforeCalleeSaveScn(... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Chris Lattner | re-revert this patch, bisort and mst are still broken... |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Bill Wendling | Reapplying this patch. With the newest commits, the... |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Chris Lattner | silence warnings in release build |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Devang Patel | Fix DFS walk. |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Chris Lattner | Temporarily revert this. This breaks Olden/bisort... |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Jim Laskey | Make sure C++ protection shows up in debug info |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Chris Lattner | This: |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Bill Wendling | PR878: Instead of calculating the vreg to PHI use count... |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Chris Lattner | set DEBUG_TYPE right |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Devang Patel | Add llvm.org/bugs/show_bug.cgi?id=923 test case. |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Chris Lattner | Use abstract private/comment directives, to increase... |
commit | commitdiff | tree | snapshot |
2006-09-27 |
Chris Lattner | Add support for ${:private} which prints "L" on darwin. |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Chris Lattner | Add support for ${:comment}, which expands to the curre... |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Chris Lattner | Actually, name the method PrintSpecial to match other... |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Chris Lattner | Add support for ${:foo} syntax, where "foo" is passed... |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Evan Cheng | Rename function. It's determining which callee-save... |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Andrew Lenharth | Comments on JumpTableness |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Jim Laskey | Load chain check is not needed |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Jim Laskey | Chain can be any operand |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Jim Laskey | Wrong size for load |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Jim Laskey | Can't move a load node if it's chain is not used. |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Chris Lattner | Various random and minor code cleanups. |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Chris Lattner | test that the no_dead_strip directive is emitted on... |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Chris Lattner | print the preds of each MBB |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Chris Lattner | Compile: |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Chris Lattner | Add support for targets that want to do something with... |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Chris Lattner | order this properly to avoid warnings in TargetAsmInfo... |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Jim Laskey | Accidental enable of bad code |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Jim Laskey | Fix chain dropping in load and drop unused stores in... |
commit | commitdiff | tree | snapshot |
2006-09-25 |
John Criswell | Regression test for PR#922. |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Chris Lattner | more notes |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Jim Laskey | Core antialiasing for load and store. |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Andrew Lenharth | Fix |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Andrew Lenharth | Fix jump tables to match gcc (and the ABI and whatnot) |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Andrew Lenharth | Add support for other relocation bases to jump tables... |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Andrew Lenharth | basic jump table test |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Andrew Lenharth | jump table note |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Evan Cheng | PIC jump table entries are always 32-bit. This fixes... |
commit | commitdiff | tree | snapshot |
2006-09-24 |
Nick Lewycky | Enable 'predsimplify' optimization. |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Nick Lewycky | Style changes only. Remove dead code, fix a comment. |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Chris Lattner | Be far more careful when splitting a loop header, eithe... |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Chris Lattner | Teach UpdateDomInfoForRevectoredPreds to handle revecto... |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Chris Lattner | remove misleading comment |
commit | commitdiff | tree | snapshot |
2006-09-23 |
Chris Lattner | add method, correct comment |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Evan Cheng | Delete dead code; fix 80 col violations. |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Rafael Espindola | add a note |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Bill Wendling | Use "%llvmgxx" instead of "llvm-g++". |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Nate Begeman | Testcase for better rotate left and mask support |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Bill Wendling | Regression testcase for PR855. |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Nate Begeman | Fold AND and ROTL more often |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Devang Patel | remove extra white spaces. |
commit | commitdiff | tree | snapshot |
2006-09-22 |
Devang Patel | Use iterative algorith to assign DFS number. This reduces |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Chris Lattner | don't allow 'imm' or specific imms, like '1' on the... |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Evan Cheng | Make it work for DAG combine of multi-value nodes. |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Chris Lattner | Fit to 80 columns. |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Jim Laskey | core corrections |
commit | commitdiff | tree | snapshot |
2006-09-21 |
Devang Patel | Use abstract class to facilitate dlopen() interface. |
commit | commitdiff | tree | snapshot |
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 |
next |