Add 'const' to a few more functions in MachineFrameInfo
[oota-llvm.git] / include / llvm / CodeGen / IntrinsicLowering.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2014-02-18 Rafael EspindolaRename some member variables from TD to DL.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2011-01-08 Evan ChengRecognize inline asm 'rev /bin/bash, ' as a bswap intri...
2009-06-26 Owen AndersonGet rid of these cache variables, which are a holdover...
2009-06-25 Owen AndersonNow with EVEN FEWER statics!
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-07-05 Dan GohmanAdd explicit keywords.
2007-01-29 Reid SpencerIntrinsicLowering now requires TargetData.
2007-01-28 Reid SpencerAdjust a comment to reflect reality.
2006-11-15 Chris LattnerSimplify IntrinsicLowering and clarify that it is only...
2006-03-10 Chris Lattnerremove ShouldEmitDebugFunctions, a hack to support...
2005-11-16 Chris Lattneradd a flag
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-09-28 Alkis EvlogimenosUse class instead of struct for defining classes. This...
2004-06-20 Chris LattnerStart moving IntrinsicLowering out of VMCore into libco...
2004-05-09 Chris LattnerAdd support for inserting all prototypes up-front
2003-12-28 Chris LattnerClean up a lot of the code I added yesterday by exposin...
2003-12-28 Chris LattnerABC's must have virtual dtors! Shame on me!
2003-12-28 Chris LattnerMove header into top-level llvm dir
2003-12-28 Chris LattnerAdd new interface that allows removal of some code...