aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar2009-08-0237-98/+59
* Remove unneeded intrinsics from Blackfin backend.Jakob Stoklund Olesen2009-08-021-7/+1
* Add some basic blackfin intrinsics.Jakob Stoklund Olesen2009-08-021-1/+42
* Add support for CPU features (i.e., bugs) and workarounds.Jakob Stoklund Olesen2009-08-024-8/+250
* Inline assembly support for Blackfin.Jakob Stoklund Olesen2009-08-023-12/+137
* Analog Devices Blackfin back-end.Jakob Stoklund Olesen2009-08-0228-0/+3787
* Fix indentation.Dan Gohman2009-08-021-301/+301
* Add a comment.Dan Gohman2009-08-021-0/+1
* Resync lea32addr and lea64addr.Dan Gohman2009-08-022-2/+3
* move dwarf debug info section selection stuff from TAI toChris Lattner2009-08-029-92/+117
* convert EHFrameSection to be managed by TLOF instead of TAI.Chris Lattner2009-08-024-7/+6
* I need Triple information, 10.6 shouldn't set this, it bloats Chris Lattner2009-08-021-1/+2
* ARM TAI no longer needs a TM, but createTargetAsmInfo() still does.Chris Lattner2009-08-023-22/+11
* Move the getInlineAsmLength virtual method from TAI to TII, whereChris Lattner2009-08-0212-213/+225
* move a virtual method body to its .cpp file to avoid a #include Chris Lattner2009-08-021-2/+9
* turn some templated inline functions into static functions.Chris Lattner2009-08-022-14/+11
* alpha TAI doesn't need TM.Chris Lattner2009-08-023-8/+3
* MSP430 TAI doesn't need TM.Chris Lattner2009-08-023-4/+3
* simplify SPULinuxTargetAsmInfo, remove use of TM.Chris Lattner2009-08-023-44/+16
* xcore TAI doesn't need TM.Chris Lattner2009-08-023-4/+3
* PIC16 TAI doesn't need TMChris Lattner2009-08-023-12/+7
* remove the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfoChris Lattner2009-08-025-21/+0
* eliminate the TM argument to the TAI class, remove comment about supportingChris Lattner2009-08-023-8/+4
* eliminate TargetMAchine argument to sparc TAIChris Lattner2009-08-023-7/+4
* remove TargetAsmInfo::TM, which is now dead. The basic TAI class now Chris Lattner2009-08-0224-61/+33
* remove the x86/ppc impls of getEHGlobalPrefix, which is already dead.Chris Lattner2009-08-024-17/+0
* clean up #includes of TargetAsmInfo.cppChris Lattner2009-08-021-11/+0
* remove the dead PreferredEHDataFormat TAI hook: its now deadChris Lattner2009-08-023-84/+1
* move getDwarfExceptionSection from TAI to TLOF and rename it to Chris Lattner2009-08-024-5/+11
* Fix a possible crash on delete of an uninitialized variable.Daniel Dunbar2009-08-022-1/+7
* Don't call SectionForGlobal for hasAvailableExternallyLinkage()Dan Gohman2009-08-021-1/+1
* don't call SectionForGlobal on declarations, you can't tell the section aChris Lattner2009-08-021-1/+3
* convert ctors/dtors section to be in TLOF instead ofChris Lattner2009-08-027-23/+64
* don't override the default of this, the only difference is \t instead of ' '.Chris Lattner2009-08-021-2/+0
* Change MCOperand to use Create style instead of Make style for constructingDaniel Dunbar2009-08-022-10/+11
* Make SectionKind::get() private.Chris Lattner2009-08-024-22/+22
* (re)introduce new simpler apis for creation sectionkinds.Chris Lattner2009-08-011-56/+50
* Remove "JumpTableDataSection" from TAI, instead, have AsmPrinterChris Lattner2009-08-015-12/+6
* give alpha its readonly section. This optimizes alpha, and prevents aChris Lattner2009-08-011-0/+2
* .rdata == .rodata on mips.Chris Lattner2009-08-011-1/+0
* no need to override the default with the default.Chris Lattner2009-08-011-1/+0
* REmove dead fields of TAI.Chris Lattner2009-08-0111-25/+0
* update for renameChris Lattner2009-08-011-3/+3
* fix a fixme by sinking various target-specific directives down into Chris Lattner2009-08-012-18/+15
* coff also doesn't have a ReadOnlySection yet, (!)Chris Lattner2009-08-011-3/+0
* coff doesn't set a .bss seciton, so this is dead.Chris Lattner2009-08-011-3/+0
* it turns out that isWeak() was basically dead anyway. Kill off SectionInfo :-/Chris Lattner2009-08-013-50/+49
* don't use isWeak anymore.Chris Lattner2009-08-011-4/+4
* Fix typos in comments.Dan Gohman2009-08-012-2/+2
* Change SectionKind to be a property that is true of a *section*, itChris Lattner2009-08-016-141/+167