aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/barrier.ll
Commit message (Collapse)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-1/+2
| | | | Change-Id: I2b5be30509658cb8266be782de0ab24f9099f9b9
* Last batch of test conversions to new atomic instructions.Eli Friedman2011-09-271-3/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140585 91177308-0d34-0410-b5e6-96231b3b80d8
* Custom lower the memory barrier instructions and add supportEric Christopher2010-07-221-0/+7
for lowering without sse2. Add a couple of new testcases. Fixes a few libgomp tests and latent bugs. Remove a few todos. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109078 91177308-0d34-0410-b5e6-96231b3b80d8