aboutsummaryrefslogtreecommitdiff
path: root/polly/test/CodeGen
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-06Regression tests: Adapt the vectorize option change.Hongbin Zheng12-16/+16
2012-04-27SCEV based code generationTobias Grosser2-10/+36
2012-04-24Make vector tests less sensible to codegen changesTobias Grosser6-62/+46
2012-04-12CodeGen: Generate scalar code if vector instructions cannot be generatedTobias Grosser3-0/+126
2012-04-07CodeGen: Allow Polly to do 'grouped unrolling', but no vector generation.Tobias Grosser1-0/+19
2012-04-03CodeGen: Recreate old ivs with the original typeTobias Grosser2-8/+35
2012-04-01CodeGen: Allow function parameters to be rewritten in getNewValue()Tobias Grosser2-0/+69
2012-03-29CodeGeneration: Proberly build the dominator treeTobias Grosser1-1/+1
2012-03-26Don't fail the lli testcases on 32bit platform.Hongbin Zheng11-15/+15
2012-03-23test: Remove memaccess prefixTobias Grosser15-11/+11
2012-03-23CodeGen: Full support for isl_pw expressions in modified access functions.Tobias Grosser7-2/+126
2012-03-16Don't allow pointer types in affine expressionsTobias Grosser1-0/+20
2012-03-02CodeGen: Pass the scalar maps properlyTobias Grosser1-3/+5
2012-03-02CodeGen: Simplify the generation of a splatTobias Grosser1-2/+2
2012-02-15CodeGen: Name stmt bbs 'polly.stmt.' + OriginalNameTobias Grosser1-1/+1