fix a long standing wart: all the ComplexPattern's were being
[oota-llvm.git] / lib / Target / ARM /
2010-09-21 Chris Lattnerfix a long standing wart: all the ComplexPattern's...
2010-09-21 Chris Lattnerconvert a couple more places to use the new getStore()
2010-09-21 Bob WilsonDefine the TargetLowering::getTgtMemIntrinsic hook...
2010-09-21 Jim GrosbachFix errant printing of [v]ldm instructions that aren...
2010-09-21 Gabor GreifFix buglet when the TST instruction directly uses the...
2010-09-21 Gabor GreifMove the search for the appropriate AND instruction
2010-09-21 Chris Lattnerconvert the targets off the non-MachinePointerInfo...
2010-09-21 Chris Lattnerreimplement memcpy/memmove/memset lowering to use Machi...
2010-09-21 Chris Lattnerconvert targets to the new MF.getMachineMemOperand...
2010-09-20 Jim GrosbachSimplify ARM callee-saved register handling by removing...
2010-09-18 Michael J. SpencerFix build.
2010-09-18 Eric ChristopherThumb opcodes for thumb calls.
2010-09-18 Eric ChristopherAdd addrmode5 fp load support. Swap float/thumb operan...
2010-09-18 Eric ChristopherFloating point stores have a 3rd addressing mode type.
2010-09-18 Jim Grosbachfactor out a simple helper function to create a label...
2010-09-18 Jim GrosbachPC-relative pseudo instructions are lowered and printed...
2010-09-17 Benjamin KramerFix vmov.f64 disassembly on targets where sizeof(long...
2010-09-17 Jim GrosbachAdd MC-inst handling for tPICADD
2010-09-17 Bob WilsonAdd target-specific DAG combiner for BUILD_VECTOR and...
2010-09-17 Jim GrosbachTeach the (non-MC) instruction printer to use the canno...
2010-09-17 Eric ChristopherRework arm fast isel branch and compare code.
2010-09-17 Jim GrosbachHook up verbose asm comment printing for SOImm operands...
2010-09-17 Jim Grosbachtrailing whitespace
2010-09-17 Jim GrosbachAdd skeleton infrastructure for the ARMMCCodeEmitter...
2010-09-17 Jim Grosbachhandle the upper16/lower16 target operand flags on...
2010-09-17 Jim Grosbachexpand PICLDR MC lowering to handle other PICLDR and...
2010-09-16 Jim GrosbachMC-ization of the PICLDR pseudo. Next up, adding the...
2010-09-16 Jim GrosbachMake sure to promote single precision floats to double...
2010-09-16 Bob WilsonRemove support for "dregpair" operand modifier, now...
2010-09-16 Bob WilsonWhen expanding ARM pseudo registers, copy the existing...
2010-09-16 Jim Grosbachstore MC FP immediates as a double instead of as an...
2010-09-16 Bob WilsonAdd missing break.
2010-09-16 Bob WilsonChange VLDMQ and VSTMQ to be pseudo instructions. ...
2010-09-15 Jim GrosbachAdd support for the 'lane' modifier on vdup operands
2010-09-15 Jakob Stoklund OlesenRemember VLDMQ.
2010-09-15 Jakob Stoklund OlesenAdd missing break.
2010-09-15 Jim GrosbachTeach the MC disassembler to handle vmov.f32 and vmov...
2010-09-15 Jim Grosbachmove getRegisterNumbering() to out of ARMBaseRegisterIn...
2010-09-15 Jim Grosbachsimplify getRegisterNumbering(). Remove the unused...
2010-09-15 Jim GrosbachRefactor uses of getRegisterNumbering() to not need...
2010-09-15 Jim GrosbachReduce dependencies in the ARM MC instruction printer.
2010-09-15 Jim GrosbachFix spelling typo.
2010-09-15 Jim GrosbachFactor out basic enums and hleper functions from ARM...
2010-09-15 Jim GrosbachAdd support for floating point immediates to MC instruc...
2010-09-15 Jakob Stoklund OlesenRecognize VST1q64Pseudo and VSTMQ as stack slot stores.
2010-09-15 Bob WilsonReapply Gabor's 113839, 113840, and 113876 with a fix...
2010-09-15 Gabor Greifthe darwin9-powerpc buildbot keeps consistently crashing,
2010-09-15 Jakob Stoklund OlesenMove ARM is{LoadFrom,StoreTo}StackSlot closer to their...
2010-09-15 Bob WilsonSpelling fix.
2010-09-15 Bob WilsonUse VLD1/VST1 pseudo instructions for loadRegFromStackS...
2010-09-14 Jim GrosbachReapply r113875 with additional cleanups.
2010-09-14 Eric ChristopherEmit libcalls for SDIV, this requires some call infrast...
2010-09-14 Jim Grosbachrevert 113875 momentarilly. Need to fix the MC disassem...
2010-09-14 Jim Grosbachtrailing whitespace cleanup
2010-09-14 Gabor Greifan attempt to salvage the darwin9-powerpc buildbot...
2010-09-14 Jim GrosbachThe register specified for a dregpair is the correspond...
2010-09-14 Gabor Greifset isCompare for another three Thumb1 instructions
2010-09-14 Jim GrosbachAdd predicate and 's' bit operands to PICADD instructio...
2010-09-14 Bob WilsonAvoid warnings.
2010-09-14 Jim Grosbachfix comment typo
2010-09-14 Bob WilsonMake NEON ld/st pseudo instruction classes take the...
2010-09-14 Gabor Greifset comparable for a bunch of Thumb instructions
2010-09-14 Jim GrosbachDon't ignore the CPSR implicit def when lowering a...
2010-09-14 Jim GrosbachClarify comment
2010-09-14 Gabor GreifEliminate a 'tst' that immediately follows an 'and'
2010-09-14 Eric ChristopherFix QOpcode assignment to Opc.
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-13 Bob WilsonConvert some VTBL and VTBX instructions to use pseudo...
2010-09-13 Bob WilsonSwitch all the NEON vld-lane and vst-lane instructions...
2010-09-13 Jim Grosbachtrailing whitespace
2010-09-11 Chris Lattnerfix the asmparser so that the target is responsible...
2010-09-11 Bill WendlingRename ConvertToSetZeroFlag to something more general.
2010-09-10 Bill WendlingNo need to recompute the SrcReg and CmpValue.
2010-09-10 Bill WendlingMove some of the decision logic for converting an instr...
2010-09-10 Eric ChristopherStart sketching out ARM fast-isel calls.
2010-09-10 Eric ChristopherFor consistency.
2010-09-10 Eric ChristopherNewline at end of file.
2010-09-10 Eric ChristopherSplit out some of the calling convention bits so that...
2010-09-10 Bill WendlingModify the comparison optimizations in the peephole...
2010-09-10 Jim GrosbachAdd a missing case to duplicateCPV() for LSDA constants...
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-09-10 Bob WilsonCalculate the number of VLDM/VSTM registers by subtract...
2010-09-10 Bill WendlingReword since this may not be a bug but intended behavior.
2010-09-10 Bob WilsonFix merging base-updates for VLDM/VSTM: Before I switch...
2010-09-10 Evan ChengTeach if-converter to be more careful with predicating...
2010-09-10 Eric ChristopherFix build error.
2010-09-10 Eric ChristopherUpdate comments, reorganize some code, rename variables...
2010-09-09 Eric Christopher64-bit fp loads can come straight out of the constant...
2010-09-09 Eric ChristopherSIToFP and FPToSI conversions work only on fp-reg to...
2010-09-09 Eric ChristopherNew "move to fp reg" routine. Use it.
2010-09-09 Eric Christopher"Strike that, reverse it." -- Mr. Wonka.
2010-09-09 Eric ChristopherAdd FPTrunc, fix some bugs where I forgot to update...
2010-09-09 Eric ChristopherBasic FP->Int, Int->FP conversions.
2010-09-09 Evan ChengFor each instruction itinerary class, specify the numbe...
2010-09-09 Bob WilsonFix NEON VLD pseudo instruction itineraries that were...
2010-09-09 Eric ChristopherNuke whitespace and fix some indenting.
2010-09-09 Eric ChristopherHandle 64-bit floating point binops as well.
2010-09-09 Eric ChristopherBasic 32-bit FP operations.
2010-09-09 Bob WilsonFor double-spaced VLD3/VLD4 instructions, copy the...
2010-09-09 Eric ChristopherHandle float->double extension.
next