Remove warnings: no newline at end of file.
[oota-llvm.git] / lib / Target /
2009-06-09 Anton KorobeynikovSilence a warning
2009-06-09 Bill WendlingSimplified logic of this if-then statement to reduce...
2009-06-09 Sanjiv GuptaPIC16 emits auto variables as globals. When optimizer...
2009-06-08 Anton KorobeynikovTypo
2009-06-08 Anton KorobeynikovRevert hunk commited by accident
2009-06-08 Anton KorobeynikovThe attached patches implement most of the ARM AAPCS...
2009-06-08 Anton KorobeynikovSeparate V6 from V6T2 since the latter has some extra...
2009-06-08 Anton KorobeynikovAdd helper for checking of Thumb1 mode
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-07 Eli FriedmanPR3628: Add patterns to match SHL/SRL/SRA to the corres...
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 Evan ChengChanging allocation ordering from r3 ... r0 back to...
2009-06-05 Devang PatelEvan thinks NoImplicitFloat check is not required here.
2009-06-05 Evan ChengWhen merging multiple load / store instructions. Use...
2009-06-05 Evan ChengCode clean up: return vector by reference rather than...
2009-06-05 Dan GohmanRemove some unnecessary #includes.
2009-06-05 Sanjiv GuptaLower i16/i32 sdiv/udiv/srem/urem using libcalls.
2009-06-04 Dan GohmanFix an erroneous check for isFNeg; the FNeg case is...
2009-06-04 Bill WendlingThe DWARF unwind info was incorrect. While compiling...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-06-04 Devang PatelAdd new function attribute - noredzone.
2009-06-04 Dale JohannesenFix FP_TO_UINT->i32 on ppc32 -mcpu=g5. This was
2009-06-04 Sanjiv GuptaRemove unused code.
2009-06-04 Sanjiv GuptaCustom lower SUB with two register operands.
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-04 Evan ChengRe-apply 72756 with fixes. One of those was introduced...
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 GohmanConvert Alpha and Mips to use a MachineFunctionInfo...
2009-06-03 Dan GohmanRemove the redundant TM member from X86DAGToDAGISel...
2009-06-03 Mike StumpMake the buildbot see green (to make it easier to spot...
2009-06-03 Dan GohmanRemove unnecessary #includes.
2009-06-03 Sanjiv GuptaEmit file directives correctly in case of a .bc is...
2009-06-03 Sanjiv GuptaFrameIndex could be used as a value (addressof (arg...
2009-06-03 Sanjiv GuptaFixed a bug in which signed comparisons were being...
2009-06-03 Duncan SandsAvoid a warning "'U' might be used uninitialized in
2009-06-03 Evan ChengTemporarily revert 72756 for now.
2009-06-03 Evan ChengFold preceding / trailing base inc / dec into the singl...
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 Dale JohannesenComment grammaro/clarification.
2009-06-01 Dale JohannesenTrailing whitespace.
2009-06-01 Anton KorobeynikovImplement review feedback. Make thumb2 'normal' subtarg...
2009-06-01 Bruno Cardoso LopesFix new CodeEmitter stuff to follow LLVM codying style...
2009-06-01 Anton KorobeynikovDo not emit "generic" CPU string. This fixes PR4291.
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 Anton KorobeynikovAdd placeholder for thumb2 stuff
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 Sanjiv GuptaEmit debug info for locals with proper scope.
2009-05-28 Sanjiv GuptaMark the branch insns correctly.
2009-05-28 Sanjiv GuptaFixing problems that got exposed after the refactoring...
2009-05-28 Eli FriedmanReturn the operand rather than a null SDValue when...
2009-05-28 Jeffrey YasskinThis patch brings the list of attributes in CPPBackend...
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 Bruno Cardoso LopesAdded support for fround, fextend and FP_TO_SINT
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 Lattnerfix typo
2009-05-25 Chris Lattnerwe should eventually add -march=atom and the new atom...
2009-05-24 Eli FriedmanMake the PPC backend use a legal type for the operands...
2009-05-23 Eli FriedmanMake the X86 backend mark EXTRACT_SUBVECTOR as Expand...
2009-05-23 Anton KorobeynikovAdd ARMv7 architecture, Cortex processors and different...
2009-05-23 Anton KorobeynikovEmit ARM Build Attributes
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-22 Oscar FuentesCMake: Use libpthread in tblgen when needed. Updated...
2009-05-22 Bob WilsonOnly 64-bit targets support TImode libcalls. Disable...
2009-05-22 Sanjiv GuptaEmit debug information for globals (which include autom...
2009-05-20 Bob WilsonMinor formatting fixes.
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-19 Bob WilsonFix pr4227: Handle large immediate values in inline...
2009-05-19 Bob WilsonFollow up on new support for memory operands in ARM...
next