Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / Target / TargetLoweringObjectFile.cpp
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-14 Anton KorobeynikovUse TARGET2 relocation for TType references on ARM.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-05-05 Eric ChristopherTypo.
2012-03-27 Craig TopperPrune some includes
2012-02-06 Chris LattnerRemove some dead code and tidy things up now that vecto...
2012-01-24 Chris LattnerC++, CBE, and TLOF support for ConstantDataSequential
2012-01-10 Chandler CarruthAdd 'llvm_unreachable' to passify GCC's understanding...
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-07-20 Evan ChengGoodbye TargetAsmInfo. This eliminate last bit of CodeG...
2011-07-20 Evan ChengAdd MCObjectFileInfo and sink the MCSections initializa...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-13 Evan ChengFix up TargetLoweringObjectFile ctors to properly initi...
2011-06-23 Bill WendlingUse the presence of the __compact_unwind section to...
2011-06-22 Bill WendlingAdd a flag that indicates whether a target supports...
2011-06-22 Bill WendlingAdd a __LD,__compact_unwind section.
2011-06-19 Jay FoadFix a FIXME by making GlobalVariable::getInitializer...
2011-05-05 Bill WendlingRemove a flag that would set the ".eh" symbol as .globl...
2011-05-01 Rafael EspindolaGCC uses a different encoding of pointers in the FDE...
2011-04-27 Rafael EspindolaRemove unnecessary argument.
2011-04-27 Rafael EspindolaRename getPersonalityPICSymbol to getCFIPersonalitySymb...
2011-04-20 Rafael EspindolaRemove unused arguments.
2011-04-16 Francois PichetMSVC needs the return 0 to compile.
2011-04-16 Rafael EspindolaPut each personality function in a section. This fixes...
2011-04-15 Rafael EspindolaAdd 129518 back with a fix for when we are producing...
2011-04-15 NAKAMURA TakumiRevert r129518, "Change ELF systems to use CFI for...
2011-04-14 Rafael EspindolaChange ELF systems to use CFI for producing the EH...
2011-01-23 Rafael EspindolaDelay the creation of eh_frame so that the user can...
2011-01-18 Chris Lattnerminor change to rafael's recent patches: if something is
2011-01-16 Rafael EspindolaOnly put unnamed_addr constants in mergeable sections...
2010-09-27 Chris Lattnerthe latest assembler that runs on powerpc 10.4 machines...
2010-06-18 Dan GohmanEliminate unnecessary uses of getZExtValue().
2010-04-07 Chris Lattnerrename llvm::llvm_report_error -> llvm::report_fatal_error
2010-03-17 Chris Lattnerfix GetOrCreateTemporarySymbol to require a name, clients
2010-03-12 Chris Lattnerfinally give Mangler a getSymbol method, which returns...
2010-03-12 Chris Lattnermake TargetLoweringObjectFile::getExprForDwarfReference
2010-03-11 Chris Lattnerfix a fixme in TargetLoweringObjectFile::getExprForDwar...
2010-03-11 Chris Lattnerrename getSymbolForDwarf* to getExprForDwarf* since...
2010-03-10 Chris Lattnermove three lowering hooks from MAI to TLOF and make...
2010-03-10 Chris Lattnerset the temporary bit on MCSymbols correctly.
2010-02-16 Bill WendlingMake error statement more personal.
2010-02-15 Anton KorobeynikovMove TLOF implementations to libCodegen to resolve...
2010-02-15 Anton KorobeynikovAdd suffix for stubs, so we won't have name clashes...
2010-02-15 Anton KorobeynikovPreliminary patch to improve dwarf EH generation -...
2010-01-22 Benjamin KramerSimplify some uses of str(n)cmp with StringRef.
2010-01-19 Chris Lattnerstop using the .lcomm pseudoop on darwin, instead,...
2010-01-19 Chris Lattnermake TLOF subclassify BSS based on linkage type into...
2010-01-19 Chris Lattnerfix a significant difference between llvm and gcc on...
2010-01-19 Chris Lattnerintroduce a section kind for common linkage. Use this...
2010-01-19 Chris LattnerCleanup handling of .zerofill on darwin:
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
next