Extend the instruction itinerary model to include the ability to indicate the def...
[oota-llvm.git] / include / llvm / Target /
2009-08-17 David GoodwinExtend the instruction itinerary model to include the...
2009-08-15 Bill WendlingReapply r79127. It was fixed by d0k.
2009-08-15 Bill WendlingRevert r79127. It was causing compilation errors.
2009-08-15 Evan ChengChange allowsUnalignedMemoryAccesses to take type argum...
2009-08-14 Anton KorobeynikovAllow targets to specify their choice of calling conven...
2009-08-13 Daniel DunbarTargetRegistry: Change AsmPrinter constructor to be...
2009-08-13 Daniel Dunbarllvm-mc: Add dummy MCStreamer implementation, (eventual...
2009-08-13 Bruno Cardoso LopesRemove HasCrazyBSS and add a flag in TAI to indicate...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-13 Bruno Cardoso LopesAdd a method to return BSSSection from TargetLoweringOb...
2009-08-13 Daniel DunbarTargetRegistry: Reorganize AsmPrinter construction...
2009-08-13 Daniel DunbarRevert 78892 and 78895, these break generating working...
2009-08-13 David GoodwinAdd callback to allow target to adjust latency of sched...
2009-08-13 Chris Lattnerfix a minor fixme. When building with SL and later...
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 Lattnerreject invalid code like:
2009-08-12 Chris Lattnerimplement support for uniquing MachO sections.
2009-08-12 Chris Lattnerreduce #includage
2009-08-12 Bob WilsonAdd a new "SDTCisVec" SDTypeConstraint. This complemen...
2009-08-12 David GoodwinEnhance the InstrStage object to enable the specificati...
2009-08-12 Chris LattnerChange TargetAsmInfo to be constructed via TargetRegist...
2009-08-12 Owen AndersonAdd contexts to some of the MVT APIs. No functionality...
2009-08-11 Daniel DunbarAdd 'isCodeGenOnly' bit to Instruction .td records.
2009-08-11 Daniel Dunbarllvm-mc/AsmParser: Allow target to specific a comment...
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-11 Chris Lattnerpass the TargetTriple down from each target ctor to the
2009-08-11 Chris Lattnersplit "JumpTableDirective" (an existing hack) into...
2009-08-11 Jim GrosbachSjLj based exception handling unwinding support. This...
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-08-10 Daniel Dunbarllvm-mc/AsmParser: Allow .td users to redefine the...
2009-08-10 Owen AndersonSimpleValueType-ify a few more methods on TargetLowering.
2009-08-10 Owen AndersonContinue the SimpleValueType-ification.
2009-08-10 Owen AndersonStart moving TargetLowering away from using full MVTs...
2009-08-10 Daniel Dunbarllvm-mc/AsmMatcher: Change assembler parser match class...
2009-08-10 David GoodwinPost RA scheduler changes. Introduce a hazard recognize...
2009-08-10 Chris LattnerMake the big switch: Change MCSectionMachO to represent...
2009-08-09 Daniel DunbarExtend comment on ParserMatchClass .td field, and add...
2009-08-09 Daniel Dunbarllvm-mc/AsmParser: Define match classes in the .td...
2009-08-08 Chris Lattner1. Make MCSection an abstract class.
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-07 Chris Lattnerremove a bunch of now-dead crud from the asmprinter...
2009-08-07 Chris Lattnerfix the column output stuff in the asmwriter from being...
2009-08-07 Chris Lattnerfix comment pastos
2009-08-06 Chris LattnerFix several fixmes and clean up code by sinking *all...
2009-08-05 David GreeneFix some column padding bugs, reorganize things as...
2009-08-05 Chris Lattnerremove the 'DataSectionStartSuffix' and 'TextSectionSta...
2009-08-05 Dan GohmanDelete an obsolete sentance from a comment.
2009-08-05 Bruno Cardoso Lopes- Remove custom handling of jumptables by the elf writt...
2009-08-05 Chris Lattnerexpose SectionKindForGlobal to curious clients, named as
2009-08-05 Dan GohmanMajor calling convention code refactoring.
2009-08-04 Chris Lattnerrip out SectionEndDirectiveSuffix support, only uses by
2009-08-04 Chris Lattnerenhance codegen to put 16-bit character strings into the
2009-08-04 Chris Lattnerfix a fixme: don't create an explicit "CStringSection...
2009-08-04 Daniel DunbarRemove unused function.
2009-08-04 Daniel DunbarRemove now unused Module argument to createTargetMachine.
2009-08-03 Chris LattnerEliminate textual section switching from the x86 backen...
2009-08-03 Chris Lattnermake getObjFileLowering() return a non-const reference.
2009-08-03 Benjamin Kramerllvm_report_error already prints "LLVM ERROR:". So...
2009-08-03 Anton KorobeynikovAdd 'Indirect' LocInfo class and use to pass __m128...
2009-08-03 Daniel DunbarRemove now unused arguments from TargetRegistry::lookup...
2009-08-03 Daniel DunbarPass target triple string in to TargetMachine constructor.
2009-08-02 Daniel DunbarMove most targets TargetMachine constructor to only...
2009-08-02 Chris Lattnermove dwarf debug info section selection stuff from...
2009-08-02 Chris Lattnerconvert EHFrameSection to be managed by TLOF instead...
2009-08-02 Chris LattnerMove the getInlineAsmLength virtual method from TAI...
2009-08-02 Chris Lattnermove a virtual method body to its .cpp file to avoid...
2009-08-02 Chris Lattnerremove the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfo
2009-08-02 Chris Lattnerremove TargetAsmInfo::TM, which is now dead. The basic...
2009-08-02 Chris Lattnermove an enum from TM -> TargetOptions. This makes...
2009-08-02 Chris Lattnerremove the dead PreferredEHDataFormat TAI hook: its...
2009-08-02 Chris Lattnermove getDwarfExceptionSection from TAI to TLOF and...
2009-08-02 Chris Lattnerconvert ctors/dtors section to be in TLOF instead of
2009-08-01 Chris LattnerRemove "JumpTableDataSection" from TAI, instead, have...
2009-08-01 Chris LattnerREmove dead fields of TAI.
2009-08-01 Chris Lattnerfix a fixme by sinking various target-specific directiv...
2009-08-01 Chris Lattnerit turns out that isWeak() was basically dead anyway...
2009-08-01 Chris Lattnerfix a layering violation by moving SectionKind out...
2009-08-01 Dan GohmanMinor whitespace tidiness.
2009-08-01 Chris Lattnerwith the previous refactoring, fixme fixed!
2009-08-01 Chris LattnerChange SectionKind to be a property that is true of...
2009-07-31 Chris LattnerPreferredEHDataFormat is always call with data and...
2009-07-31 Chris Lattnermove emitUsedDirectiveFor to TargetLoweringObjectFile...
2009-07-31 Benjamin KramerFix build.
2009-07-31 Chris Lattnerswitch off of 'Section' onto MCSection. We're not...
2009-07-31 Chris Lattnerrefactor section construction in TLOF to be through...
2009-07-31 Chris Lattnermove the sectionkind and section classes to TargetLower...
2009-07-29 Chris Lattnerinline the global 'getInstrOperandRegClass' function...
2009-07-29 Chris Lattner1. Introduce a new TargetOperandInfo::getRegClass(...
2009-07-29 Chris Lattnermake ptr_rc derive from a new PointerLikeRegClass tblge...
2009-07-29 Chris LattnerGive getPointerRegClass() a "kind" value so that target...
2009-07-29 Chris Lattnerpass the mangler down into the various SectionForGlobal...
2009-07-29 Daniel DunbarMatch X86 register names to number.
2009-07-28 Daniel DunbarMove X86 instruction parsing into X86/AsmParser.
2009-07-28 Bill WendlingRemove unused parameter name.
2009-07-28 Daniel DunbarProvide generic MCAsmParser when constructing target...
2009-07-28 Chris Lattnerthe apple "ld_classic" linker doesn't support .literal1...
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...
next