Go to file
Richard Sandiford ca44614ac0 [SystemZ] Avoid using i8 constants for immediate fields
Immediate fields that have no natural MVT type tended to use i8 if the
field was small enough.  This was a bit confusing since i8 isn't a legal
type for the target.  Fields for short immediates in a 32-bit or 64-bit
operation use i32 or i64 instead, so it would be better to do the same
for all fields.

No behavioral change intended.

llvm-svn: 212702
2014-07-10 10:52:51 +00:00
clang [mips] Add support for -modd-spreg/-mno-odd-spreg 2014-07-10 10:39:51 +00:00
clang-tools-extra Removed the "-fix" suffix from tests that verify both fixes and messages. 2014-07-09 21:21:39 +00:00
compiler-rt [ASan/Win] Don't hardcode ASan runtime version in ASan dll thunk 2014-07-10 10:33:48 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc prepare-builtins: Fix broken build due to recent LLVM API change 2014-07-07 17:46:45 +00:00
libcxx Add a reset method to the counting predicates in the test suite 2014-07-09 21:04:22 +00:00
libcxxabi Add lit configs for libcxxabi tests. 2014-07-10 02:20:11 +00:00
lld Move GOTPass and StubsPass from Core to MachO 2014-07-09 21:04:24 +00:00
lldb Get the inferior binary's name via the command line argument instead 2014-07-10 10:23:01 +00:00
llvm [SystemZ] Avoid using i8 constants for immediate fields 2014-07-10 10:52:51 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly clang-format polly to avoid buildbot noise 2014-07-09 10:50:10 +00:00