index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
X86
/
memcpy-2.ll
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-02
[x86] fix allowsMisalignedMemoryAccesses() for 8-byte and smaller accesses
Sanjay Patel
1
-15
/
+11
2015-08-14
make current codegen visible in the checks, so we can decide if it's right
Sanjay Patel
1
-0
/
+18
2015-03-13
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
1
-2
/
+2
2013-10-15
Enable MI Sched for x86.
Andrew Trick
1
-7
/
+7
2013-07-14
Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...
Stephen Lin
1
-20
/
+20
2013-06-25
Revert "Temporarily enable MI-Sched on X86."
Andrew Trick
1
-7
/
+7
2013-06-24
Temporarily enable MI-Sched on X86.
Andrew Trick
1
-7
/
+7
2013-01-31
When lowering memcpys to loads and stores, make sure we don't promote alignments
Lang Hames
1
-25
/
+52
2012-12-12
Avoid using lossy load / stores for memcpy / memset expansion. e.g.
Evan Cheng
1
-2
/
+2
2012-12-10
Some enhancements for memcpy / memset inline expansion.
Evan Cheng
1
-6
/
+6
2012-11-14
X86: Enable SSE memory intrinsics even when stack alignment is less than 16 b...
Benjamin Kramer
1
-0
/
+1
2011-06-18
rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is
Chris Lattner
1
-5
/
+5
2011-01-07
Revert r122955. It seems using movups to lower memcpy can cause massive regre...
Evan Cheng
1
-9
/
+49
2011-01-06
Use movups to lower memcpy and memset even if it's not fast (like corei7).
Evan Cheng
1
-49
/
+9
2010-04-08
Avoid using f64 to lower memcpy from constant string. It's cheaper to use i32...
Evan Cheng
1
-9
/
+54
2010-04-01
In 64-bit mode, use i64 to lower memcpy / memset instead of f64.
Evan Cheng
1
-0
/
+17
2010-04-01
Add -mcpu to memcpy / memset tests to ensure they behave the same on all host...
Evan Cheng
1
-3
/
+3
2010-04-01
Fix sdisel memcpy, memset, memmove lowering:
Evan Cheng
1
-5
/
+95
2009-09-08
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
1
-2
/
+2
2008-05-26
The Linux ABI emits an extra "movl %esp, %ebp" in function prologue and
Nick Lewycky
1
-2
/
+2
2008-05-22
Add a couple of test cases.
Evan Cheng
1
-0
/
+15