llvm-6502/lib
2011-11-02 04:42:13 +00:00
..
Analysis Reapply commit 143214 with a fix: m_ICmp doesn't match conditions 2011-10-30 19:56:36 +00:00
Archive
AsmParser LLLexer: Factor hex char parsing. 2011-10-27 14:08:01 +00:00
Bitcode Also update the EH with bitcode. I missed this earlier. Thanks to Duncan for pointing it out. 2011-10-05 07:04:14 +00:00
CodeGen Update split candidate correctly when interference cache is full. 2011-11-01 00:02:31 +00:00
DebugInfo lib/DebugInfo/DWARFDebugLine.cpp: De-Unicode-ify. 2011-10-08 11:22:47 +00:00
ExecutionEngine rename getHostTriple into getDefaultTargetTriple 2011-11-01 21:32:20 +00:00
Linker Add support to the linker to lazily link in functions. This change only links functions marked with specific linkage (internal, private, linker_private, linker_private_weak, linker_private_weak_def_auto, linkonce, linkonce_odr, and available_externally) if they have uses in the destination module. Instead of automatically linking, these functions are placed onto a worklist to be processed in the final stage of linking. We iterate over the list and if any functions on the list have uses in the destination module, we link them in and repeat the process until no changes in the state (uses) has changed. This means that any functions in the LazilyLink worklist that have a use in the destination module will be linked in and none that don't. 2011-11-02 00:24:56 +00:00
MC Fixed a bug in the code to create a dwarf file and directory table entires when 2011-11-01 23:39:05 +00:00
Object If we're searching for a symbol reference to pretty-print a scattered relocation address, and we don't find a symbol table entry, try section begin addresses as well. 2011-10-27 21:53:50 +00:00
Support rename getHostTriple into getDefaultTargetTriple 2011-11-01 21:32:20 +00:00
TableGen Implement Paste 2011-10-19 13:04:43 +00:00
Target Add a bunch more X86 AVX2 instructions and their corresponding intrinsics. 2011-11-02 04:42:13 +00:00
Transforms Broaden an assert to handle enable-iv-rewrite=true following r143183. 2011-11-02 00:02:45 +00:00
VMCore Add a pinned metadata name for fpaccuracy, and document it 2011-10-27 19:19:14 +00:00
CMakeLists.txt
Makefile