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 |
2005-03-29 |
Chris Lattner | Fix a bug that andrew noticed where we do not correctly... |
commit | commitdiff | tree | snapshot |
2005-03-29 |
Chris Lattner | there is no point comparing against null pointer. |
commit | commitdiff | tree | snapshot |
2005-03-29 |
Chris Lattner | Fix a major problem with global variable initializers... |
commit | commitdiff | tree | snapshot |
2005-03-29 |
Chris Lattner | fix a warning in the optimized build |
commit | commitdiff | tree | snapshot |
2005-03-29 |
Chris Lattner | add some more functions, ignore setcc for constraints! |
commit | commitdiff | tree | snapshot |
2005-03-29 |
Chris Lattner | disable this transformation in the one obscure case... |
commit | commitdiff | tree | snapshot |
2005-03-29 |
Chris Lattner | there is no reason to run -instcombine -instcombine! |
commit | commitdiff | tree | snapshot |
2005-03-29 |
Chris Lattner | Handle "known" external calls context sensitively,... |
commit | commitdiff | tree | snapshot |
2005-03-29 |
Nate Begeman | Implement div, rem, and frameindex |
commit | commitdiff | tree | snapshot |
2005-03-28 |
Nate Begeman | Pattern ISel: fix argument loading for i64s (thanks... |
commit | commitdiff | tree | snapshot |
2005-03-28 |
Nate Begeman | Remove fake instruction 'subc' (mnemonic for subfc). |
commit | commitdiff | tree | snapshot |
2005-03-28 |
Chris Lattner | implement legalization of build_pair for nate |
commit | commitdiff | tree | snapshot |
2005-03-28 |
Andrew Lenharth | First step in adding pcmarker intrinsic. Second step... |
commit | commitdiff | tree | snapshot |
2005-03-28 |
Nate Begeman | Implement proper loads and zero-extends of all types |
commit | commitdiff | tree | snapshot |
2005-03-28 |
Duraid Madina | Emit .global @function and .global @object entries... |
commit | commitdiff | tree | snapshot |
2005-03-28 |
Chris Lattner | Teach andersens that non-escaping memory cannot be... |
commit | commitdiff | tree | snapshot |
2005-03-28 |
Misha Brukman | Fix grammar |
commit | commitdiff | tree | snapshot |
2005-03-28 |
Chris Lattner | Make anders-aa much more precise by not being completel... |
commit | commitdiff | tree | snapshot |
2005-03-28 |
Jeff Cohen | Fix VC++ build breakage |
commit | commitdiff | tree | snapshot |
2005-03-28 |
Alkis Evlogimenos | Rename createPromoteMemoryToRegister() to |
commit | commitdiff | tree | snapshot |
2005-03-27 |
Chris Lattner | wrap some long lines |
commit | commitdiff | tree | snapshot |
next |