aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2009-08-03Fix a race condition in getting the process exit code on Win32.Daniel Dunbar
2009-08-03Remove now unused arguments from TargetRegistry::lookupTarget.Daniel Dunbar
2009-08-03Pass target triple string in to TargetMachine constructor.Daniel Dunbar
2009-08-03Restrict LDA to affine subscripts.Andreas Bolka
2009-08-03Fix some comments referring to std::cerr.Daniel Dunbar
2009-08-02Move most targets TargetMachine constructor to only taking a target triple.Daniel Dunbar
2009-08-02Remove unneeded intrinsics from Blackfin backend.Jakob Stoklund Olesen
2009-08-02Adjust comment to distinguish between target name and triple target name theyDaniel Dunbar
2009-08-02Scavenger asserts.Jakob Stoklund Olesen
2009-08-02Add some basic blackfin intrinsics.Jakob Stoklund Olesen
2009-08-02Analog Devices Blackfin back-end.Jakob Stoklund Olesen
2009-08-02Remove duplicated colons and spaces.Benjamin Kramer
2009-08-02move dwarf debug info section selection stuff from TAI toChris Lattner
2009-08-02convert EHFrameSection to be managed by TLOF instead of TAI.Chris Lattner
2009-08-02Move the getInlineAsmLength virtual method from TAI to TII, whereChris Lattner
2009-08-02move a virtual method body to its .cpp file to avoid a #include Chris Lattner
2009-08-02remove the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfoChris Lattner
2009-08-02remove TargetAsmInfo::TM, which is now dead. The basic TAI class now Chris Lattner
2009-08-02move an enum from TM -> TargetOptions. This makes TargetOptions.hChris Lattner
2009-08-02remove the dead PreferredEHDataFormat TAI hook: its now deadChris Lattner
2009-08-02move getDwarfExceptionSection from TAI to TLOF and rename it to Chris Lattner
2009-08-02convert ctors/dtors section to be in TLOF instead ofChris Lattner
2009-08-02Change MCOperand to use Create style instead of Make style for constructingDaniel Dunbar
2009-08-02make SectionKind::Kind completely private now.Chris Lattner
2009-08-02Make SectionKind::get() private.Chris Lattner
2009-08-01(re)introduce new simpler apis for creation sectionkinds.Chris Lattner
2009-08-01Remove "JumpTableDataSection" from TAI, instead, have AsmPrinterChris Lattner
2009-08-01REmove dead fields of TAI.Chris Lattner
2009-08-01fix a fixme by sinking various target-specific directives down into Chris Lattner
2009-08-01it turns out that isWeak() was basically dead anyway. Kill off SectionInfo :-/Chris Lattner
2009-08-01fix a layering violation by moving SectionKind out to its own header.Chris Lattner
2009-08-01Minor whitespace tidiness.Dan Gohman
2009-08-01with the previous refactoring, fixme fixed!Chris Lattner
2009-08-01Change SectionKind to be a property that is true of a *section*, itChris Lattner
2009-08-01Use the default copy ctor and copy-assignment operators.Dan Gohman
2009-08-01All MCSections are now required to have a SectionKind.Chris Lattner
2009-08-01Give MachineFunctionAnalysis a destructor so it can verify thatDan Gohman
2009-08-01Make default ctor for ImmutableSet::iterator public.Ted Kremenek
2009-07-31Privatize all but one of the remaining constant tables.Owen Anderson
2009-07-31Add a warning.Mikhail Glushenkov
2009-07-31Simplify operand padding by keying off tabs in the asm stream. IfDavid Greene
2009-07-31llvm-mc: Support quoted identifiers.Daniel Dunbar
2009-07-31PreferredEHDataFormat is always call with data and global, but this wholeChris Lattner
2009-07-31Move the metadata constructors back to 2.5 syntax.Owen Anderson
2009-07-31move emitUsedDirectiveFor to TargetLoweringObjectFile and rename it toChris Lattner
2009-07-31Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson
2009-07-31Fix a typo in a comment.Dan Gohman
2009-07-31Delete spurious semicolons.Dan Gohman
2009-07-31Fix build.Benjamin Kramer
2009-07-31switch off of 'Section' onto MCSection. We're not properly usingChris Lattner