llvm-6502/lib
Owen Anderson 3c1eaa0dc2 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72174 91177308-0d34-0410-b5e6-96231b3b80d8
2009-05-20 18:26:15 +00:00
..
Analysis Teach SCEV::isLoopInvariant and SCEV::hasComputableLoopEvolution 2009-05-20 01:01:24 +00:00
Archive Add the private linkage. 2009-01-15 20:18:42 +00:00
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 Oops...I committed too much. 2009-03-13 04:39:26 +00:00
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 Reorganize llvmc code. 2009-03-02 09:01:14 +00:00