aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* There is no {rsqrt,rcp}{p,s}d.Dan Gohman2007-09-211-12/+0
* More long double fixes. x86_64 should build now.Dale Johannesen2007-09-191-0/+4
* Previously GraphWriter assumed operator*() for node_iterator alwaysTed Kremenek2007-09-191-1/+5
* Add a flag to mark a dirty cache entry. This is not yet used, but will event...Owen Anderson2007-09-191-0/+4
* Use struct SDep instead of std::pair for SUnit pred and succ lists. First stepEvan Cheng2007-09-191-18/+28
* Add CopyCost to TargetRegisterClass. This specifies the cost of copying a valueEvan Cheng2007-09-191-2/+8
* Tests of the ocaml (and thus C) bindings for constants.Gordon Henriksen2007-09-181-0/+2
* Don't pass back a reference to a temporary.Bill Wendling2007-09-181-1/+1
* The exception handling function info should be reset for each newBill Wendling2007-09-181-5/+0
* C bindings for libLLVMCore.a and libLLVMBitWriter.a.Gordon Henriksen2007-09-183-0/+357
* Fixing an comment in Module.h that refers to a nonexistent parameter.Gordon Henriksen2007-09-181-5/+3
* Objective-C was generating EH frame info like this:Bill Wendling2007-09-181-0/+10
* Add support for appending a suffix to the end of a mangled name.Bill Wendling2007-09-171-1/+1
* Do not hide APInt::dump() inside #ifndef NDEBUG.Devang Patel2007-09-171-2/+0
* Implement x86 long double in jit (not reallyDale Johannesen2007-09-171-1/+1
* Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfoChris Lattner2007-09-172-26/+22
* That's what i get for using carbon emacs in a terminalDaniel Berlin2007-09-171-2/+2
* Fix iterator so it doesn't sometimes report bits that aren't in the bitmapDaniel Berlin2007-09-171-0/+2
* 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