2008-05-23 |
Dan Gohman | Elaborate on the entry on integer vector multiplication... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Evan Cheng | Fix a duplicated pattern. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Dan Gohman | Use PMULDQ for v2i64 multiplies when SSE4.1 is availabl... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Evan Cheng | New entry. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Dale Johannesen | Rewrite a loop to avoid using iterators pointing to |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Dan Gohman | Fix the spelling of the va_arg keyword. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Dan Gohman | Fix another isFirstClassType that now needs to be isSin... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Matthijs Kooijman | Replace some weird usage of UserOp1 introduced in r4949... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Matthijs Kooijman | Restructure the testing documentation. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Matthijs Kooijman | Restucture a part of the SimplifyCFG pass and include... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Matthijs Kooijman | Indent fix. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Nick Lewycky | Constant integer vectors may also be negated. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Nick Lewycky | Typo. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Nick Lewycky | Revert X + X --> X * 2 optz'n which pessimizes heavily... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Chris Lattner | we compile multiply-by-constant into horrible code... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Nick Lewycky | Implement X + X for vectors. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Nick Lewycky | Fix a recently added optimization to not crash on vectors. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Dan Gohman | Generalize the new code in instcombine's ComputeNumSign... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Dan Gohman | Make structs and arrays first-class types, and add... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Dan Gohman | Use isSingleValueType instead of isFirstClassType to |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Bill Wendling | Remove warnings about comparison between signed and... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Dale Johannesen | Allow for switch with no cases. Was causing fault |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Evan Cheng | Bug: rcpps can only folds a load if the address is... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Dan Gohman | Add more IR support for the new extractvalue and insert... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Dan Gohman | Use isSingleValueType instead of isFirstClassType to |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Dan Gohman | Use isSingleValueType instead of isFirstClassType to |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Dale Johannesen | Put const weak stuff in appropriate section on Darwin. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Dale Johannesen | Make LTO expect common and weak to be represented diffe... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Dan Gohman | Use isSingleValueType instead of isFirstClassType to |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Evan Cheng | X86CodeEmitter should not set PIC style to None at... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Dan Gohman | Use isSingleValueType instead of isFirstClassType to |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Dan Gohman | Add a polygen grammar definition for LLVM assembly... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Dan Gohman | Recognize the "default" keyword, which is documented... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Evan Cheng | Add a couple of test cases. |
commit | commitdiff | tree | snapshot |
2008-05-22 |
David Greene | When rewriting defs and uses after spilling, don't... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
David Greene | Don't attempt to update SpillSlotToUsesMap for stack... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Gabor Greif | transform more loops to iterator form, detabify |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Evan Cheng | Add missing patterns. |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Gabor Greif | Suppress warnings about missing placement delete. This... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Gabor Greif | Rewrite operand loops to use iterators. This shrinks... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Chris Lattner | fix an off-by-one error in my previous patch, don't... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Chris Lattner | Add support for multiple-return values in inline asm... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Chris Lattner | Fix PR2267, by allowing indirect outputs to be intermixed |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Chris Lattner | testcase for PR2267 |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Chris Lattner | Free and vaarg are not really volatile. |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Chris Lattner | rewrite the validity checking for memory promotion... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Chris Lattner | minor edits |
commit | commitdiff | tree | snapshot |
2008-05-22 |
Chris Lattner | Use 'continue' to reduce nesting in this loop. No... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Dan Gohman | Add a Type::isSingleValueType method. This will be... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Evan Cheng | Fix PR2343. An *interesting* coalescer bug. |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Bill Wendling | Follow-up to the reverting of r51218. This puts the... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Gabor Greif | update a comment |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Gabor Greif | adapt to new API |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Evan Cheng | Rename -no-lazy to -disable-lazy-compilation. |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Nate Begeman | Fix a couple issues with the JIT and multiple modules: |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Gabor Greif | resurrect lost tests by renaming them to not end with .tr |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Gabor Greif | suppress gcc3.4.6's <no value returned> warnings |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Dan Gohman | When LSR is replacing an instruction, call |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Bill Wendling | Reverting r51218 because of breakage on PPC32. |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Gabor Greif | Eliminate questionable syntax for stdin redirection... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Chris Lattner | Fix PR2346 by marking vaarg as volatile so that licm... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Dan Gohman | Oops, commit the version of this test that actually... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Dan Gohman | Port SelectionDAG's ComputeNumSignBits-using code to... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Gabor Greif | sabre brings to my attention that the 'tr' suffix is... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Dan Gohman | Port the fix for the select operator from instcombine's |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Dan Gohman | Code simplification. |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Chris Lattner | Clarify that and/or/xor/sdiv etc all allow vectors. |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Chris Lattner | Clarify copyright transfer when you don't own the copyr... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Gabor Greif | Rename the last test with .llx extension to .ll, resolv... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Evan Cheng | movsd and movq do not require 16-byte alignment. This... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Chris Lattner | "The two generated files in the AsmParser.vcproj are... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Matthijs Kooijman | Clarify the testing documentation a bit and solve two... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Evan Cheng | More local spiller complexity! |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Evan Cheng | Don't spill dead def. |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Matthijs Kooijman | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Chris Lattner | Teach instcombine 4 new xforms: |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Chris Lattner | fix two issues Neil noticed, thanks! |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Chris Lattner | Add a bool to isEdgeFeasible that tells it whether... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Dan Gohman | Fix ExecutionEngine's constant code to work properly... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Dan Gohman | Refine the fix in r51169 to only apply when the operand... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Evan Cheng | runOnMachineFunction should set IsPIC because relocatio... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Dan Gohman | Make AssociativeOpt static. |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Dan Gohman | Run vortex-bug as x86-64, which is what the original... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Steve Naroff | Silence a warning about "*/" outside a comment. |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Devang Patel | Do not erase induction variable increment if it is... |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Dan Gohman | Add a ComputeNumSignBits function for use by instcombin... |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Dale Johannesen | Handle quoted names when constructing $stub's, |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Chris Lattner | switch to Type::getFPMantissaWidth instead of reinventi... |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Chris Lattner | add a helper method. |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Chris Lattner | minor cleanups, teach instcombine that sitofp/uitofp... |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Chris Lattner | convert fptosi(sitofp x) -> x if the fp value has... |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Chris Lattner | Fold FP comparisons where one operand is converted... |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Bill Wendling | Remove warnings about unused parameters and shadowed... |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Chris Lattner | remove debug output |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Chris Lattner | be more aggressive about transforming add -> or when... |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Duncan Sands | Check that always_inline functions are inlined |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Duncan Sands | Fix PR2341 - when the length is 4 use an i32 not |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Gordon Henriksen | Reverting accidental commit of generated files. |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Gordon Henriksen | Remove a duplicative binding. Patch by Mahadevan R. |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Ted Kremenek | Update VS project files (VS 2005) so that VS builds... |
commit | commitdiff | tree | snapshot |
next |