summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Transforms/Utils/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Revert "[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC)."Florian Hahn2020-01-041-1/+0
* [SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC).Florian Hahn2020-01-041-0/+1
* [LoopUtils] Updated deleteDeadLoop() to handle loop nest.Whitney Tsang2019-12-181-0/+1
* Revert "[LoopUtils] Updated deleteDeadLoop() to handle loop nest."Whitney Tsang2019-12-171-1/+0
* [LoopUtils] Updated deleteDeadLoop() to handle loop nest.Whitney Tsang2019-12-171-0/+1
* [CodeMoverUtils] Added an API to check if an instruction can be safelyTsang Whitney W.H2019-11-221-0/+1
* [VFABI] Read/Write functions for the VFABI attribute.Francesco Petrogalli2019-11-121-0/+1
* [PGO][PGSO] SizeOpts changes.Hiroshi Yamauchi2019-10-281-0/+1
* Reverted r375254 as it has broken some build bots for a long time.Vladimir Vereschaka2019-10-201-1/+0
* [PGO][PGSO] SizeOpts changes.Hiroshi Yamauchi2019-10-181-0/+1
* [LoopUnroll] Add check to Latch's terminator in UnrollRuntimeLoopRemainderDavid Green2018-09-251-0/+1
* Rename a few unittests/.../Foo.cpp files to FooTest.cppNico Weber2018-09-031-7/+7
* [NFC] Move OrderedInstructions and InstructionPrecedenceTracking to AnalysisMax Kazantsev2018-08-301-1/+0
* [PR16756] Add SSAUpdaterBulk.Michael Zolotukhin2018-04-091-0/+1
* Utils: Fix DomTree update for entry blockMatt Arsenault2018-01-311-0/+1
* [CodeExtractor] Fix multiple bugs under certain shape of extracted regionJakub Kuderski2017-10-061-0/+1
* Re-land r313825: "[IR] Add llvm.dbg.addr, a control-dependent version of llvm...Reid Kleckner2017-09-211-0/+1
* Add a dominanance check interface that uses caching for instructions within s...Xin Tong2017-06-061-0/+1
* MemorySSA: Move to Analysis, from Transforms/Utils. It's used asDaniel Berlin2017-04-111-1/+0
* Make the FunctionComparator of the MergeFunctions pass a stand-alone utility.Erik Eckstein2016-11-111-0/+1
* Fix SHARED_LIBS buildDaniel Berlin2016-03-021-0/+1
* Add the beginnings of an update API for preserving MemorySSADaniel Berlin2016-03-011-0/+1
* MapMetadata: Allow unresolved metadata if it won't changeDuncan P. N. Exon Smith2015-03-171-0/+1
* Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics.Alexey Samsonov2014-07-091-1/+0
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-101-0/+2
* [asan] rewrite asan's stack frame layoutKostya Serebryany2013-12-061-0/+1
* Add some SpecialCaseList unit tests.Peter Collingbourne2013-07-091-0/+1
* Unit tests for IntegerDivision. Currently, just a basic sanity check to ensur...Michael Ilseman2012-09-251-0/+1
* Completely refactor the structuring of unittest CMake files to match theChandler Carruth2012-06-211-0/+8
OpenPOWER on IntegriCloud