llvm-6502/lib
Douglas Gregor b0b5bde018 <rdar://problem/13477190> On Darwin, use DARWIN_USER_TEMP_DIR or DARWIN_USER_CACHE_DIR for the system temporary directory.
The DARWIN_USER_TEMP_DIR and DARWIN_USER_CACHE_DIR configuration
settings are more idiomatic for Darwin than the TMPDIR environment
variable.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177669 91177308-0d34-0410-b5e6-96231b3b80d8
2013-03-21 21:46:10 +00:00
..
Analysis Remove 'else' after 'return'. 2013-03-20 23:53:45 +00:00
Archive
AsmParser
Bitcode
CodeGen Fix missing std::. Not sure how this compiles for anyone else. 2013-03-21 00:57:21 +00:00
DebugInfo Fix missing std::. Not sure how this compiles for anyone else. 2013-03-21 00:57:21 +00:00
ExecutionEngine
IR Remove unused field in DISubprogram 2013-03-21 20:28:52 +00:00
Linker The Linker interface has some dead code after the cleanup in r172749 2013-03-19 15:26:24 +00:00
MC Dead code. 2013-03-19 22:13:05 +00:00
Object
Option
Support <rdar://problem/13477190> On Darwin, use DARWIN_USER_TEMP_DIR or DARWIN_USER_CACHE_DIR for the system temporary directory. 2013-03-21 21:46:10 +00:00
TableGen Make sure TableGen exits with an error code after printing errors. 2013-03-20 20:43:11 +00:00
Target This patch enables the Mips .set directive to define aliases 2013-03-21 21:44:16 +00:00
Transforms [SROA] Prefix names using a custom IRBuilder inserter. 2013-03-21 09:52:18 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile