aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Allow copyRegToReg to emit cross register classes copies.Evan Cheng2007-09-261-1/+2
* Fix small bug in operator== for iteratorsDaniel Berlin2007-09-261-1/+1
* Fix spelling.Duncan Sands2007-09-251-1/+1
* Added major new capabilities to scheduler (only BURR for now) to support phys...Evan Cheng2007-09-251-28/+99
* New temporary option -new-cc-modeling-scheme to test the new cc modeling scheme.Evan Cheng2007-09-251-0/+4
* Comment fixupsDaniel Berlin2007-09-241-0/+1
* Merge hasDotLoc and hasDotFile into hasDotLocAndDotFile since .loc and .fileDan Gohman2007-09-241-11/+5
* Add a routine for emitting .file directives, for setting upDan Gohman2007-09-241-0/+3
* Implement offline variable substitution in order to reduce memoryDaniel Berlin2007-09-242-14/+35
* explicit keywords.Dan Gohman2007-09-241-8/+8
* Remove an unnecessary static_cast.Dan Gohman2007-09-241-1/+1
* Fix typo.Owen Anderson2007-09-241-1/+1
* Merge significant portions of the DomTree and PostDomTree implementations.Owen Anderson2007-09-242-7/+5
* Factor the calculation details for PostDomTree out of PostDominators.cpp andOwen Anderson2007-09-231-5/+7
* Move DFSPass back down into DominatorTree. I need to figure out what the dif...Owen Anderson2007-09-231-1/+2
* Factor the dominator tree calculation details out into DominatorCalculation.h...Owen Anderson2007-09-232-16/+14
* Fix PR 1681. When X86 target uses +sse -sse2,Dale Johannesen2007-09-231-10/+0
* Adding support for __builtin_annotation with an intrinsic called llvm.annotat...Tanya Lattner2007-09-211-0/+4
* Change APFloat::convertFromInteger to take the incomingDale Johannesen2007-09-211-1/+1
* Fix CopyFrom for non-POD data types.Owen Anderson2007-09-211-1/+1
* 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