summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/Instructions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add support for undef and unreachableChris Lattner2004-10-161-0/+9
| | | | llvm-svn: 17041
* Move the implementation of the instructions clone methods to this file soChris Lattner2004-10-151-0/+30
| | | | | | | that the vtables for these classes are only instantiated in this translation unit, not in every xlation unit they are used. llvm-svn: 17026
* Packed types, brought to you by Brad JonesBrian Gaeke2004-08-201-2/+4
| | | | llvm-svn: 15938
* Split assertion to two in order to give better assertion messages.Alkis Evlogimenos2004-08-061-3/+3
| | | | llvm-svn: 15543
* Merge i*.cpp definitions into Instructions.cpp as part of bug403.Alkis Evlogimenos2004-07-291-0/+802
llvm-svn: 15326
OpenPOWER on IntegriCloud