Go to file
Alex Lorenz 8a1915b04e MIR Serialization: Serialize the unnamed basic block references.
This commit serializes the references from the machine basic blocks to the
unnamed basic blocks.

This commit adds a new attribute to the machine basic block's YAML mapping
called 'ir-block'. This attribute contains the actual reference to the
basic block.

Reviewers: Duncan P. N. Exon Smith
llvm-svn: 243340
2015-07-27 22:42:41 +00:00
clang Use CGLoopInfo to emit metadata for loop hint pragmas. 2015-07-27 20:10:20 +00:00
clang-tools-extra [clang-tidy] Set current main file name in tests. 2015-07-27 14:54:31 +00:00
compiler-rt tsan: fix shift overflow 2015-07-26 07:45:26 +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 Fix double implementation of log 2015-07-24 18:07:14 +00:00
libcxx Detect and throw on a class of bad regexes that we mistakenly accepted before. Thanks to Trevor Smigiel for the report 2015-07-23 18:27:51 +00:00
libcxxabi [libcxxabi] Add -funwind-tables to the test compilation options. 2015-07-27 18:20:17 +00:00
libunwind [libunwind] Flip order of extern "C" and attribute(visibility) 2015-07-24 19:29:05 +00:00
lld ELF2: Inline very small functions. 2015-07-27 20:39:04 +00:00
lldb Deprecate `SBValue::TypeIsPointerType`. 2015-07-27 21:51:56 +00:00
llgo [llgo] build llgoi by default 2015-07-21 00:47:18 +00:00
llvm MIR Serialization: Serialize the unnamed basic block references. 2015-07-27 22:42:41 +00:00
openmp Update Build_With_CMake.txt to reflect changes in CMake refactor 2015-07-27 16:23:42 +00:00
polly Simplify code in BlockGenerator::generateScalarLoads [NFC] 2015-07-27 17:57:58 +00:00