aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of namespace polution.Dan Gohman2010-04-151-1/+1
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-151-4/+4
* Add comment.Devang Patel2010-04-151-0/+3
* There is no need to track compile unit offsets if there is only one compile u...Devang Patel2010-04-142-6/+0
* Remove dead code.Devang Patel2010-04-141-4/+0
* Clear MachineInstr->MCSymbol maps at the end of a function.Devang Patel2010-04-141-0/+2
* Do not include types without any definition in pubtypes list.Devang Patel2010-04-131-2/+4
* Clear InsnsBeginScopeSet and InsnsEndScopeSet at the end of function.Devang Patel2010-04-091-0/+2
* Add a missing dependency to this library when building with CMake.Chandler Carruth2010-04-091-0/+2
* move elf section uniquing to MCContext. Along the wayChris Lattner2010-04-081-1/+1
* Rename a function.Devang Patel2010-04-082-9/+7
* implicit defs get added to the end of machine instrs sometimes. Scan the who...Chris Lattner2010-04-081-4/+9
* One instruction may start (or end) multiple lexical scopes. Devang Patel2010-04-082-58/+28
* Remove dead code.Devang Patel2010-04-082-9/+0
* Delete out of date comment.Devang Patel2010-04-081-2/+0
* Refactor.Devang Patel2010-04-082-2/+15
* Use twines to simplify calls to report_fatal_error. For code size and readabi...Benjamin Kramer2010-04-082-25/+21
* 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-073-13/+13
* tidy upChris Lattner2010-04-071-5/+5
* add a comment line that got droppedChris Lattner2010-04-071-5/+4
* Remove unused method.Benjamin Kramer2010-04-072-19/+0
* Workaround the breakage in r100616 by guarding all timers withTorok Edwin2010-04-073-32/+74
* Use the "NamedGroupTimer" class to categorize DWARF emission better.Bill Wendling2010-04-074-41/+28
* Use raw_ostream.Benjamin Kramer2010-04-071-22/+14
* 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
* Move printing of target-indepedent DEBUG_VALUE commentsDale Johannesen2010-04-071-3/+66
* Do not emit specification DIE with DW_AT_specification attribute for member f...Devang Patel2010-04-061-2/+17
* Fix a number of clang -Wsign-compare warnings that didn't have an obviousJohn McCall2010-04-061-1/+1
* Revert 100573, it's causing some testsuite problems.Dale Johannesen2010-04-061-59/+4
* Move printing of DEBUG_VALUE comments to target-independent place.Dale Johannesen2010-04-061-4/+59
* Reverting 100530 & 100531 due to regressions in the GDB test suite.Stuart Hastings2010-04-062-25/+8
* Revise debug info machinery to digest nested functions and classes.Stuart Hastings2010-04-062-8/+25
* propagate cookie management out one layer of function calls.Chris Lattner2010-04-062-5/+4
* report errors through LLVMContext's inline asm handler if available.Chris Lattner2010-04-061-1/+15
* Remove unnecessary include.Devang Patel2010-04-061-1/+0
* 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
* Output floating point representations in DWARF format. This is done by outputingBill Wendling2010-04-051-0/+26
* stringref-ize the MemoryBuffer::get apis. This requiresChris Lattner2010-04-051-9/+7
* hopefully sate the clang self host build, which is apparently Chris Lattner2010-04-051-0/+1
* privatize more stuff, eliminate vtables.Chris Lattner2010-04-052-28/+28
* reprivatize now that DwarfWriter is gone.Chris Lattner2010-04-052-4/+2
* prune #includes, MMI can never be nullChris Lattner2010-04-052-5/+9
* prune #includes, realize the MMI can never be null.Chris Lattner2010-04-052-20/+34
* finally blast DwarfWriter away.Chris Lattner2010-04-052-83/+0
* change AsmPrinter to use DwarfDebug/DwarfException directlyChris Lattner2010-04-054-25/+33
* trim some spurious references to DwarfWriter. SDIsel really doesn'tChris Lattner2010-04-051-2/+2
* eliminate DwarfDebug::shouldEmit, which is the same now as MMI::hasDebugInfoChris Lattner2010-04-052-13/+3