Move TargetRegistry and TargetSelect from Target to Support where they belong.
[oota-llvm.git] / lib / Target / Alpha / AlphaTargetMachine.cpp
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-07-20 Evan Cheng- Move CodeModel from a TargetMachine global option...
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...
2011-07-08 Evan ChengEliminate asm parser's dependency on TargetMachine:
2011-06-30 Evan ChengFix the ridiculous SubtargetFeatures API where it impli...
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
2010-11-15 Anton KorobeynikovFirst step of huge frame-related refactoring: move...
2010-11-14 Chris Lattnerremove JIT support from the Alpha backend. The JIT...
2010-05-11 Dan GohmanImplement a bunch more TargetSelectionDAGInfo infrastru...
2010-02-02 Chris Lattnereliminate all the dead addSimpleCodeEmitter implementat...
2009-11-07 Chris Lattnerindicate what the native integer types for the target...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-12 Chris LattnerChange TargetAsmInfo to be constructed via TargetRegist...
2009-08-11 Chris Lattnerpass the TargetTriple down from each target ctor to the
2009-08-02 Daniel DunbarMove most targets TargetMachine constructor to only...
2009-08-02 Daniel DunbarNormalize Subtarget constructors to take a target tripl...
2009-08-02 Chris Lattneralpha TAI doesn't need TM.
2009-07-25 Daniel DunbarAdd new helpers for registering targets.
2009-07-18 Daniel DunbarPut Target definitions inside Target specific header...
2009-07-15 Daniel DunbarLift addAssemblyEmitter into LLVMTargetMachine.
2009-07-15 Daniel DunbarLift DumpAsm / -print-emitted-asm functionality into...
2009-07-15 Daniel DunbarRemove old style hacks to register AsmPrinter into...
2009-07-15 Chris Lattnermove createAlphaLLRPPass out of addAssemblyEmitter...
2009-07-15 Daniel DunbarReapply TargetRegistry refactoring commits.
2009-07-15 Stuart HastingsRevert 75762, 75763, 75766..75769, 75772..75775, 75778...
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 DunbarRegister Target's TargetMachine and AsmPrinter in the...
2009-07-14 David GreeneHave asm printers use formatted_raw_ostream directly...
2009-07-06 Bruno Cardoso LopesAdd the Object Code Emitter class. Original patch by...
2009-07-01 Daniel DunbarRemove unused AsmPrinter OptLevel argument, and propogate.
2009-06-23 Bob WilsonProvide InitializeAllTargets and InitializeNativeTarget...
2009-06-19 Anton KorobeynikovUnbreak cyclic deps
2009-06-16 Douglas GregorIntroduce new headers whose inclusion forces linking and
2009-05-30 Bruno Cardoso LopesFirst patch in the direction of splitting MachineCodeEm...
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingSecond attempt:
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-02-24 Bill WendlingOverhaul my earlier submission due to feedback. It...
2008-11-15 Oscar FuentesAdds extern "C" ints to the .cpp files that use Registe...
2008-10-16 Chris Lattnermark some targets as experimental. Andrew, if you...
2008-10-14 Dan GohmanFix command-line option printing to print two spaces...
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-03-11 Dan GohmanUse PassManagerBase instead of FunctionPassManager...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-08-03 Dale Johannesenlong double patch 2 of N. Handle it in TargetData.
2007-07-20 Evan ChengAdded -print-emitted-asm to print out JIT generated...
2007-07-09 Chris LattnerThe various "getModuleMatchQuality" implementations...
2007-02-08 Bill WendlingAdded new method to add a "simple" code emitter. That...
2006-10-31 Andrew LenharthAdd all that branch mangling niftiness
2006-10-11 Andrew LenharthJimptables working again on alpha.
2006-09-24 Andrew LenharthFix jump tables to match gcc (and the ABI and whatnot)
2006-09-18 Andrew LenharthA pass to remove the worst of the replay trap offenders...
2006-09-07 Jim Laskey1. Remove condition on delete.
2006-09-07 Jim LaskeyMake target asm info a property of the target machine.
2006-09-04 Chris LattnerCompletely rearchitect the interface between targets...
2006-09-03 Chris LattnerSimplify target construction.
2006-07-25 Evan Cheng- Refactor the code that resolve basic block references...
2006-06-16 Chris LattnerDon't pass target name into TargetData anymore, it...
2006-05-20 Owen AndersonMake all of the TargetMachine subclasses use the new...
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-04-08 Nate BegemanDisable switch lowering for targets based on the select...
2006-03-23 Chris LattnerEliminate IntrinsicLowering from TargetMachine.
2006-01-23 Andrew Lenharthbye bye Pattern ISEL
2006-01-13 Andrew Lenharthmake DAG isel the default
2005-11-18 Andrew Lenharthprevent latent switch creation
2005-11-13 Chris Lattnerunbreak the build
2005-11-12 Andrew Lenharthenable LSR by default on alpha
2005-11-08 Chris LattnerAdd a new option to indicate we want the code generator...
2005-10-30 Chris LattnerIf the module has no t-t and the host is an alpha,...
2005-10-20 Andrew Lenharthret 0; works, not much else
2005-09-29 Andrew Lenharthbegining alpha subtarget support
2005-09-01 Jim Laskey1. Use SubtargetFeatures in llc/lli.
2005-08-03 Andrew LenharthAlpha ABI specifies stack is always 16 byte alligned...
2005-07-22 Andrew Lenharthfinally found the gcc defined constants
2005-07-22 Andrew LenharthAlpha JIT (beta)
2005-06-25 Chris LattnerRefactor the addPassesToEmitAssembly interface into...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-03 Andrew LenharthLSR cleanup patch
2005-03-02 Andrew LenharthAdded LSR as a beta pass for alpha
2005-02-01 Andrew Lenharthtry to match alpha pattern
2005-01-24 Andrew LenharthAlpha JIT prune
2005-01-24 Andrew Lenharthinclude prune and JIT prune
2005-01-22 Andrew LenharthLet me introduce you to the early stages of the llvm...