1. 9f06f91 the latest assembler that runs on powerpc 10.4 machines doesn't by Chris Lattner · 15 years ago
  2. 34bfab0 two changes: by Chris Lattner · 15 years ago
  3. 60b1316 fix the definitions of ConstTextCoalSection/ConstDataCoalSection by Chris Lattner · 15 years ago
  4. e415230 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
  5. 329d202 MC: Move COFF enumeration constants to llvm/Support/COFF.h, patch by Michael by Daniel Dunbar · 15 years ago
  6. 3632171 Revert r107205 and r107207. by Bill Wendling · 15 years ago
  7. 1767723 Introducing the "linker_weak" linkage type. This will be used for Objective-C by Bill Wendling · 15 years ago
  8. 19a4b84 Add support for initialized global data for darwin tls. Update comments by Eric Christopher · 15 years ago
  9. 6fdea1b Add full bss data support for darwin tls variables. by Eric Christopher · 15 years ago
  10. 9635b3d More data/parsing support for tls directives. Add a few more testcases by Eric Christopher · 15 years ago
  11. bf79238 Add some section and constant support for darwin TLS. by Eric Christopher · 15 years ago
  12. 0284493 add COFF support for COMDAT sections, patch by Nathan Jeffords! by Chris Lattner · 15 years ago
  13. 87cffa9 switch MCSectionCOFF from a syntactic to semantic representation, by Chris Lattner · 15 years ago
  14. 5b212a3 add llvm codegen support for -ffunction-sections and -fdata-sections, by Chris Lattner · 16 years ago
  15. 80c3459 delete a forwarding function. by Chris Lattner · 16 years ago
  16. 5418dd5 move elf section uniquing to MCContext. Along the way by Chris Lattner · 16 years ago
  17. 433d406 remove the TargetLoweringObjectFileMachO::getMachoSection by Chris Lattner · 16 years ago
  18. 2073112 move macho section uniquing from MCParser and TLOF to MCContext where by Chris Lattner · 16 years ago
  19. 2104b8d rename llvm::llvm_report_error -> llvm::report_fatal_error by Chris Lattner · 16 years ago
  20. 9897043 Rip out the 'is temporary' nonsense from the MCContext interface to by Chris Lattner · 16 years ago
  21. bbcaa40 Now that the default for Darwin platforms is to place the LSDA into the TEXT by Bill Wendling · 16 years ago
  22. 2ea586b use Mang->getSymbol() more. by Chris Lattner · 16 years ago
  23. 632eb65 fix MCSectionELF to not leak memory, just like I did for MCSymbol. by Chris Lattner · 16 years ago
  24. 03627cb fix a fixme in TargetLoweringObjectFile::getExprForDwarfReference by Chris Lattner · 16 years ago
  25. 2562356 rename getSymbolForDwarf* to getExprForDwarf* since it returns by Chris Lattner · 16 years ago
  26. a810bdf Add a bit along with the MCSymbols stored in the MachineModuleInfo maps that by Bill Wendling · 16 years ago
  27. 71c30c1 move three lowering hooks from MAI to TLOF and make one of them by Chris Lattner · 16 years ago
  28. ac2361a set the temporary bit on MCSymbols correctly. by Chris Lattner · 16 years ago
  29. ef2f804 tidy up by Chris Lattner · 16 years ago
  30. 8545afe Don't emit global symbols into the (__TEXT,__ustring) section on Darwin. This by Charles Davis · 16 years ago
  31. 182eea8 Revert... by Bill Wendling · 16 years ago
  32. ce153af Okay. One last attempt: by Bill Wendling · 16 years ago
  33. e7179e8 The TType is always absptr on Mach-O...at least for now. by Bill Wendling · 16 years ago
  34. 31a9212 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 · 16 years ago
  35. 336c0a1 Revert Anton's most recent EH patch (r96637), since it breaks a lot of by Bob Wilson · 16 years ago
  36. 9baeb02 Use the same encoding for EH stuff uniformly on all MachO targets. by Anton Korobeynikov · 16 years ago
  37. ab663a0 Move TLOF implementations to libCodegen to resolve layering violation. by Anton Korobeynikov · 16 years ago