aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/IntrinsicLowering.h
AgeCommit message (Expand)Author
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-07-05Add explicit keywords.Dan Gohman
2007-01-29IntrinsicLowering now requires TargetData.Reid Spencer
2007-01-28Adjust a comment to reflect reality.Reid Spencer
2006-11-15Simplify IntrinsicLowering and clarify that it is only for use by theChris Lattner
2006-03-10remove ShouldEmitDebugFunctions, a hack to support llvm-db via the jitChris Lattner
2005-11-16add a flagChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-09-28Use class instead of struct for defining classes. This unbreaks theAlkis Evlogimenos
2004-06-20Start moving IntrinsicLowering out of VMCore into libcodegen, as per PR346Chris Lattner
2004-05-09Add support for inserting all prototypes up-frontChris Lattner
2003-12-28Clean up a lot of the code I added yesterday by exposing the IntrinsicLoweringChris Lattner
2003-12-28ABC's must have virtual dtors! Shame on me!Chris Lattner
2003-12-28Move header into top-level llvm dirChris Lattner
2003-12-28Add new interface that allows removal of some code from the code generators,Chris Lattner