Go to file
Jason Molenda c980fa92eb Change the default disassembly format again. First attempt at
changing it was in r219544 - after living on that for a few 
months, I wanted to take another crack at this.

The disassembly-format setting still exists and the old format
can be user specified with a setting like

${current-pc-arrow}${addr-file-or-load}{ <${function.name-without-args}${function.concrete-only-addr-offset-no-padding}>}: 

This patch was discussed in http://reviews.llvm.org/D7578

<rdar://problem/19726421>

llvm-svn: 229186
2015-02-13 23:24:21 +00:00
clang [modules] Guard against recursively re-entering diagnosing ODR violations while 2015-02-13 22:43:51 +00:00
clang-tools-extra Moved header list loading to new class. This is staging for adding module map loading and checking support. 2015-02-13 14:29:22 +00:00
compiler-rt Add -frtti to tests that need rtti 2015-02-13 23:19:23 +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 Implement log10 2015-01-30 18:00:34 +00:00
libcxx Handle function name conflicts in _LIBCPP_MSVCRT mode 2015-02-13 22:15:32 +00:00
libcxxabi unwind: always export unw_local_addr_space 2015-02-13 19:04:48 +00:00
lld [ELF] Replace std::set with StringSet. 2015-02-13 22:26:51 +00:00
lldb Change the default disassembly format again. First attempt at 2015-02-13 23:24:21 +00:00
llgo Roll gofrontend to 0fde0b6a7eb2 2015-02-13 22:59:07 +00:00
llvm Raising minimum required Visual Studio version to 2013. 2015-02-13 23:24:14 +00:00
openmp Fixed memory corruption problem. 2015-02-10 20:10:21 +00:00
polly [PM] Convert Polly over to directly use the legacy pass manager 2015-02-13 09:51:50 +00:00