EmitAtomicCmpSwap() custome inserter needs to delete the MI passed in. EmitAtomicBina...
[oota-llvm.git] / lib / Target / ARM / ARMISelLowering.cpp
2010-01-15 Jim GrosbachEmitAtomicCmpSwap() custome inserter needs to delete...
2010-01-14 Jakob Stoklund OlesenARM "l" constraint for inline asm means R0-R7, also...
2010-01-13 Jakob Stoklund OlesenFix pasto
2009-12-22 Bill WendlingAdd more plumbing. This time in the LowerArguments...
2009-12-21 Evan ChengDelete the instruction just before the function termina...
2009-12-18 Rafael EspindolaFix libstdc++ build on ARM linux and part of PR5770.
2009-12-18 Bob WilsonHandle ARM inline asm "w" constraints with 64-bit ...
2009-12-15 Jim Grosbachnand atomic requires opposite operand ordering
2009-12-14 Jim GrosbachAdd ARMv6 memory and sync barrier instructions
2009-12-14 Jim GrosbachThumb2 atomic operations
2009-12-14 Jim Grosbachatomic binary operations up to 32-bits wide.
2009-12-12 Jim GrosbachFramework for atomic binary operations. The emitter...
2009-12-11 Jim GrosbachRough first pass at compare_and_swap atomic builtins...
2009-12-10 Jim GrosbachAdd memory barrier intrinsic support for ARM. Moving...
2009-12-08 Evan Cheng- Support inline asm 'w' constraint for 128-bit vector...
2009-12-03 Bob WilsonRecognize canonical forms of vector shuffles where...
2009-11-24 Anton KorobeynikovMaterialize global addresses via movt/movw pair, this...
2009-11-23 Dan GohmanRemove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are...
2009-11-21 Devang PatelWe are not using DBG_STOPPOINT anymore.
2009-11-12 David GreeneAdd a bool flag to StackObjects telling whether they...
2009-11-12 Evan ChengisLegalICmpImmediate should take a signed integer;...
2009-11-11 Evan ChengAdd TargetLowering::isLegalICmpImmediate. It tells...
2009-11-09 Jim GrosbachUse Unified Assembly Syntax for the ARM backend.
2009-11-06 Evan ChengRemove ARMPCLabelIndex from ARMISelLowering. Use ARMFun...
2009-11-03 Bob WilsonRevert previous change to a comment. The BlockAddresse...
2009-11-02 Bob WilsonPut BlockAddresses into ARM constant pools.
2009-11-02 Anton KorobeynikovHandle splats of undefs properly. This includes the...
2009-10-31 Jim GrosbachExpand 64-bit logical shift right inline
2009-10-31 Jim GrosbachExpand 64-bit arithmetic shift right inline
2009-10-31 Jim GrosbachExpand 64 bit left shift inline rather than using the...
2009-10-31 Evan ChengIt's safe to remat t2LDRpci; Add PseudoSourceValue...
2009-10-30 Bob WilsonFix a comment.
2009-10-30 Rafael EspindolaThis fixes functions like
2009-10-30 Bob WilsonAdd ARM codegen for indirect branches.
2009-10-28 Evan ChengGive ARMISD::EH_SJLJ_LONGJMP and EH_SJLJ_SETJMP names.
2009-10-28 Evan ChengUse fconsts and fconstd to materialize small fp constants.
2009-10-21 Bob WilsonMost of the NEON shuffle instructions do not support...
2009-10-21 Evan ChengMatch more patterns to movt.
2009-10-20 Benjamin KramerRandom #include pruning.
2009-10-15 Bob WilsonRevert svn r80498 and replace it with a different solut...
2009-10-13 Bob WilsonMore Neon clean-up: avoid the need for custom-lowering...
2009-10-13 Bob WilsonNEON VLD/VST are now fully implemented. For operations...
2009-10-07 Anton KorobeynikovAdd PseudoSourceValues for constpool stuff on ELF ...
2009-10-02 Evan ChenggetFunctionAlignment should return log2 alignment.
2009-09-23 Anton KorobeynikovARM does not support offset folding (yet). Disable...
2009-09-19 Evan ChengFix PR4926. When target hook EmitInstrWithCustomInserte...
2009-09-18 Evan ChengEnhance EmitInstrWithCustomInserter() so target can...
2009-09-16 Bob WilsonExpand vector floating-point conversions not supported...
2009-09-16 Bob WilsonExpand some more vector operations not supported by...
2009-09-16 Bob WilsonNeon does not support vector divide or remainder. ...
2009-09-15 Bob WilsonExpand all v2f64 arithmetic operations for Neon.
2009-09-09 Bob WilsonFix pr4939: Change FPCCToARMCC to translate SETOLE...
2009-09-08 Anton KorobeynikovUnbreak getOnesVector() / getZeroVector() to use valid...
2009-09-03 Evan ChengReference to hidden symbols do not have to go through...
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-09-01 Bob WilsonAdd support for generating code for vst{234}lane intrin...
2009-09-01 Bob WilsonGenerate code for vld{234}_lane intrinsics.
2009-09-01 Jim GrosbachClean up LSDA name generation and use for SJLJ exceptio...
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 Evan ChengLet Darwin linker auto-synthesize stubs and lazy-pointe...
2009-08-27 Anton KorobeynikovHopefully the final missing part :(
2009-08-27 Anton KorobeynikovTransform float scalar_to_vector into subreg accesses.
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-22 Eli FriedmanMake x86 test actually test x86 code generation. Fix the
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-19 Bob WilsonAdd support for Neon VEXT (vector extract) shuffles.
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-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 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-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
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 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-12 Bob WilsonRecognize Neon VDUP shuffles during legalization instea...
2009-08-12 Bob WilsonRecognize Neon VREV shuffles during legalization instea...
2009-08-12 Jim GrosbachAdd catch block handling to SjLj exception handling.
2009-08-12 Evan ChengShrink Thumb2 movcc instructions.
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-11 Jim GrosbachWhitespace cleanup. Remove trailing whitespace.
2009-08-11 Bob WilsonUse vAny type to get rid of Neon intrinsics that differ...
2009-08-11 Jim GrosbachSjLj based exception handling unwinding support. This...
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-08-10 Owen AndersonSimpleValueType-ify a few more methods on TargetLowering.
2009-08-10 Owen AndersonContinue the SimpleValueType-ification.
next