aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MBlaze
Commit message (Expand)AuthorAgeFilesLines
* Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.Tim Northover2013-04-201-2/+1
* ArrayRefize getMachineNode(). No functionality change.Michael Liao2013-04-191-1/+1
* Silence anonymous type in anonymous union warnings.Eric Christopher2013-03-151-22/+28
* Provide the register scavenger to processFunctionBeforeFrameFinalizedHal Finkel2013-03-142-2/+3
* DAGCombiner: Use correct value type for checking legality of BR_CC v3Tom Stellard2013-03-081-1/+2
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-214-42/+43
* MCParser: Update method names per coding guidelines.Jim Grosbach2013-02-201-2/+2
* Move MRI liveouts to MBlaze return instructions.Jakob Stoklund Olesen2013-02-052-19/+17
* [PEI] Pass the frame index operand number to the eliminateFrameIndex function.Chad Rosier2013-01-312-15/+8
* Teach SDISel to combine fsin / fcos into a fsincos node if the followingEvan Cheng2013-01-291-0/+1
* Last in the series of removing unnecessary '0' arguments forEric Christopher2013-01-091-1/+1
* Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky2013-01-081-2/+2
* Change SMRange to be half-open (exclusive end) instead of closed (inclusive)Jordan Rose2013-01-071-18/+26
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-072-10/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-0210-29/+29
* Remove MCTargetAsmLexer and its derived classes now that edis,Roman Divacky2012-12-203-116/+0
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-194-14/+1
* [CMake] Remove dependencies to intrinsics_gen I introduced in r169724.NAKAMURA Takumi2012-12-111-1/+1
* [CMake] Update dependencies to intrinsics_gen corresponding to r169711.NAKAMURA Takumi2012-12-101-1/+1
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-071-1/+1
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-044-9/+9
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-0318-71/+67
* Remove TargetELFWriterInfo.Rafael Espindola2012-10-285-173/+1
* [ms-inline asm] Add support for creating AsmRewrites in the target specificChad Rosier2012-10-251-2/+3
* Implement a basic VectorTargetTransformInfo interface to be used by the loop ...Nadav Rotem2012-10-241-1/+2
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-182-1/+8
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-182-8/+1
* [ms-inline asm] Use incoming argument rather than hard coding to false.Chad Rosier2012-10-151-1/+1
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-151-1/+1
* Attributes RewriteBill Wendling2012-10-151-2/+3
* [ms-inline asm] Remove the MatchInstruction() function. Previously, this wasChad Rosier2012-10-131-5/+6
* [ms-inline asm] Use the new API introduced in r165830 in lieu of theChad Rosier2012-10-121-4/+2
* Revert 165732 for further review.Micah Villmow2012-10-111-1/+1
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-111-1/+1
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-102-1/+8
* Move TargetData to DataLayout.Micah Villmow2012-10-086-12/+12
* [ms-inline asm] Add a few typedefs to simplify future changes.Chad Rosier2012-10-051-1/+1
* [ms-inline asm] Add the convertToMapAndConstraints() function that is used toChad Rosier2012-10-011-2/+3
* Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier2012-09-241-7/+0
* Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier2012-09-241-4/+0
* [ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.Chad Rosier2012-09-211-0/+4
* When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky2012-09-182-2/+4
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper2012-09-151-2/+2
* Fix function name per coding standard.Chad Rosier2012-09-051-2/+2
* [ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, addChad Rosier2012-09-031-2/+3
* [ms-inline asm] Add an interface to the GetMCInstOperandNum() function in theChad Rosier2012-09-031-0/+5
* Add braces to the case statement.Chad Rosier2012-09-031-1/+2
* Removed unused argument.Chad Rosier2012-09-031-2/+1
* [ms-inline asm] Expose the Kind and Opcode variables from theChad Rosier2012-09-031-1/+3
* Move ErrorLoc decl into the scope where it's actually used.Chad Rosier2012-09-031-2/+1