Reference to hidden symbols do not have to go through non-lazy pointer in non-pic...
[oota-llvm.git] / lib / Target / ARM /
2009-09-03 Evan ChengReference to hidden symbols do not have to go through...
2009-09-02 Anton KorobeynikovMore missed vdup patterns
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-09-01 Jim Grosbachreduce size of SmallString to something more reasonable
2009-09-01 Bob WilsonAdd support for generating code for vst{234}lane intrin...
2009-09-01 Jim GrosbachUse raw_ostream instead of sstream
2009-09-01 David GoodwinRRX reads CPSR.
2009-09-01 Bob WilsonGenerate code for vld{234}_lane intrinsics.
2009-09-01 Jim GrosbachFix compiler warnings
2009-09-01 Jim GrosbachClean up LSDA name generation and use for SJLJ exceptio...
2009-08-31 Evan ChengRemove .n suffix for some 16-bit opcodes now that Darwi...
2009-08-31 Benjamin KramerNormalize makefile comments and sort cmake file lists.
2009-08-30 Anton KorobeynikovAdd missed pattern
2009-08-30 Anton KorobeynikovEXTRACT_VECTOR_ELEMENT can have result type different...
2009-08-29 Anton KorobeynikovDo not assert on too wide splats we don't support.
2009-08-28 Anton KorobeynikovAdd missed extract_element pattern
2009-08-28 Evan ChengLet Darwin linker auto-synthesize stubs and lazy-pointe...
2009-08-28 Daniel DunbarFix -Asserts warning, round two.
2009-08-28 Evan ChengPrint a nl before pic labels so they start at a new...
2009-08-28 Daniel DunbarFix -Asserts warning.
2009-08-28 Evan Chengv4, v5 does not support sxtb / sxth.
2009-08-27 Anton KorobeynikovHopefully the final missing part :(
2009-08-27 Anton KorobeynikovForgot about actual change :)
2009-08-27 Anton KorobeynikovTransform float scalar_to_vector into subreg accesses.
2009-08-27 Misha BrukmanSTRD and LDRD require ARMv5TE, not just ARMv5T.
2009-08-27 Evan ChengFix PR4789. Teach eliminateFrameIndex how to handle...
2009-08-26 Bob WilsonRemove unneeded ARM-specific DAG nodes for VLD* and...
2009-08-26 Anton KorobeynikovExpand scalar_to_vector - we don't have any isel logic...
2009-08-25 Bob WilsonRemove some unused SDNode definitions.
2009-08-25 Bob WilsonExpose the instruction contraint string as an argument...
2009-08-24 Dale JohannesenMake linkerprivate work for ARM and PPC. Testcase...
2009-08-23 Chris Lattnerremove the last uses of Config/alloca.h
2009-08-23 Benjamin KramerRemove Streams.h from the targets.
2009-08-23 Chris Lattnereliminate the last DOUTs from the targets.
2009-08-23 Chris Lattnerremove various std::ostream version of printing methods...
2009-08-22 Benjamin KramerForgot to update some CMakeLists.
2009-08-22 Chris Lattnerrename TAI -> MAI, being careful not to make MAILJMP...
2009-08-22 Chris Lattnerrename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-22 Devang PatelRecord variable debug info at ISel time directly.
2009-08-22 Eli FriedmanMake x86 test actually test x86 code generation. Fix the
2009-08-21 Bob WilsonRename ARM "lane_cst" operands to "nohash_imm" since...
2009-08-21 Bob WilsonMatch VTRN, VZIP, and VUZP shuffles. Restore the tests...
2009-08-21 Anton KorobeynikovFix some typos and use type-based isel for VZIP/VUZP...
2009-08-21 Anton KorobeynikovAdd lowering of ARM 4-element shuffles to multiple...
2009-08-21 Anton KorobeynikovAdd nodes & dummy matchers for some v{zip,uzp,trn}...
2009-08-21 Anton KorobeynikovExpand EXTRACT_SUBVECTOR
2009-08-21 Anton KorobeynikovProvide vext.{16,32}
2009-08-21 Anton KorobeynikovUse masks not nodes for vector shuffle predicates....
2009-08-21 Bob WilsonRemove Neon intrinsics for VZIP, VUZP, and VTRN. We...
2009-08-20 Evan ChengFix an obvious copy-n-paste bug.
2009-08-19 David GoodwinUpdate Cortex-A8 instruction itineraries for integer...
2009-08-19 Bob WilsonAdd support for Neon VEXT (vector extract) shuffles.
2009-08-19 Chris Lattnereliminate AsmPrinter::SwitchToSection and just have...
2009-08-18 Jakob Stoklund OlesenSimplify RegScavenger::FindUnusedReg.
2009-08-18 Evan ChengFix revsh pattern.
2009-08-16 Benjamin KramerFix use after free in Thumb2SizeReduction (PR4707)...
2009-08-15 Bill WendlingReapply r79127. It was fixed by d0k.
2009-08-15 Bill WendlingRevert r79127. It was causing compilation errors.
2009-08-15 Evan ChengChange allowsUnalignedMemoryAccesses to take type argum...
2009-08-15 Evan ChengTurn on if-conversion for thumb2.
2009-08-15 Evan ChengDo not use frame register to reference fixed stack...
2009-08-14 Evan ChengLeaf functions which do not save CSRs can be frameless...
2009-08-14 Anton KorobeynikovAllow targets to specify their choice of calling conven...
2009-08-14 Evan ChengAdd Thumb2 lsr hooks.
2009-08-14 Evan Cheng80 col violation.
2009-08-14 Evan ChengIndentation.
2009-08-14 Evan ChengAlso shrink immediate branches; also more assembler...
2009-08-14 Bob WilsonNow that all the legal Neon shuffles (or at least the...
2009-08-14 Bob WilsonCreate a new ARM-specific DAG node, VDUP, to represent...
2009-08-14 Bob WilsonDuring legalization, change Neon vdup_lane operations...
2009-08-14 Evan ChengShrink ADR and LDR from constantpool late during consta...
2009-08-14 Evan ChengNew entry.
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-13 Daniel DunbarRevert 78892 and 78895, these break generating working...
2009-08-13 Jim GrosbachAdd missing defs of R2 and D1.
2009-08-13 David GoodwinFinalize itineraries for cortex-a8 integer multiply
2009-08-13 Jim GrosbachRemove unnecessary newline
2009-08-13 Jim GrosbachCorrect comment wording
2009-08-13 Evan ChengtPOP_RET now has predicate operands.
2009-08-13 Bob WilsonAdd a fixme message about canonicalizing floating-point...
2009-08-13 Bob WilsonRevert r78852 for now. I want to do this differently...
2009-08-13 Evan ChengIt's ok to spill a tGPR register as long as it's still...
2009-08-13 Chris Lattnerfix a minor fixme. When building with SL and later...
2009-08-13 Bruno Cardoso LopesChange MCSectionELF to represent a section semantically...
2009-08-13 Bob WilsonAdd a comment to describe why vector shuffles are legal...
2009-08-13 Bob WilsonUse cast<> instead of dyn_cast<> in places where the...
2009-08-13 Dan GohmanVarious AsmWriter output cleanups. Use WriteAsOperand...
2009-08-12 Bob WilsonRecognize Neon VDUP shuffles during legalization instea...
2009-08-12 Bob WilsonRecognize Neon VREV shuffles during legalization instea...
2009-08-12 Dan GohmanThis void is implicit in C++.
2009-08-12 Bob WilsonGenerate Neon VTBL and VTBX instructions from the corre...
2009-08-12 Evan ChengPredCC is meant to be 2 bits wide, like PredCC1.
2009-08-12 David GoodwinEnhance the InstrStage object to enable the specificati...
2009-08-12 Jim GrosbachAdd catch block handling to SjLj exception handling.
2009-08-12 Bob WilsonFix TableGen warnings. This partly reverts my previous...
2009-08-12 Jim Grosbachregister naming cleanup (s/ip/r12/)
2009-08-12 Chris LattnerChange TargetAsmInfo to be constructed via TargetRegist...
2009-08-12 Evan ChengShrink Thumb2 movcc instructions.
2009-08-12 Evan ChengRemove another Darwin assembler workaround.
next