Move C++ code out of the C headers and into either C++ headers
[oota-llvm.git] / include / llvm / Target / TargetMachine.h
2013-04-22 Eric ChristopherMove C++ code out of the C headers and into either...
2013-03-13 Bill WendlingReset some of the target options which affect code...
2013-01-09 David TweedFor some LLVM-as-library uses it is convenient to create a
2013-01-07 Chandler CarruthSwitch TargetTransformInfo from an immutable analysis...
2012-12-11 NAKAMURA Takumillvm/Target/TargetMachine.h: Remove two dependent headers.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-10-28 Rafael EspindolaRemove TargetELFWriterInfo.
2012-10-18 Nadav RotemReapply the TargerTransformInfo changes, minus the...
2012-10-18 Bob WilsonTemporarily revert the TargetTransform changes.
2012-10-10 Nadav RotemAdd a new interface to allow IR-level passes to access...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-07-02 Bob WilsonExtend TargetPassConfig to allow running only a subset...
2012-04-08 Chandler CarruthMove the TLSModel information into the TargetMachine...
2012-03-25 Craig TopperPrune some includes and forward declarations.
2012-02-04 Andrew TrickTargetPassConfig: confine the MC configuration to Targe...
2012-02-03 Andrew TrickAdded TargetPassConfig. The first little step toward...
2012-01-12 Evan ChengMove Sched::Preference out of TargetMachine.h where...
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-12-02 Dylan NoblesmithTargetMachine: document unnamed bool argument
2011-11-16 Evan ChengSink codegen optimization level into MCCodeGenInfo...
2011-10-24 Dan GohmanDelete the Latency scheduling preference.
2011-10-17 Nick LewyckyAdd support for a new extension to the .file directive:
2011-07-20 Evan Cheng- Move CodeModel from a TargetMachine global option...
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-08 Evan ChengEliminate asm parser's dependency on TargetMachine:
2011-07-01 Evan ChengRename TargetSubtarget to TargetSubtargetInfo for consi...
2011-06-29 Evan ChengSink SubtargetFeature and TargetInstrItineraries (renam...
2011-04-30 Rafael EspindolaAdd all the plumbing needed for MC to expand cfi to...
2011-03-28 Daniel DunbarIntegrated-As: Add support for setting the AllowTempora...
2011-03-21 Eric ChristopherFix unused param warning.
2011-03-18 Jim GrosbachBeginnings of MC-JIT code generation.
2011-01-23 Rafael EspindolaAdd support for the --noexecstack option.
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
2010-11-19 Rafael EspindolaChange some methods in MCDwarf.cpp to be able to handle...
2010-10-16 Michael J. SpencerWhitespace!
2010-09-27 Chris Lattnerthe latest assembler that runs on powerpc 10.4 machines...
2010-09-10 Evan ChengTeach if-converter to be more careful with predicating...
2010-07-24 Anton KorobeynikovAdd hook to insert late LLVM=>LLVM passes just before...
2010-07-24 Evan ChengAdd an ILP scheduler. This is a register pressure aware...
2010-07-22 Eric ChristopherWarnings patrol.
2010-07-22 Reid KlecknerInitial modifications to MCAssembler and TargetMachine...
2010-05-26 Daniel DunbarMC: Add TargetMachine support for setting the value...
2010-05-20 Evan ChengAllow targets more controls on what nodes are scheduled...
2010-05-20 Evan ChengAdd a hybrid bottom up scheduler that reduce register...
2010-05-19 Evan ChengCode refactoring: pull SchedPreference enum from Target...
2010-05-11 Dan GohmanRemove the "WantsWholeFile" concept, as it's no longer...
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
2010-04-16 Dan GohmanAdd a getSelectionDAGInfo member to TargetMachine.
2010-04-13 Chris Lattneradd llvm codegen support for -ffunction-sections and...
2010-04-07 Anton KorobeynikovRemove late ARM codegen optimization pass committed...
2010-04-07 Anton KorobeynikovAdd hook to insert late LLVM=>LLVM passes just before...
2010-03-25 Eric ChristopherFix unused parameter warning.
2010-03-13 Chris Lattnerrearrange MCContext ownership. Before LLVMTargetMachin...
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.
next