index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
AutoUpgrade.h
Age
Commit message (
Expand
)
Author
2011-11-27
remove autoupgrade support for really old-style debug info intrinsics.
Chris Lattner
2011-11-27
remove autoupgrade support for LLVM 2.9 exception stuff. Mainline supports
Chris Lattner
2011-08-25
Initial check in that will auto-upgrade the old EH scheme to the new EH scheme.
Bill Wendling
2010-09-10
Auto-upgrade the magic ".llvm.eh.catch.all.value" global to
Bill Wendling
2009-08-28
Reapply 79977.
Devang Patel
2009-08-26
Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.
Devang Patel
2009-08-25
Update DebugInfo interface to use metadata, instead of special named llvm.dbg...
Devang Patel
2009-01-05
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2008-07-23
Enable first-class aggregates support.
Dan Gohman
2008-06-17
Auto-upgrade code for multiple-value return statements. This code
Dan Gohman
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-17
Bring back int_x86_sse2_movl_dq intrinsic for backward compatibility. Make sure
Evan Cheng
2007-08-04
This is the patch to provide clean intrinsic function overloading support in ...
Chandler Carruth