Files
archived-llvm/test/CodeGen/Generic
Kyle Butt b76dcf45e6 [Codegen] Decrease minimum jump table density.
Minimum density for both optsize and non optsize are now options
-sparse-jump-table-density (default 10) for non optsize functions
-dense-jump-table-density (default 40) for optsize functions, which
matches the current default. This improves several benchmarks at google
at the cost of a small codesize increase. For code compiled with -Os,
the old behavior continues

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264689 91177308-0d34-0410-b5e6-96231b3b80d8
2016-03-29 00:23:41 +00:00
..
2015-05-20 17:21:09 +00:00
2013-12-13 16:05:32 +00:00
2015-07-06 17:44:26 +00:00
2015-07-03 08:02:12 +00:00
2015-10-09 20:10:14 +00:00