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 |
2005-04-04 |
Nate Begeman | Handle expanding arguments to ISD::TRUNCATE. This... |
commit | commitdiff | tree | snapshot |
2005-04-03 |
Chris Lattner | Fix sign_extend and zero_extend of promoted value types... |
commit | commitdiff | tree | snapshot |
2005-04-03 |
Nate Begeman | Full varargs support. All of UnitTests now passes |
commit | commitdiff | tree | snapshot |
2005-04-03 |
Nate Begeman | Pass the correct value for the chain to the store |
commit | commitdiff | tree | snapshot |
2005-04-03 |
Nate Begeman | Fix SHL_PARTS |
commit | commitdiff | tree | snapshot |
2005-04-03 |
Andrew Lenharth | is this simpler? I think it is simpler. |
commit | commitdiff | tree | snapshot |
2005-04-03 |
Andrew Lenharth | fix 101 regressions |
commit | commitdiff | tree | snapshot |
2005-04-03 |
Duraid Madina | a wise man once said: |
commit | commitdiff | tree | snapshot |
2005-04-03 |
Duraid Madina | .bss is no problem here. |
commit | commitdiff | tree | snapshot |
2005-04-03 |
Nate Begeman | Keeping up with the Joneses. |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Andrew Lenharth | Select optimization |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Andrew Lenharth | Try several things. 1) drop /i from FP ops 2) factor... |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Chris Lattner | fix some VC compilation problems, thanks to Jeff C... |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Chris Lattner | EquivClassGraphs is now in DataStructure.h |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Chris Lattner | merge EquivClassGraphs.h into DataStructure.h with... |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Chris Lattner | use a callee_iterator typedef. |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Chris Lattner | add and use a callee_iterator typedef |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Chris Lattner | Change the ActualCallees callgraph from hash_multimap... |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Chris Lattner | Change the ActualCallees callgraph from hash_multimap... |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Andrew Lenharth | FNEG/FABS/UNDEF |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Andrew Lenharth | FNEG/FABS |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Chris Lattner | this has now been fixed |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Duraid Madina | ia64 asmprinter fixes: |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Duraid Madina | add support for prefix/suffix strings to go around... |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Duraid Madina | support IDEF, fnegabs (thanks sampo) |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Duraid Madina | add fnegabs op |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Nate Begeman | Set shift amount to Extend |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Chris Lattner | don't forget to use the right code generator :) |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Chris Lattner | add support for FABS and FNEG |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Chris Lattner | transform fabs/fabsf calls into FABS nodes. |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Chris Lattner | Expand fabs into fneg |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Duraid Madina | add support FNEG and FABS |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Chris Lattner | Turn -0.0 - X -> fneg |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Chris Lattner | This target doesn't support fabs/fneg yet. |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Chris Lattner | Several changes mixed up here. First when legalizing... |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Chris Lattner | print fneg/fabs |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Chris Lattner | Add two happy new nodes for FABS and FNEG |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Chris Lattner | add an fabs instr |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Chris Lattner | Add support for 64-bit shifts. |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Chris Lattner | fix some bugs in the implementation of SHL_PARTS and... |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Chris Lattner | fix a comment |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Chris Lattner | Turn expanded shift operations into (e.g.) SHL_PARTS... |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Chris Lattner | Print some new nodes |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Chris Lattner | add some new nodes. |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Chris Lattner | Fix a bug when inserting a libcall into a function... |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Chris Lattner | new generic testcsae |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Nate Begeman | Fix i64 returns |
commit | commitdiff | tree | snapshot |
next |