Move getJTISymbol from MachineJumpTableInfo to MachineFunction,
[oota-llvm.git] / lib / Target / X86 / X86TargetMachine.cpp
2010-01-19 Jim GrosbachFor aligned load/store instructions, it's only required...
2010-01-19 Bill WendlingEven more explanation.
2010-01-18 Bill Wendling- Add getLSDAEncoding to the PowerPC backend.
2010-01-18 Bill WendlingAdd FIXME comment.
2010-01-18 Bill Wendling- Add a comment to the callback indicating that it...
2010-01-16 Bill WendlingRetrying r91337:
2009-12-22 Sean CallananFixed library dependencies between the X86 disassembler and
2009-12-21 Eric ChristopherFix setting and default setting of code model for jit...
2009-12-19 Sean CallananTable-driven disassembler for the X86 architecture...
2009-12-02 Jim GrosbachFactor the stack alignment calculations out into a...
2009-11-16 Jeffrey YasskinMake X86-64 in the Large model always emit 64-bit calls.
2009-11-06 Daniel DunbarPass StringRef by value.
2009-08-27 Daniel Dunbarllvm-mc/X86: Implement single instruction encoding...
2009-08-22 Chris Lattnerrename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for...
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-04 Chris Lattnerremove a random reference to subtarget. Even without...
2009-08-03 Anton KorobeynikovUnbreak Win64 CC. Step one: honour register save area...
2009-08-02 Daniel DunbarMove most targets TargetMachine constructor to only...
2009-08-02 Daniel DunbarNormalize Subtarget constructors to take a target tripl...
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...
2009-07-25 Daniel DunbarAdd new helpers for registering targets.
2009-07-18 Daniel DunbarPut Target definitions inside Target specific header...
2009-07-16 Daniel DunbarKill off <TARGET>MachineModule variables, and <TARGETAS...
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 DunbarReplace large swaths of copy-n-paste code with obvious...
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-10 Chris Lattnermake PIC vs DynamicNoPIC be explicit in PICStyles.
2009-07-09 Chris LattnerisPICStyleRIPRel() and friends are never true in -stati...
2009-07-09 Chris Lattner.o file writing shouldn't mess around with pic/relo...
2009-07-09 Chris Lattnermove a hack out of the asm-printer specific path to...
2009-07-09 Chris Lattnermany more cleanups, for example if in the "none" pic...
2009-07-09 Chris LattnerWhen in -static mode, force the PIC style to none....
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-06-27 Chris LattnerReimplement rip-relative addressing in the X86-64 backe...
2009-06-23 Bob WilsonProvide InitializeAllTargets and InitializeNativeTarget...
2009-06-16 Douglas GregorIntroduce new headers whose inclusion forces linking and
2009-06-11 Bruno Cardoso LopesSupport for ELF Visibility
2009-06-06 Bruno Cardoso Lopesx86_64 now uses the correct ELF e_machine type
2009-06-03 Evan ChengFor Darwin / x86_64, override -relocation-model=static...
2009-06-01 Bruno Cardoso LopesFix new CodeEmitter stuff to follow LLVM codying style...
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-07 Dan GohmanMake a comment a doxygen comment.
2008-11-28 Duncan SandsFix build with gcc-4.4: it doesn't like PICStyle
2008-11-12 Dan GohmanMove the code that inserts X87 FP_REG_KILL instructions...
2008-10-25 Dan GohmanMove the code that adds the DeadMachineInstructionElimP...
2008-10-18 Dan GohmanTeach DAGCombine to fold constant offsets into GlobalAd...
2008-10-14 Dan GohmanFix command-line option printing to print two spaces...
2008-09-26 Dan GohmanFactor out the code for determining when symblic addresses
2008-09-25 Anton KorobeynikovReapply 56585:56589 with proper fix for some gcc versions
2008-09-25 Evan ChengTemporarily backing out 56585:56589 to unbreak the...
2008-09-24 Anton KorobeynikovUse crazy template-based inheritance instead of virtual...
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-08-17 Anton KorobeynikovMove X86 assembler printers into separate directory...
2008-08-12 Dale JohannesenMake x86-64 JIT changes Darwin-specific.
2008-08-11 Dale JohannesenSome fixes for x86-64 JIT. Make it use small code
2008-07-09 Anton KorobeynikovSplit X86TargetAsmInfo into 4 subtarget-specific classes
2008-06-22 Dan GohmanRemove unnecessary #includes.
2008-05-22 Evan ChengX86CodeEmitter should not set PIC style to None at...
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-04-23 Anton KorobeynikovBe over-conservative: scan for all used virtual registe...
2008-04-23 Anton KorobeynikovAdd X86 Maximal Stack Alignment Calculator Pass before RA
2008-03-23 Anton KorobeynikovProvide a JIT selector on win64
2008-03-23 Anton KorobeynikovHack out the PIC mode on Win64 targets. This needs...
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-20 Anton KorobeynikovRemove bunch of gcc 4.3-related warnings from Target
2008-01-08 Evan ChengMinor fix to enable x86-64 pic jit (still fails for...
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-12-22 Evan ChengOops.
2007-12-22 Evan ChengAllow JIT with non-static relocation model.
2007-08-06 Dale JohannesenMove lengthy conditional down 1 level per review comment.
2007-08-03 Dale JohannesenMake x86 long double alignment 32 for everything but
2007-08-03 Dale Johannesenlong double patch 2 of N. Handle it in TargetData.
2007-07-20 Evan ChengAdded -print-emitted-asm to print out JIT generated...
2007-07-09 Chris LattnerThe various "getModuleMatchQuality" implementations...
2007-02-23 Evan Cheng80 col. violation.
2007-02-14 Chris LattnerGeneralize TargetData strings, to support more interest...
2007-02-08 Bill WendlingMoved the MachOWriter and ELFWriter out of the Target...
2007-01-22 Evan ChengDouble and long preferred alignment is 8 byte.
2007-01-20 Chris LattnerTeach TargetData to handle 'preferred' alignment for...
2007-01-18 Evan Cheng- Target PIC style is no longer affected by relocation...
next