llvm-6502/lib
2009-06-18 20:36:21 +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
CompilerDriver
Debugger
ExecutionEngine
Linker
Support
System
Target - Update register allocation hint after coalescing. This is done by the target since the hint is target dependent. This is important for ARM register pair hints. 2009-06-18 02:04:01 +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