1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/lib
Gabor Greif 3b91310e36 Get rid of the tagging functions and use PointerIntPair.
This means that we have to include an additional header.

This patch should be functionally equivalent. I cannot outrule any performance
degradation, though I do not expect any.

llvm-svn: 61694
2009-01-05 16:05:32 +00:00
..
Analysis We know it's always a SCEVConstant if it gets here, so just cast it and 2009-01-03 01:53:24 +00:00
Archive Silence unused variable warnings. 2008-11-21 20:00:59 +00:00
AsmParser produce the same diagnostics for vicmp constant exprs as vicmp instructions. 2009-01-05 08:26:05 +00:00
Bitcode revert r61368. 2008-12-23 05:43:56 +00:00
CodeGen elf writer really wants the size of the global, not the size 2009-01-04 20:19:20 +00:00
Debugger Initial support for the CMake build system. 2008-09-22 01:08:49 +00:00
ExecutionEngine Handle weak_extern in the JIT. This fixes 2009-01-05 05:32:42 +00:00
Linker Make comments and code for QuietWarnings and QuietErrors 2008-10-25 17:57:20 +00:00
Support Tweak --version to include the date and time. 2008-12-23 18:41:47 +00:00
System Don't use plain %x to print pointer values. I had changed it from %p 2008-12-05 23:39:24 +00:00
Target Atom and Core i7 do not have same model number after all. 2009-01-05 08:45:01 +00:00
Transforms Move the libcall annotating part from doFinalization to doInitialization. 2009-01-05 00:07:50 +00:00
VMCore Get rid of the tagging functions and use PointerIntPair. 2009-01-05 16:05:32 +00:00
Makefile