llvm-6502/lib
Reid Spencer 07f9f4e2a4 Fix a file overwrite bug in llvm-ar introduced by changes to
createTemporaryFile semantics where it doesn't create a fully unique name
if the basename doesn't exist. This functionality is now optionally
provided by the boolean reuse_current parameter to createTemporaryFile and
makeUnique. The default values differ because of the way these functions
are used in LLVM.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18961 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-15 08:32:45 +00:00
..
Analysis Adjust to new alias analysis interfaces 2004-12-15 07:22:13 +00:00
Archive For PR351: 2004-12-15 01:51:56 +00:00
AsmParser Do not allow empty label names. 2004-12-10 05:40:19 +00:00
Bytecode For PR351: 2004-12-15 01:51:56 +00:00
CodeGen Move virtual method call out of loop 2004-12-15 07:04:32 +00:00
Debugger For PR351: 2004-12-15 01:51:56 +00:00
ExecutionEngine Get rid of some leaks found by VC leak detector. 2004-12-13 16:04:04 +00:00
Linker * Fix header block. 2004-12-13 03:50:50 +00:00
Support For PR351: 2004-12-15 01:51:56 +00:00
System Fix a file overwrite bug in llvm-ar introduced by changes to 2004-12-15 08:32:45 +00:00
Target The mystery of Olden/tsp solved, and more opportunities for speedup. 2004-12-14 09:10:10 +00:00
Transforms Adjust to new interfaces 2004-12-15 07:22:25 +00:00
VMCore Change this method to return ulong, not uint, for 64-bit targets. 2004-12-13 19:48:51 +00:00
Makefile Add the Linker library 2004-11-14 21:54:41 +00:00