Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.
[oota-llvm.git] / lib / Target / MBlaze /
2011-07-01 Evan ChengRename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc...
2011-07-01 Evan ChengRename TargetSubtarget to TargetSubtargetInfo for consi...
2011-07-01 Evan Cheng- Added MCSubtargetInfo to capture subtarget features...
2011-07-01 Evan ChengHide the call to InitMCInstrInfo into tblgen generated...
2011-06-30 Evan ChengFix the ridiculous SubtargetFeatures API where it impli...
2011-06-29 Eric ChristopherRemove getRegClassForInlineAsmConstraint from MBlaze...
2011-06-29 Evan ChengSink SubtargetFeature and TargetInstrItineraries (renam...
2011-06-28 Evan ChengMove CallFrameSetupOpcode and CallFrameDestroyOpcode...
2011-06-28 Evan ChengHide more details in tablegen generated MCRegisterInfo...
2011-06-28 Evan ChengMerge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
2011-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
2011-06-28 Rafael EspindolaFix cmake build.
2011-06-27 Evan ChengMerge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc...
2011-06-24 Evan ChengStarting to refactor Target to separate out code that...
2011-06-15 Jakob Stoklund OlesenUse set operations instead of plain lists to enumerate...
2011-06-09 Jakob Stoklund OlesenRemove custom allocation order boilerplate that is...
2011-06-08 Eric ChristopherAdd a parameter to CCState so that it can access the...
2011-05-30 Rafael EspindolaUse the dwarf->llvm mapping to print register names...
2011-05-27 Rafael EspindolaRemove DwarfRegNum from CARRY. I should be encoded...
2011-05-26 Rafael EspindolaFix some dwarf register numbers.
2011-05-18 Cameron ZwarichAdd missing mayLoad / mayStore flags to instruction...
2011-05-06 Eli FriedmanMake the logic for determining function alignment more...
2011-04-25 Chandler CarruthRemove some hard coded CR-LFs. Some of these were the...
2011-04-19 Daniel DunbarADT/Triple: Move a variety of clients to using isOSDarw...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-11 Wesley PeckFix an error in the MBlaze delay slot filler.
2011-04-11 Wesley PeckAdd scheduling information for the MBlaze backend.
2011-04-11 Wesley PeckDon't crash on invalid instructions when disassembling...
2011-03-21 Bill WendlingWe need to pass the TargetMachine object to the InstPri...
2011-02-21 Devang PatelRevert r124611 - "Keep track of incoming argument's...
2011-02-20 Oscar FuentesUse explicit add_subdirectory's for LLVM target sublibr...
2011-02-17 NAKAMURA TakumiTriple::MinGW64 is deprecated and removed. We can use...
2011-02-04 Daniel DunbarMC/AsmParser: Add support for allowing the conversion...
2011-02-03 Bob WilsonFix 80-column violations and whitespace.
2011-01-31 Devang PatelKeep track of incoming argument's location while emitti...
2011-01-27 Roman DivackyIntroduce virtual ParseRegister method in TargetAsmParser.
2011-01-23 Rafael EspindolaAdd support for the --noexecstack option.
2011-01-23 Rafael EspindolaRemove more duplicated code.
2011-01-23 Rafael EspindolaRemove duplicated code.
2011-01-13 Jakob Stoklund OlesenTeach frame lowering to ignore debug values after the...
2011-01-10 Anton KorobeynikovFix merge fallout
2011-01-10 Anton KorobeynikovUpdate CMake stuff
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
2011-01-07 Evan ChengDo not model all INLINEASM instructions as having unmod...
2011-01-06 Benjamin KramerRemove dead code and silence warnings.
2011-01-05 Wesley PeckCommit 122778 broke DWARF debug output when using the...
2011-01-03 Wesley PeckFix more stack layout issues in the MBlaze backend.
2010-12-29 Wesley PeckFix stack layout error in MBlaze backend.
2010-12-23 Chris LattnerFlag -> Glue, the ongoing saga
2010-12-22 Wesley PeckDon't generate carry bit when loading immediate values...
2010-12-22 Wesley PeckAdd support for some of the LLVM atomic operations...
2010-12-22 Wesley PeckModeling the carry bit in the MSR register of the Micro...
2010-12-22 Wesley PeckFix a regression introduced into the MBlaze delay slot...
2010-12-21 Chris Lattnerrename MVT::Flag to MVT::Glue. "Flag" is a terrible...
2010-12-20 Wesley PeckTeach the MBlaze disassembler to disassemble special...
2010-12-20 Wesley PeckTeach the MBlaze asm parser how to parse special purpos...
2010-12-18 Rafael EspindolaRemove the MCObjectFormat class.
2010-12-18 Rafael EspindolaMove some data to the TargetWriter.
2010-12-17 Benjamin KramerPass StringRefs by value, for consistency.
2010-12-17 Rafael EspindolaStub out explicit MCELFObjectTargetWriter interface.
2010-12-17 Rafael EspindolaMove createELFObjectWriter to its own header.
2010-12-17 Daniel DunbarMC/Target: Remove HasScatteredSymbols target hook varia...
2010-12-16 Wesley PeckFix MBlaze backend call instructions so that arguments...
2010-12-16 Daniel DunbarMC: Move target specific fixup info descriptors to...
2010-12-15 Wesley PeckLower the MBlaze target specific calling conventions...
2010-12-15 Wesley PeckAdd some special purpose register definitions to the...
2010-12-12 Wesley PeckMissed some ADDI <-> ADDIK conversions in 121649.
2010-12-12 Wesley PeckMBlaze delay slot filler was not capable of using ADDK...
2010-12-12 Wesley PeckThe ADD and ADDK (and all variants) instructions where...
2010-12-12 Wesley Peck1. Change MBlaze indirect branches to use absolute...
2010-12-09 Wesley PeckReworking the stack layout generated by the MBlaze...
2010-12-06 Wesley PeckAdding bug fix that was suppose to be part of 121044.
2010-12-06 Wesley PeckFixed reversed operands for IDIV and CMP instructions...
2010-12-06 Wesley PeckFix a 16-bit immediate value detection bug in the MBlaz...
2010-12-06 Rafael EspindolaRemove the instruction fragment to data fragment loweri...
2010-12-02 Wesley PeckTeaching MBlaze backend how to reverse branch conditions.
2010-11-28 Rafael EspindolaDefine generic 1, 2 and 4 byte pc relative relocations...
2010-11-26 Rafael EspindolaRemove the unused TheTarget member.
2010-11-24 Wesley PeckUpdating MBlaze .mask and .frame directives to match...
2010-11-24 Wesley Peck1. Fixing error where basic block labels were not being...
2010-11-23 Wesley PeckRenaming ISD::BIT_CONVERT to ISD::BITCAST to better...
2010-11-21 Wesley PeckImplement ELF object file writing support for the MBlaz...
2010-11-21 Wesley PeckImplement branch analysis in the MBlaze backend.
2010-11-21 Wesley PeckMake it a little bit more explicit that the MBlaze...
2010-11-21 Wesley PeckFix an error in the MBlaze delay slot filler where...
2010-11-18 Anton KorobeynikovMove hasFP() and few related hooks to TargetFrameInfo.
2010-11-17 Rafael Espindolamake isVirtualSection a virtual method on MCSection...
2010-11-15 Chris Lattneradd fields to the .td files unconditionally, simplifyin...
2010-11-15 Anton KorobeynikovAttempt to unbreak cmake-based builds
2010-11-15 Anton KorobeynikovFirst step of huge frame-related refactoring: move...
2010-11-13 Daniel DunbarMC: Simplify Mach-O and ELF object writer implementations.
2010-11-13 Wesley PeckFixed error and re-enabled MBlaze MC disassembler tests.
2010-11-13 Wesley Peck1. Adding test cases for MBlaze MC disassembler.
2010-11-13 Wesley Peck1. Adding missing immediate mode asm parser test cases.
2010-11-12 Wesley PeckFixing improperly encoded reverse subtract instructions...
2010-11-12 Wesley Peck1. Finishing MBlaze MC asm parser test cases
2010-11-11 Wesley PeckThe BRK instruction in the MicroBlaze is a branch-and...
2010-11-11 Wesley PeckFix tblgen instruction errors exposed by MC asm parser...
2010-11-11 Wesley PeckFixed some bugs in MBlaze asm parser that were introduc...
2010-11-08 Wesley PeckAdding working version of assembly parser for the MBlaz...
next