aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* If queried as to whether an operation is legalDuncan Sands2008-06-121-13/+17
* remove bogus commentGabor Greif2008-06-111-1/+0
* op_iterator-ify dropAllReferencesGabor Greif2008-06-111-5/+4
* Sometimes (rarely) nodes held in LegalizeTypesDuncan Sands2008-06-112-4/+9
* Small doc fix.Duncan Sands2008-06-101-1/+1
* Various tweaks related to apint codegen. No functionalityDuncan Sands2008-06-091-0/+4
* Remove some DAG combiner assumptions about sizesDuncan Sands2008-06-091-2/+3
* Add a simple, but efficient, generic scoped hash tableChris Lattner2008-06-091-0/+193
* Remove comparison methods for MVT. The main causeDuncan Sands2008-06-083-13/+38
* get rid of ExtractValueInst::init's Value argument, it is already passed to t...Gabor Greif2008-06-061-6/+6
* make ExtractValueInst derived from UnaryInstructionGabor Greif2008-06-062-19/+10
* Tighten up the abstraction slightly.Duncan Sands2008-06-061-2/+9
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-067-667/+682
* Refine stack slot interval weight computation.Evan Cheng2008-06-061-4/+6
* Expose a public interface to this pass.Chris Lattner2008-06-051-0/+61
* Add a helper for constructing new live ranges that ended from an instruction ...Owen Anderson2008-06-051-0/+5
* * Make CallSite::hasArgument const and let it take a const parameter.Matthijs Kooijman2008-06-051-1/+1
* Cast because I think I know what I'm doing. There are warnings about convertingBill Wendling2008-06-051-2/+2
* Fix 80 column violations.Matthijs Kooijman2008-06-051-4/+7
* Remove unused parameter. Some clients might use -Werror when compiling andBill Wendling2008-06-051-2/+2
* Add CallSite::hasArgument to allow for seeing if a call passes a certain valu...Matthijs Kooijman2008-06-041-0/+4
* Add a Name parameter to two of the init methods of GetElementPointer to make ...Matthijs Kooijman2008-06-041-6/+4
* Implement the two constructors in InsertValueInst and ExtractValueInst.Matthijs Kooijman2008-06-041-12/+8
* Add a stack slot coloring pass. Not yet enabled.Evan Cheng2008-06-044-9/+111
* Change packed struct layout so that field sizesDuncan Sands2008-06-041-2/+1
* Expand documentation of StringConstantPrefix.Dale Johannesen2008-06-031-2/+4
* Add StringConstantPrefix to control what theDale Johannesen2008-06-031-0/+7
* move CannotBeNegativeZero to ValueTracking. Simplify some signbit comparisons.Chris Lattner2008-06-021-0/+7
* move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBitsChris Lattner2008-06-021-0/+48
* add a predicate.Chris Lattner2008-06-011-0/+1
* Fix a copy+paste error in a comment.Dan Gohman2008-05-311-1/+1
* Fix some bugs with the handling of indices in insertvalue/extractvalue.Dan Gohman2008-05-311-12/+8
* Factor several methods, including getInversePredicate andDan Gohman2008-05-312-73/+33
* IR, bitcode reader, bitcode writer, and asmparser changes toDan Gohman2008-05-313-95/+102
* Revert 51775.Evan Cheng2008-05-3011-39/+39
* Add an isAggregateType predicate.Dan Gohman2008-05-301-0/+9
* Add an operator< for SmallVector.Dan Gohman2008-05-301-0/+5
* Forgot to commit this file.Owen Anderson2008-05-301-3/+3
* Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.Evan Cheng2008-05-3011-39/+39
* Fix an error in the comment for APInt::getMinSignedBits.Dan Gohman2008-05-301-3/+1
* Fix doxygen comment syntax.Dan Gohman2008-05-301-3/+3
* add doxygen commentsGabor Greif2008-05-291-0/+18
* Remove guard, so *each* inclusion will result in a warningAnton Korobeynikov2008-05-291-4/+0
* Remove more iostream header includes. Needed to implement a "FlushStream"Bill Wendling2008-05-291-0/+8
* Prune and tidy #includes.Dan Gohman2008-05-2914-21/+8
* Add file with warning for backward comptibility. Should be removed after 2.4Anton Korobeynikov2008-05-291-0/+36
* Update guardsAnton Korobeynikov2008-05-294-12/+12
* For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"Anton Korobeynikov2008-05-2924-27/+27
* Force postdom to be linked into opt and bugpoint, even though it is no longer...Owen Anderson2008-05-292-0/+5
* Add a flag to indicate that an instruction is as cheap (or cheaper) than a moveBill Wendling2008-05-281-1/+11