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