summaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
...
* Constify to catch bugs.David Greene2007-09-061-2/+3
* Next round of APFloat changes.Dale Johannesen2007-09-061-17/+4
* Pluggable coalescers inplementation.David Greene2007-09-064-1/+175
* Accidentially left this out.Evan Cheng2007-09-051-1/+2
* Use pool allocator for all the VNInfo's to improve memory access locality. Th...Evan Cheng2007-09-052-36/+42
* Added Reset() to free all allocated memory regions and reset state to be the ...Evan Cheng2007-09-051-0/+2
* fix reversal bug in preceding checkinDale Johannesen2007-09-041-2/+2
* Update GEP constructors to use an iterator interface to fixDavid Greene2007-09-042-23/+97
* Add mod, copysign, abs operations to APFloat.Dale Johannesen2007-08-312-14/+11
* Revise per review of previous patch.Dale Johannesen2007-08-311-1/+1
* Remove an unnecessary element, saving 4 bytes per LiveInterval.Evan Cheng2007-08-311-5/+4
* Enhance APFloat to retain bits of NaNs (fixes oggenc).Dale Johannesen2007-08-312-4/+18
* Added Graphviz escaping for the '|' character.Ted Kremenek2007-08-301-1/+1
* Add a variant of foldMemoryOperand to fold any load / store, not just load / ...Evan Cheng2007-08-302-5/+16
* Added CreateFrameIndex to create a FrameIndex MachineOperand without a Machin...Evan Cheng2007-08-301-0/+12
* Change LegalFPImmediates to use APFloat.Dale Johannesen2007-08-304-6/+40
* Change LiveRange so it keeps a pointer to the VNInfo rather than an index.Evan Cheng2007-08-292-139/+64
* Silence implicit 64->32-bit conversion warnings.Chris Lattner2007-08-291-20/+6
* getMinSignedBits needs to take into consider the sign bit when the value is p...Chris Lattner2007-08-291-1/+1
* Add an option, -view-sunit-dags, for viewing the actual SUnit DAGs used byDan Gohman2007-08-281-0/+68
* Recover most of the compile time regression due to recent live interval changes.Evan Cheng2007-08-282-54/+54
* Update InvokeInst to work like CallInstDavid Greene2007-08-272-11/+63
* If the source and destination pointers in an llvm.memmove are knownDan Gohman2007-08-271-0/+1
* There is an impedance matching problem between LLVM andDuncan Sands2007-08-271-1/+4
* Add explicit keywords and remove spurious trailing semicolons.Dan Gohman2007-08-2710-16/+16
* Revise per review comments.Dale Johannesen2007-08-261-3/+3
* Add APFloat interface to ConstantFPSDNode. ChangeDale Johannesen2007-08-251-3/+22
* rename isOperandValidForConstraint to LowerAsmOperandForConstraint, Chris Lattner2007-08-251-6/+5
* Comment out declaration of operator== (undefined).Dale Johannesen2007-08-251-1/+1
* Poison APFloat::operator==. Replace existing uses with bitwiseIsEqual.Dale Johannesen2007-08-241-6/+6
* Use APFloat internally for ConstantFPSDNode.Dale Johannesen2007-08-241-3/+4
* sink clone() down the class hierarchy from CmpInst into ICmpInst/FCmpInst.Chris Lattner2007-08-242-3/+4
* Revised per review feedback from previous patch.Dale Johannesen2007-08-241-0/+5
* Change internal representation of ConstantFP to use APFloat.Dale Johannesen2007-08-242-3/+25
* default this to radix 10 like the toString(Un)Signed methods.Chris Lattner2007-08-231-1/+1
* Avoid hiding issues.Chris Lattner2007-08-231-1/+1
* rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned()Chris Lattner2007-08-232-1/+7
* No need to hardcode SmallVector size.Devang Patel2007-08-211-3/+3
* Doxygenize comments.David Greene2007-08-211-22/+22
* Use SmallVector instead of std::vector.Devang Patel2007-08-211-3/+4
* initial checkin of Neil's APFloat work.Chris Lattner2007-08-202-3/+262
* clarify precedence, no functionality change.Chris Lattner2007-08-201-1/+1
* add reverse iterators to smallvectorChris Lattner2007-08-201-3/+14
* - Use correct header for SCEV inside LoopPass.cppAnton Korobeynikov2007-08-201-11/+2
* Add FilteredPassNameParser along with PassArgFilter to filter passesDavid Greene2007-08-201-2/+40
* Add Type::isIntOrIntVector, like Type::isFPOrFPVector.Dan Gohman2007-08-201-0/+5
* Partial implementation of calling functions with byval arguments:Rafael Espindola2007-08-201-1/+2
* Simplify.Nick Lewycky2007-08-181-2/+1
* Compute the argument list as lazily as possible. This ensures that clientsChris Lattner2007-08-181-16/+47
* When one branch of condition is eliminated then head of the otherDevang Patel2007-08-171-0/+20