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-18 | Fix a bug Sabre was having where the DAG root was a group. The group dominator | Jim Laskey |
2005-12-18 | Groups were not emitted if the dominator node and the node in the ordering list | Jim Laskey |
2005-12-18 | Simplify code | 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-15 | Don't create SEXTLOAD/ZEXTLOAD instructions that the target doesn't support | Chris Lattner |
2005-12-14 | When folding loads into ops, immediately replace uses of the op with the | Chris Lattner |
2005-12-14 | Fix the (zext (zextload)) case to trigger, similarly for sign extends. | Chris Lattner |
2005-12-14 | Fix a miscompilation in crafty due to a recent patch | Chris Lattner |
2005-12-14 | Fold (zext (load x) to (zextload x). | Evan Cheng |
2005-12-13 | Don't lump the filename and working dir together | Chris Lattner |
2005-12-13 | Add a couple more fields, move ctor init list to .cpp file, add support | Chris Lattner |
2005-12-13 | Lowering constant pool entries on ppc exposed a bug in the recently added | Nate Begeman |
2005-12-12 | Accept and ignore prefetches for now | Chris Lattner |
2005-12-12 | Fix CodeGen/Generic/2005-12-12-ExpandSextInreg.ll | Chris Lattner |
2005-12-11 | Minor tweak to get isel opt | Chris Lattner |
2005-12-10 | Add support for TargetConstantPool nodes to the dag isel emitter, and use | Nate Begeman |
2005-12-10 | Added new getNode and getTargetNode variants for X86 stores. | Evan Cheng |
2005-12-09 | Avoid emitting two tabs when switching to a named section | Chris Lattner |
2005-12-09 | Teach legalize how to promote sext_inreg to fix a problem Andrew pointed | Chris Lattner |
2005-12-08 | improve code insertion in two ways: | Chris Lattner |
2005-12-07 | Fix a crash where ConstantVec nodes were being generated with the wrong | Nate Begeman |
2005-12-07 | Only transform (sext (truncate x)) -> (sextinreg x) if before legalize or | Chris Lattner |
2005-12-07 | Teach the dag combiner to turn a truncate/sign_extend pair into a sextinreg | Chris Lattner |
2005-12-06 | Teach the SelectionDAG ISel how to turn ConstantPacked values into | Nate Begeman |
2005-12-05 | Fix the #1 code quality problem that I have seen on X86 (and it also affects | Chris Lattner |
2005-12-03 | dbg.stoppoint returns a value, don't forget to init it | Chris Lattner |
2005-12-02 | bah, must generate all results | Andrew Lenharth |
2005-12-02 | cycle counter fix | Andrew Lenharth |
2005-12-01 | Don't remove two operand, two result nodes from the binary ops map. These | Chris Lattner |
2005-12-01 | Promote line and column number information for our friendly 64-bit targets. | Chris Lattner |
2005-12-01 | This is a bugfix for SelectNodeTo. In certain situations, we could be | Chris Lattner |
2005-12-01 | Support multiple ValueTypes per RegisterClass, needed for upcoming vector | Nate Begeman |
2005-11-30 | Make SelectNodeTo return N | Chris Lattner |
2005-11-30 | CALLSEQ_START/END nodes don't get memoized, do not add them in when | Chris Lattner |
2005-11-30 | At long last, you can say that f32 isn't supported for setcc | Andrew Lenharth |
2005-11-30 | First chunk of actually generating vector code for packed types. These | Nate Begeman |
2005-11-30 | add support for custom lowering SINT_TO_FP | Andrew Lenharth |
2005-11-30 | Fix a problem with llvm-ranlib that (on some platforms) caused the archive | Reid Spencer |
2005-11-30 | Fixed a bug introduced by my last commit: TargetGlobalValues should key on | Evan Cheng |
2005-11-30 | Added an index field to GlobalAddressSDNode so it can represent X+12, etc. | Evan Cheng |
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-21 | I think I know what you meant here, but just to be safe I'll let you | Duraid Madina |
2005-11-21 | Allow target to customize directive used to switch to arbitrary section in Sw... | Chris Lattner |