Add AVX Move Aligned/Unaligned packed integers
[oota-llvm.git] / lib /
2010-06-29 Bruno Cardoso LopesAdd AVX Move Aligned/Unaligned packed integers
2010-06-29 Bill WendlingIntroducing the "linker_weak" linkage type. This will...
2010-06-29 Bruno Cardoso LopesAdd AVX ld/st XCSR register.
2010-06-29 Devang PatelDo not hardcode DW_AT_stmt_list value.
2010-06-29 Bob WilsonAdd support for encoding VDUP (ARM core register) instr...
2010-06-29 Jakob Stoklund OlesenFix the handling of partial redefines in the fast regis...
2010-06-29 Bob WilsonFix a register scavenger crash when dealing with undefi...
2010-06-29 Bruno Cardoso LopesAdd AVX non-temporal stores
2010-06-29 Dan GohmanFix whitespace style.
2010-06-29 Bruno Cardoso LopesMove non-temporal movs to their own section
2010-06-29 Bob WilsonAdd support for encoding NEON VMOV (from core register...
2010-06-29 Bruno Cardoso LopesAdd sqrt, rsqrt and rcp AVX instructions
2010-06-29 Jim Grosbachskip dbg_value instructions
2010-06-29 Bob WilsonThe t2MOVi16 and t2MOVTi16 instructions do not set...
2010-06-29 Gabor Greifuse ArgOperand API
2010-06-29 Duncan SandsReturn Changed. This required setting Changed if dbg...
2010-06-29 Duncan SandsIt seems clear that this should return Changed.
2010-06-29 Rafael EspindolaAdd a VT argument to getMinimalPhysRegClass and replace...
2010-06-29 Duncan SandsgetMachineBasicBlockAddress returns a uintptr_t - don...
2010-06-29 Duncan SandsThe variable ValueSize is set to 1 on both code paths...
2010-06-29 Duncan SandsThe variable "Value" is carefully set to Layout.getSymb...
2010-06-29 Duncan SandsRemove unused calls to Lexer.getLoc and the pointless...
2010-06-29 Duncan SandsRemove pointless variable LastDef.
2010-06-29 Duncan SandsRemove unused variable Loc and pointless variables...
2010-06-29 Gabor Greifuse ArgOperand APIs
2010-06-29 Duncan SandsRemove an unused and a pointless variable.
2010-06-29 Duncan SandsRemove pointless and unused variables.
2010-06-29 Gabor Greifencode operand initializations (at fixed index)
2010-06-29 Duncan SandsRemove a pointless variable.
2010-06-29 Duncan SandsRemove initialized but otherwise unused variables.
2010-06-29 Benjamin KramerUse a more obvious way to avoid compiling functions...
2010-06-29 Chandler CarruthJump through some silly hoops to make GCC accept that...
2010-06-29 Evan ChengPR7503: uxtb16 is not available for ARMv7-M. Patch...
2010-06-29 Evan ChengChange if-cvt options to something that actually as...
2010-06-29 Jim GrosbachWhen processing loops for scheduling latencies (used...
2010-06-29 Dan GohmanJust as its not safe to blindly transfer the nsw bit...
2010-06-29 Bruno Cardoso LopesRefactoring of arithmetic instruction classes with...
2010-06-29 Jakob Stoklund OlesenWhen no memoperands are present, assume unaligned,...
2010-06-29 Bob WilsonReapply my if-conversion cleanup from svn r106939 with...
2010-06-29 Dan GohmanAdd an Intraprocedural form of BasicAliasAnalysis,...
2010-06-29 Bruno Cardoso LopesDescribed the missing AVX forms of SSE2 convert instruc...
2010-06-29 Bob WilsonFix Thumb encoding of VMOV (scalar to ARM core register...
2010-06-28 Bob WilsonUnlike other targets, ARM now uses BUILD_VECTORs post...
2010-06-28 Bob WilsonMake the ARMCodeEmitter identify Thumb functions via...
2010-06-28 Devang PatelUse DW_FORM_addr for DW_AT_entry_pc.
2010-06-28 Dale JohannesenIn asm's, output operands with matching input constraints
2010-06-28 Kevin EnderbyAdded the darwin .secure_log_unique and .secure_log_res...
2010-06-28 Dan GohmanConstant fold x == undef to undef.
2010-06-28 Jim Grosbachtidy up style. no functional change.
2010-06-28 Dan GohmanFix Value::stripPointerCasts and BasicAA to avoid troub...
2010-06-28 Bob WilsonRefactor encoding function for NEON 1-register with...
2010-06-28 Bob WilsonSupport Thumb mode encoding of NEON instructions.
2010-06-28 Bill WendlingReduce indentation via early exit. NFC.
2010-06-28 Devang PatelInclude inlined function in list of processed subprograms.
2010-06-28 Jim Grosbachnew, no longer brain-dead, r106907
2010-06-28 Jakob Stoklund OlesenAfter physreg coalescing, physical registers might...
2010-06-28 Jakob Stoklund OlesenAdd more special treatment for inline asm in RegAllocFast.
2010-06-28 Eric ChristopherFix thinko.
2010-06-28 Eric ChristopherPull in the libCrashReporterClient.a information with...
2010-06-28 Devang PatelPreserve deleted function's local variables' debug...
2010-06-28 Gabor Greifuse ArgOperand API
2010-06-28 Gabor Greifuse ArgOperand API
2010-06-28 Gabor Greifemploy CallInst::ArgOffset (for now)
2010-06-28 Gabor Greifsimplify: we have solid argument iterator range
2010-06-28 Dan GohmanGeneralize AAEval so that it can be used both per-funct...
2010-06-28 Daniel DunbarRevert r106907, "make sure to handle dbg_value instruct...
2010-06-28 Gabor Greifuse setArgOperand
2010-06-28 Gabor Greifuse CallInst::ArgOffset
2010-06-28 Gabor Greifuse ArgOperand API and CallInst::ArgOffset
2010-06-28 Gabor Greifuse cached value
2010-06-28 Devang PatelRemove dead code.
2010-06-28 Devang PatelUse named MDNode, llvm.dbg.sp, to collect subprogram...
2010-06-28 Jim Grosbachminor housekeeping cleanup: 80-column, trailing whitesp...
2010-06-27 Devang PatelDo not forget last element, function, while creating...
2010-06-27 Chris Lattnerminor cleanup to SROA: when lowering type unsafe access...
2010-06-26 Rafael EspindolaWhen splitting a VAARG, remember its alignment.
2010-06-26 Bob WilsonRevert my if-conversion cleanup since it caused a bunch...
2010-06-26 Duncan SandsFix PR7328: when turning a tail recursion into a loop...
2010-06-26 Gabor Greifuse ArgOperand API
2010-06-26 Gabor Greifuse ArgOperand API
2010-06-26 Gabor Greifuse ArgOperand API
2010-06-26 Benjamin KramerVNInfos don't need to be destructed anymore.
2010-06-26 Gabor Greifresort to ArgOperand API
2010-06-26 Eli FriedmanFollowup to r106770: actually generate SXTB and SXTH...
2010-06-26 Bob WilsonClean up some problems with extra CFG edges being intro...
2010-06-26 Bob WilsonAdd support for encoding NEON VMOV (from scalar to...
2010-06-26 Evan ChengIt's now possible to run code placement pass for ARM.
2010-06-26 Jakob Stoklund OlesenWhen creating X86 MUL8 and DIV8 instructions, make...
2010-06-26 Bob WilsonRenumber NEON instruction formats to be consecutive.
2010-06-25 Bob WilsonRename ARM instruction formats NEONGetLnFrm, NEONSetLnF...
2010-06-25 Bruno Cardoso LopesAdd AVX convert CVTSS2SI{rr,rm} and CVTDQ2PS{rr,rm...
2010-06-25 Bob WilsonRemove unused NEONFrm and ThumbMiscFrm ARM instruction...
2010-06-25 Bruno Cardoso LopesReapply r106896:
2010-06-25 Daniel DunbarThumb2ITBlockPass: Fix a possible dereference of an...
2010-06-25 Jim Grosbachmake sure to handle dbg_value instructions in the middl...
2010-06-25 Bruno Cardoso Lopesrevert this now, it's using avx instead of sse :)
2010-06-25 Jakob Stoklund OlesenDon't track kills in VNInfo. Use interval ends instead.
2010-06-25 Evan ChengChange if-conversion block size limit checks to add...
2010-06-25 Bob WilsonAdd support for encoding 3-register NEON instructions...
2010-06-25 Dan GohmanIn GenerateReassociations, don't bother thinking about...
next