llvm-6502/lib
2009-04-09 17:06:24 +00:00
..
Analysis use higher level APIs. 2009-04-03 00:02:39 +00:00
Archive
AsmParser Add support for embedded metadata to LLVM. This introduces two new types of 2009-04-04 07:22:01 +00:00
Bitcode Teach llvm-bcanalyzer to skip over the header we use on LLVM IR files. 2009-04-06 20:54:32 +00:00
CodeGen reg0 references are not real registers. This fixes a crash on the 2009-04-09 16:50:43 +00:00
CompilerDriver
Debugger
ExecutionEngine
Linker
Support Remove AllowInverse: it leaks memory and is not the right 2009-04-08 03:43:51 +00:00
System Add sys::Path::makeAbsolute(). 2009-04-09 00:33:08 +00:00
Target The way we are trying to figure out banksel immediate operand may yield different results for different type of insns. This will eventually need to be changed but currently let us prevent the crash in cases of incorrect detection of banksel operand. 2009-04-09 17:06:24 +00:00
Transforms Instcombine should not promote whole computation trees to "strange" 2009-04-08 05:41:03 +00:00
VMCore disable this code for now, re-breaking PR2975, but fixing 2009-04-08 04:36:59 +00:00
Makefile