llvm-6502/lib
2010-03-18 12:18:36 +00:00
..
Analysis Reapply r98755 with a thinko which miscompiled gengtype fixed. 2010-03-18 01:17:13 +00:00
Archive
AsmParser
Bitcode reapply r98656 unmodified, which exposed the asmprinter not 2010-03-16 21:25:55 +00:00
CodeGen Revert "Change coalescer complexity from N^2 to N logN by changing one letter." 2010-03-18 00:23:47 +00:00
CompilerDriver
ExecutionEngine Avoid a memory leak in JITDebugRegisterer. 2010-03-16 05:54:54 +00:00
Linker
MC MCValue: Change to holding MCSymbolRefExprs instead of MCSymbols, we will need this for accessing to symbol modifiers. 2010-03-18 00:59:10 +00:00
Support
System Fix a false-positive memory leak in code using RemoveFileOnSignal(). Because 2010-03-17 07:08:12 +00:00
Target Try to fix a valgrind error on 32 bit platforms: use %zu instead of %llu to format a size_t. 2010-03-18 12:18:36 +00:00
Transforms str[r]chr returns its pointer argument so we cannot mark it as nocapture. Thanks to Duncan for spotting my mistake. 2010-03-16 20:33:15 +00:00
VMCore add asmprinter suport for unions, fixing Feature/unions.ll to actually 2010-03-16 21:21:35 +00:00
Makefile