Move the DataLayout to the generic TargetMachine, making it mandatory.
[oota-llvm.git] / lib / Target / X86 / X86TargetMachine.h
2015-03-12 Mehdi AminiMove the DataLayout to the generic TargetMachine, makin...
2015-02-01 Chandler Carruth[multiversion] Switch all of the targets over to use the
2015-01-31 Chandler Carruth[PM] Switch the TargetMachine interface from accepting...
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2014-11-20 Reid KlecknerAdd out of line virtual destructors to all LLVMTargetMa...
2014-11-13 Aditya NandakumarThis patch changes the ownership of TLOF from TargetLow...
2014-10-06 Eric ChristopherAdd subtarget caches to aarch64, arm, ppc, and x86.
2014-09-18 Aaron BallmanReverting NFC changes from r218050. Instead, the warnin...
2014-09-18 Aaron BallmanFixing a bunch of -Woverloaded-virtual warnings due...
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
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 ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-08-01 Eric ChristopherAdd a non-const subtarget returning function to the...
2014-06-26 Eric ChristopherRemove extraneous includes from the target machines.
2014-06-09 Eric ChristopherMove all of the x86 subtarget initialized variables...
2014-06-05 Eric ChristopherRemove duplicate copy of InstrItineraryData from the...
2014-03-31 Craig Topper[C++11] Mark more classes in the X86 target as 'final'.
2014-03-19 Craig TopperPrune includes in X86 target.
2014-03-09 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-01-08 David Woodhouse[x86] Kill gratuitous X86_{32,64}TargetMachine subclass...
2013-01-07 Chandler CarruthSwitch TargetTransformInfo from an immutable analysis...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-20 Richard SmithFix use-before-construction of X86TargetLowering.
2012-12-09 Shuxin Yang- Re-enable population count loop idiom recognization
2012-12-08 Chandler CarruthRevert the patches adding a popcount loop idiom recogni...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-11-29 Shuxin Yangrdar://12100355 (part 1)
2012-11-02 Nadav RotemAdd a stub for the x86 cost model impl. Implement a...
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-03-17 Craig TopperReorder includes in Target backends to following coding...
2012-02-04 Andrew TrickTargetPassConfig: confine the MC configuration to Targe...
2012-02-03 Andrew TrickAdded TargetPassConfig. The first little step toward...
2012-02-03 Andrew Trickwhitespace
2012-02-01 Andrew TrickInstruction scheduling itinerary for Intel Atom.
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-11-16 Evan ChengSink codegen optimization level into MCCodeGenInfo...
2011-07-20 Evan Cheng- Move CodeModel from a TargetMachine global option...
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
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-10-03 Rafael EspindolaJim Asked us to move DataLayout on ARM back to the...
2010-05-11 Dan GohmanImplement a bunch more TargetSelectionDAGInfo infrastru...
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
2010-03-25 Jakob Stoklund OlesenAdd a late SSEDomainFix pass that twiddles SSE instruct...
2010-03-23 Jakob Stoklund OlesenRevert "Add a late SSEDomainFix pass that twiddles...
2010-03-23 Jakob Stoklund OlesenAdd a late SSEDomainFix pass that twiddles SSE instruct...
2010-02-15 Anton KorobeynikovPreliminary patch to improve dwarf EH generation -...
2010-02-02 Chris Lattnerremove dead code.
2010-02-02 Chris Lattnereliminate all the dead addSimpleCodeEmitter implementat...
2010-01-18 Bill Wendling- Add getLSDAEncoding to the PowerPC backend.
2010-01-16 Bill WendlingRetrying r91337:
2009-12-21 Eric ChristopherFix setting and default setting of code model for jit...
2009-08-12 Chris LattnerChange TargetAsmInfo to be constructed via TargetRegist...
2009-08-02 Daniel DunbarMove most targets TargetMachine constructor to only...
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 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-27 Chris Lattnersimplify some code and eliminate the symbolicAddressesA...
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...
2009-02-09 Dan GohmanUse doxygen comment syntax.
2008-09-26 Dan GohmanFactor out the code for determining when symblic addresses
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-08-17 Anton KorobeynikovMove X86 assembler printers into separate directory...
2008-05-14 Dan GohmanChange target-specific classes to use more precise...
2008-04-23 Anton KorobeynikovAdd X86 Maximal Stack Alignment Calculator Pass before RA
2008-03-11 Dan GohmanUse PassManagerBase instead of FunctionPassManager...
2008-02-28 Evan ChengAdded option -align-loops=<true/false> to disable loop...
2008-02-28 Evan ChengAdd a quick and dirty "loop aligner pass". x86 uses...
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-22 Evan ChengPreliminary PIC JIT support for X86 (32-bit) / Darwin.
2007-07-20 Evan ChengAdded -print-emitted-asm to print out JIT generated...
2007-02-08 Bill WendlingMoved the MachOWriter and ELFWriter out of the Target...
2007-01-27 Bill WendlingReturn an X86ELFWriterInfo object.
2007-01-17 Bill WendlingRevert patch.
2007-01-17 Bill WendlingCreate the specified TargetObjInfo and use it.
2006-09-08 Evan ChengCommitting X86-64 support.
next