aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/AutoUpgrade.h
AgeCommit message (Expand)Author
2011-11-27remove autoupgrade support for really old-style debug info intrinsics.Chris Lattner
2011-11-27remove autoupgrade support for LLVM 2.9 exception stuff. Mainline supportsChris Lattner
2011-08-25Initial check in that will auto-upgrade the old EH scheme to the new EH scheme.Bill Wendling
2010-09-10Auto-upgrade the magic ".llvm.eh.catch.all.value" global toBill Wendling
2009-08-28Reapply 79977.Devang Patel
2009-08-26Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel
2009-08-25Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel
2009-01-05Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman
2008-07-23Enable first-class aggregates support.Dan Gohman
2008-06-17Auto-upgrade code for multiple-value return statements. This codeDan Gohman
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-17Bring back int_x86_sse2_movl_dq intrinsic for backward compatibility. Make sureEvan Cheng
2007-08-04This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth