llvm-6502/lib
Daniel Dunbar 5bcc8bd0c6 Remove unused AsmPrinter OptLevel argument, and propogate.
- This more or less amounts to a revert of r65379. I'm curious to know what
   happened that caused this variable to become unused.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74579 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-01 01:48:54 +00:00
..
Analysis Minor code cleanups. 2009-06-30 20:13:32 +00:00
Archive
AsmParser
Bitcode
CodeGen Remove unused AsmPrinter OptLevel argument, and propogate. 2009-07-01 01:48:54 +00:00
CompilerDriver #include <iostream> is forbidden. Remove it in favor of raw_ostream. 2009-06-30 04:07:12 +00:00
Debugger
ExecutionEngine Get rid of unnecessary global variables. 2009-06-26 16:46:15 +00:00
Linker
MC llvm-mc: Parse .{,b,p2}align{,w,l} directives. 2009-06-29 23:46:59 +00:00
Support Reapply 74494, this time removing the conflicting definition of operator<< 2009-06-30 20:10:56 +00:00
System Fixed assert that checks return value of TlsSetValue. 2009-06-30 14:12:28 +00:00
Target Remove unused AsmPrinter OptLevel argument, and propogate. 2009-07-01 01:48:54 +00:00
Transforms Minor code simplification. 2009-06-30 01:24:43 +00:00
VMCore Add a global context, for easing backwards compatibility. 2009-06-30 23:39:59 +00:00
Makefile Don't build LLVMC when configured with --disable-pic (it needs requires shared 2009-06-29 21:12:26 +00:00