2007-07-06 |
Owen Anderson | A first stab at memory dependence analysis. This is... |
commit | commitdiff | tree | snapshot |
2007-07-06 |
Owen Anderson | Add some accessors to improve consistency. |
commit | commitdiff | tree | snapshot |
2007-07-06 |
Gabor Greif | first pass of nomenclature changes in .html files |
commit | commitdiff | tree | snapshot |
2007-07-06 |
Devang Patel | These rountines are now available as part of basic... |
commit | commitdiff | tree | snapshot |
2007-07-06 |
Devang Patel | Request DominanceFrontiner in advance. |
commit | commitdiff | tree | snapshot |
2007-07-06 |
Devang Patel | Preserve various analysis info. |
commit | commitdiff | tree | snapshot |
2007-07-06 |
Devang Patel | Add SplitEdge and SplitBlock utility routines. |
commit | commitdiff | tree | snapshot |
2007-07-06 |
Owen Anderson | Be more aggressive in the heuristic. This mostly expos... |
commit | commitdiff | tree | snapshot |
2007-07-06 |
Gabor Greif | finishing touches of bytecode -> bitcode changes. also... |
commit | commitdiff | tree | snapshot |
2007-07-06 |
Owen Anderson | Achieve what the incorrect test was trying to do by... |
commit | commitdiff | tree | snapshot |
2007-07-06 |
Owen Anderson | Remove an incorrect check. |
commit | commitdiff | tree | snapshot |
2007-07-06 |
Duncan Sands | The exception handling intrinsics return values, |
commit | commitdiff | tree | snapshot |
2007-07-06 |
Dan Gohman | Remove redundant declarations. |
commit | commitdiff | tree | snapshot |
2007-07-06 |
Gabor Greif | eliminate residual cruft related to recognizing bytecode |
commit | commitdiff | tree | snapshot |
2007-07-06 |
Dan Gohman | Fix a comment so that the element numbering match the... |
commit | commitdiff | tree | snapshot |
2007-07-06 |
Dan Gohman | Add an explicit triple to the big-endian tests so that... |
commit | commitdiff | tree | snapshot |
2007-07-06 |
Duncan Sands | Indexes into the list of filter ids cannot be output |
commit | commitdiff | tree | snapshot |
2007-07-06 |
Duncan Sands | Test that byte offsets are used to index into the list |
commit | commitdiff | tree | snapshot |
2007-07-06 |
Rafael Espindola | Add the byval attribute |
commit | commitdiff | tree | snapshot |
2007-07-06 |
Gabor Greif | Solaris 2.x does not have RLIMIT_RSS, check for this... |
commit | commitdiff | tree | snapshot |
2007-07-06 |
Duncan Sands | Remove propagateEHRegister in favour of a more limited |
commit | commitdiff | tree | snapshot |
2007-07-06 |
Duncan Sands | Remove ExtractGlobalVariable - use StripPointerCasts |
commit | commitdiff | tree | snapshot |
2007-07-06 |
Zhou Sheng | Correct a typo. |
commit | commitdiff | tree | snapshot |
2007-07-06 |
Evan Cheng | Workaround of getCopyToRegs and getCopyFromRegs bugs... |
commit | commitdiff | tree | snapshot |
2007-07-06 |
Evan Cheng | Change CalculateHeights and CalculateDepths to be non... |
commit | commitdiff | tree | snapshot |
2007-07-06 |
Evan Cheng | Refactor code to add initial support for OptionalDefOpe... |
commit | commitdiff | tree | snapshot |
2007-07-06 |
Evan Cheng | Print the s bit if the instruction is toggled to its... |
commit | commitdiff | tree | snapshot |
2007-07-06 |
Evan Cheng | PredicateDefOperand -> OptionalDefOperand. |
commit | commitdiff | tree | snapshot |
2007-07-06 |
Evan Cheng | Add OptionalDefOperand to stand for optionally defined... |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Owen Anderson | Fix a bunch of issues found in a testcase from 400... |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Evan Cheng | Fix test. |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Chris Lattner | avoid ambiguity in target selection |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Evan Cheng | Initial ARM JIT support by Raul Fernandes Herbster. |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Dan Gohman | Add explicit keywords. |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Dan Gohman | Make MachineFunctionPass::runOnFunction non-virtual... |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Anton Korobeynikov | Proper flag __alloca call |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Dan Gohman | Make the debug string for ISD::MERGE_VALUES consistent... |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Dan Gohman | Add a parameter to getCopyToParts and getCopyFromParts... |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Chris Lattner | This enum is dead |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Chris Lattner | update the .cvs files. |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Chris Lattner | update the .cvs files |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Evan Cheng | Doh |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Chris Lattner | remove a dead case |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Evan Cheng | Unbreak the build. |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Evan Cheng | Unbreak the build. |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Gabor Greif | Here is the bulk of the sanitizing. |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Dale Johannesen | Record my recent work. |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Chris Lattner | the arm backend is not building, temporarily disable it. |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Devang Patel | Fix PR1539. Add LoopPassPrinter. |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Duncan Sands | Make sure only one copy of a filter is placed in the |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Duncan Sands | Test commit. |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Reid Spencer | Add a note about llvm2cpp's dubious future. |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Reid Spencer | Get the version number right, finally. |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Evan Cheng | Teach DAGISelEmitter about zero_reg. |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Evan Cheng | Instructions with ImmutablePredicateOperand aren't... |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Evan Cheng | Reflects the chanegs made to PredicateOperand. |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Evan Cheng | Added ARM::CPSR to represent ARM CPSR status register. |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Evan Cheng | Unfortunately we now require C++ code to isel Bcc,... |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Evan Cheng | Each ARM use predicate operand is now made up of two... |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Evan Cheng | Added ARM::CPSR to represent ARM CPSR status register. |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Evan Cheng | PPC conditional branch predicate does not change after... |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Evan Cheng | - Added zero_reg def to stand for register 0. |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Evan Cheng | Do not check isPredicated() on non-predicable instructions. |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Evan Cheng | Better assertion messages. |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Nick Lewycky | Break "variable canonicalization" out of InequalityGrap... |
commit | commitdiff | tree | snapshot |
2007-07-04 |
Owen Anderson | Fix another bug, this time in PREing select instructions. |
commit | commitdiff | tree | snapshot |
2007-07-04 |
Gabor Greif | Pretty straightforward replacement of "bytecode" by... |
commit | commitdiff | tree | snapshot |
2007-07-04 |
Dale Johannesen | Refactor X87 instructions. As a side effect, all |
commit | commitdiff | tree | snapshot |
2007-07-04 |
Duncan Sands | Extend eh.selector to support both catches and filters. |
commit | commitdiff | tree | snapshot |
2007-07-04 |
Duncan Sands | Nested try-catch-filter testcase. |
commit | commitdiff | tree | snapshot |
2007-07-04 |
Chris Lattner | Make the GSG actually work. |
commit | commitdiff | tree | snapshot |
2007-07-04 |
Owen Anderson | Fix a typo that was killing GVNPRE of select instructions. |
commit | commitdiff | tree | snapshot |
2007-07-04 |
Owen Anderson | Fix an error in phi translation of GEPs that was causin... |
commit | commitdiff | tree | snapshot |
2007-07-04 |
Reid Spencer | Ignore the .svn directories so countloc.sh and llvmgrep... |
commit | commitdiff | tree | snapshot |
2007-07-04 |
Bill Wendling | Support generation of GR64 to MMX code in the JIT. |
commit | commitdiff | tree | snapshot |
2007-07-04 |
Devang Patel | Remove unused method - getIDomBlock(). |
commit | commitdiff | tree | snapshot |
2007-07-04 |
Devang Patel | Fix typo in assertion check. |
commit | commitdiff | tree | snapshot |
2007-07-04 |
Bill Wendling | Allow a GR64 to be moved into an MMX register via the... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Owen Anderson | Add support for performing GVNPRE on GEP instructions. |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Bill Wendling | Change the place where man pages are installed to ... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Owen Anderson | Add functionality to value number GEP instructions... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Anton Korobeynikov | Test modified svn mailer |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Owen Anderson | Remove BFtoLLVM. It was old, and a poor example becaus... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Owen Anderson | Make the unary operator case a bit faster, since casts... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Owen Anderson | Add support for performing GVNPRE on cast instructions... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Tanya Lattner | We really should not have this version number in SO... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Anton Korobeynikov | Revert last change until issue reported by Owen, won... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Dale Johannesen | Some spacing fixes. Cosmetic. |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Anton Korobeynikov | Rename llvm-test => test-suite. By Dave Greene. |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Dan Gohman | Fix several over-aggressive folds for undef nodes in... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Chris Lattner | note where to get steens-aa and ds-aa |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Owen Anderson | Test commit. |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Dale Johannesen | New testcases for rev 37847 (PR's 1489 and 1505). |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Dale Johannesen | Fix for PR 1505 (and 1489). Rewrite X87 register |
commit | commitdiff | tree | snapshot |
2007-07-02 |
Tanya Lattner | Testing commit. |
commit | commitdiff | tree | snapshot |
2007-07-02 |
Dan Gohman | Add a basic test-case for passing and returning <4... |
commit | commitdiff | tree | snapshot |
2007-07-02 |
Dan Gohman | Vector results may be returned in XMM0 and XMM1, not... |
commit | commitdiff | tree | snapshot |
2007-07-02 |
Dan Gohman | Replace ExpandScalarFormalArgs and ExpandScalarCallArgs... |
commit | commitdiff | tree | snapshot |
2007-07-02 |
Dan Gohman | Teach GetNegatedExpression to negate 0-B to B in Unsafe... |
commit | commitdiff | tree | snapshot |
2007-07-02 |
Dan Gohman | New test case. DAGCombiner should be able to fold ... |
commit | commitdiff | tree | snapshot |
next |