| Commit message (Expand) | Author | Age | Files | Lines |
* | report errors through LLVMContext's inline asm handler if available. | Chris Lattner | 2010-04-06 | 1 | -1/+15 |
* | Give MachineModuleInfo an actual Module*. | Chris Lattner | 2010-04-06 | 2 | -5/+14 |
* | Remove unnecessary include. | Devang Patel | 2010-04-06 | 1 | -1/+0 |
* | Fix an obvious copy-n-paste bug. It's not known to cause any miscompilation. | Evan Cheng | 2010-04-05 | 1 | -4/+2 |
* | Give AsmParser an option to control whether it finalizes | Chris Lattner | 2010-04-05 | 1 | -1/+2 |
* | add .o file writing for inline asm in llc. Here's a silly | Chris Lattner | 2010-04-05 | 1 | -3/+34 |
* | Output floating point representations in DWARF format. This is done by outputing | Bill Wendling | 2010-04-05 | 1 | -0/+26 |
* | stringref-ize the MemoryBuffer::get apis. This requires | Chris Lattner | 2010-04-05 | 1 | -9/+7 |
* | Add a comment. | Dan Gohman | 2010-04-05 | 1 | -0/+6 |
* | lowering a volatile llvm.memcpy to a libc memcpy is ok. | Chris Lattner | 2010-04-05 | 1 | -1/+0 |
* | Don't do code sinking on unreachable blocks. It's unprofitable and hazardous. | Dan Gohman | 2010-04-05 | 1 | -0/+5 |
* | remove the now-redundant MMI pointer in SelectionDAG. | Chris Lattner | 2010-04-05 | 3 | -50/+32 |
* | hopefully sate the clang self host build, which is apparently | Chris Lattner | 2010-04-05 | 1 | -0/+1 |
* | remove some redundant MMI arguments. | Chris Lattner | 2010-04-05 | 2 | -11/+8 |
* | unthread MMI from FastISel | Chris Lattner | 2010-04-05 | 2 | -41/+32 |
* | remove the MMI pointer from MachineFrameInfo. | Chris Lattner | 2010-04-05 | 1 | -6/+0 |
* | enhance MachineFunction to have a MMI pointer. | Chris Lattner | 2010-04-05 | 2 | -3/+4 |
* | privatize more stuff, eliminate vtables. | Chris Lattner | 2010-04-05 | 2 | -28/+28 |
* | reprivatize now that DwarfWriter is gone. | Chris Lattner | 2010-04-05 | 2 | -4/+2 |
* | prune #includes, MMI can never be null | Chris Lattner | 2010-04-05 | 2 | -5/+9 |
* | prune #includes, realize the MMI can never be null. | Chris Lattner | 2010-04-05 | 2 | -20/+34 |
* | finally blast DwarfWriter away. | Chris Lattner | 2010-04-05 | 2 | -83/+0 |
* | change AsmPrinter to use DwarfDebug/DwarfException directly | Chris Lattner | 2010-04-05 | 4 | -25/+33 |
* | trim some spurious references to DwarfWriter. SDIsel really doesn't | Chris Lattner | 2010-04-05 | 3 | -6/+2 |
* | eliminate DwarfDebug::shouldEmit, which is the same now as MMI::hasDebugInfo | Chris Lattner | 2010-04-05 | 2 | -13/+3 |
* | fix a regression on 2009-08-17-DebugInfo.m | Chris Lattner | 2010-04-05 | 1 | -0/+2 |
* | selection dag doesn't need DwarfWriter, remove some tendrils. | Chris Lattner | 2010-04-05 | 3 | -15/+5 |
* | fastisel doesn't need DwarfWriter, remove some tendricles. | Chris Lattner | 2010-04-05 | 5 | -19/+28 |
* | just have all targets create the DwarfWriter. | Chris Lattner | 2010-04-05 | 1 | -0/+1 |
* | nuke DwarfPrinter | Chris Lattner | 2010-04-05 | 3 | -121/+0 |
* | make DwarfException not inherit from DwarfPrinter. | Chris Lattner | 2010-04-05 | 3 | -46/+50 |
* | change SizeOf to take AsmPrinter instead of TargetData, | Chris Lattner | 2010-04-05 | 3 | -24/+20 |
* | 1) make DIE take AsmPrinter instead of DwarfPrinter. | Chris Lattner | 2010-04-05 | 6 | -125/+141 |
* | Move EmitFrameMoves into AsmPrinter. | Chris Lattner | 2010-04-04 | 5 | -79/+85 |
* | simplify code and reduce indentation. | Chris Lattner | 2010-04-04 | 1 | -33/+30 |
* | now that the magic is dispelled, move EmitSectionOffset to AsmPrinter. | Chris Lattner | 2010-04-04 | 4 | -56/+50 |
* | eliminate the magic AbsoluteDebugSectionOffsets MAI hook, | Chris Lattner | 2010-04-04 | 1 | -2/+4 |
* | only emit section labels if we have debug info, fixing a few | Chris Lattner | 2010-04-04 | 1 | -4/+5 |
* | I was wrong, ocaml isn't referencing 'Ldata_begin', so remove it. | Chris Lattner | 2010-04-04 | 2 | -10/+4 |
* | add some assertions to EmitSectionOffset. | Chris Lattner | 2010-04-04 | 1 | -0/+8 |
* | stop emitting some dead L labels. | Chris Lattner | 2010-04-04 | 1 | -9/+12 |
* | Store an use the symbols emitted at the start of the debug | Chris Lattner | 2010-04-04 | 2 | -47/+61 |
* | remove the didInitial ivar, rename emitInitial to be more | Chris Lattner | 2010-04-04 | 4 | -29/+30 |
* | simplify EmitSectionOffset a little bit, improve comments. | Chris Lattner | 2010-04-04 | 3 | -17/+26 |
* | The "IsSmall" argument to EmitSectionOffset is always true, | Chris Lattner | 2010-04-04 | 3 | -18/+13 |
* | eliminate the "isEH" argument to EmitSectionOffset. | Chris Lattner | 2010-04-04 | 3 | -14/+9 |
* | isAbsoluteEHSectionOffsets always returns false, eliminate it | Chris Lattner | 2010-04-04 | 1 | -1/+1 |
* | move some more stuff to asmprinter. | Chris Lattner | 2010-04-04 | 4 | -59/+44 |
* | simplify some code. | Chris Lattner | 2010-04-04 | 2 | -21/+16 |
* | move EmitEncodingByte to AsmPrinter. | Chris Lattner | 2010-04-04 | 3 | -50/+51 |