llvm-6502/lib
Bob Wilson 9bb43e1675 Avoid report_fatal_error in ARM's PrintAsmOperand method.
The standard error handling in AsmPrinter::EmitInlineAsm handles this much
better, so just use it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122100 91177308-0d34-0410-b5e6-96231b3b80d8
2010-12-17 23:06:42 +00:00
..
Analysis Update a comment. 2010-12-16 02:55:10 +00:00
Archive MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> via an out parm. 2010-12-16 03:29:14 +00:00
AsmParser MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> via an out parm. 2010-12-16 03:29:14 +00:00
Bitcode Generalize the darwin wrapper hack to work with generic macho triples as well as darwin ones. 2010-11-29 23:29:54 +00:00
CodeGen Add a transform to DAG Combiner. This improves the 2010-12-17 21:45:49 +00:00
CompilerDriver Support/Path: Deprecate PathV1::isAbsolute. 2010-12-17 21:21:31 +00:00
ExecutionEngine Remove unneeded zero arrays. 2010-12-04 15:28:22 +00:00
Linker MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> via an out parm. 2010-12-16 03:29:14 +00:00
MC Thumb's forced-PC-alignment requirement applies to the _total_ displacement, not just to the fragment relative 2010-12-17 21:49:48 +00:00
Object Fix mismatched new[]/delete. 2010-12-17 09:56:50 +00:00
Support PathV2: Use StringRef::substr to simplify substring creation. 2010-12-17 20:27:37 +00:00
Target Avoid report_fatal_error in ARM's PrintAsmOperand method. 2010-12-17 23:06:42 +00:00
Transforms Reapply r121905 (automatic synthesis of @llvm.sadd.with.overflow) with a fix for a bug that manifested itself 2010-12-17 18:08:00 +00:00
VMCore Remove trailing whitespace. 2010-12-17 23:06:32 +00:00
Makefile