llvm-6502/lib
Daniel Dunbar 71e5ea8860 PathV2: Fix a possible infinite loop.
- The code could infinite loop trying to create unique files, if the directory
   containing the unique file exists, but open() calls on non-existent files in
   the path return ENOENT. This is true on the /dev/fd filesystem, for example.

 - Will add a clang side test case for this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168081 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-15 20:24:52 +00:00
..
Analysis Add doInitialization and doFinalization methods to ModulePass's, to allow them to be re-initialized and reused on multiple Module's. 2012-11-15 00:14:15 +00:00
Archive
AsmParser Relax the restrictions on vector of pointer types, and vector getelementptr. 2012-11-13 12:59:33 +00:00
Bitcode Relax the restrictions on vector of pointer types, and vector getelementptr. 2012-11-13 12:59:33 +00:00
CodeGen Use std::stable_sort instead of std::sort when sorting stack slots 2012-11-15 19:33:30 +00:00
DebugInfo
ExecutionEngine Remove DOS line endings. 2012-11-14 20:18:34 +00:00
Linker
MC Emit relocations from .debug_aranges to .debug_info for asm files 2012-11-14 09:55:38 +00:00
Object s/assert/llvm_unreachable/ 2012-11-14 17:58:11 +00:00
Support PathV2: Fix a possible infinite loop. 2012-11-15 20:24:52 +00:00
TableGen
Target Add assertions in MipsLongBranch which check the size of basic blocks. 2012-11-15 20:05:11 +00:00
Transforms misspell 2012-11-15 18:40:31 +00:00
VMCore Use empty parens for empty function parameter list instead of '(void)'. 2012-11-15 16:51:49 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile