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 |
2005-04-02 |
Nate Begeman | Fix a warning about an unhandled switch case |
commit | commitdiff | tree | snapshot |
2005-04-01 |
John Criswell | For Sparc, this xfails. I don't think sparc has the... |
commit | commitdiff | tree | snapshot |
2005-04-01 |
Chris Lattner | Add support for ISD::UNDEF to the X86 be |
commit | commitdiff | tree | snapshot |
2005-04-01 |
Nate Begeman | Add ISD::UNDEF node |
commit | commitdiff | tree | snapshot |
2005-04-01 |
Chris Lattner | Fix another PATypeHolder error, contributed by Bill... |
commit | commitdiff | tree | snapshot |
2005-04-01 |
Duraid Madina | repair mindless SELECT waste. |
commit | commitdiff | tree | snapshot |
2005-04-01 |
Nate Begeman | Fix Olden/bh, CR0 was being set in the wrong order |
commit | commitdiff | tree | snapshot |
2005-04-01 |
Nate Begeman | Also apply Chris's fix to FP select and SETCC |
commit | commitdiff | tree | snapshot |
2005-04-01 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2005-04-01 |
Chris Lattner | Move the selection of the arms of the select operation... |
commit | commitdiff | tree | snapshot |
2005-04-01 |
Chris Lattner | print the machine CFG in the -print-machineinstrs dump |
commit | commitdiff | tree | snapshot |
2005-04-01 |
Nate Begeman | Fix stores to global addresses |
commit | commitdiff | tree | snapshot |
2005-04-01 |
Nate Begeman | Support indexed loads and stores. This drops Shootout... |
commit | commitdiff | tree | snapshot |
2005-04-01 |
Nate Begeman | Implement FP_TO_SINT and FP_TO_UINT |
commit | commitdiff | tree | snapshot |
2005-04-01 |
Nate Begeman | Add support for adding 0.0 and -0.0 to the constant... |
commit | commitdiff | tree | snapshot |
2005-04-01 |
Nate Begeman | Factor out common code, support FP comparison in folded... |
commit | commitdiff | tree | snapshot |
2005-03-31 |
Nate Begeman | fsel generation for f32 and f64 select |
commit | commitdiff | tree | snapshot |
2005-03-31 |
Andrew Lenharth | make fp div trick dependend on flag |
commit | commitdiff | tree | snapshot |
2005-03-31 |
Misha Brukman | Fix spelling of `corresponds' |
commit | commitdiff | tree | snapshot |
2005-03-31 |
Andrew Lenharth | PCMarker support for DAG and Alpha |
commit | commitdiff | tree | snapshot |
2005-03-31 |
Duraid Madina | Assorted fixes: |
commit | commitdiff | tree | snapshot |
2005-03-31 |
Duraid Madina | * declare local common symbols as such (.lcomm, not... |
commit | commitdiff | tree | snapshot |
2005-03-31 |
Duraid Madina | daintyness |
commit | commitdiff | tree | snapshot |
2005-03-31 |
Duraid Madina | add what we need to fudge a 'floating point conditional... |
commit | commitdiff | tree | snapshot |
2005-03-31 |
Nate Begeman | Pass the correct values to the chain argument for node... |
commit | commitdiff | tree | snapshot |
2005-03-31 |
Nate Begeman | Rewrite LowerCallTo and Select(ISD::CALL) to properly... |
commit | commitdiff | tree | snapshot |
2005-03-30 |
Nate Begeman | Fix calls whose arguments fit entirely in registers... |
commit | commitdiff | tree | snapshot |
2005-03-30 |
Misha Brukman | * Put command-line switches and function names in <tt> |
commit | commitdiff | tree | snapshot |
2005-03-30 |
Andrew Lenharth | yea, fine Duraid |
commit | commitdiff | tree | snapshot |
2005-03-30 |
Duraid Madina | Add section for Itanium |
commit | commitdiff | tree | snapshot |
2005-03-30 |
Nate Begeman | Fix frame index code to generate legal PowerPC instruct... |
commit | commitdiff | tree | snapshot |
2005-03-30 |
Nate Begeman | Fix external symbol printing in the AsmPrinter. Tell... |
commit | commitdiff | tree | snapshot |
2005-03-30 |
Misha Brukman | * Add section for Alpha |
commit | commitdiff | tree | snapshot |
2005-03-30 |
Chris Lattner | Instead of setting up the CFG edges at selectiondag... |
commit | commitdiff | tree | snapshot |
2005-03-30 |
Chris Lattner | don't depend on the cfg being set up yet |
commit | commitdiff | tree | snapshot |
2005-03-29 |
Nate Begeman | Fix BranchCC (it's still dumb), and implement FP select... |
commit | commitdiff | tree | snapshot |
2005-03-29 |
Nate Begeman | Implement integer select and i1 sign extend |
commit | commitdiff | tree | snapshot |
2005-03-29 |
Nate Begeman | Implement SetCC, fix ZERO_EXTEND_INREG |
commit | commitdiff | tree | snapshot |
2005-03-29 |
Chris Lattner | import all of the rest of the stubs that dsa uses for... |
commit | commitdiff | tree | snapshot |
2005-03-29 |
Tanya Lattner | Compare dependence analysis with llvm instructions... |
commit | commitdiff | tree | snapshot |
2005-03-29 |
Tanya Lattner | Dependence analyzer that just determines dependences... |
commit | commitdiff | tree | snapshot |
2005-03-29 |
Chris Lattner | learn about some more functions. |
commit | commitdiff | tree | snapshot |
2005-03-29 |
Andrew Lenharth | Fix up some types and constants |
commit | commitdiff | tree | snapshot |
2005-03-29 |
Chris Lattner | Fix a problem where we not marking incoming arguments... |
commit | commitdiff | tree | snapshot |
next |