change TLS_ADDR lowering to lower to a real mem operand, instead of matching as
[oota-llvm.git] / lib / Target / X86 /
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...
2009-06-15 Chris Lattnerimplement support for the 'K' asm constraint, PR4347
2009-06-12 Arnold SchwaighoferFix Bug 4278: X86-64 with -tailcallopt calling convention
2009-06-11 Eli FriedmanMisc x86 README updates: remove a couple of already...
2009-06-11 Bruno Cardoso LopesUse forward declarations and move TargetELFWriterInfo...
2009-06-11 Bruno Cardoso LopesSupport for ELF Visibility
2009-06-09 Anton KorobeynikovSilence a warning
2009-06-09 Bill WendlingSimplified logic of this if-then statement to reduce...
2009-06-08 Anton KorobeynikovThe attached patches implement most of the ARM AAPCS...
2009-06-08 Bill WendlingRevert r72898. It does not solve the problem I want...
2009-06-07 Eli FriedmanGet rid of some unnecessary code.
2009-06-07 Eli FriedmanSlightly generalize the code that handles shuffles...
2009-06-06 Eli FriedmanAvoid crashing on a variable-index insertelement with...
2009-06-06 Eli FriedmanGet rid of some bogus patterns for X86vzmovl. Don...
2009-06-06 Eli FriedmanFix an obvious typo.
2009-06-06 Bruno Cardoso Lopesx86_64 now uses the correct ELF e_machine type
2009-06-06 Eli FriedmanGet rid of a bogus pattern that interferes with optimiz...
2009-06-06 Eli FriedmanPR2598: make sure to expand illegal forms of integer...
2009-06-05 Dan GohmanAdd explicit keywords.
2009-06-05 Devang PatelAdd new function attribute - noimplicitfloat
2009-06-05 Nate BegemanAdapt the x86 build_vector dagcombine to the current...
2009-06-05 Devang PatelEvan thinks NoImplicitFloat check is not required here.
2009-06-04 Bill WendlingThe DWARF unwind info was incorrect. While compiling...
2009-06-04 Devang PatelAdd new function attribute - noredzone.
2009-06-04 Eli FriedmanPR3739, part 2: Use an explicit store to spill XMM...
2009-06-04 Eli FriedmanPR3739, part 1: Disable the red zone on Win64.
2009-06-03 Stuart HastingsEvan says it's wrong; back out 72808.
2009-06-03 Stuart HastingsRecognize another euphemism for MOVDQ2Q.
2009-06-03 Evan ChengFor Darwin / x86_64, override -relocation-model=static...
2009-06-03 Dan GohmanRemove the redundant TM member from X86DAGToDAGISel...
2009-06-03 Dan GohmanRemove unnecessary #includes.
2009-06-03 Duncan SandsAvoid a warning "'U' might be used uninitialized in
2009-06-03 Dan GohmanRevert r72734. The Darwin assembler doesn't support...
2009-06-02 Evan ChengOn Darwin x86_64 small code model doesn't guarantee...
2009-06-02 Dale JohannesenRevert 72707 and 72709, for the moment.
2009-06-01 Dale JohannesenAdd missing file.
2009-06-01 Dale JohannesenMake the implicit inputs and outputs of target-independent
2009-06-01 Bruno Cardoso LopesFix new CodeEmitter stuff to follow LLVM codying style...
2009-05-31 Dan GohmanFix a grammaro and clarify a comment.
2009-05-30 Bruno Cardoso LopesFirst patch in the direction of splitting MachineCodeEm...
2009-05-30 Evan Cheng(i64 (zext (srl GR32 8))) -> movzbl AH is not safe...
2009-05-30 Bill WendlingUntabification.
2009-05-29 Evan ChengMore h-registers tricks: folding zext nodes.
2009-05-28 Bill WendlingThe MONITOR and MWAIT instructions have insufficient...
2009-05-28 Evan ChengFix MOVMSKPDrr encoding.
2009-05-28 Evan ChengFix PSIGND encoding bug. Patch by Sean Callanan.
2009-05-28 Bill Wendling"The instructions MMX_PSADBWrm and MMX_PSADBWrr have...
2009-05-28 Evan ChengAdded optimization that narrow load / op / store and...
2009-05-27 Eli FriedmanGer rid of some dead code.
2009-05-27 Evan ChengFix sfence jit encoding. Patch by Sean Callanan.
2009-05-27 Eli FriedmanDon't abuse the quirky behavior of LegalizeDAG for...
2009-05-26 Daniel DunbarBack out r72431, it is causing a number of compilation...
2009-05-26 Stefanus Du ToitUpdate CPU capabilities for AMD machines
2009-05-26 Eli FriedmanDon't abuse the quirky behavior of LegalizeDAG for...
2009-05-25 Chris Lattneradd some late optimizations that GCC does. It thinks...
2009-05-25 Chris Lattnerwe should eventually add -march=atom and the new atom...
2009-05-23 Eli FriedmanMake the X86 backend mark EXTRACT_SUBVECTOR as Expand...
2009-05-23 Anton KorobeynikovPropagate CPU string out of SubtargetFeatures
2009-05-23 Eli FriedmanMake the x86 backend custom-lower UINT_TO_FP and FP_TO_...
2009-05-20 Evan ChengTry again. Allow call to immediate address for ELF...
2009-05-20 Evan ChengCannot use immediate as call absolute target in PIC...
2009-05-18 Dale JohannesenAdd OpSize to 16-bit ADC and SBB.
2009-05-18 Dale JohannesenFill in the missing patterns for ADC and SBB.
2009-05-14 Mike StumpReflow to fit 80-col.
2009-05-14 Mike StumpReflow to fit 80-col.
2009-05-13 Evan ChengRun code placement optimization for targets that want...
2009-05-13 Bill WendlingChange MachineInstrBuilder::addReg() to take a flag...
2009-05-12 Bill WendlingMore MSVC fixes -- class/struct conflicts.
next