Go to file
Tim Northover 6890add11d AArch64: mark small types (i1, i8, i16) as promoted
This means the output of LowerFormalArguments returns a lowered
SDValue with the correct type (expected in SelectionDAGBuilder).
Without this, an assertion under a DEBUG macro triggers when those
types are passed on the stack.

llvm-svn: 210102
2014-06-03 13:54:53 +00:00
clang Use IntrusiveRefCntPtr's == and != nullptr operators. 2014-06-03 13:27:48 +00:00
clang-tools-extra Don't assume an implicit error_code -> bool operator. 2014-06-03 04:40:55 +00:00
compiler-rt [sancov] Fix map update logic on Android. 2014-06-03 12:15:43 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Add more log related float constants 2014-05-29 21:30:28 +00:00
libcxx [libc++] Don't return uninitialized data from random_device::operator() 2014-06-03 02:40:39 +00:00
libcxxabi Add EH test case checking that handlers in noexcept functions can still unwind 2014-05-31 00:25:59 +00:00
lld [Mips] Make la25-stub.test self contained. 2014-06-03 09:59:42 +00:00
lldb Fix windows build: SBTypeEnumMember.cpp added to the separate windows liblldb.dll project. 2014-06-03 13:01:18 +00:00
llvm AArch64: mark small types (i1, i8, i16) as promoted 2014-06-03 13:54:53 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly Remove superfluous semicolon confusing clang-format. 2014-06-02 11:29:58 +00:00