1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00
llvm-mirror/lib
Reid Spencer 560366562b For PR780:
1. Fix the macros in IncludeFile.h to put everything in the llvm namespace
2. Replace the previous explicit mechanism in all the .h and .cpp files
   with the macros in IncludeFile.h
This gets us a consistent mechanism throughout LLVM for ensuring linkage.
Next step is to make sure its used in enough places.

llvm-svn: 28715
2006-06-07 22:00:26 +00:00
..
Analysis For PR780: 2006-06-07 22:00:26 +00:00
AsmParser Fix build on systems with bad bison's 2006-06-02 18:20:28 +00:00
Bytecode Use archive libraries instead of object files for VMCore, BCReader, 2006-06-01 01:30:27 +00:00
CodeGen For PR798: 2006-06-05 16:26:06 +00:00
Debugger Add the README files to the distribution. 2006-04-13 06:39:24 +00:00
ExecutionEngine Fix -pedantic warnings. 2006-06-01 17:29:22 +00:00
Linker Fix linking of inline asm objects. 2006-06-01 19:14:22 +00:00
Support For PR780: 2006-06-07 20:00:19 +00:00
System For PR780: 2006-06-07 20:00:19 +00:00
Target Added X86FunctionInfo subclass of MachineFunction to record whether the 2006-06-06 23:30:24 +00:00
Transforms Fix a spello in a comment. 2006-06-07 21:24:10 +00:00
VMCore For PR780: 2006-06-07 22:00:26 +00:00
Makefile Make some changes suggested by Chris: 2006-05-17 22:55:35 +00:00