Age | Commit message (Expand) | Author |
2006-02-16 | If the false case is the current basic block, then this is a self loop. | Evan Cheng |
2006-02-15 | Remove an unused function parameter. | Evan Cheng |
2006-02-15 | Turn a memcpy from string constant into a series of stores of constant values. | Evan Cheng |
2006-02-15 | Lower memcpy with small constant size operand into a series of load / store | Evan Cheng |
2006-02-14 | Doh again! | Evan Cheng |
2006-02-14 | Keep to < 80 cols | Evan Cheng |
2006-02-14 | Missed a break so memcpy cases fell through to memset. Doh. | Evan Cheng |
2006-02-14 | Fixed a build breakage. | Evan Cheng |
2006-02-14 | Rename maxStoresPerMemSet to maxStoresPerMemset, etc. | Evan Cheng |
2006-02-14 | Expand memset dst, c, size to a series of stores if size falls below the | Evan Cheng |
2006-02-14 | now that libcalls don't suck, we can remove this hack | Chris Lattner |
2006-02-13 | Rename to better reflect usage (current and planned.) | Jim Laskey |
2006-02-11 | Reorg for integration with gcc4. Old style debug info will not be passed though | Jim Laskey |
2006-02-04 | Get rid of some memory leaks identified by Valgrind | Evan Cheng |
2006-02-04 | Add initial support for immediates. This allows us to compile this: | Chris Lattner |
2006-02-04 | Initial early support for non-register operands, like immediates | Chris Lattner |
2006-02-03 | remove some #ifdef'd out code, which should properly be in the dag combiner a... | Chris Lattner |
2006-02-02 | Implement matching constraints. We can now say things like this: | Chris Lattner |
2006-02-01 | Implement simple register assignment for inline asms. This allows us to comp... | Chris Lattner |
2006-02-01 | adjust to changes in InlineAsm interface. Fix a few minor bugs. | Chris Lattner |
2006-01-31 | Handle physreg input/outputs. We now compile this: | Chris Lattner |
2006-01-28 | remove method I just added | Chris Lattner |
2006-01-28 | add a new callback | Chris Lattner |
2006-01-28 | Implement Promote for VAARG, and allow it to be custom promoted for people | Nate Begeman |
2006-01-27 | Remove TLI.LowerReturnTo, and just let targets custom lower ISD::RET for | Nate Begeman |
2006-01-26 | initial selectiondag support for new INLINEASM node. Note that inline asms | Chris Lattner |
2006-01-25 | First part of bug 680: | Nate Begeman |
2006-01-25 | If scheduler choice is the default (-sched=default), use target scheduling | Evan Cheng |
2006-01-23 | Typo. | Jim Laskey |
2006-01-23 | Skeleton of the list schedule. | Evan Cheng |
2006-01-23 | Factor out more instruction scheduler code to the base class. | Evan Cheng |
2006-01-23 | Fix bugs lowering stackrestore, fixing 2004-08-12-InlinerAndAllocas.c on | Chris Lattner |
2006-01-21 | Fix a bug in a recent refactor that caused a bunch of programs to miscompile | Chris Lattner |
2006-01-21 | Do some code refactoring on Jim's scheduler in preparation of the new list | Evan Cheng |
2006-01-20 | If the target doesn't support f32 natively, insert the FP_EXTEND in target-indep | Chris Lattner |
2006-01-18 | Temporary work around for a libcall insertion bug: If a target doesn't | Chris Lattner |
2006-01-17 | Support for the insertelement operation. | Robert Bocchino |
2006-01-16 | For PR411: | Reid Spencer |
2006-01-14 | Remove some duplicated code | Nate Begeman |
2006-01-14 | bswap implementation | Nate Begeman |
2006-01-13 | Compile llvm.stacksave/restore into STACKSAVE/STACKRESTORE nodes, and allow | Chris Lattner |
2006-01-13 | Add "support" for stacksave/stackrestore to the dag isel | Chris Lattner |
2006-01-10 | Added selection DAG support for the extractelement operation. | Robert Bocchino |
2006-01-04 | Applied some recommend changes from sabre. The dominate one beginning "let the | Jim Laskey |
2005-12-21 | enable the gep isel opt | Chris Lattner |
2005-12-21 | Lower ConstantAggregateZero into zeros | Chris Lattner |
2005-12-16 | Added source file/line correspondence for dwarf (PowerPC only at this point.) | Jim Laskey |
2005-12-13 | Don't lump the filename and working dir together | Chris Lattner |
2005-12-12 | Accept and ignore prefetches for now | Chris Lattner |
2005-12-11 | Minor tweak to get isel opt | Chris Lattner |