- 24f654c Fix several fixmes and clean up code by sinking *all* section by Chris Lattner · 16 years ago
- 58bed8f expose SectionKindForGlobal to curious clients, named as getKindForGlobal. by Chris Lattner · 16 years ago
- ec40975 enhance codegen to put 16-bit character strings into the by Chris Lattner · 16 years ago
- 7e88a50 fix a fixme: don't create an explicit "CStringSection" for ELF, by Chris Lattner · 16 years ago
- 1850e5a Add support emiting for 2/4 byte mergable strings to the ".rodata.str*" by Chris Lattner · 16 years ago
- 3b24c01 make MergeableCString be a SectionKind "abstract class", and by Chris Lattner · 16 years ago
- 11e9657 Eliminate textual section switching from the x86 backend, one 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
- 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
- 8245838 fix a fixme by sinking various target-specific directives down into by Chris Lattner · 16 years ago
- 94dab1e coff also doesn't have a ReadOnlySection yet, (!) by Chris Lattner · 16 years ago
- 56fe93c coff doesn't set a .bss seciton, so this is dead. by Chris Lattner · 16 years ago
- f9650c0 it turns out that isWeak() was basically dead anyway. Kill off SectionInfo :-/ by Chris Lattner · 16 years ago
- 27602b8 don't use isWeak anymore. 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
- 4a7bc1e All MCSections are now required to have a SectionKind. 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
- 82987bf fix PR4650: we only track sizes for certain objects, so only put something by Chris Lattner · 16 years ago
- 83d1c3d mingw uses .data and .text, not _data and _text. by Chris Lattner · 16 years ago
- b8f396b fix PR4584 with a trivial patch now that the pieces are in place. by Chris Lattner · 16 years ago
- e53a600 pass the mangler down into the various SectionForGlobal methods. by Chris Lattner · 16 years ago
- a679207 constant prop a utostr. by Chris Lattner · 16 years ago
- 067fe1a 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
- bf15e43 Fix PR4639, a ELF-TLS regression from some of my refactoring. by Chris Lattner · 16 years ago
- 4bb253c the apple "ld_classic" linker doesn't support .literal16 in 32-bit by Chris Lattner · 16 years ago
- 8fb0039 fix unused variable warning by Chris Lattner · 16 years ago
- f014412 Rip all of the global variable lowering logic out of TargetAsmInfo. Since by Chris Lattner · 16 years ago