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 |
2011-11-07 |
Owen Anderson | Fix llvm-objdump's MachO mode to not depend on the...
|
commit | commitdiff | tree |
2011-11-02 |
Owen Anderson | Fix the issue that r143552 was trying to address the...
|
commit | commitdiff | tree |
2011-11-02 |
Owen Anderson | The rules disallowing single-register reglist operands...
|
commit | commitdiff | tree |
2011-11-02 |
Owen Anderson | Register list operands are not allowed to contain only...
|
commit | commitdiff | tree |
2011-11-01 |
Owen Anderson | Fix disassembly of some VST1 instructions.
|
commit | commitdiff | tree |
2011-10-31 |
Owen Anderson | More not-crashing NEON disassembly updates for the...
|
commit | commitdiff | tree |
2011-10-28 |
Owen Anderson | Fix illegal disassembly testcase.
|
commit | commitdiff | tree |
2011-10-28 |
Owen Anderson | Specify that the high bit of the alignment field is...
|
commit | commitdiff | tree |
2011-10-28 |
Owen Anderson | Reapply r143202, with a manual decoding hook for SWP...
|
commit | commitdiff | tree |
2011-10-28 |
Owen Anderson | Revert r143202.
|
commit | commitdiff | tree |
2011-10-28 |
Owen Anderson | Specify fixed bits on CPS instructions to enable roundtripping.
|
commit | commitdiff | tree |
2011-10-27 |
Owen Anderson | Add testcase for r143162.
|
commit | commitdiff | tree |
2011-10-27 |
Owen Anderson | Add some NEON stores to the VLD decoding hook that...
|
commit | commitdiff | tree |
2011-10-27 |
Owen Anderson | Revert r143149, stubbing out symbolic disassembly support...
|
commit | commitdiff | tree |
2011-10-27 |
Owen Anderson | If we're searching for a symbol reference to pretty...
|
commit | commitdiff | tree |
2011-10-27 |
Owen Anderson | Stub out support for symbol disassembly in llvm-objdump.
|
commit | commitdiff | tree |
2011-10-27 |
Owen Anderson | Fix pretty printing of i386 local sect diff relocations...
|
commit | commitdiff | tree |
2011-10-27 |
Owen Anderson | Expose relocation accessors through the libObject C...
|
commit | commitdiff | tree |
2011-10-27 |
Owen Anderson | Add relocation iterators to the libObject C API.
|
commit | commitdiff | tree |
2011-10-26 |
Owen Anderson | Add support for scattered relocations to the MachO...
|
commit | commitdiff | tree |
2011-10-26 |
Owen Anderson | The order of the two symbol listings in a Macho x86_64...
|
commit | commitdiff | tree |
2011-10-26 |
Owen Anderson | Include the full 64 bits of relocation data in the...
|
commit | commitdiff | tree |
2011-10-26 |
Owen Anderson | Expand relocation type field to 64 bits. MachO scattered...
|
commit | commitdiff | tree |
2011-10-26 |
Owen Anderson | Improve pretty printing of GOT relocations in MachO...
|
commit | commitdiff | tree |
2011-10-25 |
Owen Anderson | Remove extraneous printing of "-PC".
|
commit | commitdiff | tree |
2011-10-25 |
Owen Anderson | Add support for the notion of "hidden" relocations...
|
commit | commitdiff | tree |
2011-10-25 |
Owen Anderson | Fix off-by-one error when printing relocations inline...
|
commit | commitdiff | tree |
next |