aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
...
* Add a ValueInfoT template parameter to DenseMap so that it can properly make ...Owen Anderson2007-09-111-8/+22
* Don't bother to initialize values corresponding to empty or tombstone Owen Anderson2007-09-111-1/+3
* Fix bugs with &=, intersect with complement. Add three argument version of in...Daniel Berlin2007-09-111-48/+131
* Fix non-deterministic behavior in the DenseMap copy constructor.Owen Anderson2007-09-111-2/+8
* Add remaining functions necessary for andersen'sDaniel Berlin2007-09-111-12/+194
* Add SparseBitVector implementationDaniel Berlin2007-09-091-0/+560
* Fix for VisualStudio. It is treating a 2 bit enum as a signed int for compar...Chuck Rose III2007-09-081-1/+3
* Add support for having different alignment for objects on call frames.Rafael Espindola2007-09-071-1/+7
* Split eh.select / eh.typeid.for intrinsics into i32/i64 versions. This is nee...Anton Korobeynikov2007-09-071-4/+8
* Add lengthof and endof templates that hide a lot of sizeof computations.Owen Anderson2007-09-072-6/+25
* 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