Small cleanups in the PowerPC backend.
[oota-llvm.git] / lib / Target / ARM /
2009-07-03 Evan ChengAdd thumb2 sign / zero extend with rotate instructions.
2009-07-03 Evan ChengAdd Thumb2 load / store multiple instructions. Not...
2009-07-03 Evan Chengt2LDR_PRE etc are loads.
2009-07-03 Evan ChengAdded indexed stores.
2009-07-02 Evan ChengSign extending pre/post indexed loads.
2009-07-02 David GoodwinCheckpoint refactoring of ThumbInstrInfo and ThumbRegis...
2009-07-02 Douglas GregorCMake build fixes, from Xerxes Ranby
2009-07-02 Evan ChengThumb2 pre/post indexed loads.
2009-07-02 Evan Cheng80 col violation.
2009-07-02 Evan ChengChange the meaning of predicate hasThumb2 to mean thumb...
2009-07-02 Evan Cheng80 col violation.
2009-07-02 Evan ChengFactor out ARM indexed load matching code.
2009-07-01 Bob WilsonAdd a new addressing mode for NEON load/store instructions.
2009-07-01 Bob WilsonFix a comment typo.
2009-07-01 Bob WilsonFix up a comment: besides the >80col lines, the operati...
2009-07-01 Bill WendlingUpdate comments to make it clear that the function...
2009-07-01 Evan ChengHandle IMPLICIT_DEF with isUndef operand marker, part...
2009-07-01 Daniel DunbarRemove unused AsmPrinter OptLevel argument, and propogate.
2009-07-01 David GoodwinAdd PIC load and store patterns for Thumb-2.
2009-06-30 David GoodwinThumb-2 load and store double description. But nothing...
2009-06-30 Bill WendlingAdd an "alignment" field to the MachineFunction object...
2009-06-30 David GoodwinAdd thumb-2 store word, halfword, and byte.
2009-06-30 David GoodwinImprove Thumb-2 jump table support.
2009-06-30 David GoodwinAdd conditional and unconditional thumb-2 branch. Add...
2009-06-30 Evan ChengA few more load instructions.
2009-06-29 David GoodwinAdd Thumb-2 support for TEQ amd TST.
2009-06-29 David GoodwinRename ARMcmpNZ to ARMcmpZ and use it to represent...
2009-06-29 Duncan SandsInclude the new file ThumbRegisterInfo.cpp to CMakeList...
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...
next