Go to file
Pete Cooper c0c464cac1 Move ownership of Pass File's to the MachoLinkingContext.
In trying to fix the leaks in the MachO lld codebase, we need to have
a better model for file and atom ownership.  Having the context own
everything seems like the simplest model, so change all the passes to
allocate File's on the context instead of owning files as a member.

llvm-svn: 264004
2016-03-21 23:17:47 +00:00
clang [Perf-training] Adding support for tests to skip the clang driver 2016-03-21 22:37:14 +00:00
clang-tools-extra Fixed some cases in the modularize assistant mode where header file names didn't translate to valid module names. 2016-03-21 23:05:14 +00:00
compiler-rt [asan] Add strrchr to asan_win_dll_thunk. 2016-03-21 22:42:15 +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 math: Fix ilogb(double) return type 2016-02-24 00:52:15 +00:00
libcxx Missing ATOMIC_*_LOCK_FREE tests 2016-03-18 17:48:58 +00:00
libcxxabi [libcxxabi] Disable cxa_thread_atexit_test if unavailable 2016-03-17 10:00:24 +00:00
libunwind [AArch64] Fix libunwind build when using GNU assembler 2016-02-11 21:22:57 +00:00
lld Move ownership of Pass File's to the MachoLinkingContext. 2016-03-21 23:17:47 +00:00
lldb Collect IRExecutionUnits as part of persistent expression state. 2016-03-21 22:23:38 +00:00
llgo [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
llvm [sancov] do not instrument nodes that are full pre-dominators 2016-03-21 23:08:16 +00:00
openmp [STATS] Add OMP_critical and OMP_critical_wait timers 2016-03-21 18:32:26 +00:00
polly ScopInfo: Do not generate dependences for i1 values used in affine branches 2016-03-16 23:33:54 +00:00