devtools.copyrights.report 57 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324
  1. # File format ($ symbol means the beginning of a line):
  2. #
  3. # $ # this message
  4. # $ # =======================
  5. # $ # comments (all commentaries should starts with some number of spaces and # symbol)
  6. # ${action} {license id} {license text hash}
  7. # $BELONGS ./ya/make/file/relative/path/1/ya.make ./ya/make/2/ya.make
  8. # ${all_file_action} filename
  9. # $ # user commentaries (many lines)
  10. # $ generated description - files with this license, license text... (some number of lines that starts with some number of spaces, do not modify)
  11. # ${action} {license spdx} {license text hash}
  12. # $BELONGS ./ya/make/file/relative/path/3/ya.make
  13. # ${all_file_action} filename
  14. # $ # user commentaries
  15. # $ generated description
  16. # $ ...
  17. #
  18. # You can modify action, all_file_action and add commentaries
  19. # Available actions:
  20. # keep - keep license in contrib and use in credits
  21. # skip - skip license
  22. # remove - remove all files with this license
  23. # rename - save license text/links into licenses texts file, but not store SPDX into LINCENSE macro. You should store correct license id into devtools.license.spdx.txt file
  24. #
  25. # {all file action} records will be generated when license text contains filename that exists on filesystem (in contrib directory)
  26. # We suppose that that files can contain some license info
  27. # Available all file actions:
  28. # FILE_IGNORE - ignore file (do nothing)
  29. # FILE_INCLUDE - include all file data into licenses text file
  30. # =======================
  31. KEEP COPYRIGHT_SERVICE_LABEL 07668cb5215fea6ee1517de255c09e3e
  32. BELONGS lib/Support/ya.make
  33. License text:
  34. Copyright © 1991-2022 Unicode, Inc. All rights reserved.
  35. Scancode info:
  36. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  37. Score : 100.00
  38. Match type : COPYRIGHT
  39. Files with this license:
  40. lib/Support/UnicodeNameToCodepointGenerated.cpp [32:32]
  41. KEEP COPYRIGHT_SERVICE_LABEL 09d1731fda037a42651b22724e02e848
  42. BELONGS tools/polly/lib/External/isl/ya.make tools/polly/lib/External/ppcg/ya.make
  43. License text:
  44. * Copyright 2013 Ecole Normale Superieure
  45. Scancode info:
  46. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  47. Score : 100.00
  48. Match type : COPYRIGHT
  49. Files with this license:
  50. tools/polly/lib/External/isl/extract_key.c [2:2]
  51. tools/polly/lib/External/isl/include/isl/hmap_templ.c [2:3]
  52. tools/polly/lib/External/isl/isl_multi_coalesce.c [2:2]
  53. tools/polly/lib/External/isl/isl_multi_dim_id_templ.c [2:3]
  54. tools/polly/lib/External/isl/isl_multi_domain_templ.c [2:2]
  55. tools/polly/lib/External/isl/isl_multi_move_dims_templ.c [2:2]
  56. tools/polly/lib/External/isl/isl_multi_no_domain_templ.c [2:2]
  57. tools/polly/lib/External/isl/isl_multi_read_no_explicit_domain_templ.c [2:2]
  58. tools/polly/lib/External/isl/isl_point.c [2:5]
  59. tools/polly/lib/External/isl/isl_pw_eval.c [2:3]
  60. tools/polly/lib/External/isl/isl_tab.c [2:5]
  61. tools/polly/lib/External/isl/isl_type_has_space_templ.c [2:2]
  62. tools/polly/lib/External/isl/isl_union_multi.c [2:4]
  63. tools/polly/lib/External/isl/isl_union_single.c [2:3]
  64. tools/polly/lib/External/isl/isl_union_templ.c [2:3]
  65. tools/polly/lib/External/isl/isl_val.c [2:2]
  66. tools/polly/lib/External/isl/isl_vec.c [2:3]
  67. tools/polly/lib/External/ppcg/gpu_hybrid.c [2:3]
  68. tools/polly/lib/External/ppcg/gpu_tree.c [2:2]
  69. tools/polly/lib/External/ppcg/hybrid.c [2:3]
  70. tools/polly/lib/External/ppcg/ppcg.c [2:4]
  71. SKIP COPYRIGHT_SERVICE_LABEL 0b6aaa97daae741e03da41749ac1d155
  72. BELONGS lib/IR/ya.make
  73. License text:
  74. Type *I32Ty = Type::getInt32Ty(C);
  75. Value *Elt0 = Builder.CreateExtractElement(CI->getArgOperand(0),
  76. ConstantInt::get(I32Ty, 0));
  77. Scancode info:
  78. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  79. Score : 100.00
  80. Match type : COPYRIGHT
  81. Files with this license:
  82. lib/IR/AutoUpgrade.cpp [2335:2337]
  83. KEEP COPYRIGHT_SERVICE_LABEL 11038801a66a8aad80a421c2e7b10837
  84. BELONGS tools/polly/lib/External/isl/ya.make tools/polly/lib/External/ppcg/ya.make
  85. License text:
  86. * Copyright 2008-2009 Katholieke Universiteit Leuven
  87. * Copyright 2010 INRIA Saclay
  88. * Copyright 2012 Ecole Normale Superieure
  89. Scancode info:
  90. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  91. Score : 100.00
  92. Match type : COPYRIGHT
  93. Files with this license:
  94. tools/polly/lib/External/isl/isl_affine_hull.c [2:4]
  95. tools/polly/lib/External/isl/isl_bernstein.c [2:4]
  96. tools/polly/lib/External/isl/isl_bound.c [2:2]
  97. tools/polly/lib/External/isl/isl_coalesce.c [2:7]
  98. tools/polly/lib/External/isl/isl_constraint.c [2:3]
  99. tools/polly/lib/External/isl/isl_equalities.c [2:3]
  100. tools/polly/lib/External/isl/isl_factorization.c [2:4]
  101. tools/polly/lib/External/isl/isl_farkas.c [2:2]
  102. tools/polly/lib/External/isl/isl_flow.c [2:6]
  103. tools/polly/lib/External/isl/isl_fold.c [2:2]
  104. tools/polly/lib/External/isl/isl_input.c [2:5]
  105. tools/polly/lib/External/isl/isl_map.c [2:8]
  106. tools/polly/lib/External/isl/isl_map_lexopt_templ.c [2:3]
  107. tools/polly/lib/External/isl/isl_mat.c [2:5]
  108. tools/polly/lib/External/isl/isl_morph.h [2:2]
  109. tools/polly/lib/External/isl/isl_obj.c [2:4]
  110. tools/polly/lib/External/isl/isl_output.c [2:5]
  111. tools/polly/lib/External/isl/isl_point.c [2:5]
  112. tools/polly/lib/External/isl/isl_polynomial.c [2:2]
  113. tools/polly/lib/External/isl/isl_pw_eval.c [2:3]
  114. tools/polly/lib/External/isl/isl_pw_insert_dims_templ.c [2:2]
  115. tools/polly/lib/External/isl/isl_pw_lift_templ.c [2:2]
  116. tools/polly/lib/External/isl/isl_pw_morph_templ.c [2:2]
  117. tools/polly/lib/External/isl/isl_pw_move_dims_templ.c [2:2]
  118. tools/polly/lib/External/isl/isl_pw_neg_templ.c [2:2]
  119. tools/polly/lib/External/isl/isl_pw_opt_templ.c [2:2]
  120. tools/polly/lib/External/isl/isl_pw_sub_templ.c [2:2]
  121. tools/polly/lib/External/isl/isl_reordering.c [2:2]
  122. tools/polly/lib/External/isl/isl_space.c [2:5]
  123. tools/polly/lib/External/isl/isl_tab_lexopt_templ.c [2:4]
  124. tools/polly/lib/External/isl/isl_tab_pip.c [2:4]
  125. tools/polly/lib/External/isl/isl_transitive_closure.c [2:2]
  126. tools/polly/lib/External/isl/isl_type_has_equal_space_templ.c [2:2]
  127. tools/polly/lib/External/isl/isl_union_eval.c [2:2]
  128. tools/polly/lib/External/isl/isl_union_multi.c [2:4]
  129. tools/polly/lib/External/isl/isl_union_neg.c [2:2]
  130. tools/polly/lib/External/isl/isl_union_single.c [2:3]
  131. tools/polly/lib/External/isl/isl_union_templ.c [2:3]
  132. tools/polly/lib/External/isl/isl_vertices.c [2:2]
  133. tools/polly/lib/External/ppcg/cuda_common.c [2:2]
  134. KEEP COPYRIGHT_SERVICE_LABEL 12c13673979d84c93fb3f9aed80709bd
  135. BELONGS lib/Support/ya.make
  136. License text:
  137. * Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
  138. Scancode info:
  139. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  140. Score : 100.00
  141. Match type : COPYRIGHT
  142. Files with this license:
  143. lib/Support/regstrlcpy.c [4:4]
  144. KEEP COPYRIGHT_SERVICE_LABEL 144b4e824389b748144f4e60485d3c2f
  145. BELONGS tools/polly/lib/External/isl/ya.make tools/polly/lib/External/ppcg/ya.make
  146. License text:
  147. * Copyright 2011 INRIA Saclay
  148. * Copyright 2012-2013 Ecole Normale Superieure
  149. * Copyright 2016 Sven Verdoolaege
  150. Scancode info:
  151. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  152. Score : 100.00
  153. Match type : COPYRIGHT
  154. Files with this license:
  155. tools/polly/lib/External/isl/isl_aff_map.c [2:4]
  156. tools/polly/lib/External/isl/isl_ast.c [2:2]
  157. tools/polly/lib/External/isl/isl_ast_build.c [2:3]
  158. tools/polly/lib/External/isl/isl_box.c [2:3]
  159. tools/polly/lib/External/isl/isl_coalesce.c [2:7]
  160. tools/polly/lib/External/isl/isl_input.c [2:5]
  161. tools/polly/lib/External/isl/isl_list_templ.c [2:5]
  162. tools/polly/lib/External/isl/isl_map_simplify.c [2:5]
  163. tools/polly/lib/External/isl/isl_multi_apply_templ.c [2:3]
  164. tools/polly/lib/External/isl/isl_multi_arith_templ.c [2:3]
  165. tools/polly/lib/External/isl/isl_multi_dims.c [2:3]
  166. tools/polly/lib/External/isl/isl_multi_gist.c [2:3]
  167. tools/polly/lib/External/isl/isl_multi_intersect.c [2:3]
  168. tools/polly/lib/External/isl/isl_multi_tuple_id_templ.c [2:3]
  169. tools/polly/lib/External/isl/isl_output.c [2:5]
  170. tools/polly/lib/External/isl/isl_stride.c [2:2]
  171. tools/polly/lib/External/ppcg/gpu.c [2:4]
  172. tools/polly/lib/External/ppcg/print.c [2:2]
  173. tools/polly/lib/External/ppcg/util.c [2:2]
  174. KEEP COPYRIGHT_SERVICE_LABEL 18078dcc93cabe2b2081eb3e0ee92c6b
  175. BELONGS tools/polly/lib/External/isl/ya.make tools/polly/lib/External/ppcg/ya.make
  176. License text:
  177. * Copyright 2012 Ecole Normale Superieure
  178. * Copyright 2015-2016 Sven Verdoolaege
  179. Scancode info:
  180. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  181. Score : 100.00
  182. Match type : COPYRIGHT
  183. Files with this license:
  184. tools/polly/lib/External/isl/isl_schedule_constraints.c [2:3]
  185. tools/polly/lib/External/isl/isl_scheduler.c [2:6]
  186. tools/polly/lib/External/ppcg/gpu.c [2:4]
  187. KEEP COPYRIGHT_SERVICE_LABEL 1e274833b7fb3d36a3be23a694f46aac
  188. BELONGS tools/polly/lib/External/isl/ya.make
  189. Note: matched license text is too long. Read it in the source files.
  190. Scancode info:
  191. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  192. Score : 100.00
  193. Match type : COPYRIGHT
  194. Files with this license:
  195. tools/polly/lib/External/isl/isl_flow.c [2:6]
  196. KEEP COPYRIGHT_SERVICE_LABEL 1e686ce4ffe6d63b91a69c1b26712d33
  197. BELONGS lib/Support/ya.make
  198. License text:
  199. * Copyright (c) 1994
  200. * The Regents of the University of California. All rights reserved.
  201. Scancode info:
  202. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  203. Score : 100.00
  204. Match type : COPYRIGHT
  205. Files with this license:
  206. lib/Support/COPYRIGHT.regex [26:27]
  207. KEEP COPYRIGHT_SERVICE_LABEL 23befcc9a22e8ccf6e5df3134d3e033e
  208. BELONGS tools/polly/lib/External/isl/ya.make
  209. Note: matched license text is too long. Read it in the source files.
  210. Scancode info:
  211. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  212. Score : 100.00
  213. Match type : COPYRIGHT
  214. Files with this license:
  215. tools/polly/lib/External/isl/isl_coalesce.c [2:7]
  216. tools/polly/lib/External/isl/isl_multi_zero_space_templ.c [2:2]
  217. tools/polly/lib/External/isl/isl_pw_locals_templ.c [2:2]
  218. tools/polly/lib/External/isl/isl_pw_union_opt.c [2:4]
  219. tools/polly/lib/External/isl/isl_union_locals_templ.c [2:2]
  220. SKIP COPYRIGHT_SERVICE_LABEL 28368d51c5dcd8ee8080c84c4f8f192e
  221. BELONGS lib/Target/X86/ya.make
  222. License text:
  223. Trampoline->setComdat(C);
  224. BasicBlock *EntryBB = BasicBlock::Create(Context, "entry", Trampoline);
  225. IRBuilder<> Builder(EntryBB);
  226. Scancode info:
  227. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  228. Score : 100.00
  229. Match type : COPYRIGHT
  230. Files with this license:
  231. lib/Target/X86/X86WinEHState.cpp [403:405]
  232. KEEP COPYRIGHT_SERVICE_LABEL 2a22d1f4218625c4ce9e47576ddfe109
  233. BELONGS tools/polly/lib/External/isl/ya.make
  234. License text:
  235. * Copyright 2012,2014 Ecole Normale Superieure
  236. Scancode info:
  237. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  238. Score : 100.00
  239. Match type : COPYRIGHT
  240. Files with this license:
  241. tools/polly/lib/External/isl/isl_multi_from_base_templ.c [2:2]
  242. SKIP COPYRIGHT_SERVICE_LABEL 30978c73becf399db8f52c771e38e22d
  243. BELONGS lib/Transforms/InstCombine/ya.make
  244. License text:
  245. // The instruction has the form "(A op' B) op (C)". Try to factorize common
  246. // term.
  247. if (Op0)
  248. Scancode info:
  249. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  250. Score : 100.00
  251. Match type : COPYRIGHT
  252. Files with this license:
  253. lib/Transforms/InstCombine/InstructionCombining.cpp [754:756]
  254. KEEP COPYRIGHT_SERVICE_LABEL 3110a89ff9a82a822a3c1cadfce9ba6d
  255. BELONGS include/ya.make lib/Support/ya.make
  256. License text:
  257. * Copyright © 1991-2015 Unicode, Inc. All rights reserved.
  258. Scancode info:
  259. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  260. Score : 100.00
  261. Match type : COPYRIGHT
  262. Files with this license:
  263. include/llvm/Support/ConvertUTF.h [16:16]
  264. lib/Support/ConvertUTF.cpp [9:9]
  265. KEEP COPYRIGHT_SERVICE_LABEL 3166dbaed102eed6d3653822d5176d42
  266. BELONGS tools/polly/lib/External/isl/ya.make
  267. License text:
  268. IMath is copyright &copy; 2002-2009 Michael J. Fromberger.
  269. Scancode info:
  270. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  271. Score : 100.00
  272. Match type : COPYRIGHT
  273. Files with this license:
  274. tools/polly/lib/External/isl/imath/README.md [9:9]
  275. SKIP COPYRIGHT_SERVICE_LABEL 318577927099d6e8a6d11b7f87ea7da3
  276. BELONGS lib/Analysis/ya.make
  277. Note: matched license text is too long. Read it in the source files.
  278. Scancode info:
  279. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  280. Score : 100.00
  281. Match type : COPYRIGHT
  282. Files with this license:
  283. lib/Analysis/DependenceGraphBuilder.cpp [465:469]
  284. SKIP COPYRIGHT_SERVICE_LABEL 3680a79f7158604adc35f5aca3f57d93
  285. BELONGS lib/CodeGen/ya.make
  286. License text:
  287. IntegerType *WordType = DL.getIntPtrType(C);
  288. PointerType *InitPtrType = InitValue ?
  289. PointerType::getUnqual(InitValue->getType()) : VoidPtrType;
  290. Scancode info:
  291. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  292. Score : 100.00
  293. Match type : COPYRIGHT
  294. Files with this license:
  295. lib/CodeGen/LowerEmuTLS.cpp [116:118]
  296. KEEP COPYRIGHT_SERVICE_LABEL 3c354bb3a6485498273ede375ac114c2
  297. BELONGS tools/polly/lib/External/isl/ya.make
  298. License text:
  299. * Copyright 2008-2009 Katholieke Universiteit Leuven
  300. * Copyright 2010 INRIA Saclay
  301. * Copyright 2016-2017 Sven Verdoolaege
  302. Scancode info:
  303. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  304. Score : 100.00
  305. Match type : COPYRIGHT
  306. Files with this license:
  307. tools/polly/lib/External/isl/isl_tab_pip.c [2:4]
  308. tools/polly/lib/External/isl/isl_union_map.c [2:5]
  309. SKIP COPYRIGHT_SERVICE_LABEL 3e3009e9cc74d820b2d85abf2790f180
  310. BELONGS lib/DebugInfo/DWARF/ya.make
  311. License text:
  312. Value0 = Data.getULEB128(C);
  313. Value1 = Data.getULEB128(C);
  314. break;
  315. case dwarf::DW_RLE_startx_length: {
  316. Value0 = Data.getULEB128(C);
  317. Value1 = Data.getULEB128(C);
  318. break;
  319. Scancode info:
  320. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  321. Score : 100.00
  322. Match type : COPYRIGHT
  323. Files with this license:
  324. lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp [40:46]
  325. lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp [49:51]
  326. SKIP COPYRIGHT_SERVICE_LABEL 42ae7da0badf3b2f130af3a54173f220
  327. BELONGS lib/DebugInfo/DWARF/ya.make
  328. License text:
  329. : DebugLineData(Data), Context(C) {
  330. LineToUnit = buildLineToUnitMap(Units);
  331. if (!DebugLineData.isValidOffset(Offset))
  332. Scancode info:
  333. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  334. Score : 100.00
  335. Match type : COPYRIGHT
  336. Files with this license:
  337. lib/DebugInfo/DWARF/DWARFDebugLine.cpp [1459:1461]
  338. KEEP COPYRIGHT_SERVICE_LABEL 436fc5ecfdba3f630dca8faa57fe7939
  339. BELONGS tools/polly/lib/External/isl/ya.make
  340. Note: matched license text is too long. Read it in the source files.
  341. Scancode info:
  342. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  343. Score : 100.00
  344. Match type : COPYRIGHT
  345. Files with this license:
  346. tools/polly/lib/External/isl/isl_aff.c [2:8]
  347. KEEP COPYRIGHT_SERVICE_LABEL 461e4cbb7bcd561964b60cfc5349b46f
  348. BELONGS tools/polly/lib/External/isl/ya.make tools/polly/lib/External/ppcg/ya.make
  349. Note: matched license text is too long. Read it in the source files.
  350. Scancode info:
  351. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  352. Score : 100.00
  353. Match type : COPYRIGHT
  354. Files with this license:
  355. tools/polly/lib/External/isl/isl_aff.c [2:8]
  356. tools/polly/lib/External/isl/isl_ast_build_expr.c [2:3]
  357. tools/polly/lib/External/isl/isl_ast_codegen.c [2:3]
  358. tools/polly/lib/External/isl/isl_local_space.c [2:3]
  359. tools/polly/lib/External/isl/isl_map.c [2:8]
  360. tools/polly/lib/External/isl/isl_multi_templ.c [2:3]
  361. tools/polly/lib/External/isl/isl_pw_templ.c [2:4]
  362. tools/polly/lib/External/isl/isl_schedule.c [2:4]
  363. tools/polly/lib/External/isl/isl_scheduler.c [2:6]
  364. tools/polly/lib/External/ppcg/gpu_group.c [2:4]
  365. KEEP COPYRIGHT_SERVICE_LABEL 48792ca6e267c7339e5b010e5dfcf7e8
  366. BELONGS lib/CodeGen/MIRParser/ya.make
  367. License text:
  368. return isalpha(C) || isdigit(C) || C == '_' || C == '-' || C == '.' ||
  369. C == '$';
  370. Scancode info:
  371. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  372. Score : 100.00
  373. Match type : COPYRIGHT
  374. Files with this license:
  375. lib/CodeGen/MIRParser/MILexer.cpp [119:120]
  376. SKIP COPYRIGHT_SERVICE_LABEL 54e2525236fb6c3cc97e13b6fb250b63
  377. BELONGS lib/DebugInfo/DWARF/ya.make
  378. License text:
  379. uint64_t BlockLength = Data.getULEB128(C);
  380. StringRef Expression = Data.getBytes(C, BlockLength);
  381. DataExtractor Extractor(Expression, Data.isLittleEndian(),
  382. Scancode info:
  383. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  384. Score : 100.00
  385. Match type : COPYRIGHT
  386. Files with this license:
  387. lib/DebugInfo/DWARF/DWARFDebugFrame.cpp [375:377]
  388. KEEP COPYRIGHT_SERVICE_LABEL 5655c5febb1994aec6687062b2e02bd9
  389. BELONGS tools/polly/lib/External/isl/ya.make
  390. License text:
  391. * Copyright 2012 Ecole Normale Superieure
  392. * Copyright 2014 INRIA Rocquencourt
  393. * Copyright 2019 Cerebras Systems
  394. Scancode info:
  395. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  396. Score : 100.00
  397. Match type : COPYRIGHT
  398. Files with this license:
  399. tools/polly/lib/External/isl/isl_ast_graft.c [2:4]
  400. tools/polly/lib/External/isl/isl_copy_tuple_id_templ.c [2:2]
  401. tools/polly/lib/External/isl/isl_ilp_opt_multi_val_templ.c [2:2]
  402. tools/polly/lib/External/isl/isl_input.c [2:5]
  403. tools/polly/lib/External/isl/isl_insert_domain_templ.c [2:2]
  404. tools/polly/lib/External/isl/isl_multi_add_constant_templ.c [2:2]
  405. tools/polly/lib/External/isl/isl_multi_insert_domain_templ.c [2:2]
  406. tools/polly/lib/External/isl/isl_multi_locals_templ.c [2:2]
  407. tools/polly/lib/External/isl/isl_multi_min_max_templ.c [2:2]
  408. tools/polly/lib/External/isl/isl_multi_unbind_params_templ.c [2:2]
  409. tools/polly/lib/External/isl/isl_output.c [2:5]
  410. tools/polly/lib/External/isl/isl_point.c [2:5]
  411. tools/polly/lib/External/isl/isl_pw_add_constant_multi_val_templ.c [2:2]
  412. tools/polly/lib/External/isl/isl_pw_add_constant_templ.c [2:2]
  413. tools/polly/lib/External/isl/isl_pw_add_constant_val_templ.c [2:2]
  414. tools/polly/lib/External/isl/isl_pw_insert_domain_templ.c [2:2]
  415. tools/polly/lib/External/isl/isl_pw_range_tuple_id_templ.c [2:3]
  416. KEEP COPYRIGHT_SERVICE_LABEL 5c85ca831b8809876c0790cfad2d8956
  417. BELONGS lib/Support/ya.make
  418. License text:
  419. Copyright 1992, 1993, 1994 Henry Spencer. All rights reserved.
  420. Scancode info:
  421. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  422. Score : 100.00
  423. Match type : COPYRIGHT
  424. Files with this license:
  425. lib/Support/COPYRIGHT.regex [3:3]
  426. KEEP COPYRIGHT_SERVICE_LABEL 63572b23fe8322d08573c7ea9280b27f
  427. BELONGS lib/Transforms/Utils/ya.make
  428. License text:
  429. Type *DsoHandleTy = Type::getInt8Ty(C);
  430. Constant *DsoHandle = M.getOrInsertGlobal("__dso_handle", DsoHandleTy, [&] {
  431. auto *GV = new GlobalVariable(M, DsoHandleTy, /*isConstant=*/true,
  432. Scancode info:
  433. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  434. Score : 100.00
  435. Match type : COPYRIGHT
  436. Files with this license:
  437. lib/Transforms/Utils/LowerGlobalDtors.cpp [144:146]
  438. KEEP COPYRIGHT_SERVICE_LABEL 65ab4ffe80a963d1ba83b72e467c317b
  439. BELONGS tools/polly/lib/External/isl/ya.make
  440. Note: matched license text is too long. Read it in the source files.
  441. Scancode info:
  442. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  443. Score : 100.00
  444. Match type : COPYRIGHT
  445. Files with this license:
  446. tools/polly/lib/External/isl/isl_map.c [2:8]
  447. tools/polly/lib/External/isl/isl_space.c [2:5]
  448. KEEP COPYRIGHT_SERVICE_LABEL 6889c51be687d2aa2ca198228ffada0d
  449. BELONGS ya.make
  450. License text:
  451. Copyright (c) 2003-2019 University of Illinois at Urbana-Champaign.
  452. All rights reserved.
  453. Scancode info:
  454. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  455. Score : 100.00
  456. Match type : COPYRIGHT
  457. Files with this license:
  458. LICENSE.TXT [242:243]
  459. KEEP COPYRIGHT_SERVICE_LABEL 698365507d95a4f75e3a8ada69384de8
  460. BELONGS tools/polly/lib/External/isl/ya.make
  461. License text:
  462. Copyright (C) 2002-2007 Michael J. Fromberger, All Rights Reserved.
  463. Scancode info:
  464. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  465. Score : 100.00
  466. Match type : COPYRIGHT
  467. Files with this license:
  468. tools/polly/lib/External/isl/imath/imath.c [6:6]
  469. tools/polly/lib/External/isl/imath/imath.h [6:6]
  470. tools/polly/lib/External/isl/imath/imrat.c [6:6]
  471. tools/polly/lib/External/isl/imath/imrat.h [6:6]
  472. SKIP COPYRIGHT_SERVICE_LABEL 6c1074072381bc6362e1b37c9f1b2256
  473. BELONGS lib/DebugInfo/DWARF/ya.make
  474. Note: matched license text is too long. Read it in the source files.
  475. Scancode info:
  476. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  477. Score : 100.00
  478. Match type : COPYRIGHT
  479. Files with this license:
  480. lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp [390:398]
  481. KEEP COPYRIGHT_SERVICE_LABEL 6c41413cfb5767906448d3945dee5b1e
  482. BELONGS lib/CodeGen/GlobalISel/ya.make
  483. License text:
  484. auto *CI = cast<ConstantInt>(C);
  485. APInt Divisor = CI->getValue();
  486. unsigned Shift = Divisor.countTrailingZeros();
  487. Scancode info:
  488. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  489. Score : 100.00
  490. Match type : COPYRIGHT
  491. Files with this license:
  492. lib/CodeGen/GlobalISel/CombinerHelper.cpp [5145:5147]
  493. KEEP COPYRIGHT_SERVICE_LABEL 71a5570b4ed12474c30d73d9c6d6af57
  494. BELONGS lib/Support/ya.make
  495. License text:
  496. * Copyright (c) 1992 Henry Spencer.
  497. * Copyright (c) 1992, 1993
  498. * The Regents of the University of California. All rights reserved.
  499. Scancode info:
  500. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  501. Score : 100.00
  502. Match type : COPYRIGHT
  503. Files with this license:
  504. lib/Support/regex_impl.h [4:6]
  505. KEEP COPYRIGHT_SERVICE_LABEL 72954459d846489a9437b458790243b4
  506. BELONGS tools/polly/lib/External/isl/ya.make
  507. License text:
  508. * Copyright 2008-2009 Katholieke Universiteit Leuven
  509. Scancode info:
  510. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  511. Score : 100.00
  512. Match type : COPYRIGHT
  513. Files with this license:
  514. tools/polly/lib/External/isl/basis_reduction_tab.c [2:2]
  515. tools/polly/lib/External/isl/basis_reduction_templ.c [2:3]
  516. tools/polly/lib/External/isl/include/isl/arg.h [2:2]
  517. tools/polly/lib/External/isl/include/isl/constraint.h [2:2]
  518. tools/polly/lib/External/isl/include/isl/ctx.h [2:2]
  519. tools/polly/lib/External/isl/include/isl/hash.h [2:2]
  520. tools/polly/lib/External/isl/include/isl/ilp.h [2:2]
  521. tools/polly/lib/External/isl/include/isl/list.h [2:2]
  522. tools/polly/lib/External/isl/include/isl/lp.h [2:2]
  523. tools/polly/lib/External/isl/include/isl/map.h [2:2]
  524. tools/polly/lib/External/isl/include/isl/mat.h [2:2]
  525. tools/polly/lib/External/isl/include/isl/options.h [2:2]
  526. tools/polly/lib/External/isl/include/isl/set.h [2:2]
  527. tools/polly/lib/External/isl/include/isl/space.h [2:2]
  528. tools/polly/lib/External/isl/include/isl/stream.h [2:2]
  529. tools/polly/lib/External/isl/include/isl/vec.h [2:2]
  530. tools/polly/lib/External/isl/isl_affine_hull.c [2:4]
  531. tools/polly/lib/External/isl/isl_arg.c [2:2]
  532. tools/polly/lib/External/isl/isl_basis_reduction.h [2:2]
  533. tools/polly/lib/External/isl/isl_bernstein.c [2:4]
  534. tools/polly/lib/External/isl/isl_blk.c [2:2]
  535. tools/polly/lib/External/isl/isl_blk.h [2:2]
  536. tools/polly/lib/External/isl/isl_coalesce.c [2:7]
  537. tools/polly/lib/External/isl/isl_constraint.c [2:3]
  538. tools/polly/lib/External/isl/isl_convex_hull.c [2:3]
  539. tools/polly/lib/External/isl/isl_ctx.c [2:2]
  540. tools/polly/lib/External/isl/isl_dim_map.c [2:3]
  541. tools/polly/lib/External/isl/isl_equalities.c [2:3]
  542. tools/polly/lib/External/isl/isl_equalities.h [2:2]
  543. tools/polly/lib/External/isl/isl_factorization.c [2:4]
  544. tools/polly/lib/External/isl/isl_flow.c [2:6]
  545. tools/polly/lib/External/isl/isl_hash.c [2:2]
  546. tools/polly/lib/External/isl/isl_id.c [2:2]
  547. tools/polly/lib/External/isl/isl_id_private.h [2:2]
  548. tools/polly/lib/External/isl/isl_ilp.c [2:2]
  549. tools/polly/lib/External/isl/isl_input.c [2:5]
  550. tools/polly/lib/External/isl/isl_int.h [2:2]
  551. tools/polly/lib/External/isl/isl_list_templ.c [2:5]
  552. tools/polly/lib/External/isl/isl_lp.c [2:2]
  553. tools/polly/lib/External/isl/isl_map.c [2:8]
  554. tools/polly/lib/External/isl/isl_map_private.h [2:2]
  555. tools/polly/lib/External/isl/isl_map_simplify.c [2:5]
  556. tools/polly/lib/External/isl/isl_map_subtract.c [2:2]
  557. tools/polly/lib/External/isl/isl_mat.c [2:5]
  558. tools/polly/lib/External/isl/isl_options.c [2:2]
  559. tools/polly/lib/External/isl/isl_output.c [2:5]
  560. tools/polly/lib/External/isl/isl_sample.c [2:2]
  561. tools/polly/lib/External/isl/isl_sample.h [2:2]
  562. tools/polly/lib/External/isl/isl_scan.c [2:2]
  563. tools/polly/lib/External/isl/isl_scan.h [2:2]
  564. tools/polly/lib/External/isl/isl_seq.c [2:3]
  565. tools/polly/lib/External/isl/isl_seq.h [2:2]
  566. tools/polly/lib/External/isl/isl_space.c [2:5]
  567. tools/polly/lib/External/isl/isl_stream.c [2:2]
  568. tools/polly/lib/External/isl/isl_tab.c [2:5]
  569. tools/polly/lib/External/isl/isl_tab.h [2:2]
  570. tools/polly/lib/External/isl/isl_tab_lexopt_templ.c [2:4]
  571. tools/polly/lib/External/isl/isl_tab_pip.c [2:4]
  572. tools/polly/lib/External/isl/isl_vec.c [2:3]
  573. KEEP COPYRIGHT_SERVICE_LABEL 729b0fb03d9f51f2d741dd6f8e10d012
  574. BELONGS lib/Transforms/Instrumentation/ya.make
  575. License text:
  576. GV->setComdat(C);
  577. // COFF doesn't allow the comdat group leader to have private linkage, so
  578. // upgrade private linkage to internal linkage to produce a symbol table
  579. Scancode info:
  580. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  581. Score : 100.00
  582. Match type : COPYRIGHT
  583. Files with this license:
  584. lib/Transforms/Instrumentation/InstrProfiling.cpp [923:925]
  585. KEEP COPYRIGHT_SERVICE_LABEL 74cb8b1ee2bcf27ccbef2c7016611351
  586. BELONGS tools/polly/lib/External/isl/ya.make
  587. License text:
  588. * Copyright 2015 INRIA Paris-Rocquencourt
  589. Scancode info:
  590. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  591. Score : 100.00
  592. Match type : COPYRIGHT
  593. Files with this license:
  594. tools/polly/lib/External/isl/isl_int_sioimath.h [2:2]
  595. tools/polly/lib/External/isl/isl_union_multi.c [2:4]
  596. SKIP COPYRIGHT_SERVICE_LABEL 7ab4b45edb7aa5542d2298596f7ac077
  597. BELONGS lib/Transforms/InstCombine/ya.make
  598. License text:
  599. Value *NotC = Builder.CreateNot(C);
  600. Value *RHS = Builder.CreateAnd(B, NotC);
  601. return BinaryOperator::CreateOr(LHS, RHS);
  602. Scancode info:
  603. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  604. Score : 100.00
  605. Match type : COPYRIGHT
  606. Files with this license:
  607. lib/Transforms/InstCombine/InstCombineAndOrXor.cpp [3622:3624]
  608. SKIP COPYRIGHT_SERVICE_LABEL 7ade3b3e64da0b5a8c95933670bd325e
  609. BELONGS lib/Analysis/ya.make
  610. License text:
  611. // |X| < |C| --> X > -abs(C) and X < abs(C)
  612. Constant *PosDivisorC = ConstantInt::get(Ty, C->abs());
  613. Constant *NegDivisorC = ConstantInt::get(Ty, -C->abs());
  614. Scancode info:
  615. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  616. Score : 100.00
  617. Match type : COPYRIGHT
  618. Files with this license:
  619. lib/Analysis/InstructionSimplify.cpp [1127:1129]
  620. KEEP COPYRIGHT_SERVICE_LABEL 7e53573e64541341a91e201e6f51f486
  621. BELONGS include/ya.make lib/Support/ya.make
  622. License text:
  623. Copyright (C) 2012-2016, Yann Collet.
  624. Scancode info:
  625. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  626. Score : 100.00
  627. Match type : COPYRIGHT
  628. Files with this license:
  629. include/llvm/Support/xxhash.h [11:11]
  630. lib/Support/xxhash.cpp [3:3]
  631. KEEP COPYRIGHT_SERVICE_LABEL 8227611821c29c046c24e9d2d617e4d1
  632. BELONGS tools/polly/lib/External/isl/ya.make
  633. License text:
  634. * Copyright 2008-2009 Katholieke Universiteit Leuven
  635. * Copyright 2012-2013 Ecole Normale Superieure
  636. * Copyright 2014-2015 INRIA Rocquencourt
  637. * Copyright 2016 Sven Verdoolaege
  638. Scancode info:
  639. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  640. Score : 100.00
  641. Match type : COPYRIGHT
  642. Files with this license:
  643. tools/polly/lib/External/isl/isl_map_simplify.c [2:5]
  644. SKIP COPYRIGHT_SERVICE_LABEL 86fd792ceb251fb3fcc341f66082f35f
  645. BELONGS lib/Analysis/ya.make
  646. Note: matched license text is too long. Read it in the source files.
  647. Scancode info:
  648. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  649. Score : 100.00
  650. Match type : COPYRIGHT
  651. Files with this license:
  652. lib/Analysis/ValueTracking.cpp [7150:7154]
  653. KEEP COPYRIGHT_SERVICE_LABEL 8a97f85e3d546ee687a70cc1eddc6fb9
  654. BELONGS lib/Transforms/Coroutines/ya.make
  655. License text:
  656. IRBuilder<> Builder(C);
  657. StructType *FrameTy = Shape.FrameTy;
  658. Value *FramePtr = Shape.FramePtr;
  659. Scancode info:
  660. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  661. Score : 100.00
  662. Match type : COPYRIGHT
  663. Files with this license:
  664. lib/Transforms/Coroutines/CoroFrame.cpp [1589:1591]
  665. SKIP COPYRIGHT_SERVICE_LABEL 8b4064d8567439548a359b7b1a7a28a1
  666. BELONGS lib/Analysis/ya.make
  667. Note: matched license text is too long. Read it in the source files.
  668. Scancode info:
  669. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  670. Score : 100.00
  671. Match type : COPYRIGHT
  672. Files with this license:
  673. lib/Analysis/InstructionSimplify.cpp [1108:1113]
  674. SKIP COPYRIGHT_SERVICE_LABEL 90576b7033efccaaffbad736f1a0d521
  675. BELONGS lib/IR/ya.make
  676. License text:
  677. LLVMContext &Context = *unwrap(C);
  678. SmallVector<Metadata *, 8> MDs;
  679. for (auto *OV : ArrayRef(Vals, Count)) {
  680. Scancode info:
  681. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  682. Score : 100.00
  683. Match type : COPYRIGHT
  684. Files with this license:
  685. lib/IR/Core.cpp [1155:1157]
  686. KEEP COPYRIGHT_SERVICE_LABEL 94704cb20c3a3607018b836f1a5d4355
  687. BELONGS tools/polly/lib/External/isl/ya.make
  688. Note: matched license text is too long. Read it in the source files.
  689. Scancode info:
  690. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  691. Score : 100.00
  692. Match type : COPYRIGHT
  693. Files with this license:
  694. tools/polly/lib/External/isl/isl_aff.c [2:8]
  695. tools/polly/lib/External/isl/isl_aff_lex_templ.c [2:2]
  696. tools/polly/lib/External/isl/isl_ast_build.c [2:3]
  697. tools/polly/lib/External/isl/isl_ast_build_expr.c [2:3]
  698. tools/polly/lib/External/isl/isl_ast_codegen.c [2:3]
  699. tools/polly/lib/External/isl/isl_ast_graft.c [2:4]
  700. tools/polly/lib/External/isl/isl_coalesce.c [2:7]
  701. tools/polly/lib/External/isl/isl_convex_hull.c [2:3]
  702. tools/polly/lib/External/isl/isl_map.c [2:8]
  703. tools/polly/lib/External/isl/isl_obj.c [2:4]
  704. tools/polly/lib/External/isl/isl_schedule_band.c [2:3]
  705. tools/polly/lib/External/isl/isl_schedule_node.c [2:4]
  706. tools/polly/lib/External/isl/isl_schedule_tree.c [2:4]
  707. tools/polly/lib/External/isl/isl_tab.c [2:5]
  708. tools/polly/lib/External/isl/isl_union_map.c [2:5]
  709. tools/polly/lib/External/isl/isl_union_map_lex_templ.c [2:2]
  710. SKIP COPYRIGHT_SERVICE_LABEL 9834d5fa1f0986d34086e1d17571116a
  711. BELONGS lib/CodeGen/SelectionDAG/ya.make
  712. License text:
  713. Type *Ty = MemOps[0].getTypeForEVT(C);
  714. Align NewAlign = DL.getABITypeAlign(Ty);
  715. Scancode info:
  716. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  717. Score : 100.00
  718. Match type : COPYRIGHT
  719. Files with this license:
  720. lib/CodeGen/SelectionDAG/SelectionDAG.cpp [7022:7023]
  721. lib/CodeGen/SelectionDAG/SelectionDAG.cpp [7217:7218]
  722. SKIP COPYRIGHT_SERVICE_LABEL 9ae7967f03e7e2a04a2e21f088823a55
  723. BELONGS lib/DebugInfo/DWARF/ya.make
  724. Note: matched license text is too long. Read it in the source files.
  725. Scancode info:
  726. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  727. Score : 100.00
  728. Match type : COPYRIGHT
  729. Files with this license:
  730. lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp [390:398]
  731. SKIP COPYRIGHT_SERVICE_LABEL 9c879e80b33217edcdd9207481a44d94
  732. BELONGS lib/DebugInfo/DWARF/ya.make
  733. Note: matched license text is too long. Read it in the source files.
  734. Scancode info:
  735. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  736. Score : 100.00
  737. Match type : COPYRIGHT
  738. Files with this license:
  739. lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp [390:398]
  740. KEEP COPYRIGHT_SERVICE_LABEL 9d4ec4453cbd8bf6cc9370c38dd298ed
  741. BELONGS lib/Support/ya.make
  742. License text:
  743. * Copyright (c) 1992, 1993, 1994 Henry Spencer.
  744. * Copyright (c) 1992, 1993, 1994
  745. * The Regents of the University of California. All rights reserved.
  746. Scancode info:
  747. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  748. Score : 100.00
  749. Match type : COPYRIGHT
  750. Files with this license:
  751. lib/Support/regcomp.c [4:6]
  752. lib/Support/regengine.inc [4:6]
  753. lib/Support/regerror.c [4:6]
  754. lib/Support/regex2.h [4:6]
  755. lib/Support/regexec.c [4:6]
  756. lib/Support/regfree.c [4:6]
  757. lib/Support/regutils.h [4:6]
  758. KEEP COPYRIGHT_SERVICE_LABEL a1124e6dbfac6a8682f68b97ffa3c4b7
  759. BELONGS tools/polly/lib/External/isl/ya.make tools/polly/lib/External/ppcg/ya.make
  760. Note: matched license text is too long. Read it in the source files.
  761. Scancode info:
  762. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  763. Score : 100.00
  764. Match type : COPYRIGHT
  765. Files with this license:
  766. tools/polly/lib/External/isl/isl_aff.c [2:8]
  767. tools/polly/lib/External/isl/isl_aff_map.c [2:4]
  768. tools/polly/lib/External/isl/isl_map.c [2:8]
  769. tools/polly/lib/External/isl/isl_map_simplify.c [2:5]
  770. tools/polly/lib/External/isl/isl_multi_cmp.c [2:2]
  771. tools/polly/lib/External/isl/isl_multi_hash.c [2:2]
  772. tools/polly/lib/External/isl/isl_pw_hash.c [2:2]
  773. tools/polly/lib/External/isl/isl_schedule.c [2:4]
  774. tools/polly/lib/External/isl/isl_schedule_node.c [2:4]
  775. tools/polly/lib/External/isl/isl_tab.c [2:5]
  776. tools/polly/lib/External/ppcg/grouping.c [2:2]
  777. KEEP COPYRIGHT_SERVICE_LABEL a4b3a3b7e276c28b916f8f737b8e582b
  778. BELONGS tools/polly/lib/External/isl/ya.make
  779. License text:
  780. * Copyright 2012 Ecole Normale Superieure
  781. * Copyright 2017 Sven Verdoolaege
  782. Scancode info:
  783. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  784. Score : 100.00
  785. Match type : COPYRIGHT
  786. Files with this license:
  787. tools/polly/lib/External/isl/isl_domain_factor_templ.c [2:3]
  788. tools/polly/lib/External/isl/isl_ilp_opt_val_templ.c [2:2]
  789. tools/polly/lib/External/isl/isl_list_read_templ.c [2:2]
  790. tools/polly/lib/External/isl/isl_list_templ.c [2:5]
  791. tools/polly/lib/External/isl/isl_mat.c [2:5]
  792. tools/polly/lib/External/isl/isl_multi_align_templ.c [2:2]
  793. tools/polly/lib/External/isl/isl_multi_explicit_domain.c [2:2]
  794. tools/polly/lib/External/isl/isl_multi_no_explicit_domain.c [2:2]
  795. tools/polly/lib/External/isl/isl_multi_pw_aff_explicit_domain.c [2:2]
  796. tools/polly/lib/External/isl/isl_multi_union_add_templ.c [2:2]
  797. tools/polly/lib/External/isl/isl_multi_union_pw_aff_explicit_domain.c [2:2]
  798. tools/polly/lib/External/isl/isl_scheduler.c [2:6]
  799. KEEP COPYRIGHT_SERVICE_LABEL a5abc66d4dc93961fd15d25d8a6e8d4f
  800. BELONGS tools/polly/lib/External/isl/ya.make
  801. License text:
  802. * Copyright 2006-2007 Universiteit Leiden
  803. * Copyright 2008-2009 Katholieke Universiteit Leuven
  804. Scancode info:
  805. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  806. Score : 100.00
  807. Match type : COPYRIGHT
  808. Files with this license:
  809. tools/polly/lib/External/isl/basis_reduction_templ.c [2:3]
  810. tools/polly/lib/External/isl/isl_bernstein.c [2:4]
  811. KEEP COPYRIGHT_SERVICE_LABEL aa55046ed38838026ba71159b2c09f09
  812. BELONGS lib/Transforms/InstCombine/ya.make
  813. License text:
  814. // icmp <pred> iK %E, trunc(C)
  815. Value *Vec;
  816. ArrayRef<int> Mask;
  817. Scancode info:
  818. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  819. Score : 100.00
  820. Match type : COPYRIGHT
  821. Files with this license:
  822. lib/Transforms/InstCombine/InstCombineCompares.cpp [3044:3046]
  823. KEEP COPYRIGHT_SERVICE_LABEL aca63d9e9935fcd3523aa703d86c95b1
  824. BELONGS tools/polly/lib/External/isl/ya.make
  825. License text:
  826. * Copyright 2018 Cerebras Systems
  827. Scancode info:
  828. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  829. Score : 100.00
  830. Match type : COPYRIGHT
  831. Files with this license:
  832. tools/polly/lib/External/isl/isl_bind_domain_templ.c [2:2]
  833. tools/polly/lib/External/isl/isl_map_bound_templ.c [2:2]
  834. tools/polly/lib/External/isl/isl_multi_bind_domain_templ.c [2:2]
  835. tools/polly/lib/External/isl/isl_multi_bind_templ.c [2:2]
  836. tools/polly/lib/External/isl/isl_opt_mpa_templ.c [2:2]
  837. tools/polly/lib/External/isl/isl_pw_bind_domain_templ.c [2:2]
  838. KEEP COPYRIGHT_SERVICE_LABEL b1eeacd142c9ee1731757d12ccdeca48
  839. BELONGS tools/polly/lib/External/isl/ya.make
  840. License text:
  841. * Copyright 2005-2007 Universiteit Leiden
  842. * Copyright 2008-2009 Katholieke Universiteit Leuven
  843. * Copyright 2010 INRIA Saclay
  844. Scancode info:
  845. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  846. Score : 100.00
  847. Match type : COPYRIGHT
  848. Files with this license:
  849. tools/polly/lib/External/isl/isl_factorization.c [2:4]
  850. tools/polly/lib/External/isl/isl_flow.c [2:6]
  851. KEEP COPYRIGHT_SERVICE_LABEL b3d9c252ff8f5a3a5d20c558a29e2e16
  852. BELONGS include/ya.make tools/llvm-cxxfilt/ya.make
  853. License text:
  854. static bool isChar6(char C) { return isAlnum(C) || C == '.' || C == '_'; }
  855. static unsigned EncodeChar6(char C) {
  856. if (C >= 'a' && C <= 'z') return C-'a';
  857. Scancode info:
  858. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  859. Score : 100.00
  860. Match type : COPYRIGHT
  861. Files with this license:
  862. include/llvm/Bitstream/BitCodes.h [89:91]
  863. tools/llvm-cxxfilt/llvm-cxxfilt.cpp [128:129]
  864. KEEP COPYRIGHT_SERVICE_LABEL b7be40807046549a01a511a04d441db0
  865. BELONGS tools/polly/lib/External/isl/ya.make tools/polly/lib/External/ppcg/ya.make
  866. License text:
  867. * Copyright 2008-2009 Katholieke Universiteit Leuven
  868. * Copyright 2010 INRIA Saclay
  869. * Copyright 2012 Ecole Normale Superieure
  870. Scancode info:
  871. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  872. Score : 100.00
  873. Match type : COPYRIGHT
  874. Files with this license:
  875. tools/polly/lib/External/isl/isl_affine_hull.c [2:4]
  876. tools/polly/lib/External/isl/isl_ast_graft.c [2:4]
  877. tools/polly/lib/External/isl/isl_domain_factor_templ.c [2:3]
  878. tools/polly/lib/External/isl/isl_map_lexopt_templ.c [2:3]
  879. tools/polly/lib/External/isl/isl_multi_identity_templ.c [2:2]
  880. tools/polly/lib/External/isl/isl_multi_product_templ.c [2:2]
  881. tools/polly/lib/External/isl/isl_multi_splice_templ.c [2:2]
  882. tools/polly/lib/External/isl/isl_multi_zero_templ.c [2:2]
  883. tools/polly/lib/External/isl/isl_pw_pullback_templ.c [2:2]
  884. tools/polly/lib/External/isl/isl_pw_union_opt.c [2:4]
  885. tools/polly/lib/External/isl/isl_schedule_constraints.c [2:3]
  886. tools/polly/lib/External/isl/isl_tarjan.c [2:3]
  887. tools/polly/lib/External/ppcg/cuda.c [2:2]
  888. tools/polly/lib/External/ppcg/gpu_print.c [2:2]
  889. KEEP COPYRIGHT_SERVICE_LABEL ba76fb602cdb427419e5298f61c13346
  890. BELONGS lib/Support/ya.make
  891. License text:
  892. * Copyright (c) 1992 Henry Spencer.
  893. * Copyright (c) 1992, 1993
  894. * The Regents of the University of California. All rights reserved.
  895. Scancode info:
  896. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  897. Score : 100.00
  898. Match type : COPYRIGHT
  899. Files with this license:
  900. lib/Support/regex_impl.h [4:6]
  901. KEEP COPYRIGHT_SERVICE_LABEL bae2c8c0881abaf9a917b263650fe746
  902. BELONGS lib/Demangle/ya.make
  903. License text:
  904. return isDigit(C) || isLower(C) || isUpper(C) || C == '_';
  905. Scancode info:
  906. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  907. Score : 100.00
  908. Match type : COPYRIGHT
  909. Files with this license:
  910. lib/Demangle/RustDemangle.cpp [185:185]
  911. KEEP COPYRIGHT_SERVICE_LABEL bed102526902357f786febaf3d1184f2
  912. BELONGS ya.make
  913. License text:
  914. Copyright (c) 2009-2019 Polly Team
  915. All rights reserved.
  916. Scancode info:
  917. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  918. Score : 100.00
  919. Match type : COPYRIGHT
  920. Files with this license:
  921. tools/polly/LICENSE.TXT [242:243]
  922. KEEP COPYRIGHT_SERVICE_LABEL c02ea0d68190938e6849401dd3849f04
  923. BELONGS tools/polly/lib/External/isl/ya.make
  924. Note: matched license text is too long. Read it in the source files.
  925. Scancode info:
  926. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  927. Score : 100.00
  928. Match type : COPYRIGHT
  929. Files with this license:
  930. tools/polly/lib/External/isl/isl_flow.c [2:6]
  931. tools/polly/lib/External/isl/isl_local.c [2:3]
  932. tools/polly/lib/External/isl/isl_mat.c [2:5]
  933. tools/polly/lib/External/isl/isl_morph.c [2:3]
  934. tools/polly/lib/External/isl/isl_multi_floor.c [2:2]
  935. tools/polly/lib/External/isl/isl_multi_nan_templ.c [2:2]
  936. tools/polly/lib/External/isl/isl_obj.c [2:4]
  937. KEEP COPYRIGHT_SERVICE_LABEL c4511e6caf8a6a741fb6fda077fd3335
  938. BELONGS tools/polly/lib/External/isl/ya.make tools/polly/lib/External/ppcg/ya.make
  939. Note: matched license text is too long. Read it in the source files.
  940. Scancode info:
  941. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  942. Score : 100.00
  943. Match type : COPYRIGHT
  944. Files with this license:
  945. tools/polly/lib/External/isl/include/isl/hmap_templ.c [2:3]
  946. tools/polly/lib/External/isl/isl_aff.c [2:8]
  947. tools/polly/lib/External/isl/isl_aff_map.c [2:4]
  948. tools/polly/lib/External/isl/isl_list_templ.c [2:5]
  949. tools/polly/lib/External/isl/isl_local.c [2:3]
  950. tools/polly/lib/External/isl/isl_local_space.c [2:3]
  951. tools/polly/lib/External/isl/isl_pw_union_opt.c [2:4]
  952. tools/polly/lib/External/isl/isl_schedule.c [2:4]
  953. tools/polly/lib/External/isl/isl_scheduler.c [2:6]
  954. tools/polly/lib/External/isl/isl_seq.c [2:3]
  955. tools/polly/lib/External/ppcg/ppcg.c [2:4]
  956. KEEP COPYRIGHT_SERVICE_LABEL c8069f9f5455fa4a970af50594daf852
  957. BELONGS lib/Support/ya.make
  958. License text:
  959. * Copyright (c) 1992, 1993, 1994 Henry Spencer.
  960. * Copyright (c) 1992, 1993, 1994
  961. * The Regents of the University of California. All rights reserved.
  962. Scancode info:
  963. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  964. Score : 100.00
  965. Match type : COPYRIGHT
  966. Files with this license:
  967. lib/Support/regcomp.c [4:6]
  968. lib/Support/regengine.inc [4:6]
  969. lib/Support/regerror.c [4:6]
  970. lib/Support/regex2.h [4:6]
  971. lib/Support/regexec.c [4:6]
  972. lib/Support/regfree.c [4:6]
  973. lib/Support/regutils.h [4:6]
  974. KEEP COPYRIGHT_SERVICE_LABEL ca248aadf2ee691ae97d11398afe624b
  975. BELONGS lib/Transforms/Utils/ya.make
  976. License text:
  977. Type *SizeTy = M.getDataLayout().getIntPtrType(C);
  978. Type *SizePtrTy = SizeTy->getPointerTo();
  979. GlobalVariable *GV = new GlobalVariable(M, SizeTy, /*isConstant=*/false,
  980. Scancode info:
  981. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  982. Score : 100.00
  983. Match type : COPYRIGHT
  984. Files with this license:
  985. lib/Transforms/Utils/EntryExitInstrumenter.cpp [40:42]
  986. KEEP COPYRIGHT_SERVICE_LABEL cd92f11018b3e27ac7b0cc593c1c92c2
  987. BELONGS tools/polly/lib/External/isl/ya.make tools/polly/lib/External/ppcg/ya.make
  988. License text:
  989. * Copyright 2010-2011 INRIA Saclay
  990. * Copyright 2012-2013 Ecole Normale Superieure
  991. Scancode info:
  992. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  993. Score : 100.00
  994. Match type : COPYRIGHT
  995. Files with this license:
  996. tools/polly/lib/External/isl/isl_box.c [2:3]
  997. tools/polly/lib/External/isl/isl_dim_map.c [2:3]
  998. tools/polly/lib/External/isl/isl_morph.c [2:3]
  999. tools/polly/lib/External/isl/isl_pw_templ.c [2:4]
  1000. tools/polly/lib/External/isl/isl_tarjan.c [2:3]
  1001. tools/polly/lib/External/isl/isl_union_map.c [2:5]
  1002. tools/polly/lib/External/ppcg/gpu.c [2:4]
  1003. tools/polly/lib/External/ppcg/gpu_group.c [2:4]
  1004. tools/polly/lib/External/ppcg/ppcg_options.c [2:2]
  1005. tools/polly/lib/External/ppcg/schedule.c [2:2]
  1006. KEEP COPYRIGHT_SERVICE_LABEL d0ef211acd80f8c1a5c894ade7f87538
  1007. BELONGS lib/Transforms/Utils/ya.make
  1008. Note: matched license text is too long. Read it in the source files.
  1009. Scancode info:
  1010. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1011. Score : 100.00
  1012. Match type : COPYRIGHT
  1013. Files with this license:
  1014. lib/Transforms/Utils/LowerGlobalDtors.cpp [131:135]
  1015. KEEP COPYRIGHT_SERVICE_LABEL dbc9f80f01ad96a42bc3446397c989b0
  1016. BELONGS tools/polly/lib/External/isl/ya.make
  1017. Note: matched license text is too long. Read it in the source files.
  1018. Scancode info:
  1019. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1020. Score : 100.00
  1021. Match type : COPYRIGHT
  1022. Files with this license:
  1023. tools/polly/lib/External/isl/isl_aff.c [2:8]
  1024. tools/polly/lib/External/isl/isl_align_params_templ.c [2:2]
  1025. tools/polly/lib/External/isl/isl_multi_apply_templ.c [2:3]
  1026. tools/polly/lib/External/isl/isl_multi_arith_templ.c [2:3]
  1027. tools/polly/lib/External/isl/isl_multi_dim_id_templ.c [2:3]
  1028. tools/polly/lib/External/isl/isl_multi_dims.c [2:3]
  1029. tools/polly/lib/External/isl/isl_multi_gist.c [2:3]
  1030. tools/polly/lib/External/isl/isl_multi_intersect.c [2:3]
  1031. tools/polly/lib/External/isl/isl_multi_templ.c [2:3]
  1032. tools/polly/lib/External/isl/isl_multi_tuple_id_templ.c [2:3]
  1033. tools/polly/lib/External/isl/isl_pw_templ.c [2:4]
  1034. tools/polly/lib/External/isl/isl_tab_lexopt_templ.c [2:4]
  1035. tools/polly/lib/External/isl/isl_type_check_equal_space_templ.c [2:2]
  1036. KEEP COPYRIGHT_SERVICE_LABEL ddd440bf10074cb20bfb5212ec27c689
  1037. BELONGS tools/polly/lib/External/isl/ya.make
  1038. License text:
  1039. * Copyright 2018 Sven Verdoolaege
  1040. * Copyright 2019 Cerebras Systems
  1041. Scancode info:
  1042. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1043. Score : 100.00
  1044. Match type : COPYRIGHT
  1045. Files with this license:
  1046. tools/polly/lib/External/isl/isl_pw_range_tuple_id_templ.c [2:3]
  1047. tools/polly/lib/External/isl/isl_unbind_params_templ.c [2:2]
  1048. KEEP COPYRIGHT_SERVICE_LABEL deda618abf56343269e2c3dd9368f6b4
  1049. BELONGS lib/Transforms/Utils/ya.make
  1050. License text:
  1051. if (C) {
  1052. ValueLatticeElement CV;
  1053. CV.markConstant(C);
  1054. mergeInValue(&I, CV);
  1055. return;
  1056. Scancode info:
  1057. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1058. Score : 100.00
  1059. Match type : COPYRIGHT
  1060. Files with this license:
  1061. lib/Transforms/Utils/SCCPSolver.cpp [1332:1336]
  1062. KEEP COPYRIGHT_SERVICE_LABEL e0df4d49b106bd82efbad864a93ffce1
  1063. BELONGS include/ya.make
  1064. License text:
  1065. // <copyright file="Program.cpp" company="Microsoft Corporation">
  1066. // Copyright (C) Microsoft Corporation. All rights reserved.
  1067. Scancode info:
  1068. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1069. Score : 100.00
  1070. Match type : COPYRIGHT
  1071. Files with this license:
  1072. include/llvm/WindowsDriver/MSVCSetupApi.h [8:9]
  1073. include/llvm/WindowsDriver/MSVCSetupApi.h [15:15]
  1074. KEEP COPYRIGHT_SERVICE_LABEL e10011579f8ed393a2b2f8c4c64b386e
  1075. BELONGS lib/Target/WebAssembly/ya.make
  1076. License text:
  1077. IRBuilder<> IRB(C);
  1078. SmallVector<Instruction *, 64> ToErase;
  1079. // Vector of %setjmpTable values
  1080. Scancode info:
  1081. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1082. Score : 100.00
  1083. Match type : COPYRIGHT
  1084. Files with this license:
  1085. lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp [1269:1271]
  1086. lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp [1467:1468]
  1087. KEEP COPYRIGHT_SERVICE_LABEL e7bd6251e104540a6ebba2803dc81206
  1088. BELONGS lib/Support/ya.make
  1089. License text:
  1090. Copyright 2019 Jack O'Connor and Samuel Neves
  1091. Scancode info:
  1092. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1093. Score : 100.00
  1094. Match type : COPYRIGHT
  1095. Files with this license:
  1096. lib/Support/BLAKE3/LICENSE [318:318]
  1097. SKIP COPYRIGHT_SERVICE_LABEL eb7be45e1211bdf61ad67a5266a4d362
  1098. BELONGS lib/DebugInfo/DWARF/ya.make
  1099. Note: matched license text is too long. Read it in the source files.
  1100. Scancode info:
  1101. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1102. Score : 100.00
  1103. Match type : COPYRIGHT
  1104. Files with this license:
  1105. lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp [390:398]
  1106. KEEP COPYRIGHT_SERVICE_LABEL ec68b124b848dab3076211e5404e326f
  1107. BELONGS tools/polly/lib/External/isl/ya.make tools/polly/lib/External/ppcg/ya.make
  1108. License text:
  1109. * Copyright 2010 INRIA Saclay
  1110. * Copyright 2013 Ecole Normale Superieure
  1111. * Copyright 2015 Sven Verdoolaege
  1112. * Copyright 2019 Cerebras Systems
  1113. Scancode info:
  1114. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1115. Score : 100.00
  1116. Match type : COPYRIGHT
  1117. Files with this license:
  1118. tools/polly/lib/External/isl/isl_point.c [2:5]
  1119. tools/polly/lib/External/ppcg/gpu_group.c [2:4]
  1120. tools/polly/lib/External/ppcg/gpu_hybrid.c [2:3]
  1121. tools/polly/lib/External/ppcg/hybrid.c [2:3]
  1122. tools/polly/lib/External/ppcg/ppcg.c [2:4]
  1123. KEEP COPYRIGHT_SERVICE_LABEL ec84ddedf1dc5016b4ff73d6f7a41324
  1124. BELONGS tools/polly/lib/External/isl/ya.make
  1125. License text:
  1126. * Copyright 2013-2014 Ecole Normale Superieure
  1127. * Copyright 2014 INRIA Rocquencourt
  1128. Scancode info:
  1129. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1130. Score : 100.00
  1131. Match type : COPYRIGHT
  1132. Files with this license:
  1133. tools/polly/lib/External/isl/isl_schedule_band.c [2:3]
  1134. tools/polly/lib/External/isl/isl_schedule_node.c [2:4]
  1135. tools/polly/lib/External/isl/isl_schedule_tree.c [2:4]
  1136. tools/polly/lib/External/isl/isl_space.c [2:5]
  1137. tools/polly/lib/External/isl/isl_union_map.c [2:5]
  1138. SKIP COPYRIGHT_SERVICE_LABEL ecb0e3c869f22cc8f0b923cd3df84147
  1139. BELONGS include/ya.make lib/Transforms/Utils/ya.make
  1140. License text:
  1141. // if (c) if (c)
  1142. // X1 = ... X1 = ...
  1143. // else else
  1144. Scancode info:
  1145. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1146. Score : 100.00
  1147. Match type : COPYRIGHT
  1148. Files with this license:
  1149. include/llvm/Transforms/Utils/LCSSA.h [21:23]
  1150. lib/Transforms/Utils/LCSSA.cpp [14:16]
  1151. SKIP COPYRIGHT_SERVICE_LABEL f2bff1d61453f018fe1397173f3dfa43
  1152. BELONGS lib/Support/ya.make
  1153. License text:
  1154. : Code(C) {
  1155. ErrMsg = "Stream Error: ";
  1156. switch (C) {
  1157. case stream_error_code::unspecified:
  1158. ErrMsg += "An unspecified error has occurred.";
  1159. Scancode info:
  1160. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1161. Score : 100.00
  1162. Match type : COPYRIGHT
  1163. Files with this license:
  1164. lib/Support/BinaryStreamError.cpp [23:27]
  1165. KEEP COPYRIGHT_SERVICE_LABEL f38404a02e69976b94505df0c691bed0
  1166. BELONGS include/ya.make lib/Support/ya.make
  1167. Note: matched license text is too long. Read it in the source files.
  1168. Scancode info:
  1169. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1170. Score : 100.00
  1171. Match type : COPYRIGHT
  1172. Files with this license:
  1173. include/llvm/Support/MD5.h [20:25]
  1174. lib/Support/MD5.cpp [13:18]
  1175. KEEP COPYRIGHT_SERVICE_LABEL f44570b515bc9a09cb026ea674529c30
  1176. BELONGS tools/polly/lib/External/isl/ya.make
  1177. Note: matched license text is too long. Read it in the source files.
  1178. Scancode info:
  1179. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1180. Score : 100.00
  1181. Match type : COPYRIGHT
  1182. Files with this license:
  1183. tools/polly/lib/External/isl/isl_coalesce.c [2:7]
  1184. tools/polly/lib/External/isl/isl_map.c [2:8]
  1185. tools/polly/lib/External/isl/isl_schedule_tree.c [2:4]
  1186. tools/polly/lib/External/isl/isl_scheduler.c [2:6]
  1187. KEEP COPYRIGHT_SERVICE_LABEL f45dfdcd89f19aa627fe9a2953c87df6
  1188. BELONGS tools/polly/lib/External/isl/ya.make
  1189. License text:
  1190. Copyright (c) 2012 Qualcomm Innovation Center, Inc. All rights reserved.
  1191. Scancode info:
  1192. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1193. Score : 100.00
  1194. Match type : COPYRIGHT
  1195. Files with this license:
  1196. tools/polly/lib/External/isl/imath/gmp_compat.c [6:6]
  1197. tools/polly/lib/External/isl/imath/gmp_compat.h [6:6]
  1198. SKIP COPYRIGHT_SERVICE_LABEL f894c606faef3610df8e9cfcc3a19c2e
  1199. BELONGS lib/CodeGen/ya.make
  1200. License text:
  1201. // Fix (C).
  1202. if (Restore && (MLI->getLoopFor(Save) || MLI->getLoopFor(Restore))) {
  1203. if (MLI->getLoopDepth(Save) > MLI->getLoopDepth(Restore)) {
  1204. Scancode info:
  1205. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1206. Score : 100.00
  1207. Match type : COPYRIGHT
  1208. Files with this license:
  1209. lib/CodeGen/ShrinkWrap.cpp [418:420]
  1210. SKIP COPYRIGHT_SERVICE_LABEL fb5e17767e7a12f5b9913e726533b21e
  1211. BELONGS lib/Transforms/Instrumentation/ya.make
  1212. License text:
  1213. Value *Sc = getShadow(C);
  1214. Value *Sd = getShadow(D);
  1215. Scancode info:
  1216. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1217. Score : 100.00
  1218. Match type : COPYRIGHT
  1219. Files with this license:
  1220. lib/Transforms/Instrumentation/MemorySanitizer.cpp [4364:4365]
  1221. KEEP COPYRIGHT_SERVICE_LABEL fd1d589caaee8f6dbff3390e3f4e472b
  1222. BELONGS tools/polly/lib/External/isl/ya.make
  1223. Note: matched license text is too long. Read it in the source files.
  1224. Scancode info:
  1225. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1226. Score : 100.00
  1227. Match type : COPYRIGHT
  1228. Files with this license:
  1229. tools/polly/lib/External/isl/isl_aff.c [2:8]
  1230. KEEP COPYRIGHT_SERVICE_LABEL fd871c9566d755e525c0d6c201633a49
  1231. BELONGS tools/polly/lib/External/isl/ya.make
  1232. License text:
  1233. IMath is Copyright © 2002-2009 Michael J. Fromberger
  1234. You may use it subject to the following Licensing Terms:
  1235. Scancode info:
  1236. Original SPDX id: COPYRIGHT_SERVICE_LABEL
  1237. Score : 100.00
  1238. Match type : COPYRIGHT
  1239. Files with this license:
  1240. tools/polly/lib/External/isl/imath/LICENSE [1:2]