Age | Commit message (Expand) | Author |
2013-03-08 | DAGCombiner: Use correct value type for checking legality of BR_CC v3 | Tom Stellard |
2013-02-05 | Move MRI liveouts to MBlaze return instructions. | Jakob Stoklund Olesen |
2013-01-29 | Teach SDISel to combine fsin / fcos into a fsincos node if the following | Evan Cheng |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth |
2012-07-19 | Remove tabs. | Bill Wendling |
2012-05-25 | Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall | Justin Holewinski |
2012-04-20 | Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s... | Craig Topper |
2012-03-27 | Remove unnecessary llvm:: qualifications | Craig Topper |
2012-03-11 | Convert more static tables of registers used by calling convention to uint16_... | Craig Topper |
2012-02-28 | Re-commit r151623 with fix. Only issue special no-return calls if it's a dire... | Evan Cheng |
2012-02-28 | Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre... | Daniel Dunbar |
2012-02-28 | Some ARM implementaions, e.g. A-series, does return stack prediction. That is, | Evan Cheng |
2012-02-22 | Make all pointers to TargetRegisterClass const since they are all pointers to... | Craig Topper |
2012-02-07 | Convert assert(0) to llvm_unreachable | Craig Topper |
2012-01-20 | More dead code removal (using -Wunreachable-code) | David Blaikie |
2011-12-13 | Initial CodeGen support for CTTZ/CTLZ where a zero input produces an | Chandler Carruth |
2011-11-08 | Added invariant field to the DAG.getLoad method and changed all calls. | Pete Cooper |
2011-09-06 | Add codegen support for vector select (in the IR this means a select | Duncan Sands |
2011-07-25 | Refactoring fail. | Evan Cheng |
2011-07-25 | Refactor MBlaze target to separate MC routines from Target routines. | Evan Cheng |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
2011-07-08 | Add an intrinsic and codegen support for fused multiply-accumulate. The intent | Cameron Zwarich |
2011-06-29 | Remove getRegClassForInlineAsmConstraint from MBlaze. Add a TODO comment | Eric Christopher |
2011-06-08 | Add a parameter to CCState so that it can access the MachineFunction. | Eric Christopher |
2011-05-06 | Make the logic for determining function alignment more explicit. No function... | Eli Friedman |
2011-04-25 | Remove some hard coded CR-LFs. Some of these were the entire files, one of | Chandler Carruth |
2011-04-15 | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner |
2011-02-21 | Revert r124611 - "Keep track of incoming argument's location while emitting L... | Devang Patel |
2011-01-31 | Keep track of incoming argument's location while emitting LiveIns. | Devang Patel |
2011-01-10 | Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a... | Anton Korobeynikov |
2010-12-22 | Add support for some of the LLVM atomic operations to the MBlaze backend. | Wesley Peck |
2010-12-21 | rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for | Chris Lattner |
2010-12-15 | Lower the MBlaze target specific calling conventions for "interrupt_handler" | Wesley Peck |
2010-12-12 | The ADD and ADDK (and all variants) instructions where flip-flopped in the MB... | Wesley Peck |
2010-12-12 | 1. Change MBlaze indirect branches to use absolute branch BRALD instead of pc... | Wesley Peck |
2010-12-09 | Reworking the stack layout generated by the MBlaze backend. | Wesley Peck |
2010-12-06 | Adding bug fix that was suppose to be part of 121044. | Wesley Peck |
2010-11-23 | Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept. | Wesley Peck |
2010-11-08 | Adding working version of assembly parser for the MBlaze backend | Wesley Peck |
2010-11-04 | In the calling convention logic, ValVT is always a legal type, | Duncan Sands |
2010-11-03 | Inside the calling convention logic LocVT is always a simple | Duncan Sands |
2010-10-29 | Inline asm multiple alternative constraints development phase 2 - improved ba... | John Thompson |
2010-10-21 | Adding initial AsmParser implementation for the MBlaze backend. It is | Wesley Peck |
2010-10-21 | Recommit 116986 with capitalization typo fixed. | Wesley Peck |
2010-10-21 | Reverting the commit 116986. It was breaking the build on llvm-x86_64-linux t... | Wesley Peck |
2010-10-21 | Major update of the MicroBlaze backend. The new features are: | Wesley Peck |
2010-09-21 | eliminate some uses of the getStore overload. | Chris Lattner |
2010-09-21 | convert the targets off the non-MachinePointerInfo of getLoad. | Chris Lattner |
2010-07-07 | Split the SDValue out of OutputArg so that SelectionDAG-independent | Dan Gohman |