1. dac97da --- Reverse-merging r82282 into '.': by Bill Wendling · 16 years ago
  2. 9286265 Still one more thing wrong here... by Bill Wendling · 16 years ago
  3. ab2f666 Here's fun! It turns out that these filter functions can be internal. If they're by Bill Wendling · 16 years ago
  4. a741cb4 Revert r82274. It's causing failures in the CINT2006 benchmarks. by Bill Wendling · 16 years ago
  5. 8c065b3 It's inefficient to have place the exception tables (which contain the LSDA) by Bill Wendling · 16 years ago
  6. ee62b04 pass machinemoduleinfo down into getSymbolForDwarfGlobalReference, by Chris Lattner · 16 years ago
  7. 8886dc2 Big change #1 for personality function references: by Chris Lattner · 16 years ago
  8. 58b7948 Provide proper section flags for various BSS flavours by Anton Korobeynikov · 16 years ago
  9. 5e258a3 Whitespace cleanup by Anton Korobeynikov · 16 years ago
  10. b5b99e6 Simplify. by Daniel Dunbar · 16 years ago
  11. 2c3026d fix COFF targets (mingw/cygwin) to provide ehframe and LSDA sections by Chris Lattner · 16 years ago
  12. 5840945 Text sections should have 'exec' flag set. This seems to unbreak libstdc++ on linux. by Anton Korobeynikov · 16 years ago
  13. 858ea8f Clear the uniquing table when initializing TLOF to avoid a crash when the TLOF is reinitialized with a different MCContext. by Benjamin Kramer · 16 years ago
  14. 24214f3 Update getSectionForConstant() to to allow mergable sections to be nulled out by Richard Osborne · 16 years ago
  15. dc4d793 the .eh_frame sections we generate need to be writable (which by Chris Lattner · 16 years ago
  16. 0a9ec09 If ELF subtargets don't want to support 4/8/16-byte mergable sections, allow by Chris Lattner · 16 years ago
  17. dca7654 Make these matching rules more strict so that they don't by Dan Gohman · 16 years ago
  18. 0ff6eff Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' by Bruno Cardoso Lopes · 16 years ago
  19. 26d7ecd Change MCSectionELF to represent a section semantically instead of by Bruno Cardoso Lopes · 16 years ago
  20. a93ce3b sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF implementations. by Chris Lattner · 16 years ago
  21. f7c76a2 add some comments: MCContext owns the MCSections, but it bump pointer allocates by Chris Lattner · 16 years ago
  22. 0fcad8a reject invalid code like: by Chris Lattner · 16 years ago
  23. af4bf00 implement support for uniquing MachO sections. by Chris Lattner · 16 years ago
  24. 044e6ea reduce #includage by Chris Lattner · 16 years ago
  25. 45f13d4 Tidy #includes. by Dan Gohman · 16 years ago
  26. 7f1ac7f split MachO section handling stuff out to its out .h/.cpp file. by Chris Lattner · 16 years ago
  27. 72a676a Make the big switch: Change MCSectionMachO to represent a section *semantically* by Chris Lattner · 16 years ago
  28. d0d09fc 1. Make MCSection an abstract class. by Chris Lattner · 16 years ago
  29. a551f8a make target-specific TLOF impls (except PIC16) create target-specific by Chris Lattner · 16 years ago
  30. a8b97f4 eliminate TargetLoweringObjectFileSparc in favor of a TAI hook. by Chris Lattner · 16 years ago
  31. 849290a now that getOrCreateSection is all object-file specific, by Chris Lattner · 16 years ago
  32. 8011f5f sink getOrCreateSection down into all the object file implementations, by Chris Lattner · 16 years ago
  33. 36c2b91 Fix several fixmes and clean up code by sinking *all* section by Chris Lattner · 16 years ago
  34. 7195a86 expose SectionKindForGlobal to curious clients, named as getKindForGlobal. by Chris Lattner · 16 years ago
  35. 01567a8 enhance codegen to put 16-bit character strings into the by Chris Lattner · 16 years ago
  36. bf9abe5 fix a fixme: don't create an explicit "CStringSection" for ELF, by Chris Lattner · 16 years ago
  37. 1c81a6c Add support emiting for 2/4 byte mergable strings to the ".rodata.str*" by Chris Lattner · 16 years ago
  38. db72793 make MergeableCString be a SectionKind "abstract class", and by Chris Lattner · 16 years ago
  39. 9287346 Eliminate textual section switching from the x86 backend, one by Chris Lattner · 16 years ago
  40. 72d228d move dwarf debug info section selection stuff from TAI to by Chris Lattner · 16 years ago
  41. c01e333 convert EHFrameSection to be managed by TLOF instead of TAI. by Chris Lattner · 16 years ago
  42. 3d77805 move getDwarfExceptionSection from TAI to TLOF and rename it to by Chris Lattner · 16 years ago
  43. b5c952a convert ctors/dtors section to be in TLOF instead of TAI. by Chris Lattner · 16 years ago
  44. a945341 (re)introduce new simpler apis for creation sectionkinds. by Chris Lattner · 16 years ago
  45. d7f8c0a Remove "JumpTableDataSection" from TAI, instead, have AsmPrinter by Chris Lattner · 16 years ago
  46. a3954e6 fix a fixme by sinking various target-specific directives down into by Chris Lattner · 16 years ago
  47. 1a06130 coff also doesn't have a ReadOnlySection yet, (!) by Chris Lattner · 16 years ago
  48. 1764e85 coff doesn't set a .bss seciton, so this is dead. by Chris Lattner · 16 years ago
  49. cfd15d8 it turns out that isWeak() was basically dead anyway. Kill off SectionInfo :-/ by Chris Lattner · 16 years ago
  50. a741b02 don't use isWeak anymore. by Chris Lattner · 16 years ago
  51. 9de4876 Change SectionKind to be a property that is true of a *section*, it by Chris Lattner · 16 years ago
  52. 02b6bbd All MCSections are now required to have a SectionKind. by Chris Lattner · 16 years ago
  53. 84362ac move emitUsedDirectiveFor to TargetLoweringObjectFile and rename it to by Chris Lattner · 16 years ago
  54. e6ad12f switch off of 'Section' onto MCSection. We're not properly using by Chris Lattner · 16 years ago
  55. 0131627 refactor section construction in TLOF to be through an explicit by Chris Lattner · 16 years ago
  56. 24be199 fix PR4650: we only track sizes for certain objects, so only put something by Chris Lattner · 16 years ago
  57. 8263c86 mingw uses .data and .text, not _data and _text. by Chris Lattner · 16 years ago
  58. 4446de4 fix PR4584 with a trivial patch now that the pieces are in place. by Chris Lattner · 16 years ago
  59. 2931fe4 pass the mangler down into the various SectionForGlobal methods. by Chris Lattner · 16 years ago
  60. 7cb5c53 constant prop a utostr. by Chris Lattner · 16 years ago
  61. d94d60f remove some completely wrong code. 1 is never < 16. It turns out that GCC appears to put strings of any length into the ELF cstring equivalent, so just rip out the code. by Chris Lattner · 16 years ago
  62. 1995d8a Fix PR4639, a ELF-TLS regression from some of my refactoring. by Chris Lattner · 16 years ago
  63. 28faffe the apple "ld_classic" linker doesn't support .literal16 in 32-bit by Chris Lattner · 16 years ago
  64. 0228f58 fix unused variable warning by Chris Lattner · 16 years ago
  65. c4c40a9 Rip all of the global variable lowering logic out of TargetAsmInfo. Since by Chris Lattner · 16 years ago