llvm-6502/lib
2008-01-10 00:37:26 +00:00
..
Analysis
Archive
AsmParser
Bitcode
CodeGen Get rid of the isKillInst predicate. LiveVariables already provides this information. 2008-01-10 00:33:11 +00:00
Debugger
ExecutionEngine I doubt the address of the Error string was intended 2008-01-07 19:14:42 +00:00
Linker
Support
System Fix compile failures with g++-4.3. 2008-01-09 19:42:09 +00:00
Target Do not use the stack pointer directly, issue a copyfromreg instead. Otherwise we can end up with something like ADD32ri %esp, x which two-address pass won't like. 2008-01-10 00:37:26 +00:00
Transforms Implement PR1795, an instcombine hack for forming GEPs with integer pointer arithmetic. 2008-01-08 07:23:51 +00:00
VMCore Small cleanup for handling of type/parameter attribute 2008-01-07 17:16:06 +00:00
Makefile