aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter
AgeCommit message (Expand)Author
2010-04-15Fix a bunch of namespace polution.Dan Gohman
2010-04-15Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman
2010-04-15Add comment.Devang Patel
2010-04-14There is no need to track compile unit offsets if there is only one compile u...Devang Patel
2010-04-14Remove dead code.Devang Patel
2010-04-14Clear MachineInstr->MCSymbol maps at the end of a function.Devang Patel
2010-04-13Do not include types without any definition in pubtypes list.Devang Patel
2010-04-09Clear InsnsBeginScopeSet and InsnsEndScopeSet at the end of function.Devang Patel
2010-04-09Add a missing dependency to this library when building with CMake.Chandler Carruth
2010-04-08move elf section uniquing to MCContext. Along the wayChris Lattner
2010-04-08Rename a function.Devang Patel
2010-04-08implicit defs get added to the end of machine instrs sometimes. Scan the who...Chris Lattner
2010-04-08One instruction may start (or end) multiple lexical scopes. Devang Patel
2010-04-08Remove dead code.Devang Patel
2010-04-08Delete out of date comment.Devang Patel
2010-04-08Refactor.Devang Patel
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-07tidy upChris Lattner
2010-04-07add a comment line that got droppedChris Lattner
2010-04-07Remove unused method.Benjamin Kramer
2010-04-07Workaround the breakage in r100616 by guarding all timers withTorok Edwin
2010-04-07Use the "NamedGroupTimer" class to categorize DWARF emission better.Bill Wendling
2010-04-07Use raw_ostream.Benjamin Kramer
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-07Move printing of target-indepedent DEBUG_VALUE commentsDale Johannesen
2010-04-06Do not emit specification DIE with DW_AT_specification attribute for member f...Devang Patel
2010-04-06Fix a number of clang -Wsign-compare warnings that didn't have an obviousJohn McCall
2010-04-06Revert 100573, it's causing some testsuite problems.Dale Johannesen
2010-04-06Move printing of DEBUG_VALUE comments to target-independent place.Dale Johannesen
2010-04-06Reverting 100530 & 100531 due to regressions in the GDB test suite.Stuart Hastings
2010-04-06Revise debug info machinery to digest nested functions and classes.Stuart Hastings
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-06Remove unnecessary include.Devang Patel
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-05Output floating point representations in DWARF format. This is done by outputingBill Wendling
2010-04-05stringref-ize the MemoryBuffer::get apis. This requiresChris Lattner
2010-04-05hopefully sate the clang self host build, which is apparently Chris Lattner
2010-04-05privatize more stuff, eliminate vtables.Chris Lattner
2010-04-05reprivatize now that DwarfWriter is gone.Chris Lattner
2010-04-05prune #includes, MMI can never be nullChris Lattner
2010-04-05prune #includes, realize the MMI can never be null.Chris Lattner
2010-04-05finally blast DwarfWriter away.Chris Lattner
2010-04-05change AsmPrinter to use DwarfDebug/DwarfException directlyChris Lattner
2010-04-05trim some spurious references to DwarfWriter. SDIsel really doesn'tChris Lattner
2010-04-05eliminate DwarfDebug::shouldEmit, which is the same now as MMI::hasDebugInfoChris Lattner