1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib
Chris Lattner b3ab5fac28 We compile this into:
_swap_16:
        slwi r2, r3, 24
        rlwimi r2, r3, 8, 8, 15
        srwi r3, r2, 16
        blr

now.

llvm-svn: 29864
2006-08-24 23:06:02 +00:00
..
Analysis Fix PR885 2006-08-21 17:20:01 +00:00
AsmParser regenerate 2006-08-18 17:34:45 +00:00
Bytecode For PR797: 2006-08-23 07:30:48 +00:00
CodeGen Take advantage of the recent improvements to the liveintervals set (tracking 2006-08-24 22:43:55 +00:00
Debugger Fix another occurrence of inverted logic on the result of MappedFile::map 2006-08-22 18:03:02 +00:00
ExecutionEngine initial changes to support JIT'ing from multiple module providers, implicitly 2006-08-16 01:24:12 +00:00
Linker Remove a redundant syscall. 2006-07-28 22:52:11 +00:00
Support Remove a character to avoid line exceeding 80 cols. 2006-08-24 22:39:25 +00:00
System For PR797: 2006-08-24 18:58:37 +00:00
Target We compile this into: 2006-08-24 23:06:02 +00:00
Transforms Implement unrolling of multiblock loops. This significantly improves the 2006-08-24 21:28:19 +00:00
VMCore Fix PR885 2006-08-21 17:20:01 +00:00
Makefile