| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode. | Chris Lattner | 2005-07-10 | 1 | -20/+22 | 
| *  | Change TRUNCSTORE to use a VTSDNode operand instead of being an MVTSTDNode | Chris Lattner | 2005-07-10 | 1 | -4/+3 | 
| *  | Introduce a new VTSDNode class with the ultimate goal of eliminating the | Chris Lattner | 2005-07-10 | 1 | -17/+30 | 
| *  | 2 fixes: | Andrew Lenharth | 2005-07-05 | 1 | -4/+13 | 
| *  | I really didn't think this was necessary.  But, Legalize wasn't running again | Andrew Lenharth | 2005-07-02 | 1 | -2/+3 | 
| *  | oops | Andrew Lenharth | 2005-06-30 | 1 | -2/+1 | 
| *  | FP EXTLOAD is not support on all archs, expand to LOAD and FP_EXTEND | Andrew Lenharth | 2005-06-30 | 1 | -0/+9 | 
| *  | Adapt the code for handling uint -> fp conversion for the 32 bit case to | Andrew Lenharth | 2005-06-27 | 1 | -0/+35 | 
| *  | allow token chain at start or end of node | Chris Lattner | 2005-05-14 | 1 | -0/+2 | 
| *  | remove special case hacks for readport/readio from the binary operator | Chris Lattner | 2005-05-14 | 1 | -7/+14 | 
| *  | Eliminate special purpose hacks for dynamic_stack_alloc. | Chris Lattner | 2005-05-14 | 1 | -4/+6 | 
| *  | Use the general mechanism for creating multi-value nodes instead of using | Chris Lattner | 2005-05-14 | 1 | -22/+30 | 
| *  | legalize target-specific operations | Chris Lattner | 2005-05-14 | 1 | -0/+23 | 
| *  | LowerOperation takes a dag | Chris Lattner | 2005-05-14 | 1 | -2/+2 | 
| *  | Allow targets to have a custom int64->fp expander if desired | Chris Lattner | 2005-05-14 | 1 | -0/+11 | 
| *  | Add an isTailCall flag to LowerCallTo | Chris Lattner | 2005-05-13 | 1 | -4/+7 | 
| *  | Handle TAILCALL node | Chris Lattner | 2005-05-13 | 1 | -3/+9 | 
| *  | Fix a problem that nate reduced for me. | Chris Lattner | 2005-05-13 | 1 | -1/+2 | 
| *  | rename variables and functions to match renamed DAG nodes.  Bonus feature: | Chris Lattner | 2005-05-13 | 1 | -32/+32 | 
| *  | do not call expandop on the same value more than once.  This fixes | Chris Lattner | 2005-05-13 | 1 | -4/+5 | 
| *  | update comment | Chris Lattner | 2005-05-12 | 1 | -1/+1 | 
| *  | rename the ADJCALLSTACKDOWN/ADJCALLSTACKUP nodes to be CALLSEQ_START/BEGIN. | Chris Lattner | 2005-05-12 | 1 | -16/+16 | 
| *  | Pass calling convention to use into lower call to | Chris Lattner | 2005-05-12 | 1 | -4/+4 | 
| *  | fix expansion of ct[lt]z nodes | Chris Lattner | 2005-05-12 | 1 | -0/+2 | 
| *  | Expand 64-bit ctlz/cttz nodes for 32-bit targets | Chris Lattner | 2005-05-12 | 1 | -4/+28 | 
| *  | Fix uint->fp casts on PPC, allowing UnitTests/2005-05-12-Int64ToFP to | Chris Lattner | 2005-05-12 | 1 | -4/+3 | 
| *  | Allow something to be legalized multiple times.  This can be used to reduce | Chris Lattner | 2005-05-12 | 1 | -12/+30 | 
| *  | Oops, don't do this after we figure out where to insert the call chains. | Chris Lattner | 2005-05-12 | 1 | -6/+6 | 
| *  | Make sure to expand all nodes, avoiding unintentional node duplication. | Chris Lattner | 2005-05-12 | 1 | -0/+7 | 
| *  | add fixme | Chris Lattner | 2005-05-12 | 1 | -0/+1 | 
| *  | Fix a problem where early legalization can cause token chain problems. | Chris Lattner | 2005-05-12 | 1 | -7/+8 | 
| *  | Make legalize a bit more efficient, and canonicalize sub X, C -> add X, -C | Chris Lattner | 2005-05-12 | 1 | -2/+5 | 
| *  | Necessary changes to codegen cttz efficiently on PowerPC | Nate Begeman | 2005-05-11 | 1 | -3/+13 | 
| *  | Fix the last remaining bug preventing us from switching the X86 BE over | Chris Lattner | 2005-05-11 | 1 | -30/+68 | 
| *  | Make sure to legalize generated ctpop nodes, convert tabs to spaces | Chris Lattner | 2005-05-11 | 1 | -18/+18 | 
| *  | expand count-leading/trailing-zeros; the test 2005-05-11-Popcount-ffs-fls.c | Duraid Madina | 2005-05-11 | 1 | -19/+32 | 
| *  | Add some notes for expanding clz/ctz | Chris Lattner | 2005-05-11 | 1 | -4/+21 | 
| *  | Simplify this code, use the proper shift amount | Chris Lattner | 2005-05-11 | 1 | -11/+10 | 
| *  | Legalize this correctly | Chris Lattner | 2005-05-11 | 1 | -1/+3 | 
| *  | implement expansion of ctpop nodes, implementing CodeGen/Generic/llvm-ct-intr... | Chris Lattner | 2005-05-11 | 1 | -5/+16 | 
| *  | legalize readio/writeio into a load/store if requested | Chris Lattner | 2005-05-09 | 1 | -5/+55 | 
| *  | legalize READPORT, WRITEPORT, READIO, WRITEIO, at least in the basic cases | Chris Lattner | 2005-05-09 | 1 | -9/+43 | 
| *  | ctpop lowering in legalize | Andrew Lenharth | 2005-05-05 | 1 | -1/+33 | 
| *  | Make promoteOp work for CT* | Andrew Lenharth | 2005-05-04 | 1 | -0/+28 | 
| *  | Implement count leading zeros (ctlz), count trailing zeros (cttz), and count | Andrew Lenharth | 2005-05-03 | 1 | -0/+45 | 
| *  | Codegen and legalize sin/cos/llvm.sqrt as FSIN/FCOS/FSQRT calls.  This patch | Chris Lattner | 2005-04-30 | 1 | -3/+28 | 
| *  | Legalize FSQRT, FSIN, FCOS nodes, patch contributed by Morten Ofstad | Chris Lattner | 2005-04-28 | 1 | -0/+13 | 
| *  | Implement Value* tracking for loads and stores in the selection DAG.  This en... | Andrew Lenharth | 2005-04-27 | 1 | -22/+29 | 
| *  | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -41/+41 | 
| *  | Implement expansion of unsigned i64 -> FP. | Chris Lattner | 2005-04-13 | 1 | -2/+31 |