Add a FIXME to TargetMachine to remove the function specific
[oota-llvm.git] / include / llvm / Target / TargetMachine.h
2014-09-26 Eric ChristopherAdd a FIXME to TargetMachine to remove the function...
2014-09-26 Eric ChristopherMove resetTargetOptions from taking a MachineFunction...
2014-09-18 Eric ChristopherAdd a new pass FunctionTargetTransformInfo. This pass...
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-30 Craig TopperFix some cases where StringRef was being passed by...
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-08-05 Rafael EspindolaRemove a virtual function from TargetMachine. NFC.
2014-08-04 Eric ChristopherReorder to keep data and routines separate and to keep...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-08-04 Eric ChristopherReimplement the temporary non-const getSubtargetImpl...
2014-08-01 Eric ChristopherAdd a non-const subtarget returning function to the...
2014-05-20 Eric ChristopherMove the verbose asm option to be part of the options...
2014-05-20 Eric ChristopherMove the function and data section flags into the optio...
2014-05-16 Eric ChristopherRemove the Options query functions and just access...
2014-05-15 Eric ChristopherRemove unused functions setting MCOptions from TargetMa...
2014-05-15 Eric ChristopherMove the TargetMachine MC options to MCTargetOptions...
2014-05-12 Rafael EspindolaRemove MCUseCFI from TargetMachine.
2014-04-28 Joerg SonnenbergerFix comment
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-02-19 Rafael Espindolamove getNameWithPrefix and getSymbol to TargetMachine.
2014-02-05 Rafael EspindolaRemove support for not using .loc directives.
2014-01-28 Eric ChristopherRevert r199871 and replace it with a simple check in...
2014-01-23 Eric ChristopherAdd a variable to track whether or not we've used a...
2013-12-07 Vincent LejeuneAdd a RequireStructuredCFG Field to TargetMachine.
2013-11-22 Paul RobinsonTeach ISel not to optimize 'optnone' functions (revised).
2013-11-21 NAKAMURA TakumiWhitespace.
2013-11-21 NAKAMURA TakumiRevert r195317 (and r195333), "Teach ISel not to optimi...
2013-11-21 Paul RobinsonTeach ISel not to optimize 'optnone' functions.
2013-11-09 Chandler CarruthMove the old pass manager infrastructure into a legacy...
2013-06-17 Bill WendlingDirectly access objects which may change during compila...
2013-06-10 Duncan SandsAvoid warnings about unused parameters that tend to...
2013-05-13 Rafael EspindolaRemove the MachineMove class.
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...
next