- 049e98d Output a hex value, because all of the others are hex. by Bill Wendling · 16 years ago
- c69d74a Revert commit 80428. It completely broke exception handling on x86-32 linux. by Duncan Sands · 16 years ago
- 0bb61c5 PR4747 by Jim Grosbach · 16 years ago
- 8ed2114 Nuke moribund "std::string" version of EOL(..., Encoding). by Bill Wendling · 16 years ago
- 9b35a09 - Add target lowering methods to get the preferred format for the FDE and LSDA by Bill Wendling · 16 years ago
- b5abecd Add a form of EOL which emits the text version of a DWARF format encoding. This by Bill Wendling · 16 years ago
- 6fefceb Make the augmentation size and next set of bytes agree on size, by Eric Christopher · 16 years ago
- e4b2756 Reapply 79977. Use MDNodes to encode debug info in llvm IR. by Devang Patel · 16 years ago
- dbfcdb9 Nuke trailing whitespace. by Eric Christopher · 16 years ago
- a1ba269 Closure is a very generic name. Use AppleBlock instead. by Devang Patel · 16 years ago
- 639217c Revert accidental commit. by Bill Wendling · 16 years ago
- fffb726 --- Reverse-merging r80147 into '.': by Bill Wendling · 16 years ago
- d44fff7 If we're emitting additional CIEs due to personality functions by Eric Christopher · 16 years ago
- 8245988 Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. by Devang Patel · 16 years ago
- 8af76bd Add isClosure() predicate. This is used to add DW_AT_APPLE_block attribute. by Devang Patel · 16 years ago
- 7ccda0f - Rename EmitCommonInformationEntry to EmitCIE. by Bill Wendling · 16 years ago
- 2a610c7 Update DebugInfo interface to use metadata, instead of special named llvm.dbg.... global variables, to encode debugging information in llvm IR. This is mostly a mechanical change that tests metadata support very well. by Devang Patel · 16 years ago
- 4bda11f - Emit new line after each FDE. - Fix comment. by Bill Wendling · 16 years ago
- a6f91da Rename functions to something more descriptive. At the very least mention the by Bill Wendling · 16 years ago
- 23132b1 prune the #includes in raw_ostream.h by moving a by Chris Lattner · 16 years ago
- 74382b7 Prune #includes from llvm/Linker.h and llvm/System/Path.h, by Chris Lattner · 16 years ago
- 103289e convert LoopInfo.h and GraphWriter.h to use raw_ostream by Chris Lattner · 16 years ago
- b01acfa convert the DIE printing stuff to use raw_ostream instead of std::ostream. by Chris Lattner · 16 years ago
- 623dd14 random code cleanups. by Chris Lattner · 16 years ago
- c281de1 remove some random indentation stuff, yay for efficiency. 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
- 24f20e0 Record variable debug info at ISel time directly. by Devang Patel · 16 years ago
- a583c55 Attempt to comment this code more. by Bill Wendling · 16 years ago
- eea1f4c by David Greene · 16 years ago
- fc4da0c by David Greene · 16 years ago
- b2c66fc by David Greene · 16 years ago
- dddfd34 Switch to SmallString::str from SmallString::c_str, and remove by Daniel Dunbar · 16 years ago
- 663c2d2 switch asmprinter to emit alignments through OutStreamer. by Chris Lattner · 16 years ago
- 6c2f9e1 eliminate AsmPrinter::SwitchToSection and just have clients by Chris Lattner · 16 years ago
- fe37ab3 by David Greene · 16 years ago
- 35c3531 fix COFF targets (mingw/cygwin) to provide ehframe and LSDA sections by Chris Lattner · 16 years ago
- dabf07c Make AsmStreamer maintain a notion of the current section, pushing it up from the by Chris Lattner · 16 years ago
- 6a66e58 add a horrible hack to the dwarf printer. It looks like mingw is not specifying by Chris Lattner · 16 years ago
- 2962664 Remove a bit more cruft from the sjlj moving to a backend pass. by Jim Grosbach · 16 years ago
- 8b818d7 Move the sjlj exception handling conversions to a back-end pass where they by Jim Grosbach · 16 years ago
- 8f4b1ec the MinPad argument to PadToColumn only really makes sense to be 1, by Chris Lattner · 16 years ago
- 975780b change AsmPrinter to switch sections using AsmStreamer instead of by Chris Lattner · 16 years ago
- f3ce009 give MCAsmStreamer a TargetAsmInfo. by Chris Lattner · 16 years ago
- 6325a53 Do not completely skip subrange info for a zero sized array. by Devang Patel · 16 years ago
- 575327b Add virtual printMCInst method to AsmPrinter, as a quick way to expose the API by Daniel Dunbar · 16 years ago
- 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
- cf20ac4 Various AsmWriter output cleanups. Use WriteAsOperand instead of by Dan Gohman · 16 years ago
- 46d5056 Use WriteAsOperand to print BasicBlock names. by Dan Gohman · 16 years ago
- e45da0d Fix a few more places to use PadToColumn instead of tabs. And fix by Dan Gohman · 16 years ago
- a12e9d7 Use PadToColumn instead of tabs for aligning comments. Fix one place by Dan Gohman · 16 years ago
- bff3923 Add catch block handling to SjLj exception handling. by Jim Grosbach · 16 years ago
- e2b0601 Change the asmprinter to print the comment character before the by Chris Lattner · 16 years ago
- b3ac6e4 "TAI::JumpTableDirective" is always null for current arm targets, simplify by Chris Lattner · 16 years ago
- 1b747ad SjLj based exception handling unwinding support. This patch is nasty, brutish by Jim Grosbach · 16 years ago
- b71d1b2 by David Greene · 16 years ago
- 93b6db3 sink the 'name' and 'isdirective' state out of MCSection into its derived classes. by Chris Lattner · 16 years ago
- 892e182 1. Make MCSection an abstract class. by Chris Lattner · 16 years ago
- 5277b22 eliminate TargetLoweringObjectFileSparc in favor of a TAI hook. by Chris Lattner · 16 years ago
- 5f51cd0 code cleanup by Chris Lattner · 16 years ago
- db0a970 remove a bunch of now-dead crud from the asmprinter and TAI interfaces. by Chris Lattner · 16 years ago
- 23510d3 tidy up by Chris Lattner · 16 years ago
- a5bb59f by David Greene · 16 years ago
- cafbdc5 remove the 'DataSectionStartSuffix' and 'TextSectionStartSuffix' knobs. by Chris Lattner · 16 years ago
- d250329 add a temporary hook to allow reuse of the asmprinter from the disassembler. by Chris Lattner · 16 years ago
- f9c1ccf rip out SectionEndDirectiveSuffix support, only uses by by Chris Lattner · 16 years ago
- 290c2f5 eliminate CurrentSection, rename CurrentSection_ -> CurrentSection, make it private, by Chris Lattner · 16 years ago
- c6fdced Kill off SwitchToDataSection and SwitchToTextSection, woo. by Chris Lattner · 16 years ago
- 38c3988 make getObjFileLowering() return a non-const reference. by Chris Lattner · 16 years ago
- d54a6b8 make SwitchToSection accept null sections for now. by Chris Lattner · 16 years ago
- 18a4c16 move dwarf debug info section selection stuff from TAI to by Chris Lattner · 16 years ago
- 35039ac convert EHFrameSection to be managed by TLOF instead of TAI. by Chris Lattner · 16 years ago
- ad88bc4 Fix some fixme's in #if 0'd code by making it dependent on the structural by Chris Lattner · 16 years ago
- d5bbb07 move getDwarfExceptionSection from TAI to TLOF and rename it to by Chris Lattner · 16 years ago
- 80ec279 convert ctors/dtors section to be in TLOF instead of TAI. by Chris Lattner · 16 years ago
- 2798119 (re)introduce new simpler apis for creation sectionkinds. by Chris Lattner · 16 years ago
- 83d77fa Remove "JumpTableDataSection" from TAI, instead, have AsmPrinter by Chris Lattner · 16 years ago
- 2f03f65 loweringinfo is always non-null. by Chris Lattner · 16 years ago
- c19ee61 fix a problem Eli noticed where we would compile the attached ptrtoint to: by Chris Lattner · 16 years ago
- 968ff11 Change SectionKind to be a property that is true of a *section*, it by Chris Lattner · 16 years ago
- 845012e Use setPreservesAll and setPreservesCFG in CodeGen passes. by Dan Gohman · 16 years ago
- 46b754c add some comments on how this is *supposed* to work. We don't by Chris Lattner · 16 years ago
- 81c9a06 rearrange a conditional. Even if this weren't #if 0'd out, this would by Chris Lattner · 16 years ago
- bef8768 by David Greene · 16 years ago
- 7a01e95 PreferredEHDataFormat is always call with data and global, but this whole by Chris Lattner · 16 years ago
- 26630c1 move emitUsedDirectiveFor to TargetLoweringObjectFile and rename it to by Chris Lattner · 16 years ago
- a87dea4 switch off of 'Section' onto MCSection. We're not properly using by Chris Lattner · 16 years ago
- f26e03b refactor section construction in TLOF to be through an explicit by Chris Lattner · 16 years ago
- 78ab9e2 by Devang Patel · 16 years ago
- 409914b Forgot to output the base offset. by Bill Wendling · 16 years ago
- e53a600 pass the mangler down into the various SectionForGlobal methods. by Chris Lattner · 16 years ago
- 0dafca9 Move comment to above method. by Bill Wendling · 16 years ago
- ade025c - Temporarily unbreak the build by forcing the TType "absptr", which isn't by Bill Wendling · 16 years ago
- 5cff487 Cleanup code to use iterators instead of ".size()". by Bill Wendling · 16 years ago
- d460962 Doxygenify comments. by Bill Wendling · 16 years ago
- 5e953dd Split out large loop into it's very own method. No intended functionality change. by Bill Wendling · 16 years ago
- b0d9c3e Output the EH TType format and base offset only if there are types that we're by Bill Wendling · 16 years ago
- c5800a8 Use the preferred EH data format for the preferred EH data format. by Bill Wendling · 16 years ago
- f014412 Rip all of the global variable lowering logic out of TargetAsmInfo. Since by Chris Lattner · 16 years ago
- 2b2954f hoist MCContext/MCStreamer up to AsmPrinter since we're going to start creating by Chris Lattner · 16 years ago