llvm-project/llvm/lib
Hans Wennborg 224cb82a39 SelectionDAG switch lowering: use 'unsigned' to count destination popularity
SwitchInst::getNumCases() returns unsinged, so using uint64_t to count cases
seems unnecessary.

Also fix a missing CHECK in the test case.

llvm-svn: 224393
2014-12-16 23:41:59 +00:00
..
Analysis Teach ScalarEvolution to exploit min and max expressions when proving 2014-12-15 22:50:15 +00:00
AsmParser IR: Make metadata typeless in assembly 2014-12-15 19:07:53 +00:00
Bitcode Bitcode: Add missing "Remove in 4.0" comments 2014-12-12 02:11:31 +00:00
CodeGen SelectionDAG switch lowering: use 'unsigned' to count destination popularity 2014-12-16 23:41:59 +00:00
DebugInfo Silence more static analyzer warnings. 2014-12-15 18:48:43 +00:00
ExecutionEngine Fix line mapping information in LLVM JIT profiling with Vtune 2014-12-15 04:45:43 +00:00
IR Use CastInst::castIsValid to simplify the verifier. 2014-12-16 19:29:29 +00:00
IRReader Remove unused variable. NFC. 2014-11-06 23:16:57 +00:00
LTO IR: Split Metadata from Value 2014-12-09 18:38:53 +00:00
LineEditor
Linker Linker: Drop superseded subprograms 2014-12-16 23:23:41 +00:00
MC Changing a cast from unsigned to uint64_t, should be NFC in practice. 2014-12-15 14:25:12 +00:00
Object Add printing the LC_ENCRYPTION_INFO load command with llvm-objdump’s -private-headers. 2014-12-16 23:25:52 +00:00
Option Add an overload of getLastArgNoClaim taking two OptSpecifiers. 2014-09-12 19:42:53 +00:00
ProfileData llvm-cov: Sink some reporting logic into CoverageMapping 2014-11-14 01:50:32 +00:00
Support Remove the last unnecessary member variable of mapped_file_region. NFC. 2014-12-16 03:10:29 +00:00
TableGen Clean up static analyzer warnings. 2014-12-12 21:48:03 +00:00
Target [Hexagon] Updating doubleword shift usages to new versions. 2014-12-16 23:36:15 +00:00
Transforms [sanitizer] prevent function call merging for sanitizer-coverage callbacks 2014-12-16 21:24:15 +00:00
CMakeLists.txt ProfileData: Introduce the InstrProfReader interface and a text reader 2014-03-21 17:24:48 +00:00
LLVMBuild.txt ProfileData: Introduce the InstrProfReader interface and a text reader 2014-03-21 17:24:48 +00:00
Makefile ProfileData: Introduce the InstrProfReader interface and a text reader 2014-03-21 17:24:48 +00:00