aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/User.h
Commit message (Expand)AuthorAgeFilesLines
* Remove some dead functions, patch by Ryan Flynn!Chris Lattner2009-07-141-1/+0
* Fix the Win32 VS2008 build:Sebastian Redl2009-03-191-0/+4
* Rearrange operands of the BranchInst, to be able toGabor Greif2009-03-121-1/+3
* Give Op<N>() AppleScript-like semantics, i.e. for negative N it indexes relat...Gabor Greif2009-03-101-4/+9
* make the Op<N> methods protected, how it was intended to beGabor Greif2009-03-091-0/+2
* fix and clean up a commentGabor Greif2009-02-211-5/+4
* add accessorsChris Lattner2009-01-311-0/+9
* Do not allow a user to set the operand for a constant.Tanya Lattner2008-10-281-0/+3
* Move some documentation from the header file into ProgrammersManual. About to...Gabor Greif2008-06-161-165/+0
* op_iterator-ify dropAllReferencesGabor Greif2008-06-111-5/+4
* Suppress warnings about missing placement delete. This should now be std-conf...Gabor Greif2008-05-221-0/+5
* Remove warnings about unused parameters and shadowed variables.Bill Wendling2008-05-191-2/+2
* Move the operator new and operator delete out of line. This fixes an issue withNate Begeman2008-05-151-17/+2
* merge of use-diet branch to trunkGabor Greif2008-05-101-6/+236
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-051-1/+1
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-1/+5
* To support multiple return values, now ret instruction supports multiple oper...Devang Patel2008-02-231-2/+3
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Reverting dtor devirtualization patch.Gordon Henriksen2007-12-101-4/+0
* Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!Gordon Henriksen2007-12-091-0/+4
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+122