llvm/lib/Target/CppBackend
Matthias Braun c2d3726c27 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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@259419 91177308-0d34-0410-b5e6-96231b3b80d8
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