- 96cb112 Remove tabs. by Bill Wendling · 13 years ago
- d6b43a3 Move the support for using .init_array from ARM to the generic by Rafael Espindola · 13 years ago
- adb082c Look for the 'Is Simulated' module flag. This indicates that the program is compiled to run on a simulator. by Bill Wendling · 13 years ago
- 1d2d5a0 Fix to make sure that a comdat group gets generated correctly for a static member by Anton Korobeynikov · 13 years ago
- 50f603f ... and it's probably best to use the correct alignment, rather than just guessing that it's the same as the size. by David Chisnall · 13 years ago
- ca5b752 It turns out that putting an 8-byte symbol in a 4-byte section makes Solaris ld sulk. GNU ld is perfectly happy with it, which is worrying for a whole other set of reasons... by David Chisnall · 13 years ago
- 2de3ff5 Use 'getDataNoRel' for the section kind. by Bill Wendling · 14 years ago
- 057d521 Modify the code that emits the module flags to use the new module flags accessor by Bill Wendling · 14 years ago
- b464d3f Add code to the target lowering object file module to handle module flags. by Bill Wendling · 14 years ago
- d4a19b6 Add support for implicit TLS model used with MS VC runtime. Patch by Kai Nacke! by Anton Korobeynikov · 14 years ago
- 4a99f59 Properly emit ctors / dtors with priorities into desired sections by Anton Korobeynikov · 14 years ago
- 4d6ccb5 More dead code removal (using -Wunreachable-code) by David Blaikie · 14 years ago
- d7c2494 On MachO, the pointer to the personality function should always be in the by Bill Wendling · 14 years ago
- a7b0cb7 Remove all remaining uses of Value::getNameStr(). by Benjamin Kramer · 14 years ago
- 6712154 Check the visibility of the global variable before placing it into the stubs by Bill Wendling · 14 years ago
- 203576a Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc. by Evan Cheng · 14 years ago
- e76a33b Add MCObjectFileInfo and sink the MCSections initialization code from by Evan Cheng · 14 years ago
- 70955c2 Fix an obvious typo that's preventing x86 (32-bit) from using .literal16. by Evan Cheng · 14 years ago
- 9bc402c Fix up TargetLoweringObjectFile ctors to properly initialize fields. by Evan Cheng · 14 years ago
- 4c0c446 Use the presence of the __compact_unwind section to indicate that a target by Bill Wendling · 14 years ago
- 1a3ab63 Add a flag that indicates whether a target supports compact unwind info or not. by Bill Wendling · 14 years ago
- aa0a8f3 Add a __LD,__compact_unwind section. by Bill Wendling · 14 years ago
- fb66f47 Fix invalid uses of Twine. Hopefully this fixes the problem that Takumi is by Rafael Espindola · 14 years ago
- d846e3f Fix a silly error I introduce in r131951. Fixes PR10095. by Rafael Espindola · 14 years ago
- 88c8164 Add the suffix to the Win64 EH data sections' names if given. Add a test for by Charles Davis · 14 years ago
- cfb2bbb Revert r132111. I built Release (without Asserts), so I didn't know about the by Charles Davis · 14 years ago
- fad99ae Align Win64 EH Table sections to 4 bytes. by Charles Davis · 14 years ago
- e665798 Explain FIXME. by Rafael Espindola · 14 years ago
- 10c3e12 Fix the defaults for .eh_frame. We were marking it as writable. by Rafael Espindola · 14 years ago
- 98eb7be Fix typo. When will I learn? by Charles Davis · 14 years ago
- f3ffc2c Add .pdata and .xdata sections to the COFF TLOF implementation. by Charles Davis · 14 years ago
- 087aad4 Remove a flag that would set the ".eh" symbol as .globl. MachO was the only one by Bill Wendling · 14 years ago
- 5426a9e GCC uses a different encoding of pointers in the FDE when using by Rafael Espindola · 14 years ago
- 60246a9 Remove unnecessary argument. by Rafael Espindola · 14 years ago
- 7afec9c Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, and by Rafael Espindola · 14 years ago
- 018e38c Fix indentation. by Rafael Espindola · 14 years ago
- 4788c3e Remove unused arguments. by Rafael Espindola · 14 years ago
- 558692f ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OS by Daniel Dunbar · 14 years ago
- ebc5066 CodeGen: Eliminate a use of getDarwinMajorNumber(). by Daniel Dunbar · 14 years ago
- 30deafc Put each personality function in a section. This fixes the gnu ld warning: by Rafael Espindola · 14 years ago
- 65c8bca Reapply 127939 since Daniel fixed the breakage. <rdar://problem/9012638> by Stuart Hastings · 14 years ago
- 825dd96 Revert 127939. <rdar://problem/9012638> by Stuart Hastings · 14 years ago
- 7257897 Revise r126127 to address Daniel's comments. <rdar://problem/9012638> by Stuart Hastings · 14 years ago
- 0412d5b Fix llvm-gcc bootstrap with gnu ld. by Rafael Espindola · 14 years ago
- f8597eb Revert r125960, it's breaking darwin10 bootstrap. by Eric Christopher · 14 years ago
- 6ad82d8 Fix to correctly support attribute((section("__DATA, __common"))). by Stuart Hastings · 14 years ago
- 5028249 Reapply r114997 now that the buildbots have been updated. by Bill Wendling · 14 years ago
- 5d618ef Switch llvm to using comdats. For now always use groups with a single section. by Rafael Espindola · 15 years ago
- 0cf5e3d Delay the creation of eh_frame so that the user can change the defaults. by Rafael Espindola · 15 years ago
- 1c13026 Remove more duplicated code. by Rafael Espindola · 15 years ago
- c85dca6 Remove duplicated code. by Rafael Espindola · 15 years ago
- 89b9372 Fixed version of 121434 with no new memory leaks. by Rafael Espindola · 15 years ago
- f7fd4aa Revert my previous patch to make the valgrind bots happy. by Rafael Espindola · 15 years ago
- 1c952b9 Initial support for the cfi directives. This is just enough to get by Rafael Espindola · 15 years ago
- 34be396 Fixed version of 118639 with an extra assert to catch similar problems by Rafael Espindola · 15 years ago
- 3931b54 COFF: Add IMAGE_SCN_MEM_READ to text sections. by Michael J. Spencer · 15 years ago
- 579d7a3 Fix whitespace. by Michael J. Spencer · 15 years ago
- 3b3b0eb lib/CodeGen/TargetLoweringObjectFileImpl.cpp: Tweak to emit ".{section}${name}" instead of ".{section}$linkonce_{name}" for linkonce sections. by NAKAMURA Takumi · 15 years ago
- 657985e Do not check that the bodies of two defs of same linkonce global are the same. by Anton Korobeynikov · 15 years ago
- 2ff6e1e Revert r114997. It was causing a failure on darwin10-selfhost. by Bill Wendling · 15 years ago
- 4edab1a Fix a FIXME. _foo.eh symbols are currently always exported so that the linker by Bill Wendling · 15 years ago
- 8048ebe the latest assembler that runs on powerpc 10.4 machines doesn't by Chris Lattner · 15 years ago
- 1875ce4 two changes: by Chris Lattner · 15 years ago
- 6a624a6 fix the definitions of ConstTextCoalSection/ConstDataCoalSection by Chris Lattner · 15 years ago
- 36335be Fix a major regression on COFF targets introduced by r103267: 'discardable' section means that it is used only during the program load and can be discarded afterwards. by Anton Korobeynikov · 15 years ago
- 9461058 MC: Move COFF enumeration constants to llvm/Support/COFF.h, patch by Michael by Daniel Dunbar · 15 years ago
- 07d3177 Revert r107205 and r107207. by Bill Wendling · 15 years ago
- 207855c Introducing the "linker_weak" linkage type. This will be used for Objective-C by Bill Wendling · 15 years ago
- 02b46bc Add support for initialized global data for darwin tls. Update comments by Eric Christopher · 15 years ago
- 8116ca5 Add full bss data support for darwin tls variables. by Eric Christopher · 15 years ago
- c6177a4 More data/parsing support for tls directives. Add a few more testcases by Eric Christopher · 15 years ago
- 423c9e3 Add some section and constant support for darwin TLS. by Eric Christopher · 15 years ago
- 6e5ce28 add COFF support for COMDAT sections, patch by Nathan Jeffords! by Chris Lattner · 15 years ago
- eb40a0f switch MCSectionCOFF from a syntactic to semantic representation, by Chris Lattner · 15 years ago
- 43ac721 add llvm codegen support for -ffunction-sections and -fdata-sections, by Chris Lattner · 15 years ago
- 287df1b delete a forwarding function. by Chris Lattner · 15 years ago
- 74aae47 move elf section uniquing to MCContext. Along the way by Chris Lattner · 15 years ago
- 2277221 remove the TargetLoweringObjectFileMachO::getMachoSection by Chris Lattner · 15 years ago
- f0559e4 move macho section uniquing from MCParser and TLOF to MCContext where by Chris Lattner · 15 years ago
- 75361b6 rename llvm::llvm_report_error -> llvm::report_fatal_error by Chris Lattner · 15 years ago
- 9b97a73 Rip out the 'is temporary' nonsense from the MCContext interface to by Chris Lattner · 15 years ago
- 505ad8b Now that the default for Darwin platforms is to place the LSDA into the TEXT by Bill Wendling · 15 years ago
- 4c6741f use Mang->getSymbol() more. by Chris Lattner · 15 years ago
- 1f8008c fix MCSectionELF to not leak memory, just like I did for MCSymbol. 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
- cebae36 Add a bit along with the MCSymbols stored in the MachineModuleInfo maps that by Bill Wendling · 15 years ago
- 09d53fe move three lowering hooks from MAI to TLOF and make one of them by Chris Lattner · 15 years ago
- 98cdab5 set the temporary bit on MCSymbols correctly. by Chris Lattner · 15 years ago
- 98f15d2 tidy up by Chris Lattner · 15 years ago
- 314fef6 Don't emit global symbols into the (__TEXT,__ustring) section on Darwin. This by Charles Davis · 15 years ago
- fec8657 Revert... by Bill Wendling · 15 years ago
- d556155 Okay. One last attempt: by Bill Wendling · 15 years ago
- 4933a37 The TType is always absptr on Mach-O...at least for now. by Bill Wendling · 15 years ago
- 293d592 It turned out that we failed to emit proper symbol stubs on non-x86/darwin for ages (we emitted a reference to a stub, but no stub was emitted). The code inside x86-32/macho target objfile lowering should actually be the generic one - move it there. by Anton Korobeynikov · 15 years ago
- 6b89aa5 Revert Anton's most recent EH patch (r96637), since it breaks a lot of by Bob Wilson · 15 years ago
- f0e7c87 Use the same encoding for EH stuff uniformly on all MachO targets. by Anton Korobeynikov · 15 years ago
- 362dd0b Move TLOF implementations to libCodegen to resolve layering violation. by Anton Korobeynikov · 16 years ago