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
/
CodeGen
/
X86
/
movgs.ll
Age
Commit message (
Expand
)
Author
2013-03-27
This patch follows is a follow up to r178171, which uses the register
Preston Gurd
2012-07-30
Consider address spaces for hashing and CSEing DAG nodes. Otherwise two load...
Pete Cooper
2011-09-20
Attempt to fix -mtriple=i686-{cygwin|mingw|win32} regressions. Nakamura,
Bruno Cardoso Lopes
2011-02-22
Relax expressions and add explicit triplets -linux and -win32.
NAKAMURA Takumi
2010-09-22
Fix an inconsistency in the x86 backend that led it to reject "calll foo" on
Chris Lattner
2010-09-22
linux has a different stack alignment than the mac, relax this a bit.
Chris Lattner
2010-09-22
give VZEXT_LOAD a memory operand, it now works with segment registers.
Chris Lattner
2010-09-22
revert r114386 now that address modes work correctly, we get a nice
Chris Lattner
2010-09-21
fix rdar://8453210, a crash handling a call through a GS relative load.
Chris Lattner
2009-09-08
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-01-26
Map address space 256 to gs; similar mappings could be supported for the
Nate Begeman