aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/IntrinsicLowering.h
Commit message (Expand)AuthorAgeFilesLines
* remove ShouldEmitDebugFunctions, a hack to support llvm-db via the jitChris Lattner2006-03-101-5/+1
* add a flagChris Lattner2005-11-161-0/+5
* Remove trailing whitespaceMisha Brukman2005-04-211-5/+5
* Use class instead of struct for defining classes. This unbreaks theAlkis Evlogimenos2004-09-281-1/+2
* Start moving IntrinsicLowering out of VMCore into libcodegen, as per PR346Chris Lattner2004-06-201-8/+8
* Add support for inserting all prototypes up-frontChris Lattner2004-05-091-0/+7
* Clean up a lot of the code I added yesterday by exposing the IntrinsicLoweringChris Lattner2003-12-281-0/+2
* ABC's must have virtual dtors! Shame on me!Chris Lattner2003-12-281-0/+1
* Move header into top-level llvm dirChris Lattner2003-12-281-3/+3
* Add new interface that allows removal of some code from the code generators,Chris Lattner2003-12-281-0/+63