| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix iterator so it doesn't sometimes report bits that aren't in the bitmap | Daniel Berlin | 2007-09-17 | 1 | -0/+2 |
* | Add a utility function to SDOperand for testing if a value is unused. | Dan Gohman | 2007-09-17 | 1 | -0/+7 |
* | Fix bug in andersen's related to test_and_set. | Daniel Berlin | 2007-09-16 | 1 | -4/+26 |
* | Fix a few bugs related to zero'ing of elements | Daniel Berlin | 2007-09-16 | 1 | -45/+14 |
* | Fix PR1666, SPASS with the CBE and 254.gap with the CBE. | Chris Lattner | 2007-09-15 | 1 | -1/+1 |
* | Remove RLE from the headers, since the pass itself is gone now. | Owen Anderson | 2007-09-14 | 2 | -8/+0 |
* | Remove the assumption that FP's are either float or | Dale Johannesen | 2007-09-14 | 3 | -5/+10 |
* | And an FoldingSetImpl::NodeID::AddInteger overload for int64_t, to avoid | Dan Gohman | 2007-09-14 | 1 | -0/+1 |
* | Remove isReg, isImm, and isMBB, and change all their users to use | Dan Gohman | 2007-09-14 | 2 | -10/+6 |
* | Remove spurious consts. This fixes warnings with compilers that | Dan Gohman | 2007-09-14 | 1 | -1/+1 |
* | remove dead enum value. | Chris Lattner | 2007-09-13 | 1 | -7/+5 |
* | Make single-argument ctors explicit to avoid tricky bugs :) | Chris Lattner | 2007-09-13 | 1 | -3/+3 |
* | Added getNumDefs(). | Evan Cheng | 2007-09-13 | 1 | -0/+4 |
* | Yet another getTargetNode variant. | Evan Cheng | 2007-09-12 | 1 | -0/+4 |
* | Move dump out of class, use "\n" instead of endl | Daniel Berlin | 2007-09-11 | 1 | -10/+13 |
* | Add APInt interfaces to APFloat (allows directly | Dale Johannesen | 2007-09-11 | 1 | -0/+9 |
* | Convert to use ilist and non-pointer lists for extra goodness | Daniel Berlin | 2007-09-11 | 1 | -89/+104 |
* | Add accessor method. | Bill Wendling | 2007-09-11 | 1 | -0/+3 |
* | Add a bool to indicate if we should set the "indirect encoding" bit in the Dwarf | Bill Wendling | 2007-09-11 | 1 | -0/+5 |
* | Fold the adjust_trampoline intrinsic into | Duncan Sands | 2007-09-11 | 2 | -10/+5 |
* | The personality function on Darwin needs a global stub. We then refer to | Bill Wendling | 2007-09-11 | 1 | -0/+12 |
* | Add a ValueInfoT template parameter to DenseMap so that it can properly make ... | Owen Anderson | 2007-09-11 | 1 | -8/+22 |
* | Don't bother to initialize values corresponding to empty or tombstone | Owen Anderson | 2007-09-11 | 1 | -1/+3 |
* | Fix bugs with &=, intersect with complement. Add three argument version of in... | Daniel Berlin | 2007-09-11 | 1 | -48/+131 |
* | Fix non-deterministic behavior in the DenseMap copy constructor. | Owen Anderson | 2007-09-11 | 1 | -2/+8 |
* | Add remaining functions necessary for andersen's | Daniel Berlin | 2007-09-11 | 1 | -12/+194 |
* | Add SparseBitVector implementation | Daniel Berlin | 2007-09-09 | 1 | -0/+560 |
* | Fix for VisualStudio. It is treating a 2 bit enum as a signed int for compar... | Chuck Rose III | 2007-09-08 | 1 | -1/+3 |
* | Add support for having different alignment for objects on call frames. | Rafael Espindola | 2007-09-07 | 1 | -1/+7 |
* | Split eh.select / eh.typeid.for intrinsics into i32/i64 versions. This is nee... | Anton Korobeynikov | 2007-09-07 | 1 | -4/+8 |
* | Add lengthof and endof templates that hide a lot of sizeof computations. | Owen Anderson | 2007-09-07 | 2 | -6/+25 |
* | Constify to catch bugs. | David Greene | 2007-09-06 | 1 | -2/+3 |
* | Next round of APFloat changes. | Dale Johannesen | 2007-09-06 | 1 | -17/+4 |
* | Pluggable coalescers inplementation. | David Greene | 2007-09-06 | 4 | -1/+175 |
* | Accidentially left this out. | Evan Cheng | 2007-09-05 | 1 | -1/+2 |
* | Use pool allocator for all the VNInfo's to improve memory access locality. Th... | Evan Cheng | 2007-09-05 | 2 | -36/+42 |
* | Added Reset() to free all allocated memory regions and reset state to be the ... | Evan Cheng | 2007-09-05 | 1 | -0/+2 |
* | fix reversal bug in preceding checkin | Dale Johannesen | 2007-09-04 | 1 | -2/+2 |
* | Update GEP constructors to use an iterator interface to fix | David Greene | 2007-09-04 | 2 | -23/+97 |
* | Add mod, copysign, abs operations to APFloat. | Dale Johannesen | 2007-08-31 | 2 | -14/+11 |
* | Revise per review of previous patch. | Dale Johannesen | 2007-08-31 | 1 | -1/+1 |
* | Remove an unnecessary element, saving 4 bytes per LiveInterval. | Evan Cheng | 2007-08-31 | 1 | -5/+4 |
* | Enhance APFloat to retain bits of NaNs (fixes oggenc). | Dale Johannesen | 2007-08-31 | 2 | -4/+18 |
* | Added Graphviz escaping for the '|' character. | Ted Kremenek | 2007-08-30 | 1 | -1/+1 |
* | Add a variant of foldMemoryOperand to fold any load / store, not just load / ... | Evan Cheng | 2007-08-30 | 2 | -5/+16 |
* | Added CreateFrameIndex to create a FrameIndex MachineOperand without a Machin... | Evan Cheng | 2007-08-30 | 1 | -0/+12 |
* | Change LegalFPImmediates to use APFloat. | Dale Johannesen | 2007-08-30 | 4 | -6/+40 |
* | Change LiveRange so it keeps a pointer to the VNInfo rather than an index. | Evan Cheng | 2007-08-29 | 2 | -139/+64 |
* | Silence implicit 64->32-bit conversion warnings. | Chris Lattner | 2007-08-29 | 1 | -20/+6 |
* | getMinSignedBits needs to take into consider the sign bit when the value is p... | Chris Lattner | 2007-08-29 | 1 | -1/+1 |