clarify: stub emission depends on the version of the linker you use, it has nothing
[oota-llvm.git] / lib / Target / X86 /
2009-07-02 Dan GohmanFix a bunch of other places that used operator[] to...
2009-07-01 Bill WendlingUpdate comments to make it clear that the function...
2009-07-01 Chris LattnerFix some fast-isel problems selecting global variable...
2009-07-01 Daniel DunbarRemove unused AsmPrinter OptLevel argument, and propogate.
2009-06-30 Bill WendlingAdd an "alignment" field to the MachineFunction object...
2009-06-30 David GreeneAdd 256-bit memory operand support.
2009-06-30 Rafael EspindolaFix PR4485.
2009-06-30 Rafael EspindolaFix PR4484.
2009-06-30 Evan ChengAdd a bit IsUndef to MachineOperand. This indicates...
2009-06-30 Chris Lattnerremove a bogus note.
2009-06-30 Chris Lattneradd a note
2009-06-29 David GreeneAdd a 256-bit register class and YMM registers.
2009-06-29 Rafael EspindolaFIX PR 4459.
2009-06-29 Owen AndersonAdd a target-specific DAG combine on X86 to fold the...
2009-06-29 David GreeneAdd processor descriptions for Istanbul and Shanghai.
2009-06-29 David GreeneFix a subtarget feature bug.
2009-06-29 David GreeneAdd more vector ValueTypes for AVX and other extended...
2009-06-27 Chris Lattnerremove a bunch of fixmes (old checking code) and common...
2009-06-27 Chris Lattnerpull @GOT, @GOTOFF, @GOTPCREL handling into isel from...
2009-06-27 Chris Lattnersimplify some code and eliminate the symbolicAddressesA...
2009-06-27 Chris Lattnerfix clang/test/CodeGenObjC/try.m, a basereg doesn't...
2009-06-27 Chris Lattnerfix a bunch of failures in the X86-64 JIT by tolerating...
2009-06-27 Chris Lattnerfactor some logic out into a helper function, allow...
2009-06-27 Chris LattnerReimplement rip-relative addressing in the X86-64 backe...
2009-06-27 Chris LattnerFix PR4466 by making fastisel set operand flags correctly.
2009-06-26 David GreeneAdd feature flags for AVX and FMA and fix some SSE4A...
2009-06-26 Evan ChengAdd x86 support for 'n' inline asm modifier. This will...
2009-06-26 Chris Lattnersimplify printing of MO_ExternalSymbol in a non-pcrel...
2009-06-26 Chris Lattneradd %rip to the GR64 register class. Lets avoid alloca...
2009-06-26 Chris LattnerMove all the TLS processing logic into isel, don't...
2009-06-26 Chris Lattnermake sure to propagate operand flags in SelectTLSADDRAd...
2009-06-26 Chris Lattnerminor cleanup/framework changes.
2009-06-26 Chris Lattnermove magic for PIC constantpool references from asmprin...
2009-06-26 Chris Lattneruse jump table operand flags in asm printer instead...
2009-06-26 Chris Lattnerfix a pasto.
2009-06-26 Chris Lattnerpropagate target operand flags through addressing mode...
2009-06-26 Devang PatelLet's ignore MDStrings also!
2009-06-26 Chris Lattnerstart adding logic in isel to determine asm printer...
2009-06-25 Chris Lattnersimplify shouldPrintPLT
2009-06-25 Chris LattnerUse target-specific machine operand flags to eliminate...
2009-06-25 Chris Lattnerjust eliminate the code entirely!
2009-06-25 Douglas GregorAdd missing dependencies to the CMake build system.
2009-06-25 Chris Lattnerfix comments to be correct.
2009-06-25 Devang PatelNo need to code gen MDNodes
2009-06-24 Chris Lattnermove some functions, add a FIXME, use PrintPICBaseSymbo...
2009-06-24 Chris Lattnerreimplement getPICLabelString as PrintPICBaseSymbol...
2009-06-24 Chris Lattnersink management of DwarfWriter & MachineModuleInfo...
2009-06-24 Chris Lattnersink dwarf finalization out of each target into AsmPrin...
2009-06-24 Chris Lattnereliminate the ExtWeakSymbols set from AsmPrinter. ...
2009-06-24 Chris Lattneronly emit one .align for all the hidden gv stubs instea...
2009-06-24 Chris Lattnerinline print*Stub and rearrange function stub printing...
2009-06-24 Chris Lattnerremove dead code now that personality functions don...
2009-06-24 Chris Lattnerremove now-dead argument.
2009-06-24 Chris Lattnersimplify personality function stub printing to use...
2009-06-24 Chris Lattnerremove dead argument
2009-06-24 Chris Lattnerfactor some code better.
2009-06-24 Chris Lattnerwire up support for MCContext/MCStreamer in -experiment...
2009-06-23 Bob WilsonProvide InitializeAllTargets and InitializeNativeTarget...
2009-06-23 Sean CallananTest commit: fixed spacing.
2009-06-23 Bill Wendling"The MMX_MASKMOVQ and MMX_MASKMOVQ64 instructions are...
2009-06-23 Douglas GregorEliminate object-relinking support from CMake. Fixes...
2009-06-22 Bruno Cardoso LopesAdd more methods to gather target specific elf stuff
2009-06-21 Rafael EspindolaFix PR4185.
2009-06-21 Chris Lattnersimplify closing paren and (rip) printing.
2009-06-21 Chris Lattnerindentation fix
2009-06-21 Chris Lattnerremove #if 0 code
2009-06-21 Chris Lattnercosmetic changes.
2009-06-20 Chris Lattnerchange TLS_ADDR lowering to lower to a real mem operand...
2009-06-20 Chris Lattnerremove dead code, the main codepath never has to deal
2009-06-20 Chris Lattnereliminate the "call" operand modifier from the asm...
2009-06-20 Chris Lattnerfix edit-o
2009-06-20 Chris Lattnersome comments and cleanup
2009-06-20 Chris Lattnerimplement support for lowering subregs when preparing...
2009-06-20 Devang PatelInitialize MMI
2009-06-20 Chris Lattnerhook up printMemReference.
2009-06-20 Chris LattnerStart implementing translation of MachineInstr to MCIns...
2009-06-19 Chris Lattnerstub out some hacky code for wiring up the new asmprint...
2009-06-19 Devang PatelDwarfWriter is used to emit EH info also.
2009-06-19 Devang PatelMove up dwarf writer initialization in common AsmPrinte...
2009-06-19 Eli FriedmanFix for PR2484: add an SSE1 pattern for a shuffle we...
2009-06-19 Eli FriedmanMisc tweaks to Intel asm printing to make it more compa...
2009-06-19 Chris Lattneradd a file I missed, this goes with r73743
2009-06-19 Chris LattnerAdd some scaffolding for a new experimental asmprinter
2009-06-19 Chris Lattnermerge the common darwin settings from the X86/PPC/ARM...
2009-06-18 Chris Lattnermove mangler quote handling from asm printers to Target...
2009-06-18 Chris Lattnerminor cleanup
2009-06-18 Chris Lattnersimplify macro debug info directive handling.
2009-06-18 Evan ChengOn Darwin, ams printer should output a second label...
2009-06-17 Devang PatelDo not use first actual instruction's location for...
2009-06-16 Douglas GregorIntroduce new headers whose inclusion forces linking and
2009-06-16 Evan ChengCALL64pcrel32 immediate field is 32-bit. Patch by Abhin...
2009-06-16 Eli FriedmanMisc accumulated tweaks to legalization logic for vario...
2009-06-16 Chris Lattneranother xform that is target-independent (should be...
2009-06-16 Chris LattnerI think instcombine should unconditionally do this...
2009-06-16 Bill WendlingThere doesn't seem to be a reason to move the save...
2009-06-16 Bill WendlingThe DWARF to compact encoding converter assumes that...
2009-06-15 Bill WendlingThe Ls and Qs were mixed up. Patch by Sean.
2009-06-15 Bill Wendling"The Intel instruction tables should include the 64...
2009-06-15 Chris Lattnerremove extraneous const qualifier
2009-06-15 Chris LattnerI got J and K backward, many thanks to Eli for spotting...
next