1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/lib
2009-06-18 20:37:15 +00:00
..
Analysis Recognize n != 0 ? n : 1 as umax(n, 1). Previously only ULT/UGT/ULE/UGE 2009-06-18 20:21:07 +00:00
Archive
AsmParser
Bitcode
CodeGen On Darwin, ams printer should output a second label before a jump table so the linker knows it's a new atom. But this is only needed if the jump table is put in a separate section from the function body. 2009-06-18 20:37:15 +00:00
CompilerDriver
Debugger
ExecutionEngine Fix the EE bindings to use the proper EE interfaces for creating a JIT. 2009-06-16 22:26:13 +00:00
Linker
Support Update CMake files to account for new location of Threading.cpp. 2009-06-18 17:47:09 +00:00
System Give RWMutex the SmartRWMutex treatment too. 2009-06-18 18:26:15 +00:00
Target On Darwin, ams printer should output a second label before a jump table so the linker knows it's a new atom. But this is only needed if the jump table is put in a separate section from the function body. 2009-06-18 20:37:15 +00:00
Transforms Generalize LSR's OptimizeSMax to handle unsigned max tests as well 2009-06-18 20:23:18 +00:00
VMCore Simplify by using no-op-when-not-multithreaded locks. 2009-06-18 20:36:21 +00:00
Makefile