| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix the (zext (zextload)) case to trigger, similarly for sign extends. | Chris Lattner | 2005-12-14 | 1 | -7/+28 |
| * | Fix a miscompilation in crafty due to a recent patch | Chris Lattner | 2005-12-14 | 1 | -1/+1 |
| * | Fold (zext (load x) to (zextload x). | Evan Cheng | 2005-12-14 | 1 | -1/+18 |
| * | Don't lump the filename and working dir together | Chris Lattner | 2005-12-13 | 1 | -15/+16 |
| * | Add a couple more fields, move ctor init list to .cpp file, add support | Chris Lattner | 2005-12-13 | 1 | -0/+70 |
| * | Lowering constant pool entries on ppc exposed a bug in the recently added | Nate Begeman | 2005-12-13 | 1 | -1/+1 |
| * | Accept and ignore prefetches for now | Chris Lattner | 2005-12-12 | 1 | -0/+3 |
| * | Fix CodeGen/Generic/2005-12-12-ExpandSextInreg.ll | Chris Lattner | 2005-12-12 | 1 | -0/+10 |
| * | Minor tweak to get isel opt | Chris Lattner | 2005-12-11 | 1 | -1/+2 |
| * | Add support for TargetConstantPool nodes to the dag isel emitter, and use | Nate Begeman | 2005-12-10 | 1 | -1/+3 |
| * | Added new getNode and getTargetNode variants for X86 stores. | Evan Cheng | 2005-12-10 | 1 | -60/+73 |
| * | Avoid emitting two tabs when switching to a named section | Chris Lattner | 2005-12-09 | 1 | -2/+2 |
| * | Teach legalize how to promote sext_inreg to fix a problem Andrew pointed | Chris Lattner | 2005-12-09 | 1 | -0/+5 |
| * | improve code insertion in two ways: | Chris Lattner | 2005-12-08 | 1 | -20/+26 |
| * | Fix a crash where ConstantVec nodes were being generated with the wrong | Nate Begeman | 2005-12-07 | 2 | -2/+30 |
| * | Only transform (sext (truncate x)) -> (sextinreg x) if before legalize or | Chris Lattner | 2005-12-07 | 1 | -1/+3 |
| * | Teach the dag combiner to turn a truncate/sign_extend pair into a sextinreg | Chris Lattner | 2005-12-07 | 1 | -0/+4 |
| * | Teach the SelectionDAG ISel how to turn ConstantPacked values into | Nate Begeman | 2005-12-06 | 4 | -5/+62 |
| * | Fix the #1 code quality problem that I have seen on X86 (and it also affects | Chris Lattner | 2005-12-05 | 1 | -6/+162 |
| * | dbg.stoppoint returns a value, don't forget to init it | Chris Lattner | 2005-12-03 | 1 | -0/+1 |
| * | bah, must generate all results | Andrew Lenharth | 2005-12-02 | 1 | -2/+8 |
| * | cycle counter fix | Andrew Lenharth | 2005-12-02 | 1 | -0/+6 |
| * | Don't remove two operand, two result nodes from the binary ops map. These | Chris Lattner | 2005-12-01 | 1 | -36/+39 |
| * | Promote line and column number information for our friendly 64-bit targets. | Chris Lattner | 2005-12-01 | 1 | -3/+10 |
| * | This is a bugfix for SelectNodeTo. In certain situations, we could be | Chris Lattner | 2005-12-01 | 1 | -0/+110 |
| * | Support multiple ValueTypes per RegisterClass, needed for upcoming vector | Nate Begeman | 2005-12-01 | 1 | -1/+1 |
| * | Make SelectNodeTo return N | Chris Lattner | 2005-11-30 | 1 | -35/+49 |
| * | CALLSEQ_START/END nodes don't get memoized, do not add them in when | Chris Lattner | 2005-11-30 | 1 | -0/+4 |
| * | At long last, you can say that f32 isn't supported for setcc | Andrew Lenharth | 2005-11-30 | 1 | -1/+28 |
| * | First chunk of actually generating vector code for packed types. These | Nate Begeman | 2005-11-30 | 1 | -2/+12 |
| * | add support for custom lowering SINT_TO_FP | Andrew Lenharth | 2005-11-30 | 1 | -0/+13 |
| * | Fix a problem with llvm-ranlib that (on some platforms) caused the archive | Reid Spencer | 2005-11-30 | 1 | -0/+30 |
| * | Fixed a bug introduced by my last commit: TargetGlobalValues should key on | Evan Cheng | 2005-11-30 | 1 | -7/+13 |
| * | Added an index field to GlobalAddressSDNode so it can represent X+12, etc. | Evan Cheng | 2005-11-30 | 3 | -3/+23 |
| * | Add support for a new STRING and LOCATION node for line number support, patch | Chris Lattner | 2005-11-29 | 4 | -2/+113 |
| * | Add the majority of the vector machien value types we expect to support, | Nate Begeman | 2005-11-29 | 2 | -2/+8 |
| * | Check in code to scalarize arbitrarily wide packed types for some simple | Nate Begeman | 2005-11-22 | 3 | -5/+81 |
| * | Rather than attempting to legalize 1 x float, make sure the SD ISel never | Nate Begeman | 2005-11-22 | 2 | -48/+24 |
| * | I think I know what you meant here, but just to be safe I'll let you | Duraid Madina | 2005-11-21 | 1 | -1/+1 |
| * | Allow target to customize directive used to switch to arbitrary section in Sw... | Chris Lattner | 2005-11-21 | 1 | -1/+28 |
| * | increment the function number in SetupMachineFunction | Chris Lattner | 2005-11-21 | 1 | -0/+1 |
| * | Adjust to capitalized asmprinter method names | Chris Lattner | 2005-11-21 | 1 | -18/+18 |
| * | Add section switching to common code generator code. Add a couple of | Chris Lattner | 2005-11-21 | 3 | -2/+23 |
| * | Legalize MERGE_VALUES, expand READCYCLECOUNTER correctly, so it doesn't | Chris Lattner | 2005-11-20 | 1 | -8/+13 |
| * | The first patch of X86 support for read cycle counter | Andrew Lenharth | 2005-11-20 | 1 | -0/+12 |
| * | more progress towards bug 291 being finished. Patch by Owen Anderson, | Chris Lattner | 2005-11-20 | 1 | -12/+17 |
| * | Unbreak codegen of bools. This should fix the llc/jit/llc-beta failures | Chris Lattner | 2005-11-19 | 1 | -1/+1 |
| * | Improve Selection DAG printer portability. Patch by Owen Anderson! | Chris Lattner | 2005-11-19 | 1 | -4/+6 |
| * | Teach the graph viewer to handle register operands that are zero. | Chris Lattner | 2005-11-19 | 1 | -1/+1 |
| * | Silence a bogus warning | Chris Lattner | 2005-11-19 | 1 | -3/+2 |