Age | Commit message (Expand) | Author |
2012-11-14 | Remove the CellSPU port. | Eric Christopher |
2012-09-14 | Fix Doxygen issues: | Dmitri Gribenko |
2012-08-24 | Fix integer undefined behavior due to signed left shift overflow in LLVM. | Richard Smith |
2012-01-20 | More dead code removal (using -Wunreachable-code) | David Blaikie |
2011-11-15 | Remove some unnecessary includes of PseudoSourceValue.h. | Jay Foad |
2011-11-08 | Added invariant field to the DAG.getLoad method and changed all calls. | Pete Cooper |
2011-07-14 | Next round of MC refactoring. This patch factor MC table instantiations, MC | Evan Cheng |
2011-03-04 | Allow load from constant on SPU. | Kalle Raiskila |
2011-01-23 | Null initialize a few variables flagged by | Ted Kremenek |
2011-01-10 | Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a... | Anton Korobeynikov |
2010-12-24 | Various bits of framework needed for precise machine-level selection | Andrew Trick |
2010-12-09 | Dont' feed ILA two inputs - it takes just one. | Kalle Raiskila |
2010-11-29 | Add missing i128 case. | Kalle Raiskila |
2010-11-23 | Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept. | Wesley Peck |
2010-10-07 | Add the missing cases to the type->registerclass conversion function. | Kalle Raiskila |
2010-10-01 | Zap some redundant 'ori $?, $?, 0' from SPU. | Kalle Raiskila |
2010-09-21 | it's more elegant to put the "getConstantPool" and | Chris Lattner |
2010-09-16 | Change SPU register re-interpretations from OR to COPY_TO_REGCLASS instruction. | Kalle Raiskila |
2010-09-04 | zap dead code. | Chris Lattner |
2010-09-03 | Zap dead code. | Benjamin Kramer |
2010-08-25 | zap dead code | Chris Lattner |
2010-08-04 | Make SPU backend handle insertelement and | Kalle Raiskila |
2010-06-29 | Remove initialized but otherwise unused variables. | Duncan Sands |
2010-06-09 | Handle loading from/storing to undef pointers on SPU by inserting a | Kalle Raiskila |
2010-06-01 | Fix handling of 'load' nodes. | Kalle Raiskila |
2010-05-04 | "on the rare occasion the SPU BE produces illegal assembly - it tries to emit... | Chris Lattner |
2010-04-17 | Use cast instead of dyn_cast when assuming success. | Dan Gohman |
2010-04-17 | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman |
2010-04-15 | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman |
2010-04-08 | Use twines to simplify calls to report_fatal_error. For code size and readabi... | Benjamin Kramer |
2010-04-07 | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner |
2010-03-29 | Make isInt?? and isUint?? template specializations of the generic versions. This | Benjamin Kramer |
2010-03-29 | Remove a bunch of integer width predicate functions in favor of MathExtras. | Benjamin Kramer |
2010-03-02 | Sink InstructionSelect() out of each target into SDISel, and rename it | Chris Lattner |
2010-02-23 | reapply my cellspu changes with a fix to not break the old isel. | Chris Lattner |
2010-02-23 | Revert 96854, 96852, and 96849, unbreaking test/CodeGen/CellSPU/i64ops.ll. | Dan Gohman |
2010-02-23 | fix hte last cellspu failure. | Chris Lattner |
2010-02-23 | hack around more crimes in instruction selection. | Chris Lattner |
2010-02-23 | the cell backend is making all sorts of unsafe and incorrect assumptions | Chris Lattner |
2010-02-15 | Remove an assumption of default arguments. This is in anticipation of a | David Greene |
2010-01-05 | Change SelectCode's argument from SDValue to SDNode *, to make it more | Dan Gohman |
2009-11-05 | Remove uninteresting and confusing debug output. | Dan Gohman |
2009-09-25 | Rename getTargetNode to getMachineNode, for consistency with the | Dan Gohman |
2009-08-24 | - Remove SelectSEXTi128 from SPUISelDAGToDAG.cpp, evidently, this is redundant | Scott Michel |
2009-08-24 | 128-bit sign extension and vector shift cleanups, contributed by Ken Werner | Scott Michel |
2009-08-23 | eliminate uses of cerr() | Chris Lattner |
2009-08-12 | Add contexts to some of the MVT APIs. No functionality change yet, just the ... | Owen Anderson |
2009-08-11 | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson |
2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson |
2009-07-31 | Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage | Dan Gohman |