| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field. | Jakob Stoklund Olesen | 2010-04-05 | 13 | -103/+45 |
* | 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 | 8 | -28/+33 |
* | Temporarily remove to disable building of ARM disassembler. | Evan Cheng | 2010-04-05 | 1 | -16/+0 |
* | Re-apply 100265 but instead disable building of ARM disassembly for now. | Evan Cheng | 2010-04-05 | 3 | -89/+31 |
* | Reverting 100265 to try to get buildbots green again. Lots of self-hosting bu... | Evan Cheng | 2010-04-05 | 2 | -29/+86 |
* | just have all targets create the DwarfWriter. | Chris Lattner | 2010-04-05 | 5 | -30/+1 |
* | simplify various getAnalysisUsage implementations. | Chris Lattner | 2010-04-05 | 6 | -18/+0 |
* | 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 | 8 | -9/+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 |
* | revert my patch, need to reconsider this and figure out what is really going on. | Chris Lattner | 2010-04-04 | 1 | -0/+1 |
* | fix pasto, this is the wrong setting for arm elf. | Chris Lattner | 2010-04-04 | 1 | -1/+0 |
* | 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 | 3 | -3/+1 |
* | Clean up SSEDomainFix pass. | Jakob Stoklund Olesen | 2010-04-04 | 1 | -55/+77 |
* | don't reset the default. | Chris Lattner | 2010-04-04 | 1 | -1/+0 |
* | 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 |
* | move EmitCFAByte to AsmPrinter. | Chris Lattner | 2010-04-04 | 2 | -19/+20 |
* | inline EmitDifference away. | Chris Lattner | 2010-04-04 | 5 | -45/+38 |
* | resolve a fixme. | Chris Lattner | 2010-04-04 | 1 | -6/+1 |
* | move gettemplabel and getdwlabel to AsmPrinter and rename | Chris Lattner | 2010-04-04 | 5 | -129/+137 |
* | move uleb/sleb printing into AsmPrinter from DwarfPrinter. | Chris Lattner | 2010-04-04 | 8 | -113/+125 |
* | more interface cleanup make some helpers static functions. | Chris Lattner | 2010-04-04 | 1 | -27/+24 |
* | clean up the asmprinter header and privatize some stuff. | Chris Lattner | 2010-04-04 | 5 | -38/+38 |
* | use stringref instead of strtol to avoid errno gymnastics. | Chris Lattner | 2010-04-04 | 1 | -7/+6 |
* | split inline asm support out to its own .cpp file. | Chris Lattner | 2010-04-04 | 3 | -294/+317 |
* | inline processDebugLoc and simplify it. | Chris Lattner | 2010-04-04 | 1 | -19/+7 |
* | minor tidying. | Chris Lattner | 2010-04-04 | 1 | -15/+14 |
* | clean up the asmprinter interface a bit, rename a few | Chris Lattner | 2010-04-04 | 1 | -15/+9 |
* | remove TargetMachine.h #include, also, TRI isn't used frequently | Chris Lattner | 2010-04-04 | 6 | -9/+14 |
* | Switch SSEDomainFix to SpecificBumpPtrAllocator. | Jakob Stoklund Olesen | 2010-04-04 | 1 | -58/+37 |
* | lazily allocate the GCMetadataPrinters map and remove DenseMap | Chris Lattner | 2010-04-04 | 1 | -10/+25 |
* | CurFn is only used for relocations. Use EmissionDetails.MF->getFunction() ins... | Nicolas Geoffray | 2010-04-04 | 1 | -1/+2 |
* | Momentous day: remove the "O" member from AsmPrinter. Now all | Chris Lattner | 2010-04-04 | 19 | -133/+80 |