summaryrefslogtreecommitdiff
path: root/lib/Target/MBlaze
Commit message (Expand)AuthorAge
* Remove TargetELFWriterInfo.Rafael Espindola2012-10-28
* [ms-inline asm] Add support for creating AsmRewrites in the target specificChad Rosier2012-10-25
* Implement a basic VectorTargetTransformInfo interface to be used by the loop ...Nadav Rotem2012-10-24
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-18
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-18
* [ms-inline asm] Use incoming argument rather than hard coding to false.Chad Rosier2012-10-15
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-15
* Attributes RewriteBill Wendling2012-10-15
* [ms-inline asm] Remove the MatchInstruction() function. Previously, this wasChad Rosier2012-10-13
* [ms-inline asm] Use the new API introduced in r165830 in lieu of theChad Rosier2012-10-12
* Revert 165732 for further review.Micah Villmow2012-10-11
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-11
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-10
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* [ms-inline asm] Add a few typedefs to simplify future changes.Chad Rosier2012-10-05
* [ms-inline asm] Add the convertToMapAndConstraints() function that is used toChad Rosier2012-10-01
* Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier2012-09-24
* Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier2012-09-24
* [ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.Chad Rosier2012-09-21
* When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky2012-09-18
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper2012-09-15
* Fix function name per coding standard.Chad Rosier2012-09-05
* [ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, addChad Rosier2012-09-03
* [ms-inline asm] Add an interface to the GetMCInstOperandNum() function in theChad Rosier2012-09-03
* Add braces to the case statement.Chad Rosier2012-09-03
* Removed unused argument.Chad Rosier2012-09-03
* [ms-inline asm] Expose the Kind and Opcode variables from theChad Rosier2012-09-03
* Move ErrorLoc decl into the scope where it's actually used.Chad Rosier2012-09-03
* The ConvertToMCInst() function can't fail, so remove the now dead Match_Conve...Chad Rosier2012-08-31
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-22
* Remove tabs.Bill Wendling2012-07-19
* Remove variable_ops from call instructions in most targets.Jakob Stoklund Olesen2012-07-13
* Add all codegen passes to the PassManager via TargetPassConfig.Bob Wilson2012-07-02
* There are a number of generic inline asm operand modifiers thatJack Carter2012-06-26
* llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi2012-06-24
* Use "NoItineraries" for processors with no itineraries.Andrew Trick2012-06-22
* Remove unused private fields found by clang's new -Wunused-private-field.Benjamin Kramer2012-06-06
* misched: Added MultiIssueItineraries.Andrew Trick2012-06-05
* Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski2012-05-25
* Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach2012-05-15
* Change the PassManager from a reference to a pointer.Bill Wendling2012-05-01
* Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-20
* Remove unused CCIfSubtarget.Jay Foad2012-04-17
* Fix accidentally constant conditions found by uncommitted improvements to -Wc...David Blaikie2012-04-09
* Remove getInstructionName from MCInstPrinter implementations in favor of usin...Craig Topper2012-04-02
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-02
* Prune some includesCraig Topper2012-03-27
* Remove unnecessary llvm:: qualificationsCraig Topper2012-03-27
* Prune some includes and forward declarations.Craig Topper2012-03-25
* Remove some unnecessary forward declarations.Craig Topper2012-03-22