Remove dead code.
[oota-llvm.git] / lib /
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...
2010-06-25 Bruno Cardoso LopesAdd several AVX MOV flavors
2010-06-25 Devang PatelCollect debug info for optimized variables of inlined...
2010-06-25 Jim Grosbach80 column and typo fix
2010-06-25 Dale JohannesenThe hasMemory argument is irrelevant to how the argument
2010-06-25 Bob WilsonAdd support for encoding 2-register NEON instructions.
2010-06-25 Dan Gohmanpcmpeqd and friends are Commutable.
2010-06-25 Bob WilsonFix indentation.
2010-06-25 Bill Wendling- Reapply r106066 now that the bzip2 build regression...
2010-06-25 Bill WendlingWe should remove the live range from the destination...
2010-06-25 Bruno Cardoso LopesMove the last piece of SSE2 convert instructions to...
2010-06-25 Bruno Cardoso LopesMore SSE refactoring, this time with different types...
2010-06-25 Dan GohmanEliminate a redundant FoldingSet lookup.
2010-06-25 Jim GrosbachIT instructions are considered to be scheduling hazards...
2010-06-25 Bruno Cardoso LopesRefactoring of more SSE conversion instructions. Also...
2010-06-25 Dale JohannesenCosmetic.
2010-06-25 Benjamin KramerRewrite MemoryBuffer::getSTDIN to use read(2) and a...
2010-06-25 Duncan SandsRemove variables which are assigned to but for which...
2010-06-25 Benjamin KramerBring back the empty vector workaround I removed in...
2010-06-25 Benjamin KramerTweak MemoryBuffer to allocate the class itself, the...
2010-06-25 Gabor Greifuse ArgOperand accessors
2010-06-25 Gabor Greifuse ArgOperand API (the simple part)
2010-06-25 Gabor Greifuse ArgOperand API
2010-06-25 Gabor Greifuse ArgOperand API
2010-06-25 Gabor Greifuse ArgOperand API and CallSite to access arguments...
2010-06-25 Gabor Greifuse ArgOperand API and CallSite to access arguments...
2010-06-25 Gabor Greifuse ArgOperand API
2010-06-25 Gabor Greifprune an include
2010-06-25 Gabor Greifuse ArgOperand API (one more hunk I could split)
2010-06-25 Gabor Greifuse ArgOperand API (some hunks I could split)
2010-06-25 Gabor Greifuse ArgOperand API; tighten type of handleFreeWithNonTr...
2010-06-25 Bob WilsonAdd missing ARM and Thumb data layout info for vector...
2010-06-25 Bob WilsonReduce indentation.
2010-06-25 Dale JohannesenFix a case where an earlyclobber operand of an asm
2010-06-25 Bruno Cardoso LopesAdd some AVX convert instructions
2010-06-24 Jakob Stoklund OlesenMake sure all eliminated kills are removed from VNInfo...
2010-06-24 Dan GohmanAdd some comments.
2010-06-24 Bruno Cardoso LopesRefactoring of SSE convert intrinsics
2010-06-24 Dan GohmanTeach EmitLiveInCopies to omit copies for unused virtua...
2010-06-24 Bruno Cardoso LopesRefactoring of SSE conversion instructions
2010-06-24 Bruno Cardoso LopesRefactor SSE cmp intrinsics and declare the same for AVX
2010-06-24 Bill WendlingIt's possible that a flag is added to the SDNode that...
2010-06-24 Devang PatelDBG_VALUE machine instruction pointing to undefined...
2010-06-24 Jakob Stoklund OlesenDon't return a std::vector in the Spiller interface...
2010-06-24 Bruno Cardoso Lopes- Add AVX COMI{SS,SD}{rr,rm} and UCOMI{SS,SD}{rr,rm}.
2010-06-24 Jakob Stoklund OlesenRemove the now unused LiveIntervals::getVNInfoSourceReg().
2010-06-24 Jakob Stoklund OlesenTeach AdjustCopiesBackFrom to also use CoalescerPair...
2010-06-24 Dale JohannesenDisallow matching "i" constraint to symbol addresses...
2010-06-24 Jakob Stoklund OlesenRemove the -fast-spill option.
2010-06-24 Evan ChengOops. IT block formation pass needs to be run at any...
2010-06-24 Bill WendlingLoosen up the requirements in the Horrible Hack(tm...
2010-06-24 Eli FriedmanAlways allow Thumb-2 SXTB, SXTH, UXTB, and UXTH. Fixes...
2010-06-24 Jakob Stoklund OlesenReplace a big gob of old coalescer logic with the new...
2010-06-24 Dan GohmanAdd an exports file for the Hello example plugin.
2010-06-24 Jakob Stoklund OlesenPrint the LSBs of a SlotIndex symbolically using letter...
2010-06-24 Dan GohmanSimplify this code; switch lowering shouldn't produce...
2010-06-24 Dan GohmanA few minor micro-optimizations.
2010-06-24 Dan GohmanTeach getExactSDiv to evaluate x/1 to x up front, as...
2010-06-24 Bob WilsonPR7458: Try commuting Thumb2 instruction operands to...
2010-06-24 Dan GohmanDon't try to preserve pointer types in SCEVConstants...
2010-06-24 Dan GohmanFix copy+pasto issues in isMulSExtable.
2010-06-24 Dan GohmanMake the trunc code consistent with the zext and sext...
2010-06-24 Dan GohmanAdd overloads for getFile and getFileOrSTDIN which...
2010-06-24 Jakob Stoklund OlesenBe more strict about subreg-to-subreg copies in Coalesc...
2010-06-24 Gabor Greifuse ArgOperand API
2010-06-24 Jakob Stoklund OlesenVerify that VNI kills are pointing to existing instruct...
2010-06-24 Gabor Greifuse (even more, still) ArgOperand API
2010-06-24 Dan GohmanEliminate the other half of the BRCOND optimization...
2010-06-24 Dan GohmanEliminate the first have of the optimization which...
2010-06-24 Gabor Greifuse ArgOperand API and CallSite for arg range; add...
2010-06-24 Dan GohmanReapply r106634, now that the bug it exposed is fixed.
next