2007-10-06 |
Dale Johannesen | Make test work on non-x86 hosts. |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Neil Booth | Fix and clarify some comments. |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Neil Booth | Generalize tcFullMultiply so that the operands can... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Gordon Henriksen | Wrapping Value::dump. |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Gordon Henriksen | Removing the silly CHelpers header by rolling wrap... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Evan Cheng | Test case for 3-address conversion. |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Evan Cheng | Commute x86 cmove instructions by swapping the operands... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Evan Cheng | This is done. |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Evan Cheng | Enable convertToThreeAddress for X86 by default. |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Devang Patel | Fix bug in updating dominance frontier after loop |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Evan Cheng | INC64_32r -> LEA64_32r is better than INC64_32r ->... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Evan Cheng | In 64-bit mode, avoid using leal with 32-bit 32-bit... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Dale Johannesen | First round of ppc long double. call/return and |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Evan Cheng | Add support to convert more 64-bit instructions to... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Evan Cheng | ADC and SBB uses EFLAGS. |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Chris Lattner | Mark count method const. |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Dan Gohman | Change a few more spaces to tabs in assembly output. |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Dan Gohman | Change a space to a tab in the assembly output of a... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Dan Gohman | Legalize support for MUL_LOHI and DIVREM. |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Dan Gohman | Provide names for MUL_LOHI and DIVREM operators. |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Dan Gohman | SMUL_LOHI and UMUL_LOHI are commutative. |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Dan Gohman | Define target-indepenent SDNode types for multiply... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Duncan Sands | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Evan Cheng | Testing convertToThreeeAddress as X86 llcbeta. |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Daniel Berlin | Fix intersectWithComplement bug noticed by Curtis Dunham |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Evan Cheng | New test case. |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Evan Cheng | Chain producing nodes cannot be moved, not chain readin... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Evan Cheng | Oops. Didn't mean to leave this in. |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Evan Cheng | If a node that defines a physical register that is... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Evan Cheng | Added storeRegToAddr, loadRegFromAddr, and unfoldMemory... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Evan Cheng | Not needed any more. |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Evan Cheng | Forgot these. |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Evan Cheng | - Added a few target hooks to generate load / store... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Evan Cheng | Add a variant of getTargetNode() that takes a vector... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Evan Cheng | Silence a warning. |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Daniel Berlin | Fix the previous bug a slightly different way (by modif... |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Daniel Berlin | Fix off by one error in iterator |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Bill Wendling | Support Objective C++ too. |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Bill Wendling | Added testcase for creation of metadata with null pointers. |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Chris Lattner | add a note. |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Bill Wendling | un-XFAIL this test. |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Daniel Berlin | It helps a lot when you check for the end of your list... |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Daniel Berlin | Make SparseBitVector::set actually work properly when... |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Gordon Henriksen | Do use the actual ocaml stdlib (not the install dir... |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Neil Booth | Add APFloat -> hexadecimal string conversion, as per... |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Owen Anderson | Completely merge the implementation details of DomTree... |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Owen Anderson | Add a GraphTraits partial specialization to make the... |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Devang Patel | Fix 80 col violation. |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Devang Patel | Refactor code in a separate method. |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Chris Lattner | Add initial iterator support for folding set. |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Chris Lattner | Clarify that shifts that are too large are undefined. |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Chris Lattner | Simplify implementation of the FoldingSet circular... |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Dan Gohman | Use empty() member functions when that's what's being... |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Dan Gohman | Fix a using namespace llvm; in a header file. |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Bill Wendling | Temporarily XFAIL this test. |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Dale Johannesen | Tone down an overzealous optimization. |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Chris Lattner | remove extraneous tag |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Chris Lattner | remove misleading documentation: LLVM has no atomic... |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Tanya Lattner | Fix PR1719, by not marking llvm.global.annotations... |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Neil Booth | Tweak RoundAwayFromZero the bit number below which... |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Gordon Henriksen | Regenerate. |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Gordon Henriksen | Fixing a typo in configure.ac. |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Chris Lattner | testcase for PR1647 |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Chris Lattner | Fix PR1719, by not marking llvm.noinline internal. |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Chris Lattner | Bill's example is still not enough to repro this, but... |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Owen Anderson | Factor some code from the DomTree and PostDomTree calcu... |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Bill Wendling | Another micro-opt. |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Bill Wendling | Another missed optimization with LICM. |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Bill Wendling | Small label changes. |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Bill Wendling | Now with source code. |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Bill Wendling | Now with LL code! |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Bill Wendling | Another missed optimization. |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Bill Wendling | Micro-optimization -- missed LICM opportunity. |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Gordon Henriksen | Updating my credits entry. |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Dale Johannesen | Document new sqrt and powi handling. |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Dale Johannesen | Rewrite sqrt and powi to use anyfloat. By popular... |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Gordon Henriksen | Regenerate. |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Gordon Henriksen | Providing --with-ocaml-libdir for ./configure. The... |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Gordon Henriksen | Regenerate. |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Gordon Henriksen | Fixing (harmless) typos. |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Gordon Henriksen | Regenerate. |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Gordon Henriksen | Add explicit --enable-bindings option to configure. |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Devang Patel | Fix test. |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Owen Anderson | Fix typo. |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Owen Anderson | Mention memdep in the AA documentation. |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Devang Patel | New test. |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Tanya Lattner | If the user did not check out LLVM and request it to... |
commit | commitdiff | tree | snapshot |
2007-10-01 |
Evan Cheng | Refactor code to add load / store folded instructions... |
commit | commitdiff | tree | snapshot |
2007-10-01 |
Dale Johannesen | Fix stride computations for long double arrays. |
commit | commitdiff | tree | snapshot |
2007-10-01 |
Dan Gohman | Move the code that emits the .file directives so that... |
commit | commitdiff | tree | snapshot |
2007-10-01 |
Evan Cheng | -pre-RA-sched=none, simple, simple-noitin are gone. |
commit | commitdiff | tree | snapshot |
2007-10-01 |
Devang Patel | PR 1603 test case. |
commit | commitdiff | tree | snapshot |
2007-10-01 |
Evan Cheng | Remove simple scheduler. |
commit | commitdiff | tree | snapshot |
2007-10-01 |
Devang Patel | Relax unsafe use check. If there is one unconditional... |
commit | commitdiff | tree | snapshot |
2007-10-01 |
Evan Cheng | Typo. X86comi doesn't read / write chain's. |
commit | commitdiff | tree | snapshot |
2007-10-01 |
Dale Johannesen | Add getABITypeSize, getABITypeSizeInBits |
commit | commitdiff | tree | snapshot |
2007-10-01 |
Dan Gohman | Add empty() member functions to a few container-like... |
commit | commitdiff | tree | snapshot |
next |