- fb65807 factor some labels, simplify some code. by Chris Lattner · 15 years ago
- 20e3280 fix a bug emitting .secrel32 that I introduced, PR6587, patch by A.Mazur! by Chris Lattner · 15 years ago
- 42263e2 fix a fixme in TargetLoweringObjectFile::getExprForDwarfReference by Chris Lattner · 15 years ago
- 3192d14 rename getSymbolForDwarf* to getExprForDwarf* since it returns by Chris Lattner · 15 years ago
- 98cdab5 set the temporary bit on MCSymbols correctly. by Chris Lattner · 15 years ago
- d85fc6e inline away a form of IsPCRelative, eliminating the dead IsPCRel argument. by Chris Lattner · 15 years ago
- 188a87d add some fixme's for MCizing. EH still has a few things that by Chris Lattner · 15 years ago
- 90e4af7 mcize uses of PrintRelDirective and eliminate it. by Chris Lattner · 15 years ago
- 4aeaca4 inline the bool form of PrintRelDirective away, leaving just the unsigned form. by Chris Lattner · 15 years ago
- 233f52b eliminate EOL, adding all comments with the OutStreamer.AddComment by Chris Lattner · 15 years ago
- fcdae49 convert the non-"ispcrel" case of EmitReference to MC, by Chris Lattner · 15 years ago
- a34ec229 strength reduce MMI::MappedLabel to MMI::isLabelDeleted, by Chris Lattner · 15 years ago
- 6cde3e6 add a EmitSymbolValue convenience method to MCStreamer. by Chris Lattner · 15 years ago
- b9dc5f7 mc'ize the last use of PrintLabelName and eliminate PrintLabelName. by Chris Lattner · 15 years ago
- ef6b14f eliminate an argument from PrintRelDirective, sinking by Chris Lattner · 15 years ago
- b67d69d remove the suffix form of PrintLabelName, which was only used for 'flavor'. by Chris Lattner · 15 years ago
- c3421bb now that the debug and eh emitters use a common .set counter, by Chris Lattner · 15 years ago
- 0d50c76 move .set generation out of DwarfPrinter into AsmPrinter and MCize it. by Chris Lattner · 15 years ago
- 5757876 simplify EmitSectionOffset to always use .set if it is by Chris Lattner · 15 years ago
- effa868 Remove a version of EmitDifference. by Chris Lattner · 15 years ago
- dd8187a eliminate a form of PrintLabelName. by Chris Lattner · 15 years ago
- 326861c remove another form of EmitReference. by Chris Lattner · 15 years ago
- c7249da eliminate the non-MCSymbol versions of EmitReference. by Chris Lattner · 15 years ago
- f829eef mc'ize EmitLabel. by Chris Lattner · 15 years ago
- b98b1bf elimiante the DWLabel class, using MCSymbol instead. Start by Chris Lattner · 15 years ago
- f0bd4cc MC'ize padding when padding the ULEB128 value. by Bill Wendling · 15 years ago
- 3dc9b48 LLVM puts padding bytes in the __gcc_except_tab section after the by Bill Wendling · 15 years ago
- 9184b25 Preliminary patch to improve dwarf EH generation - Hooks to return Personality / FDE / LSDA / TType encoding depending on target / options (e.g. code model / relocation model) - MCIzation of Dwarf EH printer to use encoding information - Stub generation for ELF target (needed for indirect references) - Some other small changes here and there by Anton Korobeynikov · 15 years ago
- 4cb4895 Don't print out a default newline when emitting the section offset. There are by Bill Wendling · 15 years ago
- c618c8a emit jump table an alias ".set" directives through MCStreamer as assignments. by Chris Lattner · 16 years ago
- cee6332 Eliminate SetDirective, and replace it with HasSetDirective. by Chris Lattner · 16 years ago
- 6a315c3 eliminate MCAsmInfo::NeedsSet: we now just use .set on any platform that has it. by Chris Lattner · 16 years ago
- 3586e5e fix some issues where we weren't emitting enough newlines. by Chris Lattner · 16 years ago
- faca549 move "EOL" from asmprinter to dwarfprinter. It should eventually by Chris Lattner · 16 years ago
- 245834d add a new EmitCFAByte method and use it. by Chris Lattner · 16 years ago
- 894d75a move uleb printing from asmprinter to dwarfprinter, mcize, by Chris Lattner · 16 years ago
- bb9078a move sleb printing out of asmprinter into dwarf printer, make clients by Chris Lattner · 16 years ago
- f61ed8e add a new DwarfPrinter::EmitEncodingByte method which handles by Chris Lattner · 16 years ago
- 066c9ac rename the dwarf class to DwarfPrinter. This matches the filename by Chris Lattner · 16 years ago
- 0ad9c91 inline away the trivial AsmPrinter::EOL() method. by Chris Lattner · 16 years ago
- 10b318b now that MCSymbol::print doesn't use it's MAI argument, we can by Chris Lattner · 16 years ago
- 1efd4fd5 Switch some functions to take Twines, eliminate uses of StringExtras.h. by Benjamin Kramer · 16 years ago
- 858431d Change DIEObjectLabel to take an MCSymbol instead of std::string. by Chris Lattner · 16 years ago
- a01d346 Simply LSDA lable emission to use a direct special-case output instead of by Jim Grosbach · 16 years ago
- 3fb2b1e Clean up LSDA name generation and use for SJLJ exception handling. This by Jim Grosbach · 16 years ago
- 23132b1 prune the #includes in raw_ostream.h by moving a by Chris Lattner · 16 years ago
- 33adcfb rename TAI -> MAI, being careful not to make MAILJMP instructions :) by Chris Lattner · 16 years ago
- af76e59 Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
- eea1f4c by David Greene · 16 years ago
- c23197a llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 16 years ago
- c25e758 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 16 years ago
- 05b5e03 Fix typos. by Bill Wendling · 16 years ago
- c965ee2 Remove some unnecessary #includes. by Dan Gohman · 16 years ago
- 88423ee Split out the Dwarf writer stuff into separate files. This is a much more by Bill Wendling · 16 years ago