aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/Util
AgeCommit message (Expand)AuthorFilesLines
2024-02-15Adding support of AMDLIBM vector library (#78560)Rohit Aggarwal1-0/+23
2024-02-06[DebugInfo][RemoveDIs] Extend intrinsic-conversion in debugify (#80861)Jeremy Morse1-6/+11
2024-02-05[Transforms] Convert tests to opaque pointers (NFC)Nikita Popov1-1/+1
2024-02-02[TLI][AArch64] Adjust TLI mappings to vector functions taking linear pointers...Maciej Gabka1-43/+25
2024-01-25[Pass] Add hyphen to some pass names (#74287)paperchalice3-5/+5
2024-01-24[InstCombine] Canonicalize constant GEPs to i8 source element type (#68882)Nikita Popov1-2/+2
2024-01-23[DebugInfo][RemoveDIs] "Final" cleanup for non-instr debug-info (#79121)Jeremy Morse1-0/+1
2024-01-05[TLI] Add mappings to SLEEF/ArmPL libcall variants taking linear args. (#76060)Alexandros Lamprineas1-2/+146
2024-01-03[TLI] Use the VFABI demangling when declaring vector variants. (#76753)Alexandros Lamprineas1-0/+26
2023-12-13[RemoveDIs] Support DPValue dbg.declares in MemoryOpRemark (#74108)Orlando Cazalet-Hyams2-0/+2
2023-12-12[RemoveDI] Handle DPValues in SROA (#74089)Orlando Cazalet-Hyams1-0/+1
2023-11-29[DebugInfo][RemoveDIs] Make debugify pass convert to/from RemoveDIs mode (#73...Jeremy Morse1-0/+2
2023-11-20[DebugInfo][RemoveDIs] Add local-utility plumbing for DPValues (#72276)Jeremy Morse1-0/+2
2023-10-16Revert "Reapply [Verifier] Sanity check alloca size against DILocalVariable f...Nikita Popov1-5/+3
2023-10-09Reapply [Verifier] Sanity check alloca size against DILocalVariable fragment ...Nikita Popov1-3/+5
2023-10-05Tli nfc fix mechanism propagating mangled names for tli function mappings ac3...JolantaJensen1-4/+4
2023-09-27[NFC] Extend InjectTLIMappings pass testing (#66898)JolantaJensen1-10/+37
2023-09-18Revert "Reapply [Verifier] Sanity check alloca size against DILocalVariable f...Nikita Popov1-5/+3
2023-09-15Reapply [Verifier] Sanity check alloca size against DILocalVariable fragment ...Nikita Popov1-3/+5
2023-08-28Revert "[Verifier] Sanity check alloca size against DILocalVariable fragment ...Nikita Popov1-5/+3
2023-08-28[Verifier] Sanity check alloca size against DILocalVariable fragment sizeNikita Popov1-3/+5
2023-08-03[FPEnv][LibCallsShrinkWrap] Correct strictfp tests.Kevin P. Neal4-146/+146
2023-07-27Local: fix debug output of replaceDominatedUsesWith()Ramkumar Ramachandra1-0/+34
2023-07-06[LibCallsShrinkWrap] Set IsFPConstrained is true for creating quiet floating ...Jim Lin4-0/+607
2023-04-21[FlattenCFG] Replace branch condition with a created one correctlyMax Kazantsev1-2/+3
2023-04-21[FlattenCFG] Add a test to demonstrate bugMax Kazantsev1-0/+38
2023-04-21[Test] Regenerate checks using update_test_checks.pyMax Kazantsev1-52/+87
2023-03-02[DebugInfo] Remove `dbg.addr` from TransformsJ. Ryan Stinnett1-3/+1
2023-02-24IR: Add nofpclass parameter attributeMatt Arsenault1-0/+52
2023-02-12[test] Remove occurences of br undef in Transform/Util tests [NFC]Kriti Gupta3-16/+16
2023-01-05[PredicateInfo] Enable test with broken REQUIRES condition (NFC)Nikita Popov1-3/+12
2023-01-04[Annotation2Metadata] Support opaque pointersNikita Popov1-24/+24
2022-12-22[Util] Regenerate test checks (NFC)Nikita Popov1-25/+49
2022-12-08[NFC] Port all Util tests to `-passes=` syntaxRoman Lebedev4-5/+5
2022-12-05PredicateInfo: Convert test to opaque pointersMatt Arsenault1-11/+11
2022-12-05[LegacyPM] Remove AnnotationRemarksLegacyPassFangrui Song4-4/+4
2022-12-01[test] Switch to use -passes syntax in various test casesBjorn Pettersson3-4/+4
2022-12-01[NFC] Port an assortment of tests that invoke SROA to new pass managerRoman Lebedev1-1/+1
2022-11-27Utils: Update tests for opaque pointersMatt Arsenault3-939/+850
2022-11-27Utils: Fix assume builder test using old name of null_pointer_is_validMatt Arsenault1-14/+14
2022-11-27Utils: Don't use anonymous values in testMatt Arsenault2-1042/+1136
2022-10-21[test] Use -passes in more Transforms testsBjorn Pettersson23-36/+19
2022-10-07[opt] Don't translate legacy -analysis flag to require<analysis>Arthur Eubanks1-1/+1
2022-10-03[test][Transform/Utils] Update tests to opaque pointer syntax. NFCBjorn Pettersson29-428/+405
2022-09-30[test] Update some legacy PM testsArthur Eubanks1-44/+0
2022-09-19[NFC][1/n] Remove -enable-new-pm=0 flags from lit testsSebastian Peryt3-33/+0
2022-08-16[FlattenCFG] avoid crash on malformed codeSanjay Patel1-0/+17
2022-07-06[Debugify] Port verify-debuginfo-preserve to NewPMNikola Tesic1-4/+4
2022-06-02[IR] Enable opaque pointers by defaultNikita Popov1-15/+15
2022-04-21[Debugify] Limit number of processed functions for original modeNikola Tesic1-0/+9