llvm-6502/lib
2014-12-15 21:19:53 +00:00
..
Analysis Clarify HowFarToZero computation when the step is a positive power of two. Functionally this should be identical to the existing code except for the case where Step is maximally negative (eg, INT_MIN). We now punt in that one corner case to make reasoning about the code easier. 2014-12-15 21:19:53 +00:00
AsmParser IR: Make metadata typeless in assembly 2014-12-15 19:07:53 +00:00
Bitcode Bitcode: Add missing "Remove in 4.0" comments 2014-12-12 02:11:31 +00:00
CodeGen LiveRangeCalc: Rewrite subrange calculation 2014-12-15 21:16:21 +00:00
DebugInfo Silence more static analyzer warnings. 2014-12-15 18:48:43 +00:00
ExecutionEngine Fix line mapping information in LLVM JIT profiling with Vtune 2014-12-15 04:45:43 +00:00
IR IR: Make metadata typeless in assembly 2014-12-15 19:07:53 +00:00
IRReader Remove unused variable. NFC. 2014-11-06 23:16:57 +00:00
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 Changing a cast from unsigned to uint64_t, should be NFC in practice. 2014-12-15 14:25:12 +00:00
Object Silence more static analyzer warnings. 2014-12-15 18:48:43 +00:00
Option Add an overload of getLastArgNoClaim taking two OptSpecifiers. 2014-09-12 19:42:53 +00:00
ProfileData llvm-cov: Sink some reporting logic into CoverageMapping 2014-11-14 01:50:32 +00:00
Support ThreadLocal: Move Unix-specific code out of Support/ThreadLocal.cpp 2014-12-15 01:19:53 +00:00
TableGen Clean up static analyzer warnings. 2014-12-12 21:48:03 +00:00
Target [Hexagon] Adding misc multiply encodings and tests. 2014-12-15 21:17:03 +00:00
Transforms Sink store based on alias analysis 2014-12-15 14:09:53 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile