Infer alignment for non-fixed stack object.
[oota-llvm.git] / lib / Target /
2009-12-08 Evan Cheng- Support inline asm 'w' constraint for 128-bit vector...
2009-12-08 Anton KorobeynikovReduce (cmp 0, and_su (foo, bar)) into (bit foo, bar...
2009-12-07 Dan GohmanDon't enable the post-RA scheduler on x86 except at...
2009-12-07 Anton KorobeynikovSome pretty-printing
2009-12-07 Anton KorobeynikovAdd lowering of returnaddr and frameaddr intrinsics...
2009-12-07 Anton KorobeynikovInitial codegen support for MSP430 ISRs
2009-12-07 Anton KorobeynikovAdd ability to select hw multiplier mode and select...
2009-12-06 Anton KorobeynikovDynamic stack realignment use of sp register as source...
2009-12-05 Bill WendlingCalling InvalidateEntry during the refinement was break...
2009-12-05 Bill WendlingFinal cleanups:
2009-12-05 Bill WendlingInline methods which are called only once.
2009-12-05 Bill WendlingRefactor some code. No functionality change.
2009-12-05 Dan GohmanRemove the target hook TargetInstrInfo::BlockHasNoFallT...
2009-12-04 David GreeneRemove an unneeded include.
2009-12-04 David GreeneHave hasLoad/StoreFrom/ToStackSlot return the relevant...
2009-12-04 Bill WendlingSome code cleanup. No functionality change.
2009-12-03 Jim Grosbachremove out of date FIXME.
2009-12-03 Chris Lattnerexpand note.
2009-12-03 Chris Lattneradd a note
2009-12-03 Chris Lattnerfix a build problem with VC++, PR5664, patch by Alp...
2009-12-03 Bob WilsonRecognize canonical forms of vector shuffles where...
2009-12-03 Bill WendlingRevert r90371. It was causing build failures.
2009-12-03 Bill WendlingFurther improvements: refactoring code that does the...
2009-12-03 Chris Lattneryay for case insensitive file systems (?)
2009-12-03 Chris Lattnerremove some dead std::ostream using code.
2009-12-03 Chris Lattnerimprove portability to avoid conflicting with std:...
2009-12-03 Bill WendlingThis initial code is meant to convert TargetData to...
2009-12-02 Jim GrosbachFactor the stack alignment calculations out into a...
2009-12-01 Jim GrosbachThumb1 exception handling setjmp
2009-12-01 Johnny ChenFor VLDM/VSTM (Advanced SIMD), set encoding bits Inst...
2009-12-01 Johnny ChenFor VMOV (immediate), make some of the encoding bits...
2009-11-30 Dan GohmanMinor whitespace fixes.
2009-11-30 Dan GohmanFix a minor inconsistency.
2009-11-30 Bob WilsonRemove isProfitableToDuplicateIndirectBranch target...
2009-11-30 Bob WilsonFix some more ARM unified syntax warnings.
2009-11-30 Mon P WangAdded support to allow clients to custom widen. For...
2009-11-29 Chris Lattnerupdate and consolidate the load pre notes.
2009-11-27 Chris Lattneradd a deadargelim note.
2009-11-27 Chris LattnerThis testcase is actually only partially redundant...
2009-11-27 Chris Lattnerthis (and probably several others) are now done.
2009-11-26 Chris LattnerTeach memdep to phi translate bitcasts. This allows...
2009-11-26 Chris LattnerTeach basicaa that x|c == x+c when the c bits of x...
2009-11-26 Chris Lattnerteach basicaa that A[i] != A[i+1].
2009-11-26 Chris Lattnerupdate some notes slightly
2009-11-25 Viktor KutuzovRollback changes r89516: Added two SubtargetFeatures...
2009-11-25 Bob WilsonTail duplicate indirect branches for PowerPC, too.
2009-11-25 Benjamin KramerAvoid some possibly unsafe uses of StringRef::data().
2009-11-25 Devang PatelUse StringRef (again) in DebugInfo interface.
2009-11-25 Bob WilsonBased on the testcase for pr3120, running on my MacPro...
2009-11-25 Bruno Cardoso LopesSupport PIC loading of constant pool entries
2009-11-25 Daniel DunbarSketch structure for X86 disassembler.
2009-11-25 Bruno Cardoso LopesUse endianess dependent offsets for load/store of doubl...
2009-11-25 Dale JohannesenFix compiler warnings.
2009-11-25 Bruno Cardoso LopesOnly include in the callee saved regs the sub registers...
2009-11-25 Bruno Cardoso LopesAdd proper emission of load/store double to stack slots...
2009-11-25 Devang PatelRevert r89803.
2009-11-24 Bob WilsonRefactor target hook for tail duplication as requested...
2009-11-24 Dale JohannesenDo not store R31 into the caller's link area on PPC.
2009-11-24 Devang PatelEnable debug info for ppc-darwin.
2009-11-24 Evan ChengEnable predication of NEON instructions in Thumb2 mode.
2009-11-24 Dale JohannesenMake capitalization of names starting "is" more consistent.
2009-11-24 Evan ChengData type suffix must come after predicate.
2009-11-24 Anton KorobeynikovMaterialize global addresses via movt/movw pair, this...
2009-11-24 Jim Grosbach80 column violations
2009-11-23 Jeffrey Yasskin* Move stub allocation inside the JITEmitter, instead...
2009-11-23 Dan GohmanRemove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are...
2009-11-23 Jeffrey YasskinAllow more than one stub to be being generated at the...
2009-11-23 Evan ChengMassive refactoring of NEON instructions. Separate...
2009-11-23 Jim Grosbachmove fconst[sd] to UAL. <rdar://7414913>
2009-11-23 Johnny ChenPartially revert r84730 by removing N2VDup from ARMInst...
2009-11-23 Jim Grosbachfold immediate of a + Const into the user as a subtract...
2009-11-23 Johnny ChenRevert r84572 by removing N3VImm from ARMInstrFormats...
2009-11-23 Johnny ChenPartially revert r89377 by removing NLdStLN class defin...
2009-11-23 Johnny ChenMake it clear that the index bit(s) of Vector Get Lane...
2009-11-23 David GoodwinMinor itinerary fixes for FP instructions.
2009-11-22 Jim GrosbachMove default FrameReg val to getFrameIndexReference...
2009-11-22 Jim GrosbachGenerate more correct debug info for frame indices.
2009-11-22 Anton KorobeynikovMinor optimization: when doing eq/ne comparions and...
2009-11-22 Anton KorobeynikovDrop unsupported imm operands
2009-11-22 Anton KorobeynikovUse 2-byte alignment for functions. 4 bytes are clear...
2009-11-22 Anton KorobeynikovUse semicolon as assembler comment string
2009-11-21 Jim GrosbachRevert 89562. We're being sneakier than I was giving...
2009-11-21 Jim GrosbachDarwin requires a frame pointer for all non-leaf functi...
2009-11-21 Evan ChengAdd predicate operand to NEON instructions. Fix lots...
2009-11-21 Devang PatelWe are not using DBG_STOPPOINT anymore.
2009-11-21 Viktor KutuzovAdded two SubtargetFeatures::AddFeatures methods, which...
2009-11-20 Dan GohmanFix a thinko that caused spurious @GOTOFFs.
2009-11-20 Dan GohmanUpdate for new getBlockAddress signature.
2009-11-20 Dan GohmanTarget-independent support for TargetFlags on BlockAddr...
2009-11-20 Sean CallananRecommitting PALIGNR shift width fixes.
2009-11-20 Dale JohannesenRemove an incorrect overaggressive optimization
2009-11-20 Sean CallananReverting PALIGNR fix until I figure out how this
2009-11-20 Sean CallananFixed PALIGNR to take 8-bit rotations in all cases.
2009-11-20 Evan ChengRemat VLDRD from constpool. Clean up some instruction...
2009-11-20 Jim GrosbachThe verify() call of CPEIsInRange() isn't right for...
2009-11-20 Jim GrosbachRemove verifySizes() since it's not adding much value.
2009-11-20 Evan ChengAlso CSE non-pic load from constant pools.
2009-11-20 Evan ChengFix codegen of conditional move of immediates. We were...
2009-11-20 Eric ChristopherUpdate comment to reflect instruction.
2009-11-19 Jim GrosbachWhen placing constant islands and adjusting for alignme...
next