summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
Commit message (Expand)AuthorAge
...
* remove another magic number.Chris Lattner2010-04-07
* propagate cookie management out one layer of function calls.Chris Lattner2010-04-06
* report errors through LLVMContext's inline asm handler if available.Chris Lattner2010-04-06
* Give AsmParser an option to control whether it finalizesChris Lattner2010-04-05
* add .o file writing for inline asm in llc. Here's a sillyChris Lattner2010-04-05
* stringref-ize the MemoryBuffer::get apis. This requiresChris Lattner2010-04-05
* move uleb/sleb printing into AsmPrinter from DwarfPrinter.Chris Lattner2010-04-04
* use stringref instead of strtol to avoid errno gymnastics.Chris Lattner2010-04-04
* split inline asm support out to its own .cpp file.Chris Lattner2010-04-04