llvm-6502/lib
Rafael Espindola 2e1c072976 Revert "Add the nsw flag when we detect that an add will not signed overflow."
This reverts commit r210029.

It was not correctly handling cases where LHS and RHS had multiple but different
sign bits.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210048 91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-02 21:12:19 +00:00
..
Analysis
AsmParser
Bitcode Use error_code() instead of error_code::succes() 2014-05-31 01:37:45 +00:00
CodeGen InitLibcallNames can take a Triple instead of a TargetMachine. 2014-06-02 20:51:49 +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
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 Omit else branch after return. 2014-06-02 17:29:07 +00:00
Transforms Revert "Add the nsw flag when we detect that an add will not signed overflow." 2014-06-02 21:12:19 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile