CMake configuration: find mkdtemp, mkstemp, mktemp.
[oota-llvm.git] / include / llvm / Target /
2009-07-27 Chris Lattnermake COFF work like ELF and macho, by splitting out...
2009-07-27 Chris Lattnerinline a method.
2009-07-27 Chris LattnerEliminate getNamed/getUnnamedSection, adding a new...
2009-07-27 Chris LattnerEliminate SectionFlags, just embed a SectionKind into...
2009-07-26 Chris Lattneruntangle a TargetAsmInfo hack where ELFTargetAsmInfo...
2009-07-26 Chris Lattnerremove a densemap from TargetAsmInfo that was uniquing...
2009-07-26 Chris Lattnermake SectionKind keep track of whether a global had...
2009-07-26 Chris Lattnermake SectionKind know whether a symbol is weak or not...
2009-07-26 Chris LattnerMake the kind actually be private.
2009-07-26 Chris Lattnerrename Mergable -> Mergeable and Writable -> Writeable
2009-07-26 Chris Lattnerremove a bunch of helper functions, just use SectionKin...
2009-07-26 Chris Lattnersimplify getSectionForMergableConstant to take a Sectio...
2009-07-26 Chris Lattnerprecreate 4/8/16 byte mergable sections to simplify...
2009-07-26 Chris Lattnerintroduce specialized mergable const sectionkinds for...
2009-07-26 Chris LattnerRearrange all the SectionKinds and structure them into...
2009-07-26 Daniel DunbarFactor commonality in triple match routines into helper...
2009-07-26 Chris Lattnerfix isReadOnly predicate to not include data that has...
2009-07-26 Chris Lattnerremove a dead enum case.
2009-07-26 Chris Lattnerput normal data into .data instead of .data.rel on...
2009-07-26 Daniel DunbarKill Target specific ModuleMatchQuality stuff.
2009-07-26 Daniel DunbarAdd TargetRegistry::lookupTarget.
2009-07-26 Chris Lattnerfinish simplifying DarwinTargetAsmInfo::SelectSectionFo...
2009-07-26 Chris Lattnersimplify some predicates, add isMergableString()
2009-07-25 Chris Lattnermake SectionKind be a first-class pod struct instead...
2009-07-25 Chris Lattnerthis is (unfortunately) several changes mixed together:
2009-07-25 Chris Lattnerdocument some invariants.
2009-07-25 Daniel DunbarSimplify JIT target selection.
2009-07-25 Daniel DunbarAdd new helpers for registering targets.
2009-07-24 Chris Lattnerfix some predicates
2009-07-24 Chris Lattnerchange SectionKindForGlobal from being a public (and
2009-07-24 Chris Lattnermake SectionKindForGlobal target independent, and there...
2009-07-24 Chris Lattnerwe already know the sectionkind when invoking SelectSec...
2009-07-24 Chris Lattnermake SectionForGlobal non-virtual, add a hook for pic16...
2009-07-24 Jakob Stoklund OlesenAdd support for promoting SETCC operations.
2009-07-24 Chris Lattnermove ELF-specific code into ELFTargetAsmInfo.
2009-07-24 Chris Lattnermake SectionFlagsForGlobal a private static function...
2009-07-24 Eli FriedmanRemove unused member functions.
2009-07-24 Chris LattnerImplement getSectionPrefixForUniqueGlobal to return...
2009-07-24 Chris LattnerReplace UniqueSectionForGlobal with getSectionPrefixFor...
2009-07-24 Chris Lattnerdocument SectionFlags::Named better and make it more...
2009-07-24 Chris Lattneruse section flags more correctly.
2009-07-24 Chris Lattnerremove more bits of small section support.
2009-07-24 Chris LattnerRemove SectionKind::Small*. This was only used on...
2009-07-24 Dan GohmanRemove the IA-64 backend.
2009-07-22 Chris Lattnerremove SectionFlags::Small: it is only used on Xcore...
2009-07-22 Chris Lattnerinline the two MergeableConstSection implementations...
2009-07-22 Chris Lattnerremove the SelectSectionForMachineConst hook, replacing...
2009-07-22 Evan ChengLet each target determines whether a machine instructio...
2009-07-21 Chris LattnerNow that RelocBehaviour() is never overloaded, it doesn...
2009-07-21 Bruno Cardoso LopesChange ELFCodeEmitter logic to emit the constant pool...
2009-07-21 Chris Lattnermake some stuff private.
2009-07-21 Chris Lattnerimprove comments.
2009-07-21 Chris Lattnerinline a trivial method into its only call site and...
2009-07-21 Chris LattnerRemove some overridden functions in XCoreTargetAsmInfo...
2009-07-21 Eli FriedmanRemove shift amount flavor. It isn't actually complete...
2009-07-21 Chris LattnerRename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPr...
2009-07-20 David GreeneRe-apply 75490, 75806 and 76177 with fixes and tests...
2009-07-20 Eli FriedmanRemove FIXME that was already fixed.
2009-07-20 Daniel DunbarAdd MCAsmParser interface.
2009-07-20 Chris Lattnerremove TargetAsmInfo::ExpandInlineAsm
2009-07-20 Chris LattnerCopy ExpandInlineAsm to TargetLowering from TargetAsmInfo.
2009-07-20 Chris Lattneradd some fixme's and cleanups. TargetAsmInfo shouldn...
2009-07-20 Chris Lattnerremove dead forward decl
2009-07-20 Chris Lattnerrename TargetAsmInfo::getASDirective -> getDataASDirective
2009-07-20 Bruno Cardoso LopesFor PC relative relocations where symbols are defined...
2009-07-18 Bruno Cardoso LopesUse R_X86_64_32S to handle Jump Table Index relocation...
2009-07-18 Daniel DunbarAdd some missing includes.
2009-07-18 Bruno Cardoso LopesUse a better name for the label relocations while emitt...
2009-07-18 Bruno Cardoso LopesAdd support to properly reference private symbols on...
2009-07-18 Evan ChengEnable cross register class coalescing.
2009-07-18 Evan ChengRevert 76177 for now. It's messing up ARM asm printing...
2009-07-17 Daniel DunbarAdd llvm::InitializeAllTargetInfos and llvm::Initialize...
2009-07-17 Chris LattnerUntangle a snarl that I discovered when updating the...
2009-07-17 Daniel DunbarSketch support for target specific assembly parser.
2009-07-17 David GreeneAdd logic to align instruction operands to columns...
2009-07-16 Evan ChengLet callers decide the sub-register index on the def...
2009-07-16 Daniel DunbarKill off last uses of TargetMachineRegistry class.
2009-07-16 Daniel DunbarFix gcc 4.0 build failure, can't rely on access inside...
2009-07-16 Daniel DunbarAdd registered target list to --version output.
2009-07-16 Daniel DunbarAdd explicit comment that clients can call target initi...
2009-07-15 Daniel DunbarLift addAssemblyEmitter into LLVMTargetMachine.
2009-07-15 Daniel DunbarLift DumpAsm / -print-emitted-asm functionality into...
2009-07-15 Daniel DunbarReapply TargetRegistry refactoring commits.
2009-07-15 Stuart HastingsRevert 75762, 75763, 75766..75769, 75772..75775, 75778...
2009-07-15 Duncan SandsRemove StringConstantPrefix now that the only user
2009-07-15 Daniel DunbarKill off old (TargetMachine level, not Target level...
2009-07-15 Daniel DunbarProvide TargetMachine implementations with reference...
2009-07-15 Daniel DunbarKill off unused TargetMachineRegistry methods and ivars.
2009-07-15 Daniel DunbarMigrate llc and the JIT to using the TargetRegistry...
2009-07-15 Daniel DunbarInclude the Target& in the TargetMachineRegisterEntry.
2009-07-15 Daniel DunbarAllow multiple registrations of the same target.
2009-07-15 Daniel DunbarInitialize the target info via the InitializeNativeTarg...
2009-07-15 Daniel DunbarReimplement TargetMachineRegistry in terms of TargetReg...
2009-07-15 Daniel DunbarMark Target's creation routines as const.
2009-07-15 Daniel DunbarRegister Target's TargetMachine and AsmPrinter in the...
2009-07-15 Daniel DunbarFix thinko
2009-07-15 Daniel DunbarInclude Target specific Info initialization routine...
2009-07-15 Daniel DunbarAddress some review comments on TargetRegistry.
2009-07-15 Daniel DunbarAdd new TargetRegistry.
2009-07-14 David GreeneHave asm printers use formatted_raw_ostream directly...
next