aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/IntrinsicLowering.h
Commit message (Expand)AuthorAgeFilesLines
* Get rid of these cache variables, which are a holdover from the days whenOwen Anderson2009-06-261-35/+2
* Now with EVEN FEWER statics!Owen Anderson2009-06-251-1/+38
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Add explicit keywords.Dan Gohman2007-07-051-1/+1
* IntrinsicLowering now requires TargetData.Reid Spencer2007-01-291-1/+3
* Adjust a comment to reflect reality.Reid Spencer2007-01-281-4/+4
* Simplify IntrinsicLowering and clarify that it is only for use by theChris Lattner2006-11-151-30/+3
* 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