This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
c33b6ac7c9
llvm-project
/
llvm
/
include
History
Michael Ilseman
c33b6ac7c9
Use a DenseMap instead of a std::map for AnalysisID -> Pass* maps. This reduces the pass-manager overhead from FPPassManager::runOnFunction() by about 10%.
...
llvm-svn: 176072
2013-02-26 01:31:59 +00:00
..
llvm
Use a DenseMap instead of a std::map for AnalysisID -> Pass* maps. This reduces the pass-manager overhead from FPPassManager::runOnFunction() by about 10%.
2013-02-26 01:31:59 +00:00
llvm-c
Add multithreading functions and shutdown to the C API. Patch by Moritz
2013-02-17 16:35:51 +00:00