MC: Provide MCAssembler with a TargetAsmBackend.
[oota-llvm.git] / include / llvm / Target / TargetMachine.h
2010-03-11 Daniel DunbarMC: Provide MCAssembler with a TargetAsmBackend.
2010-02-28 Dan GohmanAdd a flag to addPassesToEmit* to disable the Verifier...
2010-02-17 Eric ChristopherFix a few unused parameter warnings.
2010-02-15 Anton KorobeynikovPreliminary patch to improve dwarf EH generation -...
2010-02-03 Chris Lattnerchange addPassesToEmitFile to return true on failure...
2010-02-02 Chris LattnerRemove a bunch of stuff around the edges of the ELF...
2010-02-02 Chris Lattnereliminate all the dead addSimpleCodeEmitter implementat...
2010-02-02 Chris Lattnereliminate FileModel::Model, just use CodeGenFileType...
2010-02-02 Chris Lattnerremove the remnants of TargetMachOWriterInfo.
2010-02-02 Chris Lattnereliminate all forms of addPassesToEmitMachineCode except
2010-02-02 Chris LattnerInline addAssemblyEmitter into its one real caller...
2010-02-01 Nate BegemanKill the Mach-O writer, and temporarily make filetype...
2010-01-21 Chris Lattnerremove a couple of asserts that use RTTI.
2010-01-18 Bill Wendling- Add getLSDAEncoding to the PowerPC backend.
2010-01-18 Bill Wendling- Add a comment to the callback indicating that it...
2010-01-16 Bill WendlingRetrying r91337:
2010-01-15 Nate BegemanHook up llc's -filetype=obj to use MCStreamer if an...
2009-12-21 Eric ChristopherFix setting and default setting of code model for jit...
2009-10-16 Evan ChengAdd a CodeGenOpt::Less level to match -O1. It'll be...
2009-09-30 Evan ChengAdd a target hook to add pre- post-regalloc scheduling...
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-05 Dan GohmanDelete an obsolete sentance from a comment.
2009-08-02 Chris Lattnermove an enum from TM -> TargetOptions. This makes...
2009-07-20 Chris Lattnerremove dead forward decl
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 Daniel DunbarKill off old (TargetMachine level, not Target level...
2009-07-15 Daniel DunbarProvide TargetMachine implementations with reference...
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-06-15 Anton KorobeynikovAddress more comments :)
2009-06-15 Anton KorobeynikovDocument ABIType enum. Patch by Sandeep Patel!
2009-06-08 Anton KorobeynikovThe attached patches implement most of the ARM AAPCS...
2009-05-30 Bruno Cardoso LopesFirst patch in the direction of splitting MachineCodeEm...
2009-04-30 Bill WendlingRemove unused flags.
2009-04-29 Bill WendlingRemove LTO optimization level.
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-05 Dale JohannesenReapply 63765. Patches for clang and llvm-gcc to follow.
2009-02-04 Dale JohannesenReverting 63765. This broke the build of both clang
2009-02-04 Nate BegemanNew feature: add support for target intrinsics being...
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-09-25 Dan GohmanRefactor the code that adds standard LLVM codegen passe...
2008-09-08 Bill WendlingAccidental commit of partial 'stack canaries' code
2008-09-08 Bill WendlingReverting r55898 to r55909. One of these patches was...
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-05-29 Dan GohmanPrune and tidy #includes.
2008-05-19 Bill WendlingRemove warnings about unused parameters and shadowed...
2008-04-23 Anton KorobeynikovAdd facility for pre-RA passes
2008-03-11 Dan GohmanUse PassManagerBase instead of FunctionPassManager...
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2008-01-07 Chris Lattnerrename TargetInstrDescriptor -> TargetInstrDesc.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-11-19 Dan GohmanRemove meaningless qualifiers from return types, avoidi...
2007-07-30 Dan GohmanFix the comments for the 'fast' parameter in addPassesT...
2007-07-20 Evan ChengAdded -print-emitted-asm to print out JIT generated...
2007-05-29 Dale JohannesenMake stable_sort in tail merging actually be stable...
2007-05-25 Devang PatelDisable Tail Merging for now.
2007-05-22 Dale Johannesenname change requested by review of previous patch
2007-05-22 Dale JohannesenMake tail merging the default, except on powerPC. ...
2007-02-08 Bill WendlingAdded new method to finish up the addition of passes...
2007-01-27 Bill WendlingAccessor for the TargetELFWriterInfo class object.
2007-01-24 Bill WendlingA virtual method to return the TargetMachOWriterInfo...
2007-01-17 Bill WendlingRevert patch.
2007-01-17 Bill WendlingThe TargetObjInfo object goes here.
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 LattnerEliminate target name.
2006-07-26 Chris LattnerRename RelocModel::PIC to PIC_, to avoid conflicts...
2006-07-06 Evan ChengAdded option -code-model to set code model (only used...
2006-05-12 Owen AndersonRefactor a bunch of includes so that TargetMachine...
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-04-20 Chris LattnerRemove some obsolete interfaces
2006-03-23 Chris LattnerEliminate IntrinsicLowering from TargetMachine.
2006-03-13 Evan ChengAdded getTargetLowering() - returns DAG lowering info.
2006-02-22 Evan Cheng- Added option -relocation-model to set relocation...
2005-11-08 Chris LattnerAdd a new option to indicate we want the code generator...
2005-11-01 Jim LaskeyAllow itineraries to be passed through the Target Machine.
2005-08-05 Chris LattnerSince getSubtarget() always provides a const Subtarget...
2005-07-27 Jeff CohenEliminate tabs and trailing spaces.
2005-07-12 Nate BegemanClean up and add comments to the newly implemented...
2005-07-12 Nate BegemanImplement Subtarget support
2005-06-25 Chris Lattneradd some new file types
2005-06-25 Chris Lattnerrefactor these interfaces a bit
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-08-10 Misha BrukmanAdd new constructor.
2004-07-23 Misha Brukman* Add a BoolAlignment field to TargetData, default...
2004-07-11 Chris LattnerAdd two new "virtual static" methods to the TargetMachi...
2004-07-01 Misha Brukman* Doxygenify comments
2004-06-03 Brian GaekeCollapse together the abstract superclass TargetRegInfo...
2004-06-02 Chris LattnerDelete the V9 specific findOptimalStorageSize method...
2004-03-03 Chris LattnerAdd a new constructor
next