Go to file
Tim Northover 8d2f52e035 GlobalISel: support zero-sized allocas
All allocas must be at least 1 byte at the MachineIR level so we allocate just
one byte.

llvm-svn: 276897
2016-07-27 17:47:54 +00:00
clang Update Clang Parser test error message to match new parser errors 2016-07-27 17:39:47 +00:00
clang-tools-extra fix typo in clang-rename and clang-tidy docs 2016-07-27 14:26:03 +00:00
compiler-rt [compiler-rt] Fix warnings in interception code 2016-07-27 16:16:54 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Make min follow the OCL 1.0 specs 2016-07-25 22:36:22 +00:00
libcxx Implement LCM and GCD for C++17. Same code as for Library Fundamentals TS. 2016-07-26 14:29:45 +00:00
libcxxabi Attempt to bring peace to -Werror buildbots. 2016-07-19 20:35:09 +00:00
libunwind [libunwind][ARM] Add support for Thumb1 targets 2016-07-25 09:21:56 +00:00
lld Make toPhdrFlags a member function. NFC. 2016-07-27 14:10:56 +00:00
lldb Fix LLDBConfig.cmake to enable python enabled build for all 64 bit lldb targets 2016-07-26 21:43:02 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm GlobalISel: support zero-sized allocas 2016-07-27 17:47:54 +00:00
openmp Replace enum types in variadic functions by build-in types. 2016-07-22 16:05:35 +00:00
parallel-libs Add .clang-format to parallel-libs 2016-07-20 17:49:55 +00:00
polly GPGPU: Add basic support for kernel launches 2016-07-27 13:20:16 +00:00