The CIE says that the LSDA point in the FDE section is an "sdata4". That's fine,
[oota-llvm.git] / lib / Target /
2009-12-14 Jim Grosbachv6 sync insn copy/paste error
2009-12-14 Jim GrosbachAdd ARMv6 memory and sync barrier instructions
2009-12-14 Johnny ChenFixed encoding bits typo of ldrexd/strexd.
2009-12-14 Jim GrosbachThumb2 atomic operations
2009-12-14 Chris Lattnerfix an obvious bug found by clang++ and collapse a...
2009-12-14 Jim Grosbachcorrect selection requirements for thumb2 vs. arm versi...
2009-12-14 Jim Grosbachadd Thumb2 atomic and memory barrier instruction defini...
2009-12-14 Jim Grosbachwhitespace
2009-12-14 Jim GrosbachARM memory barrier instructions are not predicable
2009-12-14 Jim Grosbachadd ldrexd/strexd instructions
2009-12-14 Bill WendlingWhitespace changes, comment clarification. No functiona...
2009-12-14 Jim Grosbachatomic binary operations up to 32-bits wide.
2009-12-13 Anton KorobeynikovDo not allow uninitialize access during debug printing
2009-12-12 Eli FriedmanMore info on this transformation.
2009-12-12 Eli FriedmanRemove some stuff that's already implemented. Also...
2009-12-12 Evan ChengDisable r91104 for x86. It causes partial register...
2009-12-12 Anton KorobeynikovImplement variable-width shifts.
2009-12-12 Evan ChengAdd comment about potential partial register stall.
2009-12-12 Evan ChengFix an obvious bug. No test case since LEA16r is not...
2009-12-12 Jim GrosbachFramework for atomic binary operations. The emitter...
2009-12-11 Anton KorobeynikovLower setcc branchless, if this is profitable.
2009-12-11 Dan GohmanImplement vector widening, splitting, and scalarizing...
2009-12-11 Jim Grosbachmemory barrier instructions by definition have side...
2009-12-11 Anton KorobeynikovHonour setHasCalls() set from isel.
2009-12-11 Johnny ChenStore Register Exclusive should leave the source regist...
2009-12-11 Jim GrosbachUpdate properties.
2009-12-11 Evan ChengAdd support to 3-addressify 16-bit instructions.
2009-12-11 Jim GrosbachRough first pass at compare_and_swap atomic builtins...
2009-12-10 Jim GrosbachAdd instruction encoding for DMB/DSB
2009-12-10 Jim GrosbachAdd memory barrier intrinsic support for ARM. Moving...
2009-12-09 Evan ChengOptimize splat of a scalar load into a shuffle of a...
2009-12-09 Evan ChengTeach InferPtrAlignment to infer GV+cst alignment and...
2009-12-09 Evan ChengMove isConsecutiveLoad to SelectionDAG. It's not 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...
next