2007-10-08 |
Gordon Henriksen | C and Objective Caml bindings for PHINode::addIncoming... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Dan Gohman | DAGCombiner support for UDIVREM/SDIVREM and UMUL_LOHI... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Evan Cheng | LLVM does not use the old style simple isel any more. |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Evan Cheng | Remove debugging printf to get build going on x86-64. |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Dan Gohman | When we start enabling SMUL_LOHI/UMUL_LOHI or SDIVREM... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Dan Gohman | Add convenience overloads of SelectionDAG::getNode... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Dan Gohman | Move the space in overview output for commands out... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Dan Gohman | Simplify getIntPtrType, allowing it to work for arbitra... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Dan Gohman | Use correct parentheses with the '&& "..."' idiom in... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Dan Gohman | In -debug mode, dump SelectionDAGs both before and... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Dan Gohman | Fix grammar in a comment. |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Dan Gohman | Add explicit keywords. |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Neil Booth | Use APInt::tcExtract. It's cleaner, and works :) |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Neil Booth | Add a new function tcExtract for extracting a bignum... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Gordon Henriksen | Fixed downrev Ocaml compatibility. |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Owen Anderson | Begin the process of allowing DomTree on MBB's. Step... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Evan Cheng | Kill cycle of an live range is always the last use... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Chris Lattner | Allow passes to just pass up "FunctionPass(&ID)" instea... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Gordon Henriksen | C and Objective Caml bindings for getFunction and getNa... |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Chris Lattner | disable this entirely: it is causing use of invalidated... |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Chris Lattner | Fix many regressions on x86 by avoiding dereferencing... |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Chris Lattner | Finish off PR1723, by working around some strange compi... |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Gordon Henriksen | C and Objective Caml bindings for GlobalVariable::isCon... |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Neil Booth | Add back convertFromSignExtendedInteger. |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Neil Booth | Now that convertFromUnsignedParts has a sane, constant... |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Neil Booth | Reimplement convertFromUnsignedInteger so it is passed... |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Neil Booth | convertFromInteger, as originally written, expected... |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Neil Booth | combineLostFractions does not need to be a member function |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Daniel Berlin | Some more problems noticed by Curtis |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Gordon Henriksen | C and Objective Caml bindings for PATypeHolder. |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Gordon Henriksen | Bindings for the verifier. |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Gordon Henriksen | Deleting some unnecessary glue. |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Gordon Henriksen | Adopting a uniform naming convention for type construct... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Anton Korobeynikov | Oops, I really wanted to commit this part also :) |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Anton Korobeynikov | Move merge code into new helper function. |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Gordon Henriksen | Adopting a uniform naming convention for type construct... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Gordon Henriksen | Adopting a uniform naming convention for constant const... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Gordon Henriksen | Adding C and Ocaml bindings for ConstantExpr. |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Anton Korobeynikov | Include DataTypes.h to provide intptr_t type. This... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Evan Cheng | Reapply 42677. |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Evan Cheng | Oops. Forgot this. |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Neil Booth | Cleaner, more general exponent output. |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Chris Lattner | silence warnings in no-assert build. |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Chris Lattner | revert evan's patch until the header is committed |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Evan Cheng | Added DAG xforms. e.g. |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Dale Johannesen | Next powerpc long double bits. Comparisons work, |
commit | commitdiff | tree | snapshot |
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 |
next |