llvm/lib/Transforms
Duncan P. N. Exon Smith 60d75fe84d Transforms: Fix bootstrap after r266565
Apparently there isn't test coverage for all of these.  I'd appreciate
if someone with could reproduce and send me something to reduce, but for
now I've just looked for users of RemapInstruction and MapValue and
ensured they don't accidentally insert nullptr.  Here is one of the
bootstraps that caught:

  http://lab.llvm.org:8011/builders/clang-x64-ninja-win7/builds/11494

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@266567 91177308-0d34-0410-b5e6-96231b3b80d8
2016-04-17 19:26:49 +00:00
..
Hello Remove autoconf support 2016-01-26 21:29:08 +00:00
InstCombine Fix a typo in rL265762 2016-04-17 04:30:43 +00:00
Instrumentation [PR27284] Reverse the ownership between DICompileUnit and DISubprogram. 2016-04-15 15:57:41 +00:00
IPO ThinLTO: Move the ODR resolution to be based purely on the summary. 2016-04-16 07:02:16 +00:00
ObjCARC Don't IPO over functions that can be de-refined 2016-04-08 00:48:30 +00:00
Scalar Transforms: Fix bootstrap after r266565 2016-04-17 19:26:49 +00:00
Utils Transforms: Fix bootstrap after r266565 2016-04-17 19:26:49 +00:00
Vectorize [ARM] Adding IEEE-754 SIMD detection to loop vectorizer 2016-04-14 20:42:18 +00:00
CMakeLists.txt
LLVMBuild.txt