Go to file
Duncan P. N. Exon Smith da0de8a237 PGO: Split out initialization of section bounds
Currently we register instrumentation data at runtime to determine the
bounds of the sections where the data lives.  Soon we'll implement
platform-specific linker magic to determine this at link time.

Move this logic to a separate file, so that our build system can choose
the correct platform-specific code.

No functionality change intended.

<rdar://problem/15943240>

llvm-svn: 204299
2014-03-20 03:23:10 +00:00
clang PGO: Separate out common isMachO logic; no functionality change 2014-03-20 03:17:15 +00:00
clang-tools-extra clang-tidy explicit constructors check: don't warn on deleted constructors. 2014-03-19 12:48:22 +00:00
compiler-rt PGO: Split out initialization of section bounds 2014-03-20 03:23:10 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Fix build since r202052 2014-02-24 21:31:56 +00:00
libcxx Implement N3891: A proposal to rename shared_mutex to shared_timed_mutex 2014-03-17 20:19:44 +00:00
libcxxabi Simplify. 2014-03-20 01:28:28 +00:00
lld Move RoundTrip tests behind LLVM_RUN_ROUNDTRIP_TEST env flag. 2014-03-20 02:49:33 +00:00
lldb Adapt test to avoid short string types. 2014-03-20 02:21:17 +00:00
llvm Look through variables when computing relocations. 2014-03-20 02:12:01 +00:00
openmp Revert commit (testing commit hook). 2014-03-04 18:06:04 +00:00
polly [www] announce static links of polly in tools 2014-03-19 21:31:09 +00:00