aboutsummaryrefslogtreecommitdiff
path: root/polly/test/CodeGen
AgeCommit message (Expand)AuthorFilesLines
2024-06-14 [RemoveDIs] Print IR with debug records by default (#91724)Stephen Tozer1-5/+5
2024-06-03[test] Fix filecheck annotation typos (#91854)klensy1-1/+1
2024-05-24Reland "[polly] Port polly tests to use NPM" (#92918)rahulana-quic263-348/+347
2024-05-14Revert "[polly] Port polly tests to use NPM" (#92215)Eli Friedman263-334/+335
2024-05-14[polly] Port polly tests to use NPM (#90632)rahulana-quic263-335/+334
2023-12-05[Polly] Add disjoint flag to some tests (NFC)Nikita Popov1-3/+3
2023-10-31[SCEV] Teach SCEVExpander to use zext nneg when possible (#70815)Philip Reames1-1/+1
2023-09-18[IR] Remove unnecessary bitcast from CreateMalloc()Nikita Popov1-7/+7
2023-05-31[SCEV] Compute AddRec range computations using different type BECountJoshua Cao1-7/+7
2023-04-28[polly] Drop redundant use of -instnamer in polly MemAccess lit testsBjorn Pettersson4-4/+4
2023-04-27[Polly] Update polly test after SCEV changesNikita Popov1-1/+1
2023-03-17[Polly] Convert remaining tests to opaque pointers (NFC)Nikita Popov16-254/+243
2023-03-17[Polly] Convert some tests to opaque pointers (NFC)Nikita Popov39-454/+461
2023-03-17[Polly] Convert some tests to opaque pointers (NFC)Nikita Popov7-125/+118
2023-03-08[Polly] Remove -polly-vectorizer=polly.Michael Kruse24-1075/+1
2023-01-18[AsmParser] Remove typed pointer auto-detectionNikita Popov71-98/+98
2023-01-17[Polly] Convert some tests to opaque pointers (NFC)Nikita Popov197-1714/+1622
2023-01-11[IRBuilder] Use canonical i64 type for insertelement index used by vector spl...Paul Walker4-4/+4
2022-08-07[polly] Fixed a number of typos. NFCGabriel Ravier1-1/+1
2022-07-26[Polly] Insert !dbg metadata for emitted CallInsts.Michael Kruse1-0/+162
2022-06-29[Polly][MatMul] Abandon dependence analysis.Michael Kruse1-18/+6
2022-06-02[IR] Enable opaque pointers by defaultNikita Popov4-5/+5
2022-03-24[polly] Remove last instances of -analyzeArthur Eubanks2-3/+3
2022-03-18Reland "Load pass plugins during option processing, so that plugin options ar...Wael Yehia1-2/+2
2022-03-14[polly] Introduce -polly-print-* passes to replace -analyze.Michael Kruse66-86/+76
2022-02-22[polly] Remove trailing whitespace from tests. NFC.Michael Kruse4-4/+4
2022-01-20[IRBuilder] Migrate and-folding to value-based FoldAnd.Florian Hahn4-7/+11
2021-10-14[Polly] Remove support for code generated by gfortran+DragonEgg.Michael Kruse1-77/+0
2021-09-26[Polly] Support for InlineAsm.Michael Kruse1-0/+37
2021-09-22[Polly] Dissolve Isl test directory. NFC.Michael Kruse339-0/+19069
2021-09-20[Polly] Partially fix scoped alias metadataNikita Popov1-3/+3
2021-03-04[Polly][Codegen] Emit access group metadata.Michael Kruse1-3/+3
2018-03-19Move code generation test case to test/CodeGen/Tobias Grosser2-0/+81
2017-05-14[Polly] Fix code generation of llvm.expect intrinsicTobias Grosser1-0/+34
2016-05-04Update to ISL 0.17.Michael Kruse1-1/+1
2016-04-09[FIX] Do not recompute SCEVs but pass them to subfunctionsJohannes Doerfert1-0/+59
2012-12-03execute cloog specific testcases only with CLOOG_FOUNDSebastian Pop111-6430/+0
2012-11-28Fix tests with broken datalayout strings.Patrik Hägglund2-2/+2
2012-11-27do not execute the OpenMP tests when cloog is not foundSebastian Pop1-0/+3
2012-11-14test: LLVM supports now vectors of arbitrary pointersTobias Grosser3-59/+51
2012-11-04Tests: Pipe test files into 'opt'Tobias Grosser58-71/+71
2012-11-02Tests: remove ModuleID linesTobias Grosser24-24/+0
2012-11-02Tests: move content of .c files in .llTobias Grosser92-1096/+1143
2012-11-01Remove runtime tests from polly test suiteTobias Grosser14-25/+0
2012-11-01Codegen: Selectively copy in array addresses for OpenMP codeTobias Grosser4-9/+7
2012-11-01CodeGen: Add scop-parameters to the OpenMP contextTobias Grosser3-0/+107
2012-11-01Codegen: Copy and restore the ValueMap and ClastVars explicitlyTobias Grosser1-0/+56
2012-08-03Add preliminary implementation for GPGPU code generation.Tobias Grosser9-0/+267
2012-07-13Revert "Add preliminary implementation for GPGPU code generation."Tobias Grosser8-262/+0
2012-07-13Add preliminary implementation for GPGPU code generation.Tobias Grosser8-0/+262