Go to file
Alex Lorenz c37baf82a9 Resubmit r237708 (MIR Serialization: print and parse LLVM IR using MIR format).
This commit is a 2nd attempt at committing the initial MIR serialization patch.
The first commit (r237708) made the incremental buildbots unstable and was 
reverted in r237730. The original commit didn't add a terminating null 
character to the LLVM IR source which was passed to LLParser, and this 
sometimes caused the test 'llvmIR.mir' to fail with a parsing error because 
the LLVM IR source didn't have a null character immediately after the end 
and thus LLLexer encountered some garbage characters that ultimately caused 
the error.

This commit also includes the other test fixes I committed in
r237712 (llc path fix) and r237723 (remove target triple) which
also got reverted in r237730.

--Original Commit Message--

MIR Serialization: print and parse LLVM IR using MIR format.

This commit is the initial commit for the MIR serialization project.
It creates a new library under CodeGen called 'MIR'. This new
library adds a new machine function pass that prints out the LLVM IR 
using the MIR format. This pass is then added as a last pass when a 
'stop-after' option is used in llc. The new library adds the initial 
functionality for parsing of MIR files as well. This commit also 
extends the llc tool so that it can recognize and parse MIR input files.

Reviewers: Duncan P. N. Exon Smith, Matthias Braun, Philip Reames

Differential Revision: http://reviews.llvm.org/D9616

llvm-svn: 237954
2015-05-21 20:54:45 +00:00
clang Debug info: Adapt to new DIBuilder interface. 2015-05-21 20:37:26 +00:00
clang-tools-extra [clang-tidy] Disable google-readability-casting for .c files and their headers. 2015-05-21 14:08:56 +00:00
compiler-rt [darwin] fix libcompiler_rt.dylib build 2015-05-20 22:37:46 +00:00
debuginfo-tests
libclc Use a more accurate implementation for exp 2015-05-13 03:55:09 +00:00
libcxx Start a to-do list for libc++ 2015-05-20 17:39:54 +00:00
libcxxabi LIBCXXABI_LIBUNWIND_INCLUDES is already set before calling find_path, and find_path will not update it. 2015-05-09 21:03:01 +00:00
libunwind Code cleanup: Remove duplicated line. 2015-05-17 13:49:18 +00:00
lld [ARM] Add dynamic symbols to the dynamic library writer 2015-05-21 12:52:00 +00:00
lldb Added a new command in ProcessGDBRemote that can figure out the performance characterisitics of your GDB remote server. 2015-05-21 20:52:06 +00:00
llgo benchcomp: Add macho_symsizes mode for comparing Mach-O object symbol sizes. 2015-05-12 22:14:26 +00:00
llvm Resubmit r237708 (MIR Serialization: print and parse LLVM IR using MIR format). 2015-05-21 20:54:45 +00:00
openmp Fix task team synchronization 2015-05-21 17:20:01 +00:00
polly Replace low-level constraint building with higher level functions 2015-05-21 19:02:44 +00:00