llvm-6502/lib
Anton Korobeynikov 62990bafa3 Allow inline asm nodes with empty bodies inside JIT.
This unbreaks explicit reg vars inside JIT, which are
implemented in such hacky way :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55128 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-21 17:33:01 +00:00
..
Analysis Don't use the result of WriteAsOperand or WriteTypeSymbolic. 2008-08-19 04:42:37 +00:00
Archive Fold the useful features of alist and alist_node into ilist, and 2008-07-28 21:51:04 +00:00
AsmParser Regenerate. 2008-08-17 18:48:50 +00:00
Bitcode Switch from an O(n) method to an O(1) method for changing non-constant 2008-08-21 17:31:45 +00:00
CodeGen MVT::getMVT uses iPTR for pointer types, while we need the actual 2008-08-21 17:25:26 +00:00
Debugger
ExecutionEngine Get rid of a couple of dynamic_cast. 2008-08-20 00:28:12 +00:00
Linker
Support Use raw_ostream throughout the AsmPrinter. 2008-08-21 00:14:44 +00:00
System add a helper method to sys::Path for clang, patch by 2008-08-11 23:39:47 +00:00
Target Allow inline asm nodes with empty bodies inside JIT. 2008-08-21 17:33:01 +00:00
Transforms Revert r54876 r54877 r54906 and r54907. Evan found that these caused a 20% 2008-08-21 05:56:10 +00:00
VMCore Add a new ConstantExpr::getWithOperands that takes any array of operands 2008-08-20 22:27:40 +00:00
Makefile