| Age | Commit message (Expand) | Author |
| 2005-07-13 | Fix test/Regression/CodeGen/Generic/2005-07-12-memcpy-i64-length.ll | Chris Lattner |
| 2005-07-10 | Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode. | Chris Lattner |
| 2005-07-10 | Change TRUNCSTORE to use a VTSDNode operand instead of being an MVTSTDNode | Chris Lattner |
| 2005-07-10 | Introduce a new VTSDNode class with the ultimate goal of eliminating the | Chris Lattner |
| 2005-07-05 | Make several cleanups to Andrews varargs change: | Chris Lattner |
| 2005-07-05 | 2 fixes: | Andrew Lenharth |
| 2005-07-02 | I really didn't think this was necessary. But, Legalize wasn't running again | Andrew Lenharth |
| 2005-06-30 | oops | Andrew Lenharth |
| 2005-06-30 | FP EXTLOAD is not support on all archs, expand to LOAD and FP_EXTEND | Andrew Lenharth |
| 2005-06-29 | restore old srcValueNode behavior and try to to work around it | Andrew Lenharth |
| 2005-06-29 | tracking the instructions causing loads and stores provides more information ... | Andrew Lenharth |
| 2005-06-27 | Adapt the code for handling uint -> fp conversion for the 32 bit case to | Andrew Lenharth |
| 2005-06-22 | If we support structs as va_list, we must pass pointers to them to va_copy | Andrew Lenharth |
| 2005-06-18 | core changes for varargs | Andrew Lenharth |
| 2005-06-16 | Fix bug 537 test 2, which checks to make sure that we fold A+(B-A) -> B for | Nate Begeman |
| 2005-05-15 | Add some simplifications for MULH[SU]. This allows us to compile this: | Chris Lattner |
| 2005-05-14 | Fix construction of ioport intrinsics, fixing X86/io.llx and io-port.llx | Chris Lattner |
| 2005-05-14 | allow token chain at start or end of node | Chris Lattner |
| 2005-05-14 | remove special case hacks for readport/readio from the binary operator | Chris Lattner |
| 2005-05-14 | Implement fixme's by memoizing nodes. | Chris Lattner |
| 2005-05-14 | Turn this into a wrapper for a simpler version of getNode. | Chris Lattner |
| 2005-05-14 | Eliminate special purpose hacks for dynamic_stack_alloc. | Chris Lattner |
| 2005-05-14 | Use the general mechanism for creating multi-value nodes instead of using | Chris Lattner |
| 2005-05-14 | Wrap long line, actually add node to the graph. | Chris Lattner |
| 2005-05-14 | legalize target-specific operations | Chris Lattner |
| 2005-05-14 | add a getNode() version that allows construction of any node type. | Chris Lattner |
| 2005-05-14 | LowerOperation takes a dag | Chris Lattner |
| 2005-05-14 | Allow targets to have a custom int64->fp expander if desired | Chris Lattner |
| 2005-05-13 | Align doubles on 8-byte boundaries if possible. | Chris Lattner |
| 2005-05-13 | Add an isTailCall flag to LowerCallTo | Chris Lattner |
| 2005-05-13 | Handle TAILCALL node | Chris Lattner |
| 2005-05-13 | Emit function entry code after lowering hte arguments. | Chris Lattner |
| 2005-05-13 | Allow targets to emit code into the entry block of each function | Chris Lattner |
| 2005-05-13 | Fix a problem that nate reduced for me. | Chris Lattner |
| 2005-05-13 | rename variables and functions to match renamed DAG nodes. Bonus feature: | Chris Lattner |
| 2005-05-13 | do not call expandop on the same value more than once. This fixes | Chris Lattner |
| 2005-05-12 | fix a bad typeo | Chris Lattner |
| 2005-05-12 | update comment | Chris Lattner |
| 2005-05-12 | rename the ADJCALLSTACKDOWN/ADJCALLSTACKUP nodes to be CALLSEQ_START/BEGIN. | Chris Lattner |
| 2005-05-12 | Pass calling convention to use into lower call to | Chris Lattner |
| 2005-05-12 | fix expansion of ct[lt]z nodes | Chris Lattner |
| 2005-05-12 | Expand 64-bit ctlz/cttz nodes for 32-bit targets | Chris Lattner |
| 2005-05-12 | Fix uint->fp casts on PPC, allowing UnitTests/2005-05-12-Int64ToFP to | Chris Lattner |
| 2005-05-12 | Allow something to be legalized multiple times. This can be used to reduce | Chris Lattner |
| 2005-05-12 | Oops, don't do this after we figure out where to insert the call chains. | Chris Lattner |
| 2005-05-12 | Make sure to expand all nodes, avoiding unintentional node duplication. | Chris Lattner |
| 2005-05-12 | handle a common case generated by the uint64 -> FP code path better | Chris Lattner |
| 2005-05-12 | add fixme | Chris Lattner |
| 2005-05-12 | Fix a problem where early legalization can cause token chain problems. | Chris Lattner |
| 2005-05-12 | Make legalize a bit more efficient, and canonicalize sub X, C -> add X, -C | Chris Lattner |