aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Factor the numbering computation into a separate method, and add the slightes...Owen Anderson2008-05-281-0/+3
* Make Use::init() private, it breaks invariants, clients should assign or use ...Gabor Greif2008-05-271-3/+2
* Fix a word-o and add an explicit keyword.Dan Gohman2008-05-271-2/+3
* Use an explicit llvm:: prefix in the STATISTIC macro, so STATISTIC can still beMatthijs Kooijman2008-05-271-1/+1
* eliminate calls to deprecated Use::init() interfaceGabor Greif2008-05-261-6/+6
* Factor code to copy global value attributes likeDuncan Sands2008-05-263-0/+12
* "ret (constexpr)" can't be folded into a Constant. Add a method toNick Lewycky2008-05-251-0/+6
* Eliminate x86.sse2.punpckh.qdq and x86.sse2.punpckl.qdq.Evan Cheng2008-05-241-11/+0
* Eliminate x86.sse2.movs.d, x86.sse2.shuf.pd, x86.sse2.unpckh.pd, and x86.sse2...Evan Cheng2008-05-241-12/+0
* Remove x86.sse2.loadh.pd and x86.sse2.loadl.pd. These will be lowered into lo...Evan Cheng2008-05-241-6/+0
* It turns out there are only 3 non-first-class type kinds left now, soDan Gohman2008-05-231-2/+3
* Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places toDan Gohman2008-05-231-1/+4
* Add #includes to make some dependencies explicit.Dan Gohman2008-05-231-0/+3
* Make structs and arrays first-class types, and add assemblyDan Gohman2008-05-232-4/+8
* Add more IR support for the new extractvalue and insertvalueDan Gohman2008-05-231-0/+72
* Suppress warnings about missing placement delete. This should now be std-conf...Gabor Greif2008-05-221-0/+5