llvm-6502/lib
2008-05-12 23:04:07 +00:00
..
Analysis prune #includes. 2008-05-12 01:13:53 +00:00
Archive
AsmParser Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef 2008-05-12 19:01:56 +00:00
Bitcode Simplify some checks 2008-05-12 20:33:52 +00:00
CodeGen Xform bitconvert(build_pair(load a, load b)) to a single load if the load locations are at the right offset from each other. 2008-05-12 23:04:07 +00:00
Debugger Make these variables static. 2008-04-23 23:15:23 +00:00
ExecutionEngine PR2202: LLVMCreateInterpreter creates a JIT 2008-04-25 02:52:30 +00:00
Linker Fix linking of internal aliases 2008-05-10 14:41:43 +00:00
Support Make firstEightPowers const. 2008-05-12 16:38:14 +00:00
System Make constructors target-specific. This fixes problems where the path would 2008-05-11 17:37:40 +00:00
Target Xform bitconvert(build_pair(load a, load b)) to a single load if the load locations are at the right offset from each other. 2008-05-12 23:04:07 +00:00
Transforms Go back to passing the analyses around as parameters. 2008-05-12 20:15:55 +00:00
VMCore Pointer comparisons should be handled by icmp, not vicmp :) 2008-05-12 20:11:05 +00:00
Makefile