aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2007-09-18Merge from mainline: Fix PR1666, SPASS with the CBE and 254.gap with the CBE.Tanya Lattner
2007-09-13Added getNumDefs().Evan Cheng
2007-09-12Yet another getTargetNode variant.Evan Cheng
2007-09-11Move dump out of class, use "\n" instead of endlDaniel Berlin
2007-09-11Add APInt interfaces to APFloat (allows directlyDale Johannesen
2007-09-11Convert to use ilist and non-pointer lists for extra goodnessDaniel Berlin
2007-09-11Add accessor method.Bill Wendling
2007-09-11Add a bool to indicate if we should set the "indirect encoding" bit in the DwarfBill Wendling
2007-09-11Fold the adjust_trampoline intrinsic intoDuncan Sands
2007-09-11The personality function on Darwin needs a global stub. We then refer toBill Wendling
2007-09-11Add a ValueInfoT template parameter to DenseMap so that it can properly make ...Owen Anderson
2007-09-11Don't bother to initialize values corresponding to empty or tombstone Owen Anderson
2007-09-11Fix bugs with &=, intersect with complement. Add three argument version of in...Daniel Berlin
2007-09-11Fix non-deterministic behavior in the DenseMap copy constructor.Owen Anderson
2007-09-11Add remaining functions necessary for andersen'sDaniel Berlin
2007-09-09Add SparseBitVector implementationDaniel Berlin
2007-09-08Fix for VisualStudio. It is treating a 2 bit enum as a signed int for compar...Chuck Rose III
2007-09-07Add support for having different alignment for objects on call frames.Rafael Espindola
2007-09-07Split eh.select / eh.typeid.for intrinsics into i32/i64 versions. This is nee...Anton Korobeynikov
2007-09-07Add lengthof and endof templates that hide a lot of sizeof computations.Owen Anderson
2007-09-06Constify to catch bugs.David Greene
2007-09-06Next round of APFloat changes.Dale Johannesen
2007-09-06Pluggable coalescers inplementation.David Greene
2007-09-05Accidentially left this out.Evan Cheng
2007-09-05Use pool allocator for all the VNInfo's to improve memory access locality. Th...Evan Cheng
2007-09-05Added Reset() to free all allocated memory regions and reset state to be the ...Evan Cheng
2007-09-04fix reversal bug in preceding checkinDale Johannesen
2007-09-04Update GEP constructors to use an iterator interface to fixDavid Greene
2007-08-31Add mod, copysign, abs operations to APFloat.Dale Johannesen
2007-08-31Revise per review of previous patch.Dale Johannesen
2007-08-31Remove an unnecessary element, saving 4 bytes per LiveInterval.Evan Cheng
2007-08-31Enhance APFloat to retain bits of NaNs (fixes oggenc).Dale Johannesen
2007-08-30Added Graphviz escaping for the '|' character.Ted Kremenek
2007-08-30Add a variant of foldMemoryOperand to fold any load / store, not just load / ...Evan Cheng
2007-08-30Added CreateFrameIndex to create a FrameIndex MachineOperand without a Machin...Evan Cheng
2007-08-30Change LegalFPImmediates to use APFloat.Dale Johannesen
2007-08-29Change LiveRange so it keeps a pointer to the VNInfo rather than an index.Evan Cheng
2007-08-29Silence implicit 64->32-bit conversion warnings.Chris Lattner
2007-08-29getMinSignedBits needs to take into consider the sign bit when the value is p...Chris Lattner
2007-08-28Add an option, -view-sunit-dags, for viewing the actual SUnit DAGs used byDan Gohman
2007-08-28Recover most of the compile time regression due to recent live interval changes.Evan Cheng
2007-08-27Update InvokeInst to work like CallInstDavid Greene
2007-08-27If the source and destination pointers in an llvm.memmove are knownDan Gohman
2007-08-27There is an impedance matching problem between LLVM andDuncan Sands
2007-08-27Add explicit keywords and remove spurious trailing semicolons.Dan Gohman
2007-08-26Revise per review comments.Dale Johannesen
2007-08-25Add APFloat interface to ConstantFPSDNode. ChangeDale Johannesen
2007-08-25rename isOperandValidForConstraint to LowerAsmOperandForConstraint, Chris Lattner
2007-08-25Comment out declaration of operator== (undefined).Dale Johannesen
2007-08-24Poison APFloat::operator==. Replace existing uses with bitwiseIsEqual.Dale Johannesen