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 |
2008-05-19 |
Bill Wendling | Grammar fix. |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Bill Wendling | Delete module. |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Bill Wendling | Convert non-ASCII apostrophes into ASCII apostrophes. |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Bill Wendling | Delete the Module object. |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Bill Wendling | s/insure/ensure/ |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Gabor Greif | ignore Output dir |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Nate Begeman | Teach GVN to not assert on vector comparisons |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Nate Begeman | Fix a backwards check in the JIT symbol table code |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Chris Lattner | add missing #include. |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Chris Lattner | Fix PR2339 |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Chris Lattner | remove empty file? |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Nick Lewycky | Revert constant-folding change that will miscompile... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Chris Lattner | trip count computation deficiency |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Bill Wendling | On Darwin, the string header file isn't 64-bit clean... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Nick Lewycky | Unbreak the build. |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Nick Lewycky | Constant fold inttoptr and ptrtoint. |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Nick Lewycky | Move isTrueWhenEqual to ICmpInst. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Dale Johannesen | Less conservative verison of previous patch, |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Dale Johannesen | Add CommonLinkage, in a way that preserves the |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Dale Johannesen | Add CommonLinkage to lto (treated same as weak AFAICT) |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Dale Johannesen | Add CommonLinkage. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Dale Johannesen | Weak functions not declared non-throwing might be |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Eric Christopher | Add functions to enable adding a single attribute to... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Dale Johannesen | Record weak external linkage in a case where we were |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Gabor Greif | API change for {BinaryOperator|CmpInst|CastInst}::creat... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Evan Cheng | If the result of a BIT_CONVERT is a v1* vector, it... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Evan Cheng | Fix test. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Duncan Sands | Bill pointed out that system headers should be |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Duncan Sands | Silence the compiler warning differently. The |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Evan Cheng | Re-enable tail duplication pass (now with default thres... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Evan Cheng | Do not dup malloc, vector instructions, etc. Throttle... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Owen Anderson | Remove ADCE's ability to delete loops. This ability... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Owen Anderson | Move this test from ADCE to loop deletion, where it... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Owen Anderson | Use loop deletion instead of ADCE in these tests. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Owen Anderson | Clean ups for loop deletion based on Chris' feedback. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Owen Anderson | Use loop deletion instead of ADCE for removing loops. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Owen Anderson | Fix this test. It was testing broken behavior in that... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Chris Lattner | implement PR2328. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Dale Johannesen | Use common where we mean common, not weak. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Dale Johannesen | Treat common as distinct from weak global on Darwin... |
commit | commitdiff | tree | snapshot |
next |