llvm-6502/lib
2013-07-03 22:40:21 +00:00
..
Analysis Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid specifying the vector size. 2013-07-03 15:07:05 +00:00
AsmParser
Bitcode
CodeGen Hoist all of the Entry.getLoc() calls int a single variable. 2013-07-03 22:40:21 +00:00
DebugInfo
ExecutionEngine Fixed alignment of code sections in the JIT mode. Added a test to the JITMemoryManager. 2013-07-02 12:24:22 +00:00
IR Use an RWMutex instead of a Mutex in PassRegistry. 2013-07-03 18:38:08 +00:00
IRReader
Linker
MC [PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLD 2013-07-02 21:29:06 +00:00
Object Add support for gnu archives with a string table and no symtab. 2013-07-03 15:57:14 +00:00
Option
Support [APFloat] Swap an early out check so we do not dereference str.end(). 2013-07-02 15:50:05 +00:00
TableGen
Target [ARM] Improve the instruction selection of vector loads. 2013-07-03 21:42:57 +00:00
Transforms Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid specifying the vector size. 2013-07-03 15:07:05 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile