aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/IntrinsicLowering.h
AgeCommit message (Expand)Author
2013-06-28Revert the IntrinsicLowering logic that preserves externals for intrinsics.Eli Bendersky
2013-01-30Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'Derek Schuff
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-10-11Merge commit '2fa8af224ea026f9432e833fd6f42a216423a010'Derek Schuff
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-07-09LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)Derek Schuff
2011-01-08Recognize inline asm 'rev /bin/bash, ' as a bswap intrinsic call.Evan Cheng
2009-06-26Get rid of these cache variables, which are a holdover from the days whenOwen Anderson
2009-06-25Now with EVEN FEWER statics!Owen Anderson
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