Fix undefined behavior in the Mips backend.
[oota-llvm.git] / lib / Target / MBlaze /
2012-03-05 Jim GrosbachMake MCRegisterInfo available to the the MCInstPrinter.
2012-03-04 Craig TopperUse uint16_t to store registers in callee saved registe...
2012-03-01 Benjamin KramerEmit the "is an intrinsic overloaded" table as a bitfield.
2012-02-29 Derek SchuffMake MemoryObject accessor members const again
2012-02-28 Evan ChengRe-commit r151623 with fix. Only issue special no-retur...
2012-02-28 Daniel DunbarRevert r151623 "Some ARM implementaions, e.g. A-series...
2012-02-28 Evan ChengSome ARM implementaions, e.g. A-series, does return...
2012-02-22 Craig TopperMake all pointers to TargetRegisterClass const since...
2012-02-19 Ahmed CharlesRemove dead code. Improve llvm_unreachable text. Simpli...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-02-11 Benjamin KramerMake the EDis tables const.
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-06 Derek SchuffEnable streaming of bitcode
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-04 Andrew TrickTargetPassConfig: confine the MC configuration to Targe...
2012-02-03 Andrew TrickAdded TargetPassConfig. The first little step toward...
2012-01-24 Owen AndersonWiden the instruction encoder that TblGen emits to...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-18 Jakob Stoklund OlesenIgnore register mask operands when lowering instruction...
2012-01-18 Jim GrosbachTidy up. MCAsmBackend naming conventions.
2012-01-07 Benjamin KramerRemove VectorExtras. This unused helper was written...
2011-12-22 Rafael EspindolaMove the MBlaze ELF writer bits to lib/Target/MBlaze.
2011-12-21 Rafael EspindolaReduce the exposure of Triple::OSType in the ELF object...
2011-12-21 Craig TopperRemove mode specific disassembler classes and just...
2011-12-20 Chandler CarruthFix up the CMake build for the new files added in r1469...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-13 Chandler CarruthInitial CodeGen support for CTTZ/CTLZ where a zero...
2011-12-12 Daniel DunbarLLVMBuild: Introduce a common section which currently...
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-12-06 Jim GrosbachMove target-specific logic out of generic MCAssembler.
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-27 Wesley PeckAdd several new instructions supported by the latest...
2011-11-27 Wesley PeckOptimize comparison against 0 in conditional instructions.
2011-11-26 Benjamin KramerMove code into anonymous namespaces.
2011-11-26 Wesley PeckRename a couple of options and fix some simple typos.
2011-11-16 Evan ChengSink codegen optimization level into MCCodeGenInfo...
2011-11-12 Daniel Dunbarbuild: Attempt to rectify inconsistencies between CMake...
2011-11-11 Benjamin KramerRemove the unnecessary dependency on libMBlazeCodeGen...
2011-11-11 Daniel DunbarLLVMBuild: Add explicit information on whether targets...
2011-11-10 Daniel Dunbarbuild/MBlazeDisassembler: Some compilers may generate...
2011-11-10 Daniel Dunbarllvm-build: Add --native-target and --enable-targets...
2011-11-10 Daniel Dunbarllvm-build: Add an explicit component type to represent...
2011-11-08 Pete CooperAdded invariant field to the DAG.getLoad method and...
2011-11-07 Benjamin KramerSimplify some uses of utohexstr.
2011-11-06 Benjamin KramerReplace (Lower|Upper)caseString in favor of StringRef...
2011-11-04 Daniel Dunbarbuild/cmake: Use tblgen macro directly instead of llvm_...
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
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:
next