- c1a887d Partial code for emitting thread local bss data. by Eric Christopher · 15 years ago
- b9a01bc Add support for assemblers that don't support periods in a name by Mon P Wang · 15 years ago
- 3d22513 eliminate the magic AbsoluteDebugSectionOffsets MAI hook, by Chris Lattner · 15 years ago
- 0887fa0 isAbsoluteEHSectionOffsets always returns false, eliminate it by Chris Lattner · 15 years ago
- 8a29fa6 move fastcall/stdcall mangling up into Mangler. by Chris Lattner · 15 years ago
- 09d53fe move three lowering hooks from MAI to TLOF and make one of them by Chris Lattner · 15 years ago
- 73163f8 MC: Change default comment column to 40 characters. by Daniel Dunbar · 16 years ago
- cee6332 Eliminate SetDirective, and replace it with HasSetDirective. by Chris Lattner · 16 years ago
- 2e2563b Emit .comm alignment in bytes but .align in powers of 2 for ARM ELF. by Rafael Espindola · 16 years ago
- 6a315c3 eliminate MCAsmInfo::NeedsSet: we now just use .set on any platform that has it. by Chris Lattner · 16 years ago
- 78f485a rename MAI::PICJumpTableDirective to MAI::GPRel32Directive to by Chris Lattner · 16 years ago
- cba386c remove JumpTableDirective, it is always null. by Chris Lattner · 16 years ago
- 6559d76 all supported target now have aligned common support. by Chris Lattner · 16 years ago
- 9eb158d mcize lcomm, simplify .comm, extend both to support 64-bit sizes. by Chris Lattner · 16 years ago
- f9f93e4 resolve a fixme: the "nonexecutable stack directive" is actually by Chris Lattner · 16 years ago
- 152a29b mcize visibility directives. by Chris Lattner · 16 years ago
- 3a9be0e mcstreamerize .no_dead_strip and .reference for static ctors/dtors. by Chris Lattner · 16 years ago
- 8eeba35 revert 93934, removing the MCAsmInfo endianness bit. I can't by Chris Lattner · 16 years ago
- c7b8814 give MCAsmInfo a 'has little endian' bit. This is unfortunate, but by Chris Lattner · 16 years ago
- f03ffd1 remove MAI::ZeroDirectiveSuffix, which is only used by MASM, by Chris Lattner · 16 years ago
- 814819f stop using the .lcomm pseudoop on darwin, instead, directly use the by Chris Lattner · 16 years ago
- 41eb8b4 hookize the cygwin ".linkonce" directive. by Chris Lattner · 16 years ago
- 7517b24 add a bool for whether .lcomm takes an alignment instead of basing this on "isdarwin". by Chris Lattner · 16 years ago
- 71eae71 move production of .reference directives for static ctor/dtor list on by Chris Lattner · 16 years ago
- aac138e Cleanup handling of .zerofill on darwin: by Chris Lattner · 16 years ago
- 8b67f77 Move DataTypes.h to include/llvm/System, update all users. This breaks the last by Chandler Carruth · 16 years ago
- c6f729e Allow symbols to start from the digit if target requests it. This allows, e.g. pinning by Anton Korobeynikov · 16 years ago
- 8c6ed05 Big change #1 for personality function references: by Chris Lattner · 16 years ago
- bfd1e50 remove some horrible MAI hooks which fortunately turn out to be always empty. by Chris Lattner · 16 years ago
- 7c30191 remove MAI::JumpTableSpecialLabelPrefix now that MAI by Chris Lattner · 16 years ago
- 415c8cf Revert last patch. We need to put this into TargetLowering. There will be a lot by Bill Wendling · 16 years ago
- 533534a Add the #include here. by Bill Wendling · 16 years ago
- b9e7689 Add a target asm info hook to specify that particular bits of data in the FDE by Bill Wendling · 16 years ago
- 33adcfb rename TAI -> MAI, being careful not to make MAILJMP instructions :) by Chris Lattner · 16 years ago
- 82d748d move the MCAsmInfo .cpp/.h files into the right directories and rename them. by Chris Lattner · 16 years ago[Renamed from lib/Target/TargetAsmInfo.cpp]
- af76e59 Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
- fdf229e Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' by Bruno Cardoso Lopes · 16 years ago
- e2b0601 Change the asmprinter to print the comment character before the by Chris Lattner · 16 years ago
- dfab291 split "JumpTableDirective" (an existing hack) into a PIC and nonPIC by Chris Lattner · 16 years ago
- 1b747ad SjLj based exception handling unwinding support. This patch is nasty, brutish by Jim Grosbach · 16 years ago
- 892e182 1. Make MCSection an abstract class. by Chris Lattner · 16 years ago
- 5277b22 eliminate TargetLoweringObjectFileSparc in favor of a TAI hook. by Chris Lattner · 16 years ago
- db0a970 remove a bunch of now-dead crud from the asmprinter and TAI interfaces. by Chris Lattner · 16 years ago
- cafbdc5 remove the 'DataSectionStartSuffix' and 'TextSectionStartSuffix' knobs. by Chris Lattner · 16 years ago
- f9c1ccf rip out SectionEndDirectiveSuffix support, only uses by 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
- d90183d Move the getInlineAsmLength virtual method from TAI to TII, where by Chris Lattner · 16 years ago
- 8d4a0a3 remove TargetAsmInfo::TM, which is now dead. The basic TAI class now by Chris Lattner · 16 years ago
- 5e62147 clean up #includes of TargetAsmInfo.cpp by Chris Lattner · 16 years ago
- b6d6674 remove the dead PreferredEHDataFormat TAI hook: its now dead 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
- 83d77fa Remove "JumpTableDataSection" from TAI, instead, have AsmPrinter by Chris Lattner · 16 years ago
- b80610c REmove dead fields of TAI. by Chris Lattner · 16 years ago
- 7a01e95 PreferredEHDataFormat is always call with data and global, but this whole 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
- 3b07b52 Sink getSectionPrefixForUniqueGlobal down into the TAI by Chris Lattner · 16 years ago
- a7defb7 add an explanatory comment about why we drop these in readonly and by Chris Lattner · 16 years ago
- afcb70b don't create default text/data sections for all targets. by Chris Lattner · 16 years ago
- e346694 Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSection by Chris Lattner · 16 years ago
- 5fe575f Eliminate SectionFlags, just embed a SectionKind into Section by Chris Lattner · 16 years ago
- 0fcf4dc untangle a TargetAsmInfo hack where ELFTargetAsmInfo would create a by Chris Lattner · 16 years ago
- f40761d remove a densemap from TargetAsmInfo that was uniquing the targetflags strings, by Chris Lattner · 16 years ago
- 6468b44 simplify SectionFlagsForGlobal, even though I want to kill it. by Chris Lattner · 16 years ago
- 37088b3 make SectionKind keep track of whether a global had an explicit by Chris Lattner · 16 years ago
- 4c50922 make SectionKind know whether a symbol is weak or not in addition by Chris Lattner · 16 years ago
- 2ceb60a rename Mergable -> Mergeable and Writable -> Writeable by Chris Lattner · 16 years ago
- 2c5815d remove a bunch of helper functions, just use SectionKind::get instead. by Chris Lattner · 16 years ago
- 5c2f789 simplify getSectionForMergableConstant to take a SectionKind. by Chris Lattner · 16 years ago
- 8ca5209 introduce specialized mergable const sectionkinds for elements of size 4/8/16 to by Chris Lattner · 16 years ago
- 7f88a20 improve the default impl of getSectionForMergableConstant by by Chris Lattner · 16 years ago
- e346e18 Rearrange all the SectionKinds and structure them into a hierarchical by Chris Lattner · 16 years ago
- 460d51e make SectionKind be a first-class pod struct instead of just an enum. by Chris Lattner · 16 years ago
- b4fc419 this is (unfortunately) several changes mixed together: by Chris Lattner · 16 years ago
- 4f05591 document some invariants. by Chris Lattner · 16 years ago
- 10cf6a6 add the most expedient hack to fix PR4619, along with a testcase. by Chris Lattner · 16 years ago
- fbd3d4a fix some predicates by Chris Lattner · 16 years ago
- 0d4960c3 change SectionKindForGlobal from being a public (and by Chris Lattner · 16 years ago
- b303504 make SectionKindForGlobal target independent, and therefore non-virtual. by Chris Lattner · 16 years ago
- f20f250 we already know the sectionkind when invoking SelectSectionForGlobal, by Chris Lattner · 16 years ago
- 7420ab2 make SectionForGlobal non-virtual, add a hook for pic16 to do its "address=" hack. by Chris Lattner · 16 years ago
- 2dcafe4 move ELF-specific code into ELFTargetAsmInfo. by Chris Lattner · 16 years ago
- e5ca0ac tidy up by Chris Lattner · 16 years ago
- 27f3065 split the ELF-specific section flag inference-from-name code out by Chris Lattner · 16 years ago
- 8adc547 make SectionFlagsForGlobal a private static function instead of a public by Chris Lattner · 16 years ago
- 104bbd1 move a method up in the file, GV is always non-null, so remove a check. by Chris Lattner · 16 years ago
- 3df6d5d There is no need to pass the name into lib/Target/TargetAsmInfo.cpp by Chris Lattner · 16 years ago
- 895c9ed Another getName -> getNameStr by Daniel Dunbar · 16 years ago
- eed05b8 hoist section name uniquing logic up to the top-level SectionForGlobal by Chris Lattner · 16 years ago
- 55acc68 Replace UniqueSectionForGlobal with getSectionPrefixForUniqueGlobal. by Chris Lattner · 16 years ago
- fb3431a reduce api exposure: clients shouldn't call SectionKindForGlobal directly. by Chris Lattner · 16 years ago
- ad733cd remove more bits of small section support. by Chris Lattner · 16 years ago
- 013e6b6 Remove SectionKind::Small*. This was only used on mips, and is apparently by Chris Lattner · 16 years ago
- 819c4f3 remove SectionFlags::Small: it is only used on Xcore, and we'll find by Chris Lattner · 16 years ago
- 3d5126f Switch some clients to Value::getName(), and other getName() user by Daniel Dunbar · 16 years ago
- 7384e1b Fix indentation. by Daniel Dunbar · 16 years ago
- 298414e remove the SelectSectionForMachineConst hook, replacing it with by Chris Lattner · 16 years ago
- 7cf12c7 reimplement Constant::ContainsRelocations as by Chris Lattner · 16 years ago
- b2fb9cc simplify code now that it is inlined. by Chris Lattner · 16 years ago