Go to file
Sanjoy Das 9d95716c15 [FaultMaps] Move FaultMapParser to Object/
Summary:
That way llvm-objdump can rely on it without adding an extra dependency
on CodeGen.

This change duplicates the FaultKind enum and the code that serializes
it to a string.  I could not figure out a way to get around this without
adding a new dependency to Object

Reviewers: rafael, ab

Subscribers: llvm-commits

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

llvm-svn: 240364
2015-06-23 01:05:26 +00:00
clang Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00
clang-tools-extra Update for LLVM API change to return by InputArgList directly (rather than by pointer) from ParseArgs 2015-06-22 22:06:58 +00:00
compiler-rt [CMake] Respect the value of -mmacosx-version-min flag. 2015-06-22 23:30:28 +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 Use a more accurate implementation for exp 2015-05-13 03:55:09 +00:00
libcxx Make seeking on an ostream that has eofbit set work correctly. Fixes PR#21361 2015-06-22 15:01:21 +00:00
libcxxabi fallback_malloc: silence conversion warning (NFC) 2015-06-03 17:25:35 +00:00
libunwind Code cleanup: Reindent statements. 2015-05-30 14:00:39 +00:00
lld Update for LLVM API change to return by InputArgList directly (rather than by pointer) from ParseArgs 2015-06-22 22:06:52 +00:00
lldb Reduced packet counts to the remote GDB server where possible. 2015-06-22 23:12:45 +00:00
llgo [llgo] cmd/llgoi: use line editor 2015-05-23 15:16:09 +00:00
llvm [FaultMaps] Move FaultMapParser to Object/ 2015-06-23 01:05:26 +00:00
openmp Allow machine hierarchy expansion 2015-06-22 15:59:18 +00:00
polly Use C99 to compile ISL 2015-06-22 20:31:16 +00:00