2005-04-09 |
Chris Lattner | Switch this instruction selector over to using liveins... |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Chris Lattner | there is no need to remove this instruction, linscan... |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Chris Lattner | Adjust live intervals to support a livein set |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Chris Lattner | Use live out sets for return values instead of imp_defs... |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Chris Lattner | Consider the livein/out set for a function, allowing... |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Chris Lattner | add routines to track the livein/out set for a function |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Duraid Madina | ok, the "ia64 has a boatload of registers" joke stopped... |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Nate Begeman | Optimize FSEL a bit for fneg arguments. This fixes... |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Nate Begeman | Add a testcase to make sure that we don't emit two... |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Nate Begeman | Add cases to cover the rest of the patterns we should... |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Chris Lattner | Fix CodeGen/SparcV9/2005-05-09-GEP-Crash.ll a crash... |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Chris Lattner | New testcase that the sparc backend crashes on |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Chris Lattner | recognize some patterns as fabs operations, so that... |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Chris Lattner | make this test more interesting |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Chris Lattner | add a test for fnabs |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Chris Lattner | add a partial test for the fma operations that ppc... |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Chris Lattner | Emit BRCONDTWOWAY when possible. |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Chris Lattner | Legalize BRCONDTWOWAY into a BRCOND/BR pair if a target... |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Chris Lattner | print and fold BRCONDTWOWAY correctly |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Chris Lattner | This target does not support/want ISD::BRCONDTWOWAY |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Chris Lattner | This target does not yet support ISD::BRCONDTWOWAY |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Chris Lattner | Add a new node |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Nate Begeman | 64b: Expand S/UREM |
commit | commitdiff | tree | snapshot |
2005-04-09 |
Chris Lattner | canonicalize a bunch of operations involving fneg |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Nate Begeman | Fix 64b shifts |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Chris Lattner | fix this method for 64-bit constants |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Nate Begeman | Match Mac OS X 64 bit calling conventions |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Andrew Lenharth | collect a few statistics, factor constants (constant... |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Andrew Lenharth | oops |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Andrew Lenharth | added some tests to check stupid pattern matching mistakes |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Duraid Madina | fix bogus division-by-power-of-2 (was wrong for negativ... |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Chris Lattner | Fix bug: InstCombine/2005-05-07-UDivSelectCrash.ll |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Chris Lattner | new testcase that crashes the instcombiner. |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Nate Begeman | Optimized code sequences for setcc reg, 0 |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Andrew Lenharth | Alpha zero extends setcc results |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Chris Lattner | If a target zero or sign extends the result of its... |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Chris Lattner | PowerPC zero extends setcc results |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Chris Lattner | X86 zero extends setcc results |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Chris Lattner | Allow targets which produce setcc results in non-MVT... |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Chris Lattner | Remove somethign I had for testing |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Andrew Lenharth | fix a small optimization opertunity and make gcc happy |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Chris Lattner | This patch does two things. First, it canonicalizes... |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Andrew Lenharth | match case change in codegen |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Andrew Lenharth | fixup magic constant making code. tested by thousands... |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Andrew Lenharth | lowercase instructions, makes diff happier |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Chris Lattner | Implement the following xforms: |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Chris Lattner | new test |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Chris Lattner | Implement InstCombine/add.ll:test28, transforming C1... |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Chris Lattner | Transform X-(X+Y) == -Y and X-(Y+X) == -Y |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Andrew Lenharth | It wasn't happy about this either |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Andrew Lenharth | Yea, it wasn't happy |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Duraid Madina | teach asmprinter to print s8/s14 operands |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Duraid Madina | codegen immediate forms of add/sub/shift |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Duraid Madina | add immediate forms of add, sub, shift |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Chris Lattner | Fix a really scary bug that Nate found where we weren... |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Nate Begeman | Pattern match bitfield insert, which helps shift long... |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Nate Begeman | Fix some shift bugs |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Alkis Evlogimenos | Make these 64 bit constants so that this compiles on... |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Andrew Lenharth | added sdiv by 2^k and works for neg divisors also |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Chris Lattner | Don't make this require loopsimplify. It works BETTER... |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Nate Begeman | Teach ExpandShift how to handle shifts by a constant... |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Andrew Lenharth | fix copy/paste errors, and add imm support to SxADDQ... |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Chris Lattner | Fix SingleSource/Regression/C/2005-05-06-LongLongSigned... |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Andrew Lenharth | simplified |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Andrew Lenharth | added first alpha codegen regression test |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Andrew Lenharth | Added Nate's div by constant stuff, also scaled operations! |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Chris Lattner | Fix a namespace issue, reported by Vladimir Merzliakov! |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Duraid Madina | steal sampo's div-by-constant-power-of-2 stuff |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Duraid Madina | add fms instruction |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Nate Begeman | Fixed version of optimized integer divide is now fixed... |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Duraid Madina | lie a bit and say that r1/r12 (GP/SP) _aren't_ callee... |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Duraid Madina | make sure 'special' registers don't get allocated |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Chris Lattner | document these nodes, as they are nonobvious |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Chris Lattner | Add (untested) support for MULHS and MULHU. |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Chris Lattner | add signed versions of the extra precision multiplies |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Nate Begeman | Turn off the div -> mul optimization until it works... |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Nate Begeman | Add support for MULHS and MULHU nodes |
commit | commitdiff | tree | snapshot |
2005-04-06 |
Nate Begeman | Expand SREM and UREM for targets that claim not to... |
commit | commitdiff | tree | snapshot |
2005-04-05 |
Nate Begeman | Add MULHU and MULHS nodes for the high part of an ... |
commit | commitdiff | tree | snapshot |
2005-04-05 |
Andrew Lenharth | added lowerargs support for varargs |
commit | commitdiff | tree | snapshot |
2005-04-05 |
Nate Begeman | Behold, rlwinm with certain immediate arguments is... |
commit | commitdiff | tree | snapshot |
2005-04-05 |
Nate Begeman | Fix cut & paste errors (32->64), and codegen float... |
commit | commitdiff | tree | snapshot |
2005-04-05 |
Tanya Lattner | Updated to use dep analyzer. |
commit | commitdiff | tree | snapshot |
2005-04-05 |
Nate Begeman | Remove 64 bit simple ISel, it never worked correctly |
commit | commitdiff | tree | snapshot |
2005-04-05 |
Nate Begeman | Back out the previous change to SelectBranchCC, since... |
commit | commitdiff | tree | snapshot |
2005-04-05 |
Nate Begeman | Rename canUseAsImmediateForOpcode to getImmediateForOpc... |
commit | commitdiff | tree | snapshot |
2005-04-05 |
Chris Lattner | do not crash when using -debug |
commit | commitdiff | tree | snapshot |
2005-04-05 |
Nate Begeman | Implement SDIV by power of 2 as srawi/addze rather... |
commit | commitdiff | tree | snapshot |
2005-04-04 |
Nate Begeman | Pattern match fp mul-add, mul-sub, neg-mul-add, and... |
commit | commitdiff | tree | snapshot |
2005-04-04 |
Nate Begeman | Add support for multiply-add, multiply-sub, and their... |
commit | commitdiff | tree | snapshot |
2005-04-04 |
Chris Lattner | do not dereference an extra layer of pointers to determ... |
commit | commitdiff | tree | snapshot |
2005-04-04 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2005-04-04 |
Nate Begeman | Make sure that arg regs used by the call instruction... |
commit | commitdiff | tree | snapshot |
2005-04-04 |
Nate Begeman | Remove unnecessary register copy now that regalloc... |
commit | commitdiff | tree | snapshot |
2005-04-04 |
Chris Lattner | Make sure to notice that explicit physregs are used... |
commit | commitdiff | tree | snapshot |
2005-04-04 |
Nate Begeman | i1 loads should also be from the low byte of the argume... |
commit | commitdiff | tree | snapshot |
2005-04-04 |
Nate Begeman | Fix i64 return, fix CopyFromReg |
commit | commitdiff | tree | snapshot |
2005-04-04 |
Duraid Madina | fix SREM/UREM, which gave incorrect results for x%y... |
commit | commitdiff | tree | snapshot |
2005-04-04 |
Duraid Madina | add implicit use op |
commit | commitdiff | tree | snapshot |
next |