summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/IR/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Scalable Vector IR Type with further LTO fixesGraham Hunter2019-07-051-0/+1
* Revert r363658 "[SVE][IR] Scalable Vector IR Type with pr42210 fix"Hans Wennborg2019-06-271-1/+0
* [SVE][IR] Scalable Vector IR Type with pr42210 fixGraham Hunter2019-06-181-0/+1
* Revert r361953 "[SVE][IR] Scalable Vector IR Type"Nico Weber2019-06-091-1/+0
* [SVE][IR] Scalable Vector IR TypeGraham Hunter2019-05-291-0/+1
* [TimePasses] allow -time-passes reporting into a custom streamFedor Sergeev2019-03-151-0/+1
* [IR][ARM] Add function pointer alignment to datalayoutMichael Platings2019-03-081-0/+1
* Rollback of rL355585.Mitch Phillips2019-03-071-1/+0
* [IR][ARM] Add function pointer alignment to datalayoutMichael Platings2019-03-071-0/+1
* Revert "[IR][ARM] Add function pointer alignment to datalayout"Mitch Phillips2019-03-061-1/+0
* [IR][ARM] Add function pointer alignment to datalayoutMichael Platings2019-03-061-0/+1
* Move DomTreeUpdater from IR to AnalysisRichard Trieu2019-02-061-1/+0
* Remove TypeBuilder.h, and fix the few locations using it.James Y Knight2019-01-131-1/+0
* [NewPM] teach -passes= to emit meaningful error messagesFedor Sergeev2018-10-171-0/+2
* Revert "[NewPM] teach -passes= to emit meaningful error messages"Fedor Sergeev2018-10-151-2/+0
* [NewPM] teach -passes= to emit meaningful error messagesFedor Sergeev2018-10-151-0/+2
* [Dominators] Remove the DeferredDominance classChijun Sima2018-08-111-1/+0
* Reappl "[Dominators] Add the DomTreeUpdater class"Jakub Kuderski2018-07-031-0/+1
* Revert "[Dominators] Add the DomTreeUpdater class"Jakub Kuderski2018-07-021-1/+0
* [Dominators] Add the DomTreeUpdater classJakub Kuderski2018-07-021-0/+1
* Inline a few CMake variables into their only uses.Nico Weber2018-05-141-5/+1
* Remove a workaround that should be unneeded after r202806.Nico Weber2018-05-141-6/+0
* [IR] Avoid the need to prefix MS C++ symbols with '\01'Reid Kleckner2018-03-161-0/+1
* [JumpThreading] Preservation of DT and LVI across the passBrian M. Rzycki2018-01-121-0/+1
* [Dominators] Introduce batch updatesJakub Kuderski2017-08-161-0/+1
* [Dominators] Add CFGBuilder testing utilityJakub Kuderski2017-07-131-0/+1
* [PM] Enable registration of out-of-tree passes with PassBuilderPhilip Pfaffe2017-07-101-0/+2
* [IR] Add an iterator and range accessor for the PHI nodes of a basicChandler Carruth2017-05-261-0/+1
* ADT: Split out simple_ilist, a simple intrusive listDuncan P. N. Exon Smith2016-08-301-0/+1
* IR: LLVMContextTest => DebugTypeODRUniquingTest, NFCDuncan P. N. Exon Smith2016-04-191-1/+1
* IR: Use an explicit map for debug info type uniquingDuncan P. N. Exon Smith2016-04-171-0/+1
* IRMover: Steal arguments when moving functions, NFCDuncan P. N. Exon Smith2016-04-061-0/+1
* Handle more edge cases in intrinsic name binary searchReid Kleckner2016-01-261-0/+1
* Fix crash when printing instructions that have a metadata attached but no par...Mehdi Amini2016-01-071-0/+1
* [PM/AA] Remove the last relics of the separate IPA library from LLVM,Chandler Carruth2015-08-181-1/+0
* The leak detector is dead, long live asan and valgrind.Rafael Espindola2014-12-221-1/+0
* Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith2014-10-031-0/+1
* Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith2014-10-021-1/+0
* DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith2014-10-021-0/+1
* IR: Add Value::sortUseList()Duncan P. N. Exon Smith2014-07-241-0/+1
* Make the User::value_op_iterator a random access iterator. I had writtenChandler Carruth2014-04-171-0/+1
* [Modules] Move the LeakDetector header into the IR library where theChandler Carruth2014-03-041-0/+1
* [Modules] Move the ConstantRange class into the IR library. This isChandler Carruth2014-03-041-0/+1
* [Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth2014-03-041-0/+1
* Cleaning up a bunch of pre-Visual C++ 2012 build hacks.Yaron Keren2014-03-041-6/+0
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-101-3/+5
* [PM] Start sketching out the new module and function pass manager.Chandler Carruth2013-11-091-0/+1
* Move the old pass manager infrastructure into a legacy namespace andChandler Carruth2013-11-091-1/+1
* Add missing PatternMatch.cpp to CMakeLists.txtArnold Schwaighofer2013-05-051-0/+1
* Fix a disconcerting bug in Value::isUsedInBasicBlock, which gave wrong answer...Benjamin Kramer2013-04-121-0/+1
OpenPOWER on IntegriCloud