llvm-6502/lib
Owen Anderson b4d97b78df Add llvm_start_multithreaded(), which starts up the LLVM internals in thread-safe mode. Provide double-check locking
initialization of ManagedStatic's when running in thread-safe mode.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72151 91177308-0d34-0410-b5e6-96231b3b80d8
2009-05-20 00:39:20 +00:00
..
Analysis Make SCEVCallbackVH a private nested class inside ScalarEvolution, as 2009-05-19 19:22:47 +00:00
Archive
AsmParser Make MDNode use CallbackVH. Also change MDNode to store Value* instead of 2009-05-10 20:57:05 +00:00
Bitcode Make MDNode use CallbackVH. Also change MDNode to store Value* instead of 2009-05-10 20:57:05 +00:00
CodeGen Forward decls. 2009-05-19 17:52:31 +00:00
CompilerDriver
Debugger
ExecutionEngine Allow the JIT ExecutionEngine to report details about the generated machine code. 2009-05-18 21:06:40 +00:00
Linker Add a new "available_externally" linkage type. This is intended 2009-04-13 05:44:34 +00:00
Support Add llvm_start_multithreaded(), which starts up the LLVM internals in thread-safe mode. Provide double-check locking 2009-05-20 00:39:20 +00:00
System termios.h contains the winsize structure we need to determine the 2009-05-18 17:21:34 +00:00
Target Fix pr4227: Handle large immediate values in inline assembly. 2009-05-19 21:27:57 +00:00
Transforms Suppress the IV reversal transformation in the case that the RHS 2009-05-20 00:34:08 +00:00
VMCore Revert r72025. It is possible for clients to convert between signed types 2009-05-18 18:55:39 +00:00
Makefile