llvm-6502/lib
Pete Cooper 40e41e1c58 Use getZExtOrTrunc helper instead of manually doing zext/trunc check. NFC.
The code here was doing exactly what is already in getZExtOrTrunc().
Just use that method instead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242260 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-15 00:43:54 +00:00
..
Analysis Create a wrapper pass for BlockFrequencyInfo. 2015-07-14 23:40:50 +00:00
AsmParser
Bitcode
CodeGen Use getZExtOrTrunc helper instead of manually doing zext/trunc check. NFC. 2015-07-15 00:43:54 +00:00
DebugInfo
ExecutionEngine
Fuzzer
IR Add capability to get and set the personalitty function from the C API 2015-07-14 01:23:06 +00:00
IRReader
LibDriver Add support deterministic output in llvm-ar and make it the default. 2015-07-13 20:38:09 +00:00
LineEditor
Linker
LTO
MC [MC] Correctly escape .safeseh's symbol 2015-07-13 18:51:15 +00:00
Object Use a range loop. 2015-07-14 23:51:01 +00:00
Option
Passes
ProfileData
Support Caused regressions: compile Release+Asserts failed on clang-native-arm-cortex-a9 2015-07-14 14:34:06 +00:00
TableGen
Target Change conditional to assert. NFC. 2015-07-15 00:07:57 +00:00
Transforms [LoopUnrolling] Handle cast instructions. 2015-07-15 00:19:51 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile