summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Target: Give the TargetAsmParser access to the TargetMachine.Daniel Dunbar2010-07-191-1/+1
* MC: Move several clients to using AsmParser constructor function.Daniel Dunbar2010-07-181-6/+7
* a more graceful fix for test/Other/inline-asm-newline-terminator.ll,Chris Lattner2010-07-151-14/+0
* Propagate the AlignStack bit in InlineAsm's to the Dale Johannesen2010-07-021-1/+1
* MC: Pass the target instance to the AsmParser constructor.Daniel Dunbar2010-07-011-1/+1
* Inline Asm: Ensure buffer is newline terminated to match how the text is prin...Daniel Dunbar2010-05-141-0/+14
* implicit defs get added to the end of machine instrs sometimes. Scan the who...Chris Lattner2010-04-081-4/+9
* Use twines to simplify calls to report_fatal_error. For code size and readabi...Benjamin Kramer2010-04-081-12/+12
* introduce a new recoverable error handling API to LLVMContextChris Lattner2010-04-071-3/+2
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-071-10/+10
* Have the inst emitter add the !srcloc mdnode to the machine instr.Chris Lattner2010-04-071-2/+12
* remove another magic number.Chris Lattner2010-04-071-3/+2
* propagate cookie management out one layer of function calls.Chris Lattner2010-04-061-4/+3
* report errors through LLVMContext's inline asm handler if available.Chris Lattner2010-04-061-1/+15
* Give AsmParser an option to control whether it finalizesChris Lattner2010-04-051-1/+2
* add .o file writing for inline asm in llc. Here's a sillyChris Lattner2010-04-051-3/+34
* stringref-ize the MemoryBuffer::get apis. This requiresChris Lattner2010-04-051-9/+7
* move uleb/sleb printing into AsmPrinter from DwarfPrinter.Chris Lattner2010-04-041-3/+3
* use stringref instead of strtol to avoid errno gymnastics.Chris Lattner2010-04-041-7/+6
* split inline asm support out to its own .cpp file.Chris Lattner2010-04-041-0/+315