aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/InstVisitor.h
Commit message (Expand)AuthorAgeFilesLines
* Clean up some comments.Bob Wilson2009-07-151-8/+8
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Edwin Török2009-07-141-1/+1
* assert(0) -> LLVM_UNREACHABLE.Edwin Török2009-07-111-2/+2
* Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky2009-07-081-2/+0
* Removed trailing whitespace.Misha Brukman2009-02-201-8/+8
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-4/+0
* Enable first-class aggregates support.Dan Gohman2008-07-231-1/+0
* IR support for extractvalue and insertvalue instructions. Also, beginDan Gohman2008-05-151-0/+2
* Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRefNate Begeman2008-05-121-0/+2
* Add GetResultInst. First step for multiple return value support.Devang Patel2008-02-191-0/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+221