llvm-6502/lib
Michael J. Spencer e70c526d59 Whitespace!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116664 91177308-0d34-0410-b5e6-96231b3b80d8
2010-10-16 08:25:21 +00:00
..
Analysis Tolerate a null parent pointer. 2010-10-14 22:55:57 +00:00
Archive
AsmParser
Bitcode Provide a fast "get me the target triple from the module" API. This can 2010-10-06 01:22:42 +00:00
CodeGen Whitespace! 2010-10-16 08:25:21 +00:00
CompilerDriver
ExecutionEngine
Linker Revert "RequiresUnique" patch. This should be handled at a lower level. 2010-10-06 20:18:44 +00:00
MC MC/AsmParser: Report .stabs directive as unsupported. 2010-10-16 04:56:42 +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 Fix some funky formatting that got through. 2010-10-16 01:10:35 +00:00
Transforms Generalize MemCpyOpt's handling of call slot forwarding to function properly when the call slot 2010-10-15 22:52:12 +00:00
VMCore Begin adding static dependence information to passes, which will allow us to 2010-10-12 19:48:12 +00:00
Makefile