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