aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/InstVisitor.h
Commit message (Expand)AuthorAgeFilesLines
* Remove a ton of extraneous #includesChris Lattner2003-06-221-1/+0
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-111-0/+2
* Hopefully, the final fix for `[Pp]ropogate'.Misha Brukman2003-05-201-1/+1
* Add support for the new VarArgInst instruction, reindent some stuffChris Lattner2003-05-081-7/+9
* Eliminate the GenericBinaryInst classChris Lattner2002-09-101-1/+0
* Eliminated the MemAccessInst class, folding contents into GEP class.Chris Lattner2002-08-221-3/+2
* Load & Store Inst now no longer derive from MemAccessInstChris Lattner2002-08-221-2/+2
* Add missing forward declChris Lattner2002-08-211-0/+1
* Remove support for unary instructionsChris Lattner2002-08-141-3/+1
* *** empty log message ***Chris Lattner2002-07-251-3/+2
* MEGAPATCH checkin.Chris Lattner2002-06-251-43/+49
* Make sure to call the derived visit versions from the ranged iterator.Chris Lattner2002-05-101-1/+1
* Add explicit abort so optimized build knows that the function does not returnChris Lattner2002-05-101-0/+1
* * Add a comment to the header giving a breif overview of how to return aChris Lattner2002-04-181-23/+62
* * Make dtor virtualChris Lattner2002-04-181-26/+28
* * s/Method/FunctionChris Lattner2002-04-151-5/+21
* s/Method/FunctionChris Lattner2002-04-081-1/+1
* Initial checkin of InstVisitor classChris Lattner2002-03-181-0/+133