2010-06-28 |
Devang Patel | Preserve deleted function's local variables' debug... |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Devang Patel | Make this test darwin specific. |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Gabor Greif | use ArgOperand API |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Gabor Greif | use ArgOperand API |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Gabor Greif | employ CallInst::ArgOffset (for now) |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Gabor Greif | simplify: we have solid argument iterator range |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Dan Gohman | Generalize AAEval so that it can be used both per-funct... |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Dan Gohman | Fix this build message so that it displays the correct... |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Daniel Dunbar | Revert r106907, "make sure to handle dbg_value instruct... |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Gabor Greif | use setArgOperand |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Gabor Greif | use CallInst::ArgOffset |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Gabor Greif | use ArgOperand API and CallInst::ArgOffset |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Gabor Greif | extend ArgOperand interface: setArgOperand |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Gabor Greif | use cached value |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Devang Patel | Remove dead code. |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Devang Patel | Use named MDNode, llvm.dbg.sp, to collect subprogram... |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Jim Grosbach | minor housekeeping cleanup: 80-column, trailing whitesp... |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Devang Patel | Do not forget last element, function, while creating... |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Chris Lattner | minor cleanup to SROA: when lowering type unsafe access... |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Chris Lattner | add some named accessors for StoreInst |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Chris Lattner | fit in 80 cols |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Chris Lattner | this test is failing nondeterministically and blaming... |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Benjamin Kramer | Fix test weirdness. |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Benjamin Kramer | Fix some tests that didn't test anything. |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Kenneth Uildriks | Partial specialization test should not depend on the... |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Rafael Espindola | When splitting a VAARG, remember its alignment. |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Bob Wilson | Revert my if-conversion cleanup since it caused a bunch... |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Duncan Sands | Fix PR7328: when turning a tail recursion into a loop... |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Gabor Greif | use ArgOperand API |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Gabor Greif | use ArgOperand API |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Gabor Greif | use ArgOperand API |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Benjamin Kramer | VNInfos don't need to be destructed anymore. |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Gabor Greif | resort to ArgOperand API |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Eli Friedman | Remove bogus test. |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Eli Friedman | Followup to r106770: actually generate SXTB and SXTH... |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Bob Wilson | Clean up some problems with extra CFG edges being intro... |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Bob Wilson | Add support for encoding NEON VMOV (from scalar to... |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Evan Cheng | It's now possible to run code placement pass for ARM. |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Jakob Stoklund... | When creating X86 MUL8 and DIV8 instructions, make... |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Bob Wilson | Renumber NEON instruction formats to be consecutive. |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Bob Wilson | Rename ARM instruction formats NEONGetLnFrm, NEONSetLnF... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Bruno Cardoso... | Add AVX convert CVTSS2SI{rr,rm} and CVTDQ2PS{rr,rm... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Bob Wilson | Remove unused NEONFrm and ThumbMiscFrm ARM instruction... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Bruno Cardoso... | Reapply r106896: |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Daniel Dunbar | Thumb2ITBlockPass: Fix a possible dereference of an... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Jim Grosbach | make sure to handle dbg_value instructions in the middl... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Bruno Cardoso... | revert this now, it's using avx instead of sse :) |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Jakob Stoklund... | Don't track kills in VNInfo. Use interval ends instead. |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Evan Cheng | Change if-conversion block size limit checks to add... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Bob Wilson | Add support for encoding 3-register NEON instructions... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Dan Gohman | In GenerateReassociations, don't bother thinking about... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Bruno Cardoso... | Add several AVX MOV flavors |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Devang Patel | Collect debug info for optimized variables of inlined... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Jim Grosbach | 80 column and typo fix |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Dale Johannesen | The hasMemory argument is irrelevant to how the argument |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Bob Wilson | Add support for encoding 2-register NEON instructions. |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Dan Gohman | pcmpeqd and friends are Commutable. |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Jim Grosbach | 80-column and trailing whitespace cleanup |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Bob Wilson | Fix indentation. |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Bill Wendling | - Reapply r106066 now that the bzip2 build regression... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Bill Wendling | We should remove the live range from the destination... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Bruno Cardoso... | Move the last piece of SSE2 convert instructions to... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Bruno Cardoso... | More SSE refactoring, this time with different types... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Dan Gohman | Eliminate a redundant FoldingSet lookup. |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Jim Grosbach | IT instructions are considered to be scheduling hazards... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Bruno Cardoso... | Refactoring of more SSE conversion instructions. Also... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Dale Johannesen | Cosmetic. |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Devang Patel | XFAIL this test on powerpc for now. |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Daniel Dunbar | Fix LLVM CMake PACKAGE_VERSION variable. |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Benjamin Kramer | Rewrite MemoryBuffer::getSTDIN to use read(2) and a... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Duncan Sands | Remove variables which are assigned to but for which... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Benjamin Kramer | Bring back the empty vector workaround I removed in... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Benjamin Kramer | Tweak MemoryBuffer to allocate the class itself, the... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Gabor Greif | use ArgOperand accessors |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Gabor Greif | use ArgOperand API (the simple part) |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Gabor Greif | use ArgOperand API |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Gabor Greif | use ArgOperand API |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Duncan Sands | Remove unused variables. |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Gabor Greif | use ArgOperand API and CallSite to access arguments... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Gabor Greif | use ArgOperand API and CallSite to access arguments... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Gabor Greif | use ArgOperand API |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Gabor Greif | prune an include |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Gabor Greif | use ArgOperand API (one more hunk I could split) |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Gabor Greif | use ArgOperand API (some hunks I could split) |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Gabor Greif | use ArgOperand API; tighten type of handleFreeWithNonTr... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Bob Wilson | Add missing ARM and Thumb data layout info for vector... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Bob Wilson | Reduce indentation. |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Dale Johannesen | Fix a case where an earlyclobber operand of an asm |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Bruno Cardoso... | Add some AVX convert instructions |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Jakob Stoklund... | Make sure all eliminated kills are removed from VNInfo... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Dan Gohman | Don't write an output file to cwd, and put an rdar... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Dan Gohman | Add some comments. |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Bruno Cardoso... | Refactoring of SSE convert intrinsics |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Dan Gohman | Teach EmitLiveInCopies to omit copies for unused virtua... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Bruno Cardoso... | Refactoring of SSE conversion instructions |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Bob Wilson | Change array references to match my previous change... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Oscar Fuentes | DataTypes.h.cmake (MSVC): Protect some #define's and... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Bruno Cardoso... | Refactor SSE cmp intrinsics and declare the same for AVX |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Bob Wilson | Fix up some comments. |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Bob Wilson | Use the struct tags mandated by ARM's ABI. Also use... |
commit | commitdiff | tree | snapshot |
next |