Implement Thumb2 ldr.
[oota-llvm.git] / lib / Target / ARM /
2009-06-29 Evan ChengImplement Thumb2 ldr.
2009-06-27 Anton KorobeynikovSimplify a bit
2009-06-27 Anton KorobeynikovARM refactoring. Step 2: split RegisterInfo
2009-06-27 Douglas GregorAdd ThumbInstrInfo.cpp to the CMake makefiles
2009-06-27 Evan ChengRenaming for consistency.
2009-06-26 David GoodwinRemove outdated comment.
2009-06-26 David GoodwinWhen possible, use "mvn ra, rb" instead of "eor ra...
2009-06-26 Anton KorobeynikovSplit thumb-related stuff into separate classes.
2009-06-26 David GoodwinThumb-2 has CLZ.
2009-06-26 David GoodwinUse "adcs/sbcs" only when the carry-out is live, otherw...
2009-06-26 David GoodwinADC used to implement adde should use "adcs" opcode...
2009-06-26 David GoodwinCurrently there is a pattern for the thumb-2 MOV 16...
2009-06-26 Evan ChengSimplify predicate CarryDefIsUsed.
2009-06-26 Devang PatelLet's ignore MDStrings also!
2009-06-26 Evan ChengAdd a note about commuting conditional move.
2009-06-26 Evan ChengThese are done / no longer applicable.
2009-06-26 Evan ChengMark a bunch of instructions commutable.
2009-06-26 Evan Chengtst is also commutable.
2009-06-25 Evan ChengSelect ADC, SBC, and RSC instead of the ADCS, SBCS...
2009-06-25 David GoodwinUse MVN for ~t2_so_imm immediates.
2009-06-25 David GoodwinAdd Def/Use of CPSR for Thumb-1 instructions.
2009-06-25 Evan ChengUnbreak mingw build. Patch by Viktor Kutuzov.
2009-06-25 Evan ChengISD::ADDE / ISD::SUBE updates the carry bit so they...
2009-06-25 David GoodwinTest commit
2009-06-25 Bob WilsonRevert 74164. We'll want to use this method later.
2009-06-25 Bob WilsonRemove unused hasV6T2Ops method. We already have a...
2009-06-25 Douglas GregorAdd missing dependencies to the CMake build system.
2009-06-25 Evan ChengChange thumb2 instruction definitions so if-converter...
2009-06-25 Evan ChengAdd thumb2 add sp.
2009-06-25 Evan ChengSome reorg and additional comments.
2009-06-25 Devang PatelNo need to code gen MDNodes
2009-06-24 Evan ChengAdd Thumb2 pc relative add.
2009-06-24 Evan Cheng80 col violation.
2009-06-24 Chris Lattnersink dwarf finalization out of each target into AsmPrin...
2009-06-24 Chris Lattnereliminate the ExtWeakSymbols set from AsmPrinter. ...
2009-06-24 Nick LewyckyUnbreak build on Linux by removing Darwinism.
2009-06-24 Dan GohmanRevert this accidental commit.
2009-06-24 Dan GohmanMove the special cases for constants out of getUnknown...
2009-06-23 Bob WilsonProvide InitializeAllTargets and InitializeNativeTarget...
2009-06-23 Evan ChengTest instructions operands were printed in the wrong...
2009-06-23 Evan ChengProper patterns for thumb2 shift and rotate instructions.
2009-06-23 Evan ChengCode clean up.
2009-06-23 Evan ChengAdd IsThumb1Only to most 16-bit thumb instructions...
2009-06-23 Evan ChengRename SelectShifterOperand to SelectThumb2ShifterOpera...
2009-06-23 Douglas GregorEliminate object-relinking support from CMake. Fixes...
2009-06-23 Evan ChengObvious typo.
2009-06-23 Evan ChengInitial Thumb2 support. Majority of the work is done...
2009-06-23 Evan ChengMinor reorg.
2009-06-23 Evan ChengReplace isTwoAddress with operand constraint.
2009-06-22 Bob WilsonAdd support for ARM's Advanced SIMD (NEON) instruction...
2009-06-22 Bob WilsonAdd explicit types for shift count constants. This...
2009-06-22 Bob WilsonUse thumb2 for ARM architectures V6T2 and later. Fix...
2009-06-22 Bob WilsonFor Darwin on ARMv6 and newer, make register r9 availab...
2009-06-22 Evan ChenghasFP should return true if frame address is taken.
2009-06-22 Bob WilsonFix llvm-gcc build for armv6t2 and later architectures...
2009-06-20 Devang PatelRemove unused field.
2009-06-19 Evan ChengEnable arm pre-allocation load / store multiple optimiz...
2009-06-19 Devang PatelMove up dwarf writer initialization in common AsmPrinte...
2009-06-19 Evan ChengAdd comments.
2009-06-19 Evan ChengShould be using Bcc (average) latency to determine...
2009-06-19 Evan ChengTransfer dead markers when a ldrd is changed into a...
2009-06-19 Evan ChengLatency information for ARM v6. It's rough and not...
2009-06-19 Eli FriedmanMark a few Thumb instructions commutable; just happened...
2009-06-19 Chris Lattnermerge the common darwin settings from the X86/PPC/ARM...
2009-06-18 Chris Lattnermove mangler quote handling from asm printers to Target...
2009-06-18 Chris Lattnersimplify macro debug info directive handling.
2009-06-18 Evan ChengRemove UseThumbBacktraces. Just check if subtarget...
2009-06-18 Evan ChengOn Darwin, ams printer should output a second label...
2009-06-18 Evan Cheng- Update register allocation hint after coalescing...
2009-06-18 Bob WilsonARM unified syntax is not specific to ELF; use it for...
2009-06-17 Anton KorobeynikovFix asm string from MOVi16
2009-06-17 Anton KorobeynikovThumb2 instructions are enabled only in unified assembl...
2009-06-17 Anton KorobeynikovInitial support for some Thumb2 instructions.
2009-06-16 Douglas GregorIntroduce new headers whose inclusion forces linking and
2009-06-16 Anton KorobeynikovAddress review comments: add 3 ARM calling conventions.
2009-06-16 Anton KorobeynikovGNU as refuses to assemble "pop {}" instruction. Do...
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 Evan ChengDo not form ldrd / strd if the two dests / srcs are...
2009-06-15 Evan ChengSilence a warning.
2009-06-15 Evan ChengPart 1.
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-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-05 Dan GohmanAdd explicit keywords.
2009-06-05 Evan ChengChanging allocation ordering from r3 ... r0 back to...
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-04 Evan ChengRe-apply 72756 with fixes. One of those was introduced...
2009-06-03 Evan ChengTemporarily revert 72756 for now.
2009-06-03 Evan ChengFold preceding / trailing base inc / dec into the singl...
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.
next