2010-01-20 |
Chris Lattner | emit basic block labels with mcstreamer. |
tree | commitdiff |
2010-01-20 |
Chris Lattner | emit integer and fp zeros as (e.g.) .byte 0 instead... |
tree | commitdiff |
2010-01-20 |
Chris Lattner | signficant cleanups to EmitGlobalConstant (including... |
tree | commitdiff |
2010-01-20 |
Devang Patel | If a instruction belongs to another function (and not... |
tree | commitdiff |
2010-01-19 |
Dan Gohman | Fold (add x, shl(0 - y, n)) -> sub(x, shl(y, n)), to... |
tree | commitdiff |
2010-01-19 |
Dan Gohman | Make SCEVAddRecExpr's getType return a pointer type... |
tree | commitdiff |
2010-01-19 |
Dan Gohman | Add nounwinds. |
tree | commitdiff |
2010-01-19 |
Jakob Stoklund Olesen | Remove predicates when changing an add into an unpredic... |
tree | commitdiff |
2010-01-19 |
Evan Cheng | Do not extend extension results beyond the use of a... |
tree | commitdiff |
2010-01-19 |
Chris Lattner | add an MCAsmStreamer::EmitFill specialization of EmitFi... |
tree | commitdiff |
2010-01-19 |
Chris Lattner | optimize ~(~X >>s Y) --> (X >>s Y), patch by Edmund... |
tree | commitdiff |
2010-01-19 |
Chris Lattner | don't let asm-verbose break the check-next lines in... |
tree | commitdiff |
2010-01-19 |
Chris Lattner | only darwin has zerofill |
tree | commitdiff |
2010-01-19 |
Chris Lattner | Now that we have everything nicely factored (e.g. asmpr... |
tree | commitdiff |
2010-01-19 |
Bob Wilson | Fix a crash in scalarrepl for memcpy/memmove where... |
tree | commitdiff |
2010-01-19 |
Chris Lattner | fix a significant difference between llvm and gcc on... |
tree | commitdiff |
2010-01-19 |
Chris Lattner | there is no need to emit a .section above .comm on... |
tree | commitdiff |
2010-01-19 |
Evan Cheng | Test case for r93758. |
tree | commitdiff |
2010-01-19 |
Dale Johannesen | Reverting. |
tree | commitdiff |
2010-01-18 |
Dale Johannesen | Enable code to emit dbg.declare as DEBUG_VALUE |
tree | commitdiff |
2010-01-18 |
Chris Lattner | my instcombine transformations to make extension elimin... |
tree | commitdiff |
2010-01-18 |
Chris Lattner | filecheckize this. |
tree | commitdiff |
2010-01-18 |
Chris Lattner | filecheckize |
tree | commitdiff |
2010-01-18 |
Chris Lattner | remove a redundant test, filecheckize another. |
tree | commitdiff |
2010-01-18 |
Evan Cheng | Canonicalize -1 - x to ~x. |
tree | commitdiff |
2010-01-18 |
Devang Patel | While mapping llvm.dbg.declare intrinsic manually map... |
tree | commitdiff |
2010-01-17 |
Rafael Espindola | Really fix this. I checked that on ARM I get |
tree | commitdiff |
2010-01-17 |
Chris Lattner | reduce this test and convert to filecheck, hopefully... |
tree | commitdiff |
2010-01-17 |
Bob Wilson | The Neon "vtst" instruction takes a suffix that is... |
tree | commitdiff |
2010-01-17 |
Rafael Espindola | Looks like XFAIL has to list every unsupported arch |
tree | commitdiff |
2010-01-17 |
Rafael Espindola | Add test for pr5406 |
tree | commitdiff |
2010-01-17 |
Bill Wendling | Reduce fsub-fadd.ll and merge it into fsub-fsub.ll... |
tree | commitdiff |
2010-01-16 |
Kenneth Uildriks | When checking for sret-demotion, it needs to use legal... |
tree | commitdiff |
2010-01-16 |
Tobias Grosser | Fix PR6047 |
tree | commitdiff |
2010-01-16 |
Chris Lattner | this teestcase takes a long time to crash, remove it... |
tree | commitdiff |
2010-01-16 |
Bob Wilson | Run the pre-register allocation tail duplication pass... |
tree | commitdiff |
2010-01-16 |
Daniel Dunbar | Fix llvm_supports_binding for lit, problem noticed... |
tree | commitdiff |
2010-01-15 |
David Greene | Fix PR6019. A load has more than one use if it feeds... |
tree | commitdiff |
2010-01-15 |
Jim Grosbach | add testcase for r93564 |
tree | commitdiff |
2010-01-15 |
Anton Korobeynikov | Reenable tests |
tree | commitdiff |
2010-01-15 |
Victor Hernandez | Improve llvm.dbg.declare intrinsic by referring directl... |
tree | commitdiff |
2010-01-15 |
Victor Hernandez | Revert r93504 because older uses of llvm.dbg.declare... |
tree | commitdiff |
2010-01-15 |
Jay Foad | Test case for http://llvm.org/PR6028. |
tree | commitdiff |
2010-01-15 |
Victor Hernandez | Improve llvm.dbg.declare intrinsic by referring directl... |
tree | commitdiff |
2010-01-15 |
Anton Korobeynikov | Temporary disable tests |
tree | commitdiff |
2010-01-15 |
Devang Patel | Do not use AT_specification die for static variables... |
tree | commitdiff |
2010-01-15 |
Devang Patel | new test case for r93485. |
tree | commitdiff |
2010-01-14 |
Anton Korobeynikov | Add variable-width shifts for MSP430 |
tree | commitdiff |
2010-01-14 |
Dan Gohman | Fix a codegen abort seen in 483.xalancbmk. |
tree | commitdiff |
2010-01-14 |
Evan Cheng | Test for r93409. |
tree | commitdiff |
2010-01-14 |
Victor Hernandez | Extend testcase to also test llvm.dbg.value intrinsic |
tree | commitdiff |
2010-01-14 |
Victor Hernandez | Now that LLParser, AsmWriter, BitcodeReader, and Bitcod... |
tree | commitdiff |
2010-01-13 |
Bill Wendling | When the visitSub method was split into visitSub and... |
tree | commitdiff |
2010-01-13 |
Chris Lattner | this test requires SSE, thanks to jyasskin for pointing... |
tree | commitdiff |
2010-01-13 |
Evan Cheng | Commit some changes I had managed to lose last night... |
tree | commitdiff |
2010-01-13 |
Evan Cheng | Re-enable extension optimization pass. |
tree | commitdiff |
2010-01-13 |
Chris Lattner | remove uses of deprecated functions, this generates... |
tree | commitdiff |
2010-01-13 |
Evan Cheng | Disable opt-ext pass to unbreak the build for now. |
tree | commitdiff |
2010-01-13 |
Jeffrey Yasskin | Try to fix the ARM and PPC buildbots. The -mattr=vector... |
tree | commitdiff |
2010-01-13 |
Evan Cheng | Add a quick pass to optimize sign / zero extension... |
tree | commitdiff |
2010-01-12 |
Chris Lattner | 1) Use the new SimplifyInstructionsInBlock routine... |
tree | commitdiff |
2010-01-12 |
Evan Cheng | Add nounwind. |
tree | commitdiff |
2010-01-12 |
Duncan Sands | Revert commit 93204, since it causes the assembler... |
tree | commitdiff |
2010-01-12 |
Dan Gohman | Make several tests less fragile. |
tree | commitdiff |
2010-01-12 |
Dan Gohman | Reapply the MOV64r0 patch, with a fix: MOV64r0 clobbers... |
tree | commitdiff |
2010-01-12 |
Chris Lattner | Teach jump threading to duplicate small blocks when... |
tree | commitdiff |
2010-01-11 |
Chris Lattner | disable this testcase, PR5997 |
tree | commitdiff |
2010-01-11 |
Evan Cheng | Add manual ISD::OR fastisel selection routines. TableGe... |
tree | commitdiff |
2010-01-11 |
Evan Cheng | Extend r93152 to work on OR r, r. If the source set... |
tree | commitdiff |
2010-01-11 |
Chris Lattner | reduce this to a sensible testcase. |
tree | commitdiff |
2010-01-11 |
David Greene | Shorten up this testcase. |
tree | commitdiff |
2010-01-11 |
Evan Cheng | Revert 93158. It's breaking quite a few x86_64 tests. |
tree | commitdiff |
2010-01-11 |
Jakob Stoklund Olesen | Avoid adding PHI arguments for a predecessor that has... |
tree | commitdiff |
2010-01-11 |
Dan Gohman | Use a 32-bit and with implicit zero-extension instead... |
tree | commitdiff |
2010-01-11 |
Dan Gohman | Re-instate MOV64r0 and MOV16r0, with adjustments to... |
tree | commitdiff |
2010-01-11 |
Dan Gohman | Generalize this check to avoid depending on a specific... |
tree | commitdiff |
2010-01-11 |
Dan Gohman | Make this test less trivial, to avoid spurious failures. |
tree | commitdiff |
2010-01-11 |
Evan Cheng | Select an OR with immediate as an ADD if the input... |
tree | commitdiff |
2010-01-11 |
David Greene | Implement a feature (-vector-unaligned-mem) to allow... |
tree | commitdiff |
2010-01-11 |
Chris Lattner | add one more bitfield optimization, allowing clang... |
tree | commitdiff |
2010-01-11 |
Chris Lattner | Extend CanEvaluateZExtd to handle and/or/xor more aggre... |
tree | commitdiff |
2010-01-11 |
Chris Lattner | Remove the dead TD argument to CanEvaluateZExtd, and... |
tree | commitdiff |
2010-01-10 |
Chris Lattner | teach sext optimization to handle truncs from types... |
tree | commitdiff |
2010-01-10 |
Chris Lattner | teach zext optimization how to deal with truncs that... |
tree | commitdiff |
2010-01-10 |
Chris Lattner | now that the cost model has changed, we can always... |
tree | commitdiff |
2010-01-10 |
Chris Lattner | change the preferred canonical form for a sign extensio... |
tree | commitdiff |
2010-01-10 |
Chris Lattner | two changes: |
tree | commitdiff |
2010-01-10 |
Chris Lattner | enhance CanEvaluateZExtd to handle shift left and sext... |
tree | commitdiff |
2010-01-09 |
Chris Lattner | fix bogus test |
tree | commitdiff |
2010-01-09 |
Chris Lattner | fix bogus test |
tree | commitdiff |
2010-01-09 |
Jeffrey Yasskin | Fix llvm.org/PR5729: x86-64 tail calls were putting... |
tree | commitdiff |
2010-01-09 |
Dan Gohman | Use WriteAsOperand instead of getName() to print loop... |
tree | commitdiff |
2010-01-09 |
Chris Lattner | only factor from expressions whose uses are empty and... |
tree | commitdiff |
2010-01-09 |
Dan Gohman | Revert an earlier change to SIGN_EXTEND_INREG for vecto... |
tree | commitdiff |
2010-01-08 |
Evan Cheng | Fix a critical bug in 64-bit atomic operation lowering... |
tree | commitdiff |
2010-01-08 |
Chris Lattner | teach instcombine to delete sign extending shift pairs... |
tree | commitdiff |
2010-01-08 |
Chris Lattner | fix PR5978 by peeling the loop so that we avoid shiftin... |
tree | commitdiff |
2010-01-08 |
Evan Cheng | ReplaceAllUsesOfValueWith may delete other nodes that... |
tree | commitdiff |
2010-01-07 |
Chris Lattner | teach ComputeNumSignBits to look through PHI nodes. |
tree | commitdiff |
2010-01-07 |
Chris Lattner | filecheckize |
tree | commitdiff |
next |