aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MBlaze
Commit message (Expand)AuthorAgeFilesLines
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-203-8/+11
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-194-10/+19
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-181-1/+0
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-183-17/+12
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-184-8/+8
* Eliminate "const" from extern const to fix breakeage since r135184 on msvc.NAKAMURA Takumi2011-07-151-1/+1
* Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatestEvan Cheng2011-07-151-0/+2
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-146-17/+20
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-1411-39/+114
* Update MCParsedAsmOperand debug methods.Jim Grosbach2011-07-131-2/+2
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-121-1/+1
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-121-1/+1
* Most MCCodeEmitter's don't meed MCContext.Evan Cheng2011-07-111-2/+1
* De-constify Types in FunctionType::get().Jay Foad2011-07-111-1/+1
* - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng2011-07-114-13/+26
* Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng2011-07-092-2/+14
* Add an intrinsic and codegen support for fused multiply-accumulate. The intentCameron Zwarich2011-07-081-0/+1
* TargetAsmParser doesn't need reference to Target.Evan Cheng2011-07-081-2/+2
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-083-6/+6
* Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng2011-07-072-3/+4
* createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng2011-07-062-4/+2
* Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng2011-07-014-4/+4
* Rename TargetSubtarget to TargetSubtargetInfo for consistency.Evan Cheng2011-07-012-6/+6
* - Added MCSubtargetInfo to capture subtarget features and schedulingEvan Cheng2011-07-012-2/+14
* Hide the call to InitMCInstrInfo into tblgen generated ctor.Evan Cheng2011-07-012-3/+6
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-305-12/+17
* Remove getRegClassForInlineAsmConstraint from MBlaze. Add a TODO commentEric Christopher2011-06-292-33/+7
* Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng2011-06-291-2/+1
* Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.Evan Cheng2011-06-282-3/+3
* Hide more details in tablegen generated MCRegisterInfo ctor function.Evan Cheng2011-06-281-2/+1
* Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng2011-06-285-5/+8
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-282-4/+4
* Fix cmake build.Rafael Espindola2011-06-281-1/+1
* Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng2011-06-275-9/+10
* Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng2011-06-243-13/+14
* Use set operations instead of plain lists to enumerate register classes.Jakob Stoklund Olesen2011-06-151-27/+4
* Remove custom allocation order boilerplate that is no longer needed.Jakob Stoklund Olesen2011-06-091-23/+3
* Add a parameter to CCState so that it can access the MachineFunction.Eric Christopher2011-06-081-11/+11
* Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola2011-05-302-0/+5
* Remove DwarfRegNum from CARRY. I should be encoded with DW_OP_bit_piece.Rafael Espindola2011-05-271-1/+1
* Fix some dwarf register numbers.Rafael Espindola2011-05-261-1/+1
* Add missing mayLoad / mayStore flags to instruction definitions without patte...Cameron Zwarich2011-05-181-0/+5
* Make the logic for determining function alignment more explicit. No function...Eli Friedman2011-05-062-6/+2
* Remove some hard coded CR-LFs. Some of these were the entire files, one ofChandler Carruth2011-04-251-1/+1
* ADT/Triple: Move a variety of clients to using isOSDarwin() and isOSWindows()Daniel Dunbar2011-04-192-16/+14
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-152-4/+4
* Fix an error in the MBlaze delay slot filler.Wesley Peck2011-04-111-1/+1
* Add scheduling information for the MBlaze backend.Wesley Peck2011-04-1116-228/+710
* Don't crash on invalid instructions when disassembling MBlaze code.Wesley Peck2011-04-113-36/+115
* We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling2011-03-212-3/+5