hanchenye-llvm-project/llvm/lib/Target/CppBackend
Matthias Braun 3f88eabe93 SmallSet/SmallPtrSet: Refuse huge Small numbers
These sets do linear searching in small mode; It is not a good idea to
use huge numbers as the small value here, save people from themselves by
adding a static_assert.

Differential Revision: http://reviews.llvm.org/D16706

llvm-svn: 259419
2016-02-01 22:05:16 +00:00
..
TargetInfo Remove autoconf support 2016-01-26 21:29:08 +00:00
CMakeLists.txt
CPPBackend.cpp SmallSet/SmallPtrSet: Refuse huge Small numbers 2016-02-01 22:05:16 +00:00
CPPTargetMachine.h llc: Add a 'run-pass' option. 2015-07-06 17:44:26 +00:00
LLVMBuild.txt