Go to file
Bruno Cardoso Lopes 3be15b2fa6 Revert "[InstCombine] Fix visitSwitchInst to use right operand types for sub cstexpr"
Reverts commit r224574 to appease buildbots:

The visitSwitchInst generates SUB constant expressions to recompute the
switch condition. When truncating the condition to a smaller type, SUB
expressions should use the previous type (before trunc) for both
operands. This fixes an assertion crash.

llvm-svn: 224576
2014-12-19 14:36:24 +00:00
clang [Sanitizer] Get rid of parseArgument helper function. NFC. 2014-12-19 02:35:16 +00:00
clang-tools-extra Update to match clang r223913. 2014-12-10 03:10:06 +00:00
compiler-rt tsan: intercept closedir 2014-12-19 14:29:40 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Remove wrong semi-colons 2014-12-19 09:18:23 +00:00
libcxx Re-commit the test for regex that I busted last night - now passes under ASAN 2014-12-16 16:22:43 +00:00
libcxxabi [libcxxabi] Add __cxa_thread_atexit for TLS support on Linux. 2014-12-18 00:03:57 +00:00
lld [macho] -rpath support 2014-12-18 21:33:38 +00:00
lldb Fixed an issue that could cause GetPointeeData() to fail when passing in a non-zero index. 2014-12-19 01:28:42 +00:00
llgo Test commit 2014-12-19 02:45:48 +00:00
llvm Revert "[InstCombine] Fix visitSwitchInst to use right operand types for sub cstexpr" 2014-12-19 14:36:24 +00:00
openmp I apologise in advance for the size of this check-in. At Intel we do 2014-10-07 16:25:50 +00:00
polly Dead code elimination: Update dependences after eliminating code 2014-12-17 21:13:55 +00:00