Go to file
Johannes Doerfert 514f6efa2b [FIX] Teach RegionGenerator to respect and update dominance
When we generate code for a whole region we have to respect dominance
  and update it too.
  The first is achieved with multiple "BBMap"s. Each copied block in the
  region gets its own map. It is initialized only with values mapped in
  the immediate dominator block, if this block is in the region and was
  therefor already copied. This way no values defined in a block that
  doesn't dominate the current one will be used.
  To update dominance information we check if the immediate dominator of
  the original block we want to copy is in the region. If so we set the
  immediate dominator of the current block to the copy of the immediate
  dominator of the original block.

llvm-svn: 230774
2015-02-27 18:29:04 +00:00
clang Reland __leave tests (r230717 and r230720, reverted in r230740). 2015-02-27 16:40:43 +00:00
clang-tools-extra Add 'let' to the help message. 2015-02-27 17:53:23 +00:00
compiler-rt [ASan/Win] Update test expectations after r230724 2015-02-27 14:29:53 +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 libclc/math: Add cospi 2015-02-26 15:42:00 +00:00
libcxx Add self to CREDITS.txt 2015-02-26 00:48:22 +00:00
libcxxabi Add remote testing support to the lit config 2015-02-26 15:55:01 +00:00
lld PECOFF: Use StringRef::find_first_of instead of a hand-written loop. 2015-02-27 18:06:41 +00:00
lldb Fixes http://reviews.llvm.org/rL230691 2015-02-27 07:48:07 +00:00
llgo Build cgo and llgo-go 2015-02-14 01:46:01 +00:00
llvm Minor follow-ups to r229720 suggested on llvmdev 2015-02-27 18:22:46 +00:00
openmp Removed all header files for OpenMP 2.5 2015-02-25 18:38:08 +00:00
polly [FIX] Teach RegionGenerator to respect and update dominance 2015-02-27 18:29:04 +00:00