PPC: Disable moves for all CR subregisters.
[oota-llvm.git] / lib / Target / MBlaze /
2011-10-22 Benjamin KramerMove various generated tables into read-only memory...
2011-10-17 Benjamin KramerUse a SmallVector for intrinsic argument types.
2011-10-17 Jim GrosbachFix improperly formed assert() call.
2011-10-14 Jakob Stoklund OlesenBan rematerializable instructions with side effects.
2011-10-06 Peter CollingbourneBuild system infrastructure for multiple tblgens.
2011-09-23 Wesley PeckFix a couple of 80 column violations.
2011-09-21 Wesley PeckFix some simple copy-paste errors in MBlaze ASM Parser...
2011-09-21 Owen AndersonThese do not need to be conditional on the presence...
2011-09-21 Owen AndersonIn the disassembler C API, be careful not to confuse...
2011-09-15 Owen AndersonDon't attach annotations to MCInst's. Instead, have...
2011-09-07 James MolloyRefactor instprinter and mcdisassembler to take a Subta...
2011-09-06 Duncan SandsAdd codegen support for vector select (in the IR this...
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-23 Evan ChengSome refactoring so TargetRegistry.h no longer has...
2011-08-17 Owen AndersonAllow the MCDisassembler to return a "soft fail" status...
2011-08-15 Jim GrosbachMCTargetAsmParser target match predicate support.
2011-08-01 Chandler CarruthActually finish switching to the new system for Target...
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-28 Oscar FuentesExplicitly declare a library dependency of LLVM*Desc to
2011-07-27 Eli FriedmanCode generation for 'fence' instruction.
2011-07-26 Evan ChengRename createCodeEmitter to createMCCodeEmitter; create...
2011-07-26 Evan ChengRename TargetAsmParser to MCTargetAsmParser and TargetA...
2011-07-26 Chandler CarruthClean up a pile of hacks in our CMake build relating...
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...
2011-07-25 Evan ChengRefactoring fail.
2011-07-25 Evan ChengMore MC layering violations.
2011-07-25 Evan ChengSeparate MCInstPrinter registration from AsmPrinter...
2011-07-25 Evan ChengFix last bits of MC layer issues. llvm-mc doesn't need...
2011-07-25 Evan ChengRefactor MBlaze target to separate MC routines from...
2011-07-23 Evan ChengMove TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
2011-07-23 Evan ChengcreateXXXMCCodeGenInfo should be static.
2011-07-22 Evan ChengCombine all MC initialization routines into one. e...
2011-07-20 Evan Cheng- Move CodeModel from a TargetMachine global option...
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-18 Evan ChengMove getInitialFrameState from TargetFrameInfo to MCAsm...
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-15 NAKAMURA TakumiEliminate "const" from extern const to fix breakeage...
2011-07-15 Evan ChengMove some parts of TargetAsmInfo down to MCAsmInfo...
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...
2011-07-14 Evan ChengNext round of MC refactoring. This patch factor MC...
2011-07-13 Jim GrosbachUpdate MCParsedAsmOperand debug methods.
2011-07-12 Jay FoadSecond attempt at de-constifying LLVM Types in Function...
2011-07-12 Bill WendlingRevert r134893 and r134888 (and related patches in...
2011-07-11 Evan ChengMost MCCodeEmitter's don't meed MCContext.
2011-07-11 Jay FoadDe-constify Types in FunctionType::get().
2011-07-11 Evan Cheng- Eliminate MCCodeEmitter's dependency on TargetMachine...
2011-07-09 Evan ChengChange createAsmParser to take a MCSubtargetInfo instea...
2011-07-08 Cameron ZwarichAdd an intrinsic and codegen support for fused multiply...
2011-07-08 Evan ChengTargetAsmParser doesn't need reference to Target.
2011-07-08 Evan ChengEliminate asm parser's dependency on TargetMachine:
2011-07-07 Evan ChengCompute feature bits at time of MCSubtargetInfo initial...
2011-07-06 Evan ChengcreateMCInstPrinter doesn't need TargetMachine anymore.
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.
next