aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a Type::isSingleValueType method. This will be used by codeDan Gohman2008-05-211-1/+11
* Follow-up to the reverting of r51218. This puts the checks out-of-line. BecauseBill Wendling2008-05-211-9/+3
* update a commentGabor Greif2008-05-211-1/+1
* Fix a couple issues with the JIT and multiple modules:Nate Begeman2008-05-211-2/+7
* Reverting r51218 because of breakage on PPC32.Bill Wendling2008-05-201-4/+3
* Add a bool to isEdgeFeasible that tells it whether to treat unknownChris Lattner2008-05-201-3/+8
* Silence a warning about "*/" outside a comment.Steve Naroff2008-05-201-1/+1
* Handle quoted names when constructing $stub's,Dale Johannesen2008-05-191-0/+5
* add a helper method.Chris Lattner2008-05-191-0/+13
* Remove warnings about unused parameters and shadowed variables.Bill Wendling2008-05-1918-97/+95
* Remove a duplicative binding. Patch by Mahadevan R.Gordon Henriksen2008-05-191-3/+0
* add missing #include.Chris Lattner2008-05-181-0/+1
* On Darwin, the string header file isn't 64-bit clean. The use ofBill Wendling2008-05-171-3/+3
* Move isTrueWhenEqual to ICmpInst.Nick Lewycky2008-05-171-0/+16
* Add CommonLinkage.Dale Johannesen2008-05-161-1/+2
* Add functions to enable adding a single attribute to a function andEric Christopher2008-05-162-0/+9
* API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...Gabor Greif2008-05-163-62/+155
* Update comments based on Duncan's feedback.Dan Gohman2008-05-151-23/+23
* Fix typos and comments.Evan Cheng2008-05-152-2/+2
* IR support for extractvalue and insertvalue instructions. Also, beginDan Gohman2008-05-154-20/+359
* Make use of vector load and store operations to implement memcpy, memmove, an...Evan Cheng2008-05-152-0/+16
* Move the operator new and operator delete out of line. This fixes an issue withNate Begeman2008-05-151-17/+2
* Add support to IR builder for new vicmp, vfcmp routinesNate Begeman2008-05-141-4/+19