2008-05-02 |
Evan Cheng | Suppress -Wshorten-64-to-32 warnings for 64-bit hosts. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Chris Lattner | strength reduce exp2 into ldexp, rdar://5852514 |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Chris Lattner | add a FIXME so we remember to eventually remove this... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Evan Cheng | Undo r50574. We are already ensuring the folded load... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Chris Lattner | specify an arch for non-x86 hosts. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Evan Cheng | 80 column violation. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Evan Cheng | Not safe folding a load + FsXORPSrr into FsXORPSrm... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Bill Wendling | Porting r50563 from Tak to mainline. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Dan Gohman | Use push_back(...) instead of resize(1, ...), per revie... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Dan Gohman | Update old-style syntax in some "not grep" tests. |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Dan Gohman | Fix uninitialized uses of the FPC variable. |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Dale Johannesen | New test for bug fixed in 50545. |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Dale Johannesen | Don't try to create PHIs of struct types. Fallout |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Dan Gohman | Fix an overaggressive SimplifyDemandedBits optimization... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Bill Wendling | Adding testcase. |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Ted Kremenek | Initialize a local variable. |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Chris Lattner | don't randomly miscompile seto/setuo just because we... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Chris Lattner | 1) add '-debug' output |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Chris Lattner | Delete the IPO simplify-libcalls and completely reimple... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Chris Lattner | instcombine does memset optzns. |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Chris Lattner | simplifylibcalls doesn't optimize llvm.memmove, instcom... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Chris Lattner | move some tests from libcall optimizer suite. |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Chris Lattner | Add CreateCall3/CreateCall4 at Eric's request. |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Chris Lattner | Add a spiffy little "CreateCall2" method, which can... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Chris Lattner | fix a bug in my previous patch, a classic =/== bug. |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Arnold Schwaighofer | Really commit the test checking the argument lowering... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Arnold Schwaighofer | Tail call optimization improvements: |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Gabor Greif | set ignore property |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Gabor Greif | fcntl.h is pretty standard on unix (without the sys/) |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Owen Anderson | Move this test to LoopDeletion, where it now passes. |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Owen Anderson | This condition got inverted accidentally. |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Chris Lattner | move lowering of llvm.memset -> store from simplify... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Chris Lattner | no reason for simplifylibcalls to simplify intrinsics... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Chris Lattner | remove redundant check. |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Chris Lattner | add missing #include |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Chris Lattner | add a method for comparing to see if a value has a... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Chris Lattner | use string length computation to generalize several... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Dale Johannesen | Add comments for previous patch as requested. |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Scott Michel | Bug fixes and updates for CellSPU, syncing up with... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Scott Michel | Fix custom target lowering for zero/any/sign_extend... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Dale Johannesen | Make eh_frame objects by 8-byte aligned on 64-bit |
commit | commitdiff | tree | snapshot |
2008-04-29 |
John Criswell | Minor spelling and typo fixes. |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Owen Anderson | Revert r50441. The original code was correct. Add... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Owen Anderson | Fix a bug in memcpyopt where the memcpy-memcpy transfor... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Owen Anderson | We should be returning true here since we've changed... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Owen Anderson | A lot of cleanups and documentation improvements, as... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Owen Anderson | Rename DeadLoopElimination to LoopDeletion, part 2. |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Owen Anderson | Rename DeadLoopElimination to LoopDeletion, part one. |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Anton Korobeynikov | Don't do stupid things: doInitialization(Module&) is... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Chris Lattner | don't eliminate load from volatile value on paths where... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Chris Lattner | make this test reduced and *valid* |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Chris Lattner | fix a subtle volatile handling bug. |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Roman Levenstein | Use std::set instead of std::priority_queue for the... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Chris Lattner | Implement more aggressive support for analyzing string... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Owen Anderson | Clarify what we mean by a dead loop. |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Chris Lattner | new testcase for PR2094. The inline asms should not... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Chris Lattner | don't delete the last store to an alloca if the store... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Chris Lattner | make the vector conversion magic handle multiple results. |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Chris Lattner | add support for multiple return values in inline asm... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Evan Cheng | Another extract_subreg coalescing bug. |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Owen Anderson | Add some more comments. |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Owen Anderson | Remove debugging code. |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Owen Anderson | Add dead loop elimination, which removes dead loops... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Evan Cheng | Add -march=x86. |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Dan Gohman | Update and_ops.ll according to the recent dagcombiner... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Evan Cheng | Test case. |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Evan Cheng | Fix a bug in RegsForValue::getCopyToRegs() that causes... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Anton Korobeynikov | Correct parameter attributes encoding for C bindings. |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Anton Korobeynikov | Add possibility of using arbitrary to to execute stuff... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Dan Gohman | Fix a pointer-arithmetic bug that caused 64-bit host... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Dan Gohman | Fix DSE to not eliminate volatile loads with no uses. |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Dale Johannesen | Don't try to convert PPC long double. |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Dan Gohman | Evan pointed out that folding sext to zext may not... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Dan Gohman | Delete an unused constructor. |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Dan Gohman | Add a comment to CreateRegForValue that clarifies the... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Dan Gohman | Rewrite the comments for RegsForValue and its members... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Ted Kremenek | Add more alignment enums. |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Ted Kremenek | Bug fix in BumpPtrAllocator: don't assume that all... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Dan Gohman | Don't call size() on each iteration of the loop. |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Gordon Henriksen | Expose parameter attributes via C bindings. |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Dan Gohman | Fix the SVOffset values for loads and stores produced by |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Dan Gohman | Teach InstCombine's ComputeMaskedBits what SelectionDAG's |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Dan Gohman | Teach DAGCombine to convert (sext x) to (zext x) when the |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Mikhail Glushenkov | Add support for response files to the CommandLine library. |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Anton Korobeynikov | Fix FP return for Win64 ABI |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Chris Lattner | Another collection of random cleanups. No functionalit... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Chris Lattner | Remove the SmallVector ctor that converts from a SmallV... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Chris Lattner | restore the copy ctor in SmallVector. This fixes serious |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Chris Lattner | switch RegsForValue::Regs to be a SmallVector to avoid |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Chris Lattner | generalize SmallVector copy ctor, there is no requireme... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Chris Lattner | Fix PR2256, yet another miscompilation in simplifycfg... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Chris Lattner | several multiple-retval fixes for bugpoint. |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Chris Lattner | move static function out of anon namespace, no function... |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Chris Lattner | Another step to getting multiple result inline asm... |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Chris Lattner | Allow asms to return multiple results by value. |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Anton Korobeynikov | Properly lower vararg's FORMAL_ARGUMENTS node on win64 |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Anton Korobeynikov | Handle fp80 for win64 |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Bill Wendling | Added support for: |
commit | commitdiff | tree | snapshot |
next |