1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/lib/Transforms
Duncan P. N. Exon Smith 1602d253b9 Transforms: Try harder to fix bootstrap after r266565
This catches two nullptr insertions into the ValueMap I missed in
r266567.  I missed CloneFunction becuase it never calls RemapInstruction
directly.  Here's one of the still-failing bots:
  http://lab.llvm.org:8011/builders/clang-x64-ninja-win7/builds/11496

llvm-svn: 266570
2016-04-17 20:11:09 +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: Try harder to fix bootstrap after r266565 2016-04-17 20:11:09 +00:00
Vectorize [ARM] Adding IEEE-754 SIMD detection to loop vectorizer 2016-04-14 20:42:18 +00:00
CMakeLists.txt
LLVMBuild.txt