llvm-6502/lib
Andrea Di Biagio 0bedfa456a [X86] Fix checked arithmetic for i8 on X86.
When lowering a ISD::BRCOND into a test+branch, make sure that we
always use the correct condition code to emit the test operation.

This fixes PR19858: "i8 checked mul is wrong on x86".

Patch by Keno Fisher!



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210032 91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-02 16:00:27 +00:00
..
Analysis implement missing SCEVDivision case 2014-05-29 19:44:09 +00:00
AsmParser [pr19844] Add thread local mode to aliases. 2014-05-28 18:15:43 +00:00
Bitcode Use error_code() instead of error_code::succes() 2014-05-31 01:37:45 +00:00
CodeGen DebugInfo: Assert that DbgVariables have associated DIEs 2014-06-01 03:38:13 +00:00
DebugInfo
ExecutionEngine Updates in IntelJITEventListener.cpp - by Arch Robison. 2014-06-01 08:45:11 +00:00
IR Instruction::isIdenticalToWhenDefined(): Check getNumOperands() in advance of std::equal(op) to appease MSVC Debug build. 2014-06-02 01:35:34 +00:00
IRReader
LineEditor
Linker
LTO
MC Fix MIPS exception personality encoding. 2014-05-30 16:48:56 +00:00
Object There is no std::errc::success, remove the llvm one. 2014-05-31 03:21:04 +00:00
Option
ProfileData There is no std::errc::success, remove the llvm one. 2014-05-31 03:21:04 +00:00
Support Silence -Wreturn-type warning 2014-06-02 04:34:10 +00:00
TableGen Fix typos in tablegen error messages 2014-05-31 05:18:52 +00:00
Target [X86] Fix checked arithmetic for i8 on X86. 2014-06-02 16:00:27 +00:00
Transforms Add the nsw flag when we detect that an add will not signed overflow. 2014-06-02 14:32:58 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile