llvm-6502/lib
2014-12-11 10:21:12 +00:00
..
Analysis Fix PR21694. r219517 added a use of SCEV divide in HowFarToZero computation. This divide can produce incorrect results as we are using an unsigned divide for what should be a modular divide. This change reverts back to a more conservative computation using trailing zeros. 2014-12-10 22:53:52 +00:00
AsmParser AsmParser: Don't allow null bytes in BB labels 2014-12-10 02:10:35 +00:00
Bitcode IR: Split Metadata from Value 2014-12-09 18:38:53 +00:00
CodeGen Reverting commit 223981, because the test that I added (incorrect-variable-debugloc1.ll) failed for llvm-ppc64. 2014-12-11 06:22:35 +00:00
DebugInfo
ExecutionEngine Move three methods only used by MCJIT to MCJIT. 2014-12-10 20:46:55 +00:00
IR Fix LLVMContext to match what MDKind names that the LL parser permits. Fixes PR21799! 2014-12-11 02:10:28 +00:00
IRReader
LineEditor
Linker IR: Split Metadata from Value 2014-12-09 18:38:53 +00:00
LTO IR: Split Metadata from Value 2014-12-09 18:38:53 +00:00
MC
Object Move three methods only used by MCJIT to MCJIT. 2014-12-10 20:46:55 +00:00
Option
ProfileData
Support
TableGen Use range-based for loops. NFC 2014-12-11 07:04:54 +00:00
Target AVX-512: Fixed a bug in lowering setcc for MVT::i1 type 2014-12-11 10:21:12 +00:00
Transforms Refactor creation of overflow result tuples in InstCombineCalls. 2014-12-11 08:02:30 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile