llvm-6502/lib
2010-01-22 06:25:37 +00:00
..
Analysis drop the pass name from the output. 2010-01-22 05:52:51 +00:00
Archive
AsmParser Make the parser include the lower level error message in its own error 2010-01-21 10:15:06 +00:00
Bitcode
CodeGen Teach pre-regalloc scheduler to schedule loads from nearby addresses. It may improve cache locality. This is controlled by -cluster-loads for now. 2010-01-22 03:36:51 +00:00
CompilerDriver
ExecutionEngine
Linker
MC move some files out of the llvm-mc tool into the MCParser library so 2010-01-22 01:58:08 +00:00
Support Avoid printing a spurious semicolon when there is no filename. 2010-01-21 10:13:27 +00:00
System
Target Add two target hooks to determine whether two loads are near and should be scheduled together. 2010-01-22 03:34:51 +00:00
Transforms Revert LoopStrengthReduce.cpp to pre-r94061 for now. 2010-01-22 00:46:49 +00:00
VMCore add an out-of-line virtual method to CmpInst to give it a home. 2010-01-22 06:25:37 +00:00
Makefile