| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename SDOperand to SDValue. | Dan Gohman | 2008-07-27 | 1 | -50/+50 |
| * | Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk | Dan Gohman | 2008-07-17 | 1 | -2/+1 |
| * | Split scheduling from instruction selection. | Evan Cheng | 2008-06-30 | 1 | -7/+4 |
| * | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands | 2008-06-06 | 1 | -8/+8 |
| * | Change target-specific classes to use more precise static types. | Dan Gohman | 2008-05-14 | 1 | -3/+3 |
| * | Convert MaskedValueIsZero and all its users to use APInt. Also add | Dan Gohman | 2008-02-25 | 1 | -1/+3 |
| * | Dwarf requires variable entries to be in the source order. Right now, since w... | Evan Cheng | 2008-02-04 | 1 | -1/+0 |
| * | explicitly include Compiler.h instead of getting it from tblgen in the middle... | Chris Lattner | 2008-02-03 | 1 | -0/+1 |
| * | SDIsel processes llvm.dbg.declare by recording the variable debug information... | Evan Cheng | 2008-02-02 | 1 | -0/+1 |
| * | Rename SSARegMap -> MachineRegisterInfo in keeping with the idea | Chris Lattner | 2007-12-31 | 1 | -7/+5 |
| * | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| * | Enhance APFloat to retain bits of NaNs (fixes oggenc). | Dale Johannesen | 2007-08-31 | 1 | -5/+5 |
| * | Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits from | Dan Gohman | 2007-06-22 | 1 | -1/+1 |
| * | Pass a SelectionDAG into SDNode::dump everywhere it's used, in prepration | Dan Gohman | 2007-06-19 | 1 | -1/+1 |
| * | Removed tabs everywhere except autogenerated & external files. Add make | Anton Korobeynikov | 2007-04-16 | 1 | -54/+54 |
| * | FTOIT and ITOFT are bit converts, and if we drop 21264s, are always available | Andrew Lenharth | 2007-01-24 | 1 | -31/+4 |
| * | Fix unordered fp on alpha | Andrew Lenharth | 2007-01-24 | 1 | -15/+35 |
| * | For PR1043: | Reid Spencer | 2007-01-19 | 1 | -0/+1 |
| * | For PR950: | Reid Spencer | 2006-12-31 | 1 | -1/+1 |
| * | eliminate static ctors for Statistic objects. | Chris Lattner | 2006-12-19 | 1 | -1/+0 |
| * | What should be the last unnecessary <iostream>s in the library. | Bill Wendling | 2006-12-07 | 1 | -2/+1 |
| * | For PR786: | Reid Spencer | 2006-11-02 | 1 | -1/+0 |
| * | more shotenning | Andrew Lenharth | 2006-10-31 | 1 | -2/+2 |
| * | Let us play simplify the td file (and fix a few missed sub and mul patterns). | Andrew Lenharth | 2006-10-31 | 1 | -0/+8 |
| * | For PR950: | Reid Spencer | 2006-10-20 | 1 | -2/+1 |
| * | Reduce the amount of state in the lowering code and drop old pattern ISel fun... | Andrew Lenharth | 2006-10-11 | 1 | -4/+20 |
| * | Use cute tblgen tricks to make zap handling more powerful. Specifically, | Chris Lattner | 2006-10-11 | 1 | -13/+52 |
| * | Jimptables working again on alpha. | Andrew Lenharth | 2006-10-11 | 1 | -2/+3 |
| * | Do not use getTargetNode() and SelectNodeTo() which takes more than 3 | Evan Cheng | 2006-08-27 | 1 | -4/+5 |
| * | SelectNodeTo now returns a SDNode*. | Evan Cheng | 2006-08-26 | 1 | -5/+5 |
| * | Select() no longer require Result operand by reference. | Evan Cheng | 2006-08-26 | 1 | -27/+23 |
| * | Match tblgen changes. | Evan Cheng | 2006-08-26 | 1 | -23/+29 |
| * | SelectNodeTo() may return a SDOperand that is different from the input. | Evan Cheng | 2006-08-16 | 1 | -17/+12 |
| * | Match tablegen changes. | Evan Cheng | 2006-08-11 | 1 | -22/+17 |
| * | Match tablegen isel changes. | Evan Cheng | 2006-08-07 | 1 | -26/+26 |
| * | Remove InFlightSet hack. No longer needed. | Evan Cheng | 2006-07-28 | 1 | -1/+0 |
| * | Ensure that dump calls that are associated with asserts are removed from | Jim Laskey | 2006-07-11 | 1 | -1/+1 |
| * | Add memory operand and int regs | Andrew Lenharth | 2006-06-21 | 1 | -0/+18 |
| * | I am sure I had commited this workaround before. Perhaps soon I should sort ... | Andrew Lenharth | 2006-06-13 | 1 | -6/+6 |
| * | It really helps to be returning to the correct place | Andrew Lenharth | 2006-06-13 | 1 | -27/+5 |
| * | Change RET node to include signness information of the return values. i.e. | Evan Cheng | 2006-05-26 | 1 | -1/+1 |
| * | Assert if InflightSet is not cleared after instruction selecting a BB. | Evan Cheng | 2006-05-25 | 1 | -0/+1 |
| * | Clear HandleMap and ReplaceMap after instruction selection. Or it may cause | Evan Cheng | 2006-05-24 | 1 | -0/+2 |
| * | Fix a bogus gcc warning | Andrew Lenharth | 2006-05-18 | 1 | -2/+2 |
| * | Initialize SDOperand values because the gcc 4.0.2 compiler complains about | Reid Spencer | 2006-04-08 | 1 | -2/+2 |
| * | support x * (c1 + c2) where c1 and c2 are pow2s. special case for c2 == 4 | Andrew Lenharth | 2006-04-03 | 1 | -1/+1 |
| * | mul by const conversion sequences. more coming soon | Andrew Lenharth | 2006-04-03 | 1 | -0/+12 |
| * | #include Intrinsics.h into all dag isels | Chris Lattner | 2006-03-25 | 1 | -0/+1 |
| * | improved zap discovery | Andrew Lenharth | 2006-02-13 | 1 | -0/+33 |
| * | Match getTargetNode() changes (now return SDNode* instead of SDOperand). | Evan Cheng | 2006-02-09 | 1 | -36/+39 |