summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/IR/CFGBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-2/+2
* [opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight2019-02-011-1/+1
* Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."James Y Knight2019-01-311-1/+1
* [opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight2019-01-311-1/+1
* Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...>Serge Guelton2019-01-201-0/+9
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove TypeBuilder.h, and fix the few locations using it.James Y Knight2019-01-131-2/+1
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-6/+6
* [Dominators] Define Arc less-than operator inline.Jakub Kuderski2017-07-131-6/+0
* [Dominators] Rename Update.Arc to Update.EdgeJakub Kuderski2017-07-131-6/+6
* [Dominators] Add CFGBuilder testing utilityJakub Kuderski2017-07-131-0/+275
OpenPOWER on IntegriCloud