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 |
2005-03-27 |
Chris Lattner | remove ... |
commit | commitdiff | tree | snapshot |
2005-03-27 |
Chris Lattner | speed up steens by using spliceFrom, improve its precis... |
commit | commitdiff | tree | snapshot |
2005-03-27 |
Chris Lattner | teach andersens about undef |
commit | commitdiff | tree | snapshot |
2005-03-27 |
Chris Lattner | Don't give up completely, maybe other AA can say someth... |
commit | commitdiff | tree | snapshot |
2005-03-26 |
Chris Lattner | Factor out percentage printing into its own function... |
commit | commitdiff | tree | snapshot |
2005-03-26 |
Chris Lattner | Cache mapping information for a call site after computi... |
commit | commitdiff | tree | snapshot |
2005-03-26 |
Chris Lattner | Remove more long dead code: dsa doesn't provide must... |
commit | commitdiff | tree | snapshot |
2005-03-26 |
Chris Lattner | remove some unsafe code that has long been dead |
commit | commitdiff | tree | snapshot |
2005-03-26 |
Chris Lattner | slightly improve mod/ref for DSAA by checking the globa... |
commit | commitdiff | tree | snapshot |
2005-03-26 |
Chris Lattner | Teach steens-aa two things about mod/ref information: |
commit | commitdiff | tree | snapshot |
2005-03-26 |
Chris Lattner | Interchange this loop so that we test all pointers... |
commit | commitdiff | tree | snapshot |
2005-03-26 |
Nate Begeman | Fix that pesky floats in integer regs problem by assign... |
commit | commitdiff | tree | snapshot |
2005-03-26 |
Nate Begeman | Get closer to having varargs working. There's still... |
commit | commitdiff | tree | snapshot |
2005-03-26 |
Nate Begeman | Make 64bit args and float args work correct with calls... |
commit | commitdiff | tree | snapshot |
2005-03-26 |
Nate Begeman | Change LowerCallTo to take a boolean isVarArg argument... |
commit | commitdiff | tree | snapshot |
2005-03-26 |
Nate Begeman | Change interface to LowerCallTo to take a boolean isVar... |
commit | commitdiff | tree | snapshot |
2005-03-26 |
Nate Begeman | Next round of pattern isel changes, mostly dealing... |
commit | commitdiff | tree | snapshot |
2005-03-26 |
Nate Begeman | Correct a documention link |
commit | commitdiff | tree | snapshot |
2005-03-25 |
Chris Lattner | no really, don't double count these nodes either! |
commit | commitdiff | tree | snapshot |
2005-03-25 |
Chris Lattner | Don't count all of the nodes in the SCC once for each... |
commit | commitdiff | tree | snapshot |
2005-03-25 |
Chris Lattner | Grow the EQ classes for globals at the end of the BU... |
commit | commitdiff | tree | snapshot |
next |