2010-01-05 |
Dan Gohman | Move this test from test/Transforms/IndVarSimplify to |
tree | commitdiff |
2010-01-05 |
Bill Wendling | Don't assign the shift the same type as the variable... |
tree | commitdiff |
2010-01-05 |
Victor Hernandez | Re-add parsing of function-local metadata; this time... |
tree | commitdiff |
2010-01-05 |
Chris Lattner | more rearrangement and cleanup, fix my test failure. |
tree | commitdiff |
2010-01-05 |
Chris Lattner | remove two trunc xforms that are subsumed by EvaluateIn... |
tree | commitdiff |
2010-01-05 |
Chris Lattner | merge some tests. |
tree | commitdiff |
2010-01-05 |
Chris Lattner | merge cast2 into cast.ll |
tree | commitdiff |
2010-01-05 |
Devang Patel | Allow null to be an element of NamedMDNode. e.g. !llvm... |
tree | commitdiff |
2010-01-05 |
Chris Lattner | remove useless test. |
tree | commitdiff |
2010-01-05 |
Chris Lattner | another example. |
tree | commitdiff |
2010-01-05 |
Chris Lattner | remove a useless negative test, add a rdar # to an... |
tree | commitdiff |
2010-01-05 |
Chris Lattner | clean up tests. |
tree | commitdiff |
2010-01-05 |
Chris Lattner | just remove this xform which is subsumed by others. |
tree | commitdiff |
2010-01-05 |
David Greene | Add an !eq() operator to TableGen. It operates on... |
tree | commitdiff |
2010-01-05 |
Chris Lattner | optimize comparisons against cttz/ctlz/ctpop, patch... |
tree | commitdiff |
2010-01-05 |
Dan Gohman | Delete useless trailing semicolons. |
tree | commitdiff |
2010-01-05 |
Devang Patel | If a scope has only one instruction then first instruct... |
tree | commitdiff |
2010-01-05 |
Chris Lattner | optimize cttz and ctlz when we can prove something... |
tree | commitdiff |
2010-01-05 |
Chris Lattner | fix an infinite loop in reassociate building emacs. |
tree | commitdiff |
2010-01-05 |
Devang Patel | Remove dead debug info intrinsics. |
tree | commitdiff |
2010-01-04 |
Devang Patel | Fix debug_inlined section entries for routines whose... |
tree | commitdiff |
2010-01-04 |
Dan Gohman | Make this test more portable. |
tree | commitdiff |
2010-01-04 |
Devang Patel | Remove oversimplified test case. |
tree | commitdiff |
2010-01-04 |
Dan Gohman | Add some tests and update an existing test to reflect... |
tree | commitdiff |
2010-01-04 |
Devang Patel | The test, derived from optimzed IR, does not mention... |
tree | commitdiff |
2010-01-04 |
Chris Lattner | Truncate GEP indexes larger than the pointer size down... |
tree | commitdiff |
2010-01-04 |
Anton Korobeynikov | Fix invalid chain folding for memory variant of sdiv... |
tree | commitdiff |
2010-01-04 |
Chris Lattner | implement an instcombine xform needed by clang's codegen |
tree | commitdiff |
2010-01-03 |
Chris Lattner | fix PR5930, allowing the asmprinter to emit difference... |
tree | commitdiff |
2010-01-03 |
Chris Lattner | add PR# |
tree | commitdiff |
2010-01-03 |
Chris Lattner | differences between two blockaddress's don't cause a |
tree | commitdiff |
2010-01-03 |
Chris Lattner | generalize the previous transformation to handle indexi... |
tree | commitdiff |
2010-01-02 |
Chris Lattner | teach instcombine to optimize idioms like A[i]&42 ... |
tree | commitdiff |
2010-01-02 |
Chris Lattner | Teach the table lookup optimization to generate range... |
tree | commitdiff |
2010-01-02 |
Nick Lewycky | Fix logic error in previous commit. The != case needs... |
tree | commitdiff |
2010-01-02 |
Nick Lewycky | Optimize pointer comparison into the typesafe form... |
tree | commitdiff |
2010-01-02 |
Chris Lattner | Generalize the previous xform to handle cases where... |
tree | commitdiff |
2010-01-02 |
Chris Lattner | enhance the compare/load/index optimization to work... |
tree | commitdiff |
2010-01-02 |
Chris Lattner | enhance the previous optimization to work with fcmp... |
tree | commitdiff |
2010-01-02 |
Chris Lattner | Teach instcombine to fold compares of loads from constant |
tree | commitdiff |
2010-01-02 |
Chris Lattner | remove the instcombine transformations that are inserti... |
tree | commitdiff |
2010-01-02 |
Chris Lattner | allow this to work on linux hosts. |
tree | commitdiff |
2010-01-02 |
Chris Lattner | Teach codegen to handle: |
tree | commitdiff |
2010-01-01 |
Chris Lattner | rename file. |
tree | commitdiff |
2010-01-01 |
Chris Lattner | add a simple instcombine xform, simplify another one... |
tree | commitdiff |
2010-01-01 |
Chris Lattner | generalize the pointer difference optimization to handle |
tree | commitdiff |
2010-01-01 |
Chris Lattner | teach instcombine to optimize pointer difference idioms... |
tree | commitdiff |
2010-01-01 |
Chris Lattner | implement the transform requested in PR5284 |
tree | commitdiff |
2010-01-01 |
Chris Lattner | Teach codegen to lower llvm.powi to an efficient (but... |
tree | commitdiff |
2010-01-01 |
Chris Lattner | Make this more likely to generate a libcall. |
tree | commitdiff |
2010-01-01 |
Chris Lattner | add a few trivial instcombines for llvm.powi. |
tree | commitdiff |
2010-01-01 |
Chris Lattner | When factoring multiply expressions across adds, factor... |
tree | commitdiff |
2010-01-01 |
Chris Lattner | test case we alredy get right. |
tree | commitdiff |
2009-12-31 |
Chris Lattner | reuse negates where possible instead of always creating... |
tree | commitdiff |
2009-12-31 |
Chris Lattner | teach reassociate to factor x+x+x -> x*3. While I... |
tree | commitdiff |
2009-12-31 |
Chris Lattner | simple fix for an incorrect factoring which causes a |
tree | commitdiff |
2009-12-31 |
Chris Lattner | merge some more tests in. |
tree | commitdiff |
2009-12-31 |
Chris Lattner | filecheckize |
tree | commitdiff |
2009-12-31 |
Chris Lattner | add some basic named MD tests. |
tree | commitdiff |
2009-12-30 |
Chris Lattner | fix two bogus tests that the asmparser now rejects. |
tree | commitdiff |
2009-12-30 |
Chris Lattner | reimplement insertvalue/extractvalue metadata handling... |
tree | commitdiff |
2009-12-30 |
Chris Lattner | fix parsing of mdstring values. |
tree | commitdiff |
2009-12-29 |
Chris Lattner | Each instruction is allowed to have *multiple* different |
tree | commitdiff |
2009-12-29 |
Chris Lattner | Do not crash when .ll printing metadata that smells... |
tree | commitdiff |
2009-12-29 |
Sanjiv Gupta | Extern declaration for unordered.f32 libcall was not... |
tree | commitdiff |
2009-12-28 |
Sanjiv Gupta | Fixed llc crash for zext (i1 -> i8) loads. |
tree | commitdiff |
2009-12-24 |
Dale Johannesen | Testcase for llvm-gcc checkin 92108. |
tree | commitdiff |
2009-12-24 |
Chris Lattner | handle equality memcmp of 8 bytes on x86-64 with two... |
tree | commitdiff |
2009-12-24 |
Chris Lattner | move an optimization for memcmp out of simplifylibcalls... |
tree | commitdiff |
2009-12-23 |
Daniel Dunbar | Remove an XFAIL. |
tree | commitdiff |
2009-12-23 |
Mikhail Glushenkov | Allow (set_option SwitchOption, true). |
tree | commitdiff |
2009-12-23 |
Sanjiv Gupta | Reapply 91904. |
tree | commitdiff |
2009-12-23 |
Sanjiv Gupta | deleting empty file. |
tree | commitdiff |
2009-12-23 |
Sanjiv Gupta | Reverting back 91904. |
tree | commitdiff |
2009-12-23 |
Dale Johannesen | Use more sensible type for flags in asms. PR 5570. |
tree | commitdiff |
2009-12-23 |
Eric Christopher | Update objectsize intrinsic and associated dependencies... |
tree | commitdiff |
2009-12-22 |
Anton Korobeynikov | Add testcase for PR5703 |
tree | commitdiff |
2009-12-22 |
Evan Cheng | Remove target attribute break-sse-dep. Instead, do... |
tree | commitdiff |
2009-12-22 |
Sanjiv Gupta | While converting one of the operands to a memory operan... |
tree | commitdiff |
2009-12-22 |
Chris Lattner | specify a triple to use, fixing the test on non-x86... |
tree | commitdiff |
2009-12-22 |
Bob Wilson | Generalize SROA to allow the first index of a GEP to... |
tree | commitdiff |
2009-12-22 |
Chris Lattner | various cleanups, make the disassemble reject lines... |
tree | commitdiff |
2009-12-22 |
Chris Lattner | rewrite the file parser for the disassembler, implement... |
tree | commitdiff |
2009-12-22 |
Chris Lattner | Implement PR5795 by merging duplicated return blocks... |
tree | commitdiff |
2009-12-22 |
Chris Lattner | convert to filecheck |
tree | commitdiff |
2009-12-21 |
David Greene | Fix a bug in !subst where TableGen would go and resubst... |
tree | commitdiff |
2009-12-21 |
Daniel Dunbar | XFAIL these tests on powerpc, under the assumption... |
tree | commitdiff |
2009-12-21 |
Chris Lattner | fix PR5837 by having SSAUpdate reuse phi nodes for the |
tree | commitdiff |
2009-12-21 |
Chris Lattner | add check lines for min/max tests. |
tree | commitdiff |
2009-12-21 |
Chris Lattner | really convert this to filecheck. |
tree | commitdiff |
2009-12-21 |
Chris Lattner | give instcombine some helper functions for matching... |
tree | commitdiff |
2009-12-21 |
Chris Lattner | filecheckize |
tree | commitdiff |
2009-12-21 |
Chris Lattner | enhance x-(-A) -> x+A to preserve NUW/NSW. |
tree | commitdiff |
2009-12-21 |
Chris Lattner | Optimize all cases of "icmp (X+Cst), X" to something... |
tree | commitdiff |
2009-12-21 |
Chris Lattner | convert to filecheck |
tree | commitdiff |
2009-12-19 |
Chris Lattner | fix an overly conservative caching issue that caused... |
tree | commitdiff |
2009-12-19 |
Chris Lattner | fix inconsistent use of tabs |
tree | commitdiff |
2009-12-19 |
Sanjiv Gupta | Emit direction operand in binary insns that stores... |
tree | commitdiff |
2009-12-19 |
Sanjiv Gupta | Test cases for changes done in 91768. |
tree | commitdiff |
2009-12-19 |
Chris Lattner | fix PR5827 by disabling the phi slicing transformation... |
tree | commitdiff |
next |