A few 80-col violations.
[oota-llvm.git] / lib / Target / X86 / X86TargetMachine.cpp
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...
2007-01-17 Bill WendlingRevert patch.
2007-01-17 Bill WendlingCreate the specified TargetObjInfo and use it.
2007-01-12 Anton Korobeynikov* PIC codegen for X86/Linux has been implemented
2007-01-03 Anton KorobeynikovReally big cleanup.
2006-12-22 Anton KorobeynikovRefactored JIT codegen for mingw32. Now we're using...
2006-12-20 Anton KorobeynikovFixed dllimported symbols support during JIT'ing. JIT...
2006-12-19 Chris LattnerThe x86-64 target machine should be used for amd64...
2006-12-05 Evan Cheng- Switch X86-64 JIT to large code size model.
2006-12-04 Evan ChengNon-darwin gcc should default to static relocation...
2006-11-17 Bill WendlingRemoved even more std::cerr and #include <iostream...
2006-09-08 Evan ChengCommitting X86-64 support.
2006-09-07 Jim Laskey1. Remove condition on delete.
2006-09-04 Chris LattnerFix some X86 JIT failures. This should really come...
2006-09-04 Chris LattnerCompletely rearchitect the interface between targets...
2006-09-03 Chris LattnerSimplify target construction.
2006-08-29 Evan Cheng- Enable x86 isel preprocessing by default unless ...
2006-08-23 Nate BegemanInitial checkin of the Mach-O emitter. There's plenty...
2006-08-02 Nate BegemanDisable LSR at -fast
2006-07-26 Chris LattnerRename RelocModel::PIC to PIC_, to avoid conflicts...
2006-07-25 Evan Cheng- Refactor the code that resolve basic block references...
2006-06-16 Chris LattnerDon't pass target name into TargetData anymore, it...
2006-05-30 Evan ChengFix a build breaker.
2006-05-20 Owen AndersonMake TargetData strings less redundant.
2006-05-20 Owen AndersonMake all of the TargetMachine subclasses use the new...
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-04-08 Nate BegemanDisable switch lowering for targets based on the select...
2006-03-27 Nate BegemanSelectionDAGISel can now natively handle Switch instruc...
2006-03-23 Chris LattnerEliminate IntrinsicLowering from TargetMachine.
2006-03-19 Evan ChengTurning on LSR by default
2006-03-16 Evan ChengAdded a way for TargetLowering to specify what values...
2006-03-13 Evan ChengAdded getTargetLowering() to TargetMachine. Refactored...
2006-03-09 Evan ChengAdd option -enable-x86-lsr to enable x86 loop strength...
2006-02-22 Evan Cheng- Added option -relocation-model to set relocation...
2006-02-18 Evan ChengDisable PIC for JIT.
2006-02-17 Nate BegemanKill the x86 pattern isel. boom.
next