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
/
test
/
Assembler
/
AutoUpgradeIntrinsics.ll
Age
Commit message (
Expand
)
Author
2011-11-27
remove autoupgrade support for old forms of llvm.prefetch and the old
Chris Lattner
2011-11-27
remove some old autoupgrade logic
Chris Lattner
2011-09-06
Split the init.trampoline intrinsic, which currently combines GCC's
Duncan Sands
2011-06-18
rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is
Chris Lattner
2011-06-14
Add one more argument to the prefetch intrinsic to indicate whether it's a data
Bruno Cardoso Lopes
2011-05-03
Replace the "movnt" intrinsics with a native store + nontemporal metadata bit.
Bill Wendling
2011-04-13
Reapply r129401 with patch for clang.
Bill Wendling
2011-04-12
Revert r129401 for now. Clang is using the old way of doing things.
Bill Wendling
2011-04-12
Remove the unaligned load intrinsics in favor of using native unaligned loads.
Bill Wendling
2010-09-30
Massive rewrite of MMX:
Dale Johannesen
2008-06-10
Fix some escaping and quoting in RUN lines, mainly involving { and <. In two
Matthijs Kooijman
2007-12-14
All MMX shift instructions took a <2 x i32> vector as the shift amount parame...
Anders Carlsson
2007-08-04
This is the patch to provide clean intrinsic function overloading support in ...
Chandler Carruth