aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MBlaze
Commit message (Expand)AuthorAgeFilesLines
* [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
* The ConvertToMCInst() function can't fail, so remove the now dead Match_Conve...Chad Rosier2012-08-311-2/+0
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-221-1/+1
* Remove tabs.Bill Wendling2012-07-191-4/+4
* Remove variable_ops from call instructions in most targets.Jakob Stoklund Olesen2012-07-131-2/+2
* Add all codegen passes to the PassManager via TargetPassConfig.Bob Wilson2012-07-021-2/+2
* There are a number of generic inline asm operand modifiers thatJack Carter2012-06-261-1/+7
* llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi2012-06-241-0/+2
* Use "NoItineraries" for processors with no itineraries.Andrew Trick2012-06-222-6/+1
* Remove unused private fields found by clang's new -Wunused-private-field.Benjamin Kramer2012-06-062-5/+3
* misched: Added MultiIssueItineraries.Andrew Trick2012-06-051-7/+0
* Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski2012-05-252-13/+13
* Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach2012-05-152-0/+3
* Change the PassManager from a reference to a pointer.Bill Wendling2012-05-011-2/+2
* Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-203-19/+19
* Remove unused CCIfSubtarget.Jay Foad2012-04-171-4/+0
* Fix accidentally constant conditions found by uncommitted improvements to -Wc...David Blaikie2012-04-091-4/+4
* Remove getInstructionName from MCInstPrinter implementations in favor of usin...Craig Topper2012-04-021-1/+0