llvm-6502/lib
2010-10-15 00:34:01 +00:00
..
Analysis Tolerate a null parent pointer. 2010-10-14 22:55:57 +00:00
Archive
AsmParser
Bitcode
CodeGen Eliminate curli from SplitEditor. Use the LiveRangeEdit reference instead. 2010-10-15 00:34:01 +00:00
CompilerDriver
ExecutionEngine
Linker
MC Remove some code duplication. 2010-10-14 16:34:44 +00:00
Support Always use binary mode for output stream. This is important to prevent unwanted end of line conversion on Windows. Should not affect Unix where O_BINARY is not defined. This fix /clang/test/lexer/preamble.c XFAIL on WIN32. 2010-10-14 20:30:58 +00:00
System When building shared libraries, link to required system libraries. 2010-10-14 15:54:41 +00:00
Target Add missing Rd encoding for MOVs instruction. 2010-10-14 23:28:31 +00:00
Transforms CallGraphSCC passes implicity require CallGraph analysis. 2010-10-13 22:00:45 +00:00
VMCore
Makefile