summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/MBlaze
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-022-3/+5
* Prune some includesCraig Topper2012-03-274-7/+0
* Remove unnecessary llvm:: qualificationsCraig Topper2012-03-272-14/+14
* Prune some includes and forward declarations.Craig Topper2012-03-251-0/+1
* Remove some unnecessary forward declarations.Craig Topper2012-03-221-1/+0
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-176-8/+6
* Convert more static tables of registers used by calling convention to uint16_...Craig Topper2012-03-111-1/+1
* Use uint16_t to store registers and opcode in static tables in the target spe...Craig Topper2012-03-111-2/+2
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-052-3/+4
* Use uint16_t to store registers in callee saved register tables to reduce siz...Craig Topper2012-03-042-3/+3
* Emit the "is an intrinsic overloaded" table as a bitfield.Benjamin Kramer2012-03-011-7/+4
* Make MemoryObject accessor members const againDerek Schuff2012-02-292-2/+2
* Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng2012-02-282-2/+2
* Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar2012-02-282-2/+2
* Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng2012-02-282-2/+2
* Make all pointers to TargetRegisterClass const since they are all pointers to...Craig Topper2012-02-221-2/+2
OpenPOWER on IntegriCloud