2014-03-06 |
Owen Anderson | Change the tag on this iterator to bidir and implement...
|
commit | commitdiff | tree |
2014-03-06 |
Owen Anderson | Fix issues in the NamedMDNode operand iterator, including...
|
commit | commitdiff | tree |
2014-03-06 |
Owen Anderson | Add a iterator and interator_range interface to the...
|
commit | commitdiff | tree |
2014-02-12 |
Owen Anderson | Remove a very old instcombine where we would turn sequences...
|
commit | commitdiff | tree |
2014-01-31 |
Owen Anderson | DAGCombine should not produce ISD::OR nodes after operation...
|
commit | commitdiff | tree |
2014-01-28 |
Owen Anderson | Use the proper SDK when building iOS sim builds of...
|
commit | commitdiff | tree |
2014-01-22 |
Owen Anderson | Revert r162101 and replace it with a solution that...
|
commit | commitdiff | tree |
2014-01-20 |
Owen Anderson | Allow SMUL_LOHI and UMUL_LOHI to be narrow to MUL on...
|
commit | commitdiff | tree |
2014-01-20 |
Owen Anderson | Fix all the remaining lost-fast-math-flags bugs I've...
|
commit | commitdiff | tree |
2014-01-18 |
Owen Anderson | Fix more instances of dropped fast math flags when...
|
commit | commitdiff | tree |
2014-01-16 |
Owen Anderson | Fix two cases where we could lose fast math flags when...
|
commit | commitdiff | tree |
2014-01-16 |
Owen Anderson | Fix an instance where we would drop fast math flags...
|
commit | commitdiff | tree |
2014-01-16 |
Owen Anderson | Fix a bug in InstCombine where we failed to preserve...
|
commit | commitdiff | tree |
2014-01-16 |
Owen Anderson | Teach InstCombine that (fmul X, -1.0) can be simplified...
|
commit | commitdiff | tree |
2013-12-18 |
Owen Anderson | Revert r197600 while I sort out why it's failing on...
|
commit | commitdiff | tree |
2013-12-18 |
Owen Anderson | Add a unit test for loading an object file via a file...
|
commit | commitdiff | tree |
2013-11-16 |
Owen Anderson | Small improvement to InstrinsicEmitter::EmitAttributes...
|
commit | commitdiff | tree |
2013-10-03 |
Owen Anderson | Pull fptrunc's upwards through selects when one of...
|
commit | commitdiff | tree |
2013-08-27 |
Owen Anderson | Remove an over-zealous assertion. A pointer type could...
|
commit | commitdiff | tree |
2013-07-30 |
Owen Anderson | Preserve fast-math flags when folding (fsub x, (fneg...
|
commit | commitdiff | tree |
2013-07-26 |
Owen Anderson | Fix variable name.
|
commit | commitdiff | tree |
2013-07-26 |
Owen Anderson | When InstCombine tries to fold away (fsub x, (fneg...
|
commit | commitdiff | tree |
2013-05-22 |
Owen Anderson | Create an FPOW SDNode opcode def in the target independent...
|
commit | commitdiff | tree |
2013-05-09 |
Owen Anderson | Teach SelectionDAG to constant fold all-constant FMA...
|
commit | commitdiff | tree |
2013-04-23 |
Owen Anderson | DAGCombine should not aggressively fold SEXT(VSETCC...
|
commit | commitdiff | tree |
2013-03-23 |
Owen Anderson | Remove the type legality check from the SelectionDAGBuilder...
|
commit | commitdiff | tree |
2013-02-14 |
Owen Anderson | Add some legality checks for SETCC before introducing...
|
commit | commitdiff | tree |
2013-02-07 |
Owen Anderson | Remove this testcase until I can figure out how to...
|
commit | commitdiff | tree |
2013-02-07 |
Owen Anderson | Another attempt at getting the XFAIL line right for...
|
commit | commitdiff | tree |
2013-02-07 |
Owen Anderson | Fix CMake detection of various cmath functions, and...
|
commit | commitdiff | tree |
2013-02-07 |
Owen Anderson | Conditionalize constant folding of math intrinsics...
|
commit | commitdiff | tree |
2013-02-06 |
Owen Anderson | Signficantly generalize our ability to constant fold...
|
commit | commitdiff | tree |
2013-02-05 |
Owen Anderson | Reapply r174343, with a fix for a scary DAG combine...
|
commit | commitdiff | tree |
2013-02-05 |
Owen Anderson | When the target-independent DAGCombiner inferred a...
|
commit | commitdiff | tree |
2013-01-10 |
Owen Anderson | Teach InstCombine to hoist FABS and FNEG through FPTRUNC...
|
commit | commitdiff | tree |
2012-11-27 |
Owen Anderson | Revert r168635 "Step towards implementation of pass...
|
commit | commitdiff | tree |
2012-11-26 |
Owen Anderson | Step towards implementation of pass manager with doInitializ...
|
commit | commitdiff | tree |
2012-11-15 |
Owen Anderson | Claim ownership of everyone's favorite part of the...
|
commit | commitdiff | tree |
2012-11-15 |
Owen Anderson | Add doInitialization and doFinalization methods to...
|
commit | commitdiff | tree |
2012-11-03 |
Owen Anderson | Be careful not to optimize a SELECT_CC into a SETCC...
|
commit | commitdiff | tree |
2012-11-01 |
Owen Anderson | Add a few more simple fast-math constant propagations...
|
commit | commitdiff | tree |
2012-10-16 |
Owen Anderson | Speculative fix the mask constants to be of type uintptr_t...
|
commit | commitdiff | tree |
2012-10-16 |
Owen Anderson | Fix a bug in the set(I,E)/reset(I,E) methods that I...
|
commit | commitdiff | tree |
2012-10-15 |
Owen Anderson | Add range-based set()/reset() to BitVector. These...
|
commit | commitdiff | tree |
2012-09-19 |
Owen Anderson | Soften the pattern-can-never-match error in TableGen...
|
commit | commitdiff | tree |
2012-09-19 |
Owen Anderson | Implement a correct copy constructor for Record. Now...
|
commit | commitdiff | tree |
2012-09-12 |
Owen Anderson | Remove an overly-aggressive assertion. The code following...
|
commit | commitdiff | tree |
2012-09-11 |
Owen Anderson | Improve tblgen code cleanliness: create an unknown_class...
|
commit | commitdiff | tree |
2012-09-11 |
Owen Anderson | Compute a map from register names to registers, rather...
|
commit | commitdiff | tree |
2012-09-01 |
Owen Anderson | Teach DAG combine a number of tricks to simplify FMA...
|
commit | commitdiff | tree |
2012-08-30 |
Owen Anderson | Try to make this test more generic to unbreak buildbots.
|
commit | commitdiff | tree |
2012-08-30 |
Owen Anderson | Teach the DAG combiner to turn chains of FADDs (x+x...
|
commit | commitdiff | tree |
2012-08-29 |
Owen Anderson | Allow targets to specify a minimum supported NOP size...
|
commit | commitdiff | tree |
2012-08-15 |
Owen Anderson | Fix another roundToIntegral bug where very large values...
|
commit | commitdiff | tree |
2012-08-15 |
Owen Anderson | Fix typo in comment.
|
commit | commitdiff | tree |
2012-08-15 |
Owen Anderson | Fix a problem with APFloat::roundToIntegral where it...
|
commit | commitdiff | tree |
2012-08-14 |
Owen Anderson | Fix the construction of the magic constant for roundToIntegr...
|
commit | commitdiff | tree |
2012-08-13 |
Owen Anderson | Add a roundToIntegral method to APFloat, which can...
|
commit | commitdiff | tree |
2012-08-08 |
Owen Anderson | Allow legalization of target-specific SDNodes, provided...
|
commit | commitdiff | tree |
2012-07-20 |
Owen Anderson | Make RegisterOperand a subclass of DAGOperand so that...
|
commit | commitdiff | tree |
2012-07-16 |
Owen Anderson | Defer checking for registers in the MC AsmMatcher until...
|
commit | commitdiff | tree |
2012-07-11 |
Owen Anderson | Only apply the SETCC+SITOFP -> SELECTCC optimization...
|
commit | commitdiff | tree |
2012-07-09 |
Owen Anderson | Teach the DAG combiner to turn sitofp/uitofp from i1...
|
commit | commitdiff | tree |
2012-07-05 |
Owen Anderson | Fix an overzealous assertion. It is legitimate for...
|
commit | commitdiff | tree |
2012-06-25 |
Owen Anderson | Define DAGOperand, an empty base class for RegisterClass...
|
commit | commitdiff | tree |
2012-06-08 |
Owen Anderson | Teach the AsmMatcherEmitter to allow InstAlias' where...
|
commit | commitdiff | tree |
2012-05-31 |
Owen Anderson | Make this testcase independent of register allocation.
|
commit | commitdiff | tree |
2012-05-30 |
Owen Anderson | Switch the canonical FMA term operand order to match...
|
commit | commitdiff | tree |
2012-05-30 |
Owen Anderson | Teach DAGCombine to canonicalize the position of a...
|
commit | commitdiff | tree |
2012-05-24 |
Owen Anderson | Teach tblgen's set theory "sequence" operator to support...
|
commit | commitdiff | tree |
2012-05-21 |
Owen Anderson | Fix use of an unitialized value in the LegalizeOps...
|
commit | commitdiff | tree |
2012-05-21 |
Owen Anderson | Make it so that the MArch, MCPU, MAttrs passed to EngineBuil...
|
commit | commitdiff | tree |
2012-05-07 |
Owen Anderson | Teach DAG combine to fold x-x to 0.0 when unsafe FP...
|
commit | commitdiff | tree |
2012-05-07 |
Owen Anderson | Teach reassociate to commute FMul's and FAdd's in order...
|
commit | commitdiff | tree |
2012-05-03 |
Owen Anderson | Add the half type to the LLVM IR vim syntax highlighting.
|
commit | commitdiff | tree |
2012-05-02 |
Owen Anderson | Teach DAGCombine the same multiply-by-1.0 folding trick...
|
commit | commitdiff | tree |
2012-05-02 |
Owen Anderson | Teach DAG combine that multiplication by 1.0 can always...
|
commit | commitdiff | tree |
2012-04-10 |
Owen Anderson | Move the constant-folding support for FP_ROUND in SelectionD...
|
commit | commitdiff | tree |
2012-04-10 |
Owen Anderson | Revert r154397, which was causing make check failures...
|
commit | commitdiff | tree |
2012-04-05 |
Owen Anderson | Treat f16 the same as f80/f128 for the purposes of...
|
commit | commitdiff | tree |
2012-04-04 |
Owen Anderson | Revert r154038. It was causing make check failures.
|
commit | commitdiff | tree |
2012-04-02 |
Owen Anderson | Add predicates for checking whether targets have free...
|
commit | commitdiff | tree |
2012-03-23 |
Owen Anderson | Make it feasible for clients using EngineBuilder to...
|
commit | commitdiff | tree |
2012-03-06 |
Owen Anderson | Fix support for encodings up to 64-bits in length....
|
commit | commitdiff | tree |
2012-03-06 |
Owen Anderson | Make it possible for a target to mark FSUB as Expand...
|
commit | commitdiff | tree |
2012-02-13 |
Owen Anderson | v2f16 is a floating point type. Add symbolic floating...
|
commit | commitdiff | tree |
2012-01-24 |
Owen Anderson | Widen the instruction encoder that TblGen emits to...
|
commit | commitdiff | tree |
2012-01-19 |
Owen Anderson | Add a dump() implementation for sub-instruction MCOperands.
|
commit | commitdiff | tree |
2012-01-19 |
Owen Anderson | Add a new form of MCOperand, for representing sub-instructio...
|
commit | commitdiff | tree |
2012-01-03 |
Owen Anderson | Remove the restriction that target intrinsics can only...
|
commit | commitdiff | tree |
2011-12-15 |
Owen Anderson | Enable synthesis of FLOG2 and FEXP2 SelectionDAG nodes...
|
commit | commitdiff | tree |
2011-12-08 |
Owen Anderson | Enhance both TargetLibraryInfo and SelectionDAGBuilder...
|
commit | commitdiff | tree |
2011-12-08 |
Owen Anderson | Don't explicitly marked libm rounding ops as legal...
|
commit | commitdiff | tree |
2011-12-08 |
Owen Anderson | Teach SelectionDAG to match more calls to libm functions...
|
commit | commitdiff | tree |
2011-11-16 |
Owen Anderson | Rename MVT::untyped to MVT::Untyped to match similar...
|
commit | commitdiff | tree |
2011-11-15 |
Owen Anderson | Fix a misplaced paren bug.
|
commit | commitdiff | tree |
2011-11-15 |
Owen Anderson | Fix an ambiguous decoding where we failed to properly...
|
commit | commitdiff | tree |
2011-11-10 |
Owen Anderson | Add additional checking to ensure that MachineMemOperands...
|
commit | commitdiff | tree |
2011-11-10 |
Owen Anderson | Remove this from the CMake build since I erased the...
|
commit | commitdiff | tree |
2011-11-09 |
Owen Anderson | Remove the old-style ARM disassembler, which is no...
|
commit | commitdiff | tree |
next |