PR9214: Convert ConstantExpr::getIndices() to return an ArrayRef, plus
[oota-llvm.git] / lib / Target / MBlaze /
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...
2010-11-04 Duncan SandsIn the calling convention logic, ValVT is always a...
2010-11-03 Duncan SandsInside the calling convention logic LocVT is always...
2010-11-02 Chris Lattnerper a suggestion by Frits van Bommel, mark all MBlaze...
2010-11-02 Chris Lattnermark a few codegenonly instructions.
2010-10-31 Chris Lattnerreapply r117858 with apparent editor malfunction fixed...
2010-10-31 Chris Lattnerrevert r117858 while I check out a failure I missed.
2010-10-31 Chris Lattnerthe asm matcher can't handle operands with modifiers...
2010-10-29 John ThompsonInline asm multiple alternative constraints development...
2010-10-27 Wesley PeckAdding disassembler to the MicroBlaze backend.
2010-10-22 Wesley PeckMaking the e_machine configurable by the target backend...
2010-10-21 Wesley PeckAdding initial AsmParser implementation for the MBlaze...
2010-10-21 Wesley PeckRemoving stale AsmPrinter directory from MicroBlaze...
2010-10-21 Oscar FuentesDeleted lib/Target/MBlaze/AsmPrinter/CMakeLists.txt...
2010-10-21 Wesley PeckRecommit 116986 with capitalization typo fixed.
2010-10-21 Wesley PeckReverting the commit 116986. It was breaking the build...
2010-10-21 Wesley PeckMajor update of the MicroBlaze backend. The new feature...
2010-09-28 Evan ChengAdd support to model pipeline bypass / forwarding.
2010-09-28 Oscar FuentesRemoved a bunch of unnecessary target_link_libraries.
2010-09-21 Chris Lattnerfix a long standing wart: all the ComplexPattern's...
2010-09-21 Chris Lattnereliminate some uses of the getStore overload.
2010-09-21 Chris Lattnerconvert the targets off the non-MachinePointerInfo...
2010-09-04 Chris Lattnerremove dead code, mblaze uses SelectAddrRegImm/SelectAd...
2010-09-03 Jakob Stoklund OlesenRemove Predicate_* calls from MBlaze and XCore
2010-08-26 Jim GrosbachSimplify eliminateFrameIndex() interface back down...
2010-08-18 Chris Lattnerremove some dead code.
next