Get MCSymbol out of the mangling business, and move all the logic
[oota-llvm.git] / lib / Target / TargetLoweringObjectFile.cpp
2010-01-17 Chris LattnerGet MCSymbol out of the mangling business, and move...
2010-01-16 Chris Lattnermove the mangler into libtarget from vmcore.
2010-01-16 Chris Lattnerfix build failure.
2010-01-16 Chris Lattnerremove a couple of actively incorrect uses of getMangle...
2010-01-13 Chris Lattnerfix ELF section mangling stuff for weak symbols to...
2010-01-13 Chris LattnerUse the GV version of getNameWithPrefix in TargetLoweri...
2010-01-13 Chris Lattneradd a fixme, ELF MCSection isn't quite right and weak...
2010-01-13 Chris Lattnereliminate some uses of Mangler::makeNameProper.
2010-01-13 Chris Lattnerchange Mangler::makeNameProper to return its result...
2010-01-07 Eric ChristopherWe need to put any kind of data with a relocation into a
2009-11-19 Bill WendlingReverting the EH table patches.
2009-11-19 Bill WendlingThe "ReadOnlyWithRel" enum seems to apply more to what...
2009-11-18 Bill WendlingAttempt #2:
2009-11-07 Chris Lattneradd some missing #includes
2009-11-06 Daniel DunbarPass StringRef by value.
2009-09-20 Bill Wendling--- Reverse-merging r82282 into '.':
2009-09-20 Bill WendlingStill one more thing wrong here...
2009-09-20 Bill WendlingHere's fun! It turns out that these filter functions...
2009-09-19 Bill WendlingRevert r82274. It's causing failures in the CINT2006...
2009-09-18 Bill WendlingIt's inefficient to have place the exception tables...
2009-09-17 Chris Lattnerpass machinemoduleinfo down into getSymbolForDwarfGloba...
2009-09-16 Chris LattnerBig change #1 for personality function references:
2009-09-09 Anton KorobeynikovProvide proper section flags for various BSS flavours
2009-09-09 Anton KorobeynikovWhitespace cleanup
2009-08-26 Daniel DunbarSimplify.
2009-08-18 Chris Lattnerfix COFF targets (mingw/cygwin) to provide ehframe...
2009-08-18 Anton KorobeynikovText sections should have 'exec' flag set. This seems...
2009-08-17 Benjamin KramerClear the uniquing table when initializing TLOF to...
2009-08-17 Richard OsborneUpdate getSectionForConstant() to to allow mergable...
2009-08-15 Chris Lattnerthe .eh_frame sections we generate need to be writable...
2009-08-15 Chris LattnerIf ELF subtargets don't want to support 4/8/16-byte...
2009-08-14 Dan GohmanMake these matching rules more strict so that they...
2009-08-13 Bruno Cardoso LopesRemove HasCrazyBSS and add a flag in TAI to indicate...
2009-08-13 Bruno Cardoso LopesChange MCSectionELF to represent a section semantically...
2009-08-13 Chris Lattnersink uniquing of sections out of MCContext into the...
2009-08-13 Chris Lattneradd some comments: MCContext owns the MCSections, but...
2009-08-13 Chris Lattnerreject invalid code like:
2009-08-12 Chris Lattnerimplement support for uniquing MachO sections.
2009-08-12 Chris Lattnerreduce #includage
2009-08-11 Dan GohmanTidy #includes.
2009-08-10 Chris Lattnersplit MachO section handling stuff out to its out ...
2009-08-10 Chris LattnerMake the big switch: Change MCSectionMachO to represent...
2009-08-08 Chris Lattner1. Make MCSection an abstract class.
2009-08-08 Chris Lattnermake target-specific TLOF impls (except PIC16) create...
2009-08-08 Chris Lattnereliminate TargetLoweringObjectFileSparc in favor of...
2009-08-08 Chris Lattnernow that getOrCreateSection is all object-file specific,
2009-08-08 Chris Lattnersink getOrCreateSection down into all the object file...
2009-08-06 Chris LattnerFix several fixmes and clean up code by sinking *all...
2009-08-05 Chris Lattnerexpose SectionKindForGlobal to curious clients, named as
2009-08-04 Chris Lattnerenhance codegen to put 16-bit character strings into the
2009-08-04 Chris Lattnerfix a fixme: don't create an explicit "CStringSection...
2009-08-04 Chris LattnerAdd support emiting for 2/4 byte mergable strings to...
2009-08-04 Chris Lattnermake MergeableCString be a SectionKind "abstract class...
2009-08-03 Chris LattnerEliminate textual section switching from the x86 backen...
2009-08-02 Chris Lattnermove dwarf debug info section selection stuff from...
2009-08-02 Chris Lattnerconvert EHFrameSection to be managed by TLOF instead...
2009-08-02 Chris Lattnermove getDwarfExceptionSection from TAI to TLOF and...
2009-08-02 Chris Lattnerconvert ctors/dtors section to be in TLOF instead of
2009-08-01 Chris Lattner(re)introduce new simpler apis for creation sectionkinds.
2009-08-01 Chris LattnerRemove "JumpTableDataSection" from TAI, instead, have...
2009-08-01 Chris Lattnerfix a fixme by sinking various target-specific directiv...
2009-08-01 Chris Lattnercoff also doesn't have a ReadOnlySection yet, (!)
2009-08-01 Chris Lattnercoff doesn't set a .bss seciton, so this is dead.
2009-08-01 Chris Lattnerit turns out that isWeak() was basically dead anyway...
2009-08-01 Chris Lattnerdon't use isWeak anymore.
2009-08-01 Chris LattnerChange SectionKind to be a property that is true of...
2009-08-01 Chris LattnerAll MCSections are now required to have a SectionKind.
2009-07-31 Chris Lattnermove emitUsedDirectiveFor to TargetLoweringObjectFile...
2009-07-31 Chris Lattnerswitch off of 'Section' onto MCSection. We're not...
2009-07-31 Chris Lattnerrefactor section construction in TLOF to be through...
2009-07-31 Chris Lattnerfix PR4650: we only track sizes for certain objects...
2009-07-29 Chris Lattnermingw uses .data and .text, not _data and _text.
2009-07-29 Chris Lattnerfix PR4584 with a trivial patch now that the pieces...
2009-07-29 Chris Lattnerpass the mangler down into the various SectionForGlobal...
2009-07-29 Chris Lattnerconstant prop a utostr.
2009-07-29 Chris Lattnerremove some completely wrong code. 1 is never < 16...
2009-07-28 Chris LattnerFix PR4639, a ELF-TLS regression from some of my refact...
2009-07-28 Chris Lattnerthe apple "ld_classic" linker doesn't support .literal1...
2009-07-28 Chris Lattnerfix unused variable warning
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...