Revert "include/llvm: Add R600 Intrinsics v6"
[oota-llvm.git] / lib / Target / MBlaze / MBlazeRegisterInfo.cpp
2012-03-17 Craig TopperReorder includes in Target backends to following coding...
2012-03-04 Craig TopperUse uint16_t to store registers in callee saved registe...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2011-07-25 Evan ChengRefactoring fail.
2011-07-25 Evan ChengMore MC layering violations.
2011-07-25 Evan ChengRefactor MBlaze target to separate MC routines from...
2011-07-18 Evan ChengMove getInitialFrameState from TargetFrameInfo to MCAsm...
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-07-14 Evan ChengNext round of MC refactoring. This patch factor MC...
2011-06-28 Evan ChengMove CallFrameSetupOpcode and CallFrameDestroyOpcode...
2011-06-28 Evan ChengHide more details in tablegen generated MCRegisterInfo...
2011-06-27 Evan ChengMerge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc...
2011-06-24 Evan ChengStarting to refactor Target to separate out code that...
2011-05-30 Rafael EspindolaUse the dwarf->llvm mapping to print register names...
2011-04-11 Wesley PeckDon't crash on invalid instructions when disassembling...
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
2011-01-06 Benjamin KramerRemove dead code and silence warnings.
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-20 Wesley PeckTeach the MBlaze asm parser how to parse special purpos...
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-11-24 Wesley Peck1. Fixing error where basic block labels were not being...
2010-11-18 Anton KorobeynikovMove hasFP() and few related hooks to TargetFrameInfo.
2010-11-15 Anton KorobeynikovFirst step of huge frame-related refactoring: move...
2010-11-12 Wesley Peck1. Finishing MBlaze MC asm parser test cases
2010-10-21 Wesley PeckAdding initial AsmParser implementation for the MBlaze...
2010-08-26 Jim GrosbachSimplify eliminateFrameIndex() interface back down...
2010-06-02 Rafael Espindolacleanup
2010-05-14 Bill WendlingRename "HasCalls" in MachineFrameInfo to "AdjustsStack...
2010-04-21 Evan ChengImplement -disable-non-leaf-fp-elim which disable frame...
2010-04-02 Chris Lattneruse DebugLoc default ctor instead of DebugLoc::getUnkno...
2010-03-09 Jim GrosbachChange the Value argument to eliminateFrameIndex to...
2010-03-06 Wesley PeckRe-committing the failed r97807 commit with changes...
2010-03-06 Chris Lattnerrevert r97807, it introduced build warnings.
2010-03-05 Wesley PeckReworking the stack layout that the MicroBlaze backend...
2010-02-24 Wesley PeckAdding function "lookupGCCName" to MBlazeIntrinsicInfo
2010-02-23 Wesley PeckAdding the MicroBlaze backend.