aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/AutoUpgrade.h
Commit message (Expand)AuthorAgeFilesLines
* Fix spacing, forward declare order.Matt Arsenault2013-11-181-4/+4
* Add addrspacecast instruction.Matt Arsenault2013-11-151-0/+13
* AutoUpgrade: upgrade from scalar TBAA format to struct-path aware TBAA format.Manman Ren2013-09-281-0/+5
* Remove trailing whitespace, fix file path in commentMatt Arsenault2013-07-201-7/+7
* remove autoupgrade support for really old-style debug info intrinsics.Chris Lattner2011-11-271-4/+0
* remove autoupgrade support for LLVM 2.9 exception stuff. Mainline supportsChris Lattner2011-11-271-4/+0
* Initial check in that will auto-upgrade the old EH scheme to the new EH scheme.Bill Wendling2011-08-251-0/+4
* Auto-upgrade the magic ".llvm.eh.catch.all.value" global toBill Wendling2010-09-101-0/+5
* Reapply 79977.Devang Patel2009-08-281-0/+4
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-261-4/+0
* Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel2009-08-251-0/+4
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-1/+0
* Enable first-class aggregates support.Dan Gohman2008-07-231-6/+0
* Auto-upgrade code for multiple-value return statements. This codeDan Gohman2008-06-171-0/+6
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Bring back int_x86_sse2_movl_dq intrinsic for backward compatibility. Make sureEvan Cheng2007-12-171-2/+4
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-041-0/+38