aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MBlaze
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles2012-02-191-2/+0
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-1829-29/+29
* Make the EDis tables const.Benjamin Kramer2012-02-112-2/+2
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-075-10/+6
* Enable streaming of bitcodeDerek Schuff2012-02-062-2/+2
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-0/+1
* TargetPassConfig: confine the MC configuration to TargetMachine.Andrew Trick2012-02-042-8/+5
* Added TargetPassConfig. The first little step toward configuring codegen passes.Andrew Trick2012-02-032-6/+28
* Widen the instruction encoder that TblGen emits to a 64 bits, which should ac...Owen Anderson2012-01-241-1/+1
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-206-19/+5
* Ignore register mask operands when lowering instructions to MC.Jakob Stoklund Olesen2012-01-181-1/+4
* Tidy up. MCAsmBackend naming conventions.Jim Grosbach2012-01-181-8/+8
* Remove VectorExtras. This unused helper was written for a type of API that is...Benjamin Kramer2012-01-071-1/+0
* Move the MBlaze ELF writer bits to lib/Target/MBlaze.Rafael Espindola2011-12-224-9/+85
* Reduce the exposure of Triple::OSType in the ELF object writer. This willRafael Espindola2011-12-211-7/+8
* Remove mode specific disassembler classes and just call X86GenericDisassemble...Craig Topper2011-12-211-2/+0
* Fix up the CMake build for the new files added in r146960, they'reChandler Carruth2011-12-201-0/+1