| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Add an option, -view-sunit-dags, for viewing the actual SUnit DAGs used by | Dan Gohman | 2007-08-28 | 1 | -0/+68 |
* | Recover most of the compile time regression due to recent live interval changes. | Evan Cheng | 2007-08-28 | 2 | -54/+54 |
* | Update InvokeInst to work like CallInst | David Greene | 2007-08-27 | 2 | -11/+63 |
* | If the source and destination pointers in an llvm.memmove are known | Dan Gohman | 2007-08-27 | 1 | -0/+1 |
* | There is an impedance matching problem between LLVM and | Duncan Sands | 2007-08-27 | 1 | -1/+4 |
* | Add explicit keywords and remove spurious trailing semicolons. | Dan Gohman | 2007-08-27 | 10 | -16/+16 |
* | Revise per review comments. | Dale Johannesen | 2007-08-26 | 1 | -3/+3 |
* | Add APFloat interface to ConstantFPSDNode. Change | Dale Johannesen | 2007-08-25 | 1 | -3/+22 |
* | rename isOperandValidForConstraint to LowerAsmOperandForConstraint, | Chris Lattner | 2007-08-25 | 1 | -6/+5 |
* | Comment out declaration of operator== (undefined). | Dale Johannesen | 2007-08-25 | 1 | -1/+1 |
* | Poison APFloat::operator==. Replace existing uses with bitwiseIsEqual. | Dale Johannesen | 2007-08-24 | 1 | -6/+6 |
* | Use APFloat internally for ConstantFPSDNode. | Dale Johannesen | 2007-08-24 | 1 | -3/+4 |
* | sink clone() down the class hierarchy from CmpInst into ICmpInst/FCmpInst. | Chris Lattner | 2007-08-24 | 2 | -3/+4 |
* | Revised per review feedback from previous patch. | Dale Johannesen | 2007-08-24 | 1 | -0/+5 |
* | Change internal representation of ConstantFP to use APFloat. | Dale Johannesen | 2007-08-24 | 2 | -3/+25 |
* | default this to radix 10 like the toString(Un)Signed methods. | Chris Lattner | 2007-08-23 | 1 | -1/+1 |
* | Avoid hiding issues. | Chris Lattner | 2007-08-23 | 1 | -1/+1 |
* | rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned() | Chris Lattner | 2007-08-23 | 2 | -1/+7 |
* | No need to hardcode SmallVector size. | Devang Patel | 2007-08-21 | 1 | -3/+3 |
* | Doxygenize comments. | David Greene | 2007-08-21 | 1 | -22/+22 |
* | Use SmallVector instead of std::vector. | Devang Patel | 2007-08-21 | 1 | -3/+4 |
* | initial checkin of Neil's APFloat work. | Chris Lattner | 2007-08-20 | 2 | -3/+262 |
* | clarify precedence, no functionality change. | Chris Lattner | 2007-08-20 | 1 | -1/+1 |
* | add reverse iterators to smallvector | Chris Lattner | 2007-08-20 | 1 | -3/+14 |
* | - Use correct header for SCEV inside LoopPass.cpp | Anton Korobeynikov | 2007-08-20 | 1 | -11/+2 |
* | Add FilteredPassNameParser along with PassArgFilter to filter passes | David Greene | 2007-08-20 | 1 | -2/+40 |
* | Add Type::isIntOrIntVector, like Type::isFPOrFPVector. | Dan Gohman | 2007-08-20 | 1 | -0/+5 |
* | Partial implementation of calling functions with byval arguments: | Rafael Espindola | 2007-08-20 | 1 | -1/+2 |
* | Simplify. | Nick Lewycky | 2007-08-18 | 1 | -2/+1 |
* | Compute the argument list as lazily as possible. This ensures that clients | Chris Lattner | 2007-08-18 | 1 | -16/+47 |
* | When one branch of condition is eliminated then head of the other | Devang Patel | 2007-08-17 | 1 | -0/+20 |