2005-09-02 |
Chris Lattner | Test that converting from double to int64 results in... |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Chris Lattner | turn on dag isel by default |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Chris Lattner | Make sure to auto-cse nullary ops |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Chris Lattner | add a map for nullary ops |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Jim Laskey | Add help support for -mcpu and -mattr. |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Chris Lattner | Fix some buggy logic where we would try to remove nodes... |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Andrew Lenharth | Pull out Lowering in preperation for multiple ISels... |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Chris Lattner | Don't create zero sized stack objects even for array... |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Chris Lattner | Decouple fsqrt from gpul optimizations, implementing... |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Chris Lattner | new testcase to ensure fsqrt is generated for correct... |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Chris Lattner | Move a bunch of non-deprecated methods above the "depre... |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Chris Lattner | Fix the release build, noticed by Eric van Riet Paap |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Chris Lattner | Fix a problem that Dan Berlin noticed, where reassociat... |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Chris Lattner | Avoid creating garbage instructions, just move the... |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Chris Lattner | new testcase for recent bugfix |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Chris Lattner | add some assertions and fix problems where reassociate... |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Jeff Cohen | Fix VC++ build errors |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Chris Lattner | Restore this patch now that the latent bug has been... |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Chris Lattner | Make sure to legalize assert[zs]ext's operand correctly |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Chris Lattner | Revert the previous patch which causes a mysterious... |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Chris Lattner | Teach live intervals to not crash on dead livein regs |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Chris Lattner | For values that are live across basic blocks and need... |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Chris Lattner | legalize ANY_EXTEND appropriately |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Chris Lattner | Add support for ANY_EXTEND and add a few minor folds... |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Chris Lattner | Handle any_extend like zext |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Chris Lattner | Handle ANY_EXTEND like ZERO_EXTEND. Simplify the exten... |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Chris Lattner | Add a new ANY_EXTEND node, which operates like an exten... |
commit | commitdiff | tree | snapshot |
2005-09-02 |
Chris Lattner | This should permit NOT and's, not even dead ones. |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Chris Lattner | Implement small-arguments.ll:test3 by teaching the... |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Chris Lattner | Another case that shouldn't have sign extends: function... |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Nate Begeman | Fix some code in the current node combining code, spott... |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Nate Begeman | Implement first round of feedback from chris (there... |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Chris Lattner | Align functions to 16-byte boundaries, to eliminate... |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Chris Lattner | Local labels on darwin apparently start with just ... |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Jim Laskey | 1. Use SubtargetFeatures in llc/lli. |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Jim Laskey | This new class provides support for platform specific... |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Chris Lattner | Implement dynamic allocas correctly. In particular... |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Chris Lattner | Fix a bug where we were useing HA to get the high part... |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Chris Lattner | Do not select the operands being passed into SelectCC... |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Chris Lattner | It is NDEBUG not _NDEBUG |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Nate Begeman | Add the rest of the currently implemented visit routine... |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Nate Begeman | First pass at the DAG Combiner. It isn't used anywhere... |
commit | commitdiff | tree | snapshot |
2005-09-01 |
Nate Begeman | Add regression test for efficient codegen of i32 x... |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Chris Lattner | remove an inappropriate comment |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Chris Lattner | If a function has live ins/outs, print them |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Chris Lattner | Move FCTIWZ handling out of the instruction selectors... |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Chris Lattner | Remove dead code |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Chris Lattner | Move SHL,SHR i64 -> legalizer |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Chris Lattner | Remove code that is now dead from the pattern isel. |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Chris Lattner | lower sra_parts on the dag, implementing it for the... |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Chris Lattner | Allow targets to custom expand shifts that are too... |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Chris Lattner | Add a testcase for nate's patch |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Chris Lattner | add assert zext/sext to the dag isel |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Chris Lattner | Handle AssertSext/AssertZext nodes, fixing the regressi... |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Jeff Cohen | Fix VC++ precedence warnings |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Nate Begeman | Enable generation of AssertSext and AssertZext in the... |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Chris Lattner | Fix 'ret long' to return the high and lo parts in the... |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Nate Begeman | Sigh, not my day. Fix typo. |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Nate Begeman | Fix a mistake in my previous patch pointed out by sabre... |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Nate Begeman | Remove some unnecessary casts, and add the AssertZext... |
commit | commitdiff | tree | snapshot |
2005-08-31 |
Nate Begeman | Add support for count trailing zeroes, and population... |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Chris Lattner | now that physregs can exist in the same dag with multip... |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Chris Lattner | Allow physregs to occur in the dag with multiple types... |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Chris Lattner | Allow physregs to occur in the dag with multiple types... |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Chris Lattner | Fix type mismatches when passing f32 values to calls |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Chris Lattner | When checking the fixed intervals, don't forget to... |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Chris Lattner | new testcase corresponding to PR621 |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Chris Lattner | The dag isel misses both of these, the pattern isel... |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Chris Lattner | Fix some indentation (first hunks). |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Chris Lattner | Fix a problem Nate found where we swapped the operands... |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Chris Lattner | codegen ADD_PARTS correctly: put the results in the... |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Chris Lattner | Fix FreeBench/fourinarow with the dag isel, by not... |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Chris Lattner | add operands in the right order, fixing McCat/18-imp... |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Chris Lattner | Fix a miscompile of PtrDist/bc. Sign extending bools... |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Nate Begeman | Remove a bogus piece of my AssertSext/AssertZext patch... |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Nate Begeman | Add support for AssertSext and AssertZext, folding... |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Nate Begeman | Add AssertSext, AssertZext nodes for targets that pass... |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Chris Lattner | Name this variable to be what it really is! |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Chris Lattner | Handle CopyToReg nodes with flag operands correctly |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Chris Lattner | Make sure the selector emits register register copies... |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Chris Lattner | add some method variants |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Chris Lattner | The first operand to AND does not always have more... |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Chris Lattner | Fix a bug in my patch for legalizing to fsel. It canno... |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Chris Lattner | emit FMR instructions to convert f64<->f32 instructions... |
commit | commitdiff | tree | snapshot |
2005-08-30 |
Chris Lattner | Fix some really strange indentation that xcode likes... |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Chris Lattner | fix a crash in cfrac |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Chris Lattner | Implement DYNAMIC_STACKALLOC, wrap some long lines |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Chris Lattner | Add a hack to avoid some horrible code in some cases... |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Chris Lattner | improve comment |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Chris Lattner | Fix a dumb bug of mine where we were mishandling the... |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Chris Lattner | Add a new API for nate |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Chris Lattner | Add a new API for Nate |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Andrew Lenharth | Some of us cared about the the promote path |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Chris Lattner | Fix an infinite loop on x86 |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Chris Lattner | Allow bugpoint+PPC codegen to use fsqrt |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Chris Lattner | Fix a bug the last patch exposed in treeadd among others |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Chris Lattner | A hack to fix a problem folding immedaites. This fixes... |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Chris Lattner | Fix order of operands for copytoreg node when emitting... |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Chris Lattner | Fix a bug in my previous patch that was using the wrong... |
commit | commitdiff | tree | snapshot |
2005-08-29 |
Chris Lattner | add operands in the correct order |
commit | commitdiff | tree | snapshot |
next |