hanchenye-llvm-project/llvm/lib
Owen Anderson e5370f409b Move atomic operations' definitions out of line. While this seems kind of silly,
all kinds of problems caused by including windows.h and/or config.h in an LLVM header.

llvm-svn: 72174
2009-05-20 18:26:15 +00:00
..
Analysis Teach SCEV::isLoopInvariant and SCEV::hasComputableLoopEvolution 2009-05-20 01:01:24 +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 Fix for PR4235: to build a floating-point value from integer parts, 2009-05-20 06:02:09 +00:00
CompilerDriver -write-graph now can be used with -o. 2009-03-27 12:57:14 +00:00
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 Move atomic operations' definitions out of line. While this seems kind of silly, 2009-05-20 18:26:15 +00:00
Target Minor formatting fixes. 2009-05-20 16:30:25 +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