Age | Commit message (Expand) | Author |
2005-12-18 | More corrections for flagged copyto/from reg | Chris Lattner |
2005-12-18 | legalize copytoreg and copyfromreg nodes that have flag operands correctly. | Chris Lattner |
2005-12-17 | allow custom expansion of BR_CC | Chris Lattner |
2005-12-17 | X86 lowers SELECT to a cmp / test followed by a conditional move. | Evan Cheng |
2005-12-16 | Added source file/line correspondence for dwarf (PowerPC only at this point.) | Jim Laskey |
2005-12-13 | Lowering constant pool entries on ppc exposed a bug in the recently added | Nate Begeman |
2005-12-12 | Fix CodeGen/Generic/2005-12-12-ExpandSextInreg.ll | Chris Lattner |
2005-12-10 | Add support for TargetConstantPool nodes to the dag isel emitter, and use | Nate Begeman |
2005-12-09 | Teach legalize how to promote sext_inreg to fix a problem Andrew pointed | Chris Lattner |
2005-12-07 | Fix a crash where ConstantVec nodes were being generated with the wrong | Nate Begeman |
2005-12-06 | Teach the SelectionDAG ISel how to turn ConstantPacked values into | Nate Begeman |
2005-12-02 | bah, must generate all results | Andrew Lenharth |
2005-12-02 | cycle counter fix | Andrew Lenharth |
2005-12-01 | Promote line and column number information for our friendly 64-bit targets. | Chris Lattner |
2005-11-30 | At long last, you can say that f32 isn't supported for setcc | Andrew Lenharth |
2005-11-30 | add support for custom lowering SINT_TO_FP | Andrew Lenharth |
2005-11-29 | Add support for a new STRING and LOCATION node for line number support, patch | Chris Lattner |
2005-11-29 | Add the majority of the vector machien value types we expect to support, | Nate Begeman |
2005-11-22 | Check in code to scalarize arbitrarily wide packed types for some simple | Nate Begeman |
2005-11-22 | Rather than attempting to legalize 1 x float, make sure the SD ISel never | Nate Begeman |
2005-11-20 | Legalize MERGE_VALUES, expand READCYCLECOUNTER correctly, so it doesn't | Chris Lattner |
2005-11-20 | The first patch of X86 support for read cycle counter | Andrew Lenharth |
2005-11-19 | Silence a bogus warning | Chris Lattner |
2005-11-19 | Teach LLVM how to scalarize packed types. Currently, this only works on | Nate Begeman |
2005-11-17 | Allow targets to custom legalize leaf nodes like GlobalAddress. | Chris Lattner |
2005-11-17 | Teach legalize about targetglobaladdress | Chris Lattner |
2005-11-11 | continued readcyclecounter support | Andrew Lenharth |
2005-11-09 | Switch the allnodes list from a vector of pointers to an ilist of nodes.This ... | Chris Lattner |
2005-11-09 | Handle the trivial (but common) two-op case more efficiently | Chris Lattner |
2005-11-08 | Allocate the right amount of memory for this vector up front. | Chris Lattner |
2005-10-25 | Allow custom lowered FP_TO_SINT ops in the check for whether a larger | Nate Begeman |
2005-10-19 | Teach Legalize how to do something with EXTRACT_ELEMENT when the type of | Nate Begeman |
2005-10-18 | Legalize BUILD_PAIR appropriately for upcoming 64 bit PowerPC work. | Nate Begeman |
2005-10-15 | Use getExtLoad here instead of getNode, as extloads produce two values. This | Chris Lattner |
2005-10-14 | Relax the checking on zextload generation a bit, since as sabre pointed out | Nate Begeman |
2005-10-13 | When ExpandOp'ing a [SZ]EXTLOAD, make sure to remember that the chain | Chris Lattner |
2005-10-13 | Implement PromoteOp for *EXTLOAD, allowing MallocBench/gs to Legalize | Chris Lattner |
2005-10-13 | Add support to Legalize for expanding i64 sextload/zextload into hi and lo | Nate Begeman |
2005-10-13 | Move some Legalize functionality over to the DAGCombiner where it belongs. | Nate Begeman |
2005-10-06 | silence a bogus GCC warning | Chris Lattner |
2005-10-06 | Make the legalizer completely non-recursive | Chris Lattner |
2005-10-05 | Remove some bad code from Legalize | Nate Begeman |
2005-10-04 | Fix some faulty logic in the libcall inserter. | Nate Begeman |
2005-10-04 | Add back a workaround that fixes some breakages from chris's last change. | Nate Begeman |
2005-10-02 | Fix a problem where the legalizer would run out of stack space on extremely | Chris Lattner |
2005-09-29 | Fix two bugs in my patch earlier today that broke int->fp conversion on X86. | Chris Lattner |
2005-09-28 | Add FP versions of the binary operators, keeping the int and fp worlds seperate. | Chris Lattner |
2005-09-10 | Allow targets to say they don't support truncstore i1 (which includes a mask | Chris Lattner |
2005-09-02 | Clean up some code from the last checkin | Chris Lattner |
2005-09-02 | Fix a bug in legalize where it would emit two calls to libcalls that return | Chris Lattner |