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
/
unaligned-load.ll
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-13
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
1
-1
/
+1
2015-02-27
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
1
-1
/
+1
2011-06-18
rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is
Chris Lattner
1
-9
/
+10
2011-04-13
Fix a regression caused by r102515 where explicit alignment on globals is
Cameron Zwarich
1
-2
/
+2
2011-01-07
Revert r122955. It seems using movups to lower memcpy can cause massive regre...
Evan Cheng
1
-9
/
+16
2011-01-06
Use movups to lower memcpy and memset even if it's not fast (like corei7).
Evan Cheng
1
-16
/
+9
2010-09-22
Fix an inconsistency in the x86 backend that led it to reject "calll foo" on
Chris Lattner
1
-1
/
+1
2010-04-28
Rework global alignment computation again. Now we do round up
Chris Lattner
1
-2
/
+2
2010-04-26
fix PR6921 a different way. Intead of increasing the
Chris Lattner
1
-0
/
+1
2010-04-26
Revert r102300/102301, which serious broke objc apps.
Chris Lattner
1
-3
/
+2
2010-04-25
Fix PR6921: globals were not getting correctly rounded up to their
Chris Lattner
1
-2
/
+3
2010-04-08
Avoid using f64 to lower memcpy from constant string. It's cheaper to use i32...
Evan Cheng
1
-3
/
+1
2010-04-01
In 64-bit mode, use i64 to lower memcpy / memset instead of f64.
Evan Cheng
1
-9
/
+8
2010-04-01
Fix sdisel memcpy, memset, memmove lowering:
Evan Cheng
1
-7
/
+18
2010-01-22
make this less constrained, we want blank lines between globals.
Chris Lattner
1
-1
/
+1
2010-01-19
don't let asm-verbose break the check-next lines in these tests.
Chris Lattner
1
-1
/
+1
2009-12-02
Remove unnecessary check.
Bill Wendling
1
-1
/
+0
2009-11-19
Test from Dhrystone to make sure that we're not emitting an aligned load for a
Bill Wendling
1
-0
/
+28