aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
AgeCommit message (Expand)Author
2010-04-08implicit defs get added to the end of machine instrs sometimes. Scan the who...Chris Lattner
2010-04-08Use twines to simplify calls to report_fatal_error. For code size and readabi...Benjamin Kramer
2010-04-07introduce a new recoverable error handling API to LLVMContextChris Lattner
2010-04-07rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner
2010-04-07Have the inst emitter add the !srcloc mdnode to the machine instr.Chris Lattner
2010-04-07remove another magic number.Chris Lattner
2010-04-06propagate cookie management out one layer of function calls.Chris Lattner
2010-04-06report errors through LLVMContext's inline asm handler if available.Chris Lattner
2010-04-05Give AsmParser an option to control whether it finalizesChris Lattner
2010-04-05add .o file writing for inline asm in llc. Here's a sillyChris Lattner
2010-04-05stringref-ize the MemoryBuffer::get apis. This requiresChris Lattner
2010-04-04move uleb/sleb printing into AsmPrinter from DwarfPrinter.Chris Lattner
2010-04-04use stringref instead of strtol to avoid errno gymnastics.Chris Lattner
2010-04-04split inline asm support out to its own .cpp file.Chris Lattner