summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/IntrinsicLowering.h
Commit message (Expand)AuthorAge
* Rename some member variables from TD to DL.Rafael Espindola2014-02-18
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Recognize inline asm 'rev /bin/bash, ' as a bswap intrinsic call.Evan Cheng2011-01-08
* Get rid of these cache variables, which are a holdover from the days whenOwen Anderson2009-06-26
* Now with EVEN FEWER statics!Owen Anderson2009-06-25
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Add explicit keywords.Dan Gohman2007-07-05
* IntrinsicLowering now requires TargetData.Reid Spencer2007-01-29
* Adjust a comment to reflect reality.Reid Spencer2007-01-28
* Simplify IntrinsicLowering and clarify that it is only for use by theChris Lattner2006-11-15
* remove ShouldEmitDebugFunctions, a hack to support llvm-db via the jitChris Lattner2006-03-10
* add a flagChris Lattner2005-11-16
* Remove trailing whitespaceMisha Brukman2005-04-21
* Use class instead of struct for defining classes. This unbreaks theAlkis Evlogimenos2004-09-28
* Start moving IntrinsicLowering out of VMCore into libcodegen, as per PR346Chris Lattner2004-06-20
* Add support for inserting all prototypes up-frontChris Lattner2004-05-09
* Clean up a lot of the code I added yesterday by exposing the IntrinsicLoweringChris Lattner2003-12-28
* ABC's must have virtual dtors! Shame on me!Chris Lattner2003-12-28
* Move header into top-level llvm dirChris Lattner2003-12-28
* Add new interface that allows removal of some code from the code generators,Chris Lattner2003-12-28