aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
...
* Add a utility function to SDOperand for testing if a value is unused.Dan Gohman2007-09-171-0/+7
* Fix bug in andersen's related to test_and_set.Daniel Berlin2007-09-161-4/+26
* Fix a few bugs related to zero'ing of elementsDaniel Berlin2007-09-161-45/+14
* Fix PR1666, SPASS with the CBE and 254.gap with the CBE.Chris Lattner2007-09-151-1/+1
* Remove RLE from the headers, since the pass itself is gone now.Owen Anderson2007-09-142-8/+0
* Remove the assumption that FP's are either float orDale Johannesen2007-09-143-5/+10
* And an FoldingSetImpl::NodeID::AddInteger overload for int64_t, to avoidDan Gohman2007-09-141-0/+1
* Remove isReg, isImm, and isMBB, and change all their users to use Dan Gohman2007-09-142-10/+6
* Remove spurious consts. This fixes warnings with compilers thatDan Gohman2007-09-141-1/+1
* remove dead enum value.Chris Lattner2007-09-131-7/+5
* Make single-argument ctors explicit to avoid tricky bugs :)Chris Lattner2007-09-131-3/+3
* Added getNumDefs().Evan Cheng2007-09-131-0/+4
* Yet another getTargetNode variant.Evan Cheng2007-09-121-0/+4
* Move dump out of class, use "\n" instead of endlDaniel Berlin2007-09-111-10/+13
* Add APInt interfaces to APFloat (allows directlyDale Johannesen2007-09-111-0/+9
* Convert to use ilist and non-pointer lists for extra goodnessDaniel Berlin2007-09-111-89/+104
* Add accessor method.Bill Wendling2007-09-111-0/+3
* Add a bool to indicate if we should set the "indirect encoding" bit in the DwarfBill Wendling2007-09-111-0/+5
* Fold the adjust_trampoline intrinsic intoDuncan Sands2007-09-112-10/+5
* The personality function on Darwin needs a global stub. We then refer toBill Wendling2007-09-111-0/+12
* 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