Add a TargetMachine hook that verifies DataLayout compatibility
[oota-llvm.git] / lib / CodeGen / LLVMTargetMachine.cpp
2015-07-06 Alex Lorenzllc: Add a 'run-pass' option.
2015-06-16 Daniel SandersReplace string GNU Triples with llvm::Triple in TargetM...
2015-06-15 Alex LorenzMIR Serialization: Connect the machine function analysi...
2015-06-11 Daniel SandersReplace string GNU Triples with llvm::Triple in TargetM...
2015-05-27 Alex LorenzResubmit r237954 (MIR Serialization: print and parse...
2015-05-22 NAKAMURA TakumiRevert r237954, "Resubmit r237708 (MIR Serialization...
2015-05-21 Alex LorenzResubmit r237708 (MIR Serialization: print and parse...
2015-05-20 Daniel SandersRevert r237789 - [mips] The naming convention for priva...
2015-05-20 Daniel Sanders[mips] The naming convention for private labels is...
2015-05-19 Alex LorenzRevert r237708 (MIR serialization) - incremental buildb...
2015-05-19 Alex LorenzMIR Serialization: print and parse LLVM IR using MIR...
2015-05-06 Duncan P. N. Exon... MC: Skip names of temporary symbols in object streamer
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in the object writer/streamer.
2015-04-09 Rafael EspindolaSimplify use of formatted_raw_ostream.
2015-04-09 Rafael EspindolaThis reverts commit r234460 and r234461.
2015-04-09 Rafael EspindolaUse the cast machinery to remove dummy uses of formatte...
2015-03-31 Eric ChristopherReplace the MCSubtargetInfo parameter with a Triple...
2015-03-20 Rafael EspindolaDon't declare all text sections at the start of the .s
2015-03-19 Eric ChristopherRemove unused headers.
2015-03-19 Eric ChristopherAdd an MCSubtargetInfo variable to the TargetMachine.
2015-03-19 Eric ChristopherAdd a TargetMachine local MCRegisterInfo and MCInstrInf...
2015-03-18 Eric ChristopherRevert "Add a TargetMachine local MCRegisterInfo and...
2015-03-18 Eric ChristopherAdd a TargetMachine local MCRegisterInfo and MCInstrInf...
2015-03-16 Rafael EspindolaPass in a "const Triple &T" instead of a raw StringRef.
2015-03-12 Mehdi AminiMove the DataLayout to the generic TargetMachine, makin...
2015-03-10 Eric ChristopherRemove the use of the subtarget in MCCodeEmitter creati...
2015-02-27 Eric ChristopherRemove the Forward Control Flow Integrity pass and...
2015-02-13 Chandler Carruth[PM] Remove the old 'PassManager.h' header file at...
2015-02-03 Eric ChristopherOnly access TLOF via the TargetMachine, not TargetLowering.
2015-02-01 Chandler Carruth[multiversion] Switch the TTI queries from TargetMachin...
2015-02-01 Chandler Carruth[multiversion] Switch all of the targets over to use the
2015-02-01 Chandler Carruth[multiversion] Implement the old pass manager's TTI...
2015-01-31 Chandler Carruth[PM] Switch the TargetMachine interface from accepting...
2015-01-18 David Blaikiestd::unique_ptrify the MCStreamer argument to createAsm...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-11-11 Tom RoederAdd Forward Control-Flow Integrity.
2014-10-15 Rafael EspindolaSimplify handling of --noexecstack by using getNonexecu...
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-06-20 Rafael EspindolaAllow a target to create a null streamer.
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-05-20 Eric ChristopherMove the verbose asm option to be part of the options...
2014-05-19 Eric ChristopherFix typos.
2014-05-16 Eric ChristopherRemove the Options query functions and just access...
2014-05-15 Eric ChristopherMove more MC options into the MCTargetOptions structure.
2014-05-07 Rafael EspindolaRemove the UseCFI option from createAsmStreamer.
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-27 David BlaikieDebugInfo: TargetOptions/MCAsmInfo support for compress...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-02-21 Rafael EspindolaMake DisableIntegratedAS a TargetOption.
2014-02-13 Daniel SandersRe-commit: Demote EmitRawText call in AsmPrinter::EmitI...
2014-02-12 Daniel SandersRevert r201237+r201238: Demote EmitRawText call in...
2014-02-12 Daniel SandersDemote EmitRawText call in AsmPrinter::EmitInlineAsm...
2014-02-05 Rafael EspindolaRemove support for not using .loc directives.
2014-01-26 Rafael EspindolaPass a MCSubtargetInfo down to the TargetStreamer creation.
2014-01-24 Rafael EspindolaSimplify the logic for deciding when to initialize...
2014-01-23 Rafael EspindolaRemove duplicated info on what .text, .data and .bss...
2014-01-23 Juergen RibutzkaAdd target analysis passes to the codegen pipeline...
2014-01-12 Chandler Carruth[PM] Simplify the interface exposed for IR printing...
2014-01-12 Chandler Carruth[PM] Rename the IR printing pass header to a more gener...
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2013-10-08 Eric ChristopherGrammar.
2013-09-09 Bill WendlingCall generateCompactUnwindEncodings() right before...
2013-09-09 Bill WendlingGenerate compact unwind encoding from CFI directives.
2013-06-19 Bill WendlingAccess the TargetLoweringInfo from the TargetMachine...
2013-06-18 Bill WendlingSimplify some of the code. No functionality change.
2013-06-05 Bill WendlingAdd space to assert message.
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-02-19 Benjamin KramerFix GCMetadaPrinter::finishAssembly not executed, patch...
2013-01-07 Chandler CarruthSwitch TargetTransformInfo from an immutable analysis...
2012-12-10 Lang HamesDefer call to InitSections until after MCContext has...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-30 Bill WendlingReplace r168930 with a more reasonable patch.
2012-11-22 Eli BenderskyFix 80-col violation
2012-09-18 Roman DivackyWhen creating MCAsmBackend pass the CPU string as well...
2012-07-02 Bob WilsonExtend TargetPassConfig to allow running only a subset...
2012-07-02 Bob WilsonAdd all codegen passes to the PassManager via TargetPas...
2012-05-20 Benjamin KramerPlug a leak when using MCJIT.
2012-05-20 Benjamin KramerUse TargetMachine's register info instead of creating...
2012-05-15 Jim GrosbachAllow MCCodeEmitter access to the target MCRegisterInfo.
2012-04-02 Craig TopperMake MCInstrInfo available to the MCInstPrinter. This...
2012-03-13 Bill Wendlings/SjLjEHPass/SjLjEHPrepare/
2012-03-05 Jim GrosbachMake MCRegisterInfo available to the the MCInstPrinter.
2012-02-17 Jim GrosbachTidy up.
2012-02-08 Andrew TrickAdded TargetPassConfig::setOpt
2012-02-06 Andrew TrickAdd TargetPassConfig to the PassManager for use inside...
2012-02-04 Nick LewyckyFix a leak!
2012-02-04 Andrew TrickTargetPassConfig: confine the MC configuration to Targe...
2012-02-04 Andrew TrickMove TargetPassConfig implementation into Passes.cpp
2012-02-04 Andrew TrickMake TargetPassConfig an ImmutablePass so CodeGenPasses...
2012-02-03 Andrew TrickInitialize all common codegen passes before configurati...
2012-02-03 Andrew TrickAdded TargetPassConfig. The first little step toward...
2012-01-22 Anton KorobeynikovAdd an option to disable buggy copy propagation pass
2012-01-13 Andrew Trick80-col violation
2012-01-10 Chandler CarruthAdd 'llvm_unreachable' to passify GCC's understanding...
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2012-01-10 Rafael EspindolaRemove the logging streamer.
next