OSDN Git Service

Update aosp/master LLVM for rebase to r239765
[android-x86/external-llvm.git] / lib / MC / MCSection.cpp
2015-07-08 Pirama Arumuga NainarUpdate aosp/master LLVM for rebase to r239765
2015-06-08 Stephen HinesMerge "add aarch64 codegen for x86_64 LLVM if specified"
2015-04-10 Pirama Arumuga NainarMerge "Update aosp/master llvm for rebase to r233350"
2015-04-09 Pirama Arumuga NainarUpdate aosp/master llvm for rebase to r233350
2013-01-21 Stephen HinesMerge remote-tracking branch 'upstream/master' into...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2010-09-14 Shih-wei LiaoMerge commit 'refs/changes/82/67782/1' of ssh://android...
2010-09-11 Shih-wei LiaoMerge commit '69494cf8102cf872e9cb76662e9960be7c112112...
2010-05-07 Chris Lattnerswitch MCSectionCOFF from a syntactic to semantic repre...
2010-05-07 Chris Lattnerswitch MCSectionCOFF from a syntactic to semantic repre...
2010-04-28 Shih-wei LiaoSync upstream to r102410.
2010-03-22 Jeffrey YasskinPut MCSectionCOFF::Name into the MCContext instead...
2010-03-22 Jeffrey YasskinPut MCSectionCOFF::Name into the MCContext instead...
2010-02-10 Shih-wei LiaoCheck in LLVM r95781.
2009-11-06 Daniel DunbarPass StringRef by value.
2009-11-06 Daniel DunbarPass StringRef by value.
2009-08-22 Chris Lattnerrename TAI -> MAI, being careful not to make MAILJMP...
2009-08-22 Chris Lattnerrename TAI -> MAI, being careful not to make MAILJMP...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-13 Bruno Cardoso LopesChange MCSectionELF to represent a section semantically...
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 Lattnersink uniquing of sections out of MCContext into the...
2009-08-10 Chris Lattnersplit MachO section handling stuff out to its out ...
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-10 Chris LattnerMake the big switch: Change MCSectionMachO to represent...
2009-08-09 Chris Lattneralways end a section with \n on elf.
2009-08-09 Chris Lattneralways end a section with \n on elf.
2009-08-08 Chris Lattnersink the 'name' and 'isdirective' state out of MCSectio...
2009-08-08 Chris Lattnersink the 'name' and 'isdirective' state out of MCSectio...
2009-08-08 Chris Lattner1. Make MCSection an abstract class.
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 Lattnermake target-specific TLOF impls (except PIC16) create...
2009-08-08 Chris Lattnerstub out PECOFF/MachO/ELF MCSection classes
2009-08-08 Chris Lattnerstub out PECOFF/MachO/ELF MCSection classes
2009-08-01 Chris LattnerChange SectionKind to be a property that is true of...
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-08-01 Chris LattnerAll MCSections are now required to have a SectionKind.
2009-07-31 Chris Lattnersplit MCSection stuff out to its own .cpp file, add...
2009-07-31 Chris Lattnersplit MCSection stuff out to its own .cpp file, add...