On Darwin, frame pointer r7 is never available.
[oota-llvm.git] / lib / Target /
2009-06-15 Evan ChengOn Darwin, frame pointer r7 is never available.
2009-06-15 Anton KorobeynikovRename methods for the sake of consistency.
2009-06-15 Evan ChengTypo.
2009-06-15 Bill WendlingThe Ls and Qs were mixed up. Patch by Sean.
2009-06-15 Evan ChengDo not form ldrd / strd if the two dests / srcs are...
2009-06-15 Bill Wendling"The Intel instruction tables should include the 64...
2009-06-15 Evan ChengSilence a warning.
2009-06-15 Evan ChengPart 1.
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-14 Dan GohmanFix old-style type names in comments.
2009-06-14 Bruno Cardoso LopesIntroduce new BinaryObject (blob) class, ELF Writer...
2009-06-13 Sanjiv GuptaThe subprogram descriptor for a function may be missing...
2009-06-13 Evan ChengAdd a ARM specific pre-allocation pass that re-schedule...
2009-06-12 Evan ChengMark some pattern-less instructions as neverHasSideEffects.
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-11 Sanjiv GuptaGenerate libcalls for floating point arithmetic and...
2009-06-11 Sanjiv GuptaMore formatting.
2009-06-11 Sanjiv GuptaFixed source comments. No functionality change.
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.
next