Age | Commit message (Expand) | Author |
2012-08-22 | Add a getName function to MachineFunction. Use it in places that previously d... | Craig Topper |
2012-03-17 | Reorder includes in Target backends to following coding standards. Remove som... | Craig Topper |
2012-03-04 | Use uint16_t to store registers in callee saved register tables to reduce siz... | Craig Topper |
2012-02-18 | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu |
2012-01-20 | More dead code removal (using -Wunreachable-code) | David Blaikie |
2011-07-25 | Refactoring fail. | Evan Cheng |
2011-07-25 | More MC layering violations. | Evan Cheng |
2011-07-25 | Refactor MBlaze target to separate MC routines from Target routines. | Evan Cheng |
2011-07-18 | Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for | Evan Cheng |
2011-07-18 | Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down | Evan Cheng |
2011-07-14 | Next round of MC refactoring. This patch factor MC table instantiations, MC | Evan Cheng |
2011-06-28 | Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo. | Evan Cheng |
2011-06-28 | Hide more details in tablegen generated MCRegisterInfo ctor function. | Evan Cheng |
2011-06-27 | Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc | Evan Cheng |
2011-06-24 | Starting to refactor Target to separate out code that's needed to fully describe | Evan Cheng |
2011-05-30 | Use the dwarf->llvm mapping to print register names in the cfi | Rafael Espindola |
2011-04-11 | Don't crash on invalid instructions when disassembling MBlaze code. | Wesley Peck |
2011-01-10 | Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a... | Anton Korobeynikov |
2011-01-06 | Remove dead code and silence warnings. | Benjamin Kramer |
2011-01-03 | Fix more stack layout issues in the MBlaze backend. | Wesley Peck |
2010-12-29 | Fix stack layout error in MBlaze backend. | Wesley Peck |
2010-12-20 | Teach the MBlaze asm parser how to parse special purpose register names. | Wesley Peck |
2010-12-12 | The ADD and ADDK (and all variants) instructions where flip-flopped in the MB... | Wesley Peck |
2010-12-12 | 1. Change MBlaze indirect branches to use absolute branch BRALD instead of pc... | Wesley Peck |
2010-12-09 | Reworking the stack layout generated by the MBlaze backend. | Wesley Peck |
2010-11-24 | 1. Fixing error where basic block labels were not being printed out when they... | Wesley Peck |
2010-11-18 | Move hasFP() and few related hooks to TargetFrameInfo. | Anton Korobeynikov |
2010-11-15 | First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou... | Anton Korobeynikov |
2010-11-12 | 1. Finishing MBlaze MC asm parser test cases | Wesley Peck |
2010-10-21 | Adding initial AsmParser implementation for the MBlaze backend. It is | Wesley Peck |
2010-08-26 | Simplify eliminateFrameIndex() interface back down now that PEI doesn't need | Jim Grosbach |
2010-06-02 | cleanup | Rafael Espindola |
2010-05-14 | Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe what | Bill Wendling |
2010-04-21 | Implement -disable-non-leaf-fp-elim which disable frame pointer elimination | Evan Cheng |
2010-04-02 | use DebugLoc default ctor instead of DebugLoc::getUnknownLoc() | Chris Lattner |
2010-03-09 | Change the Value argument to eliminateFrameIndex to a type-tagged value. This | Jim Grosbach |
2010-03-06 | Re-committing the failed r97807 commit with changes to eliminate warnings. | Wesley Peck |
2010-03-06 | revert r97807, it introduced build warnings. | Chris Lattner |
2010-03-05 | Reworking the stack layout that the MicroBlaze backend generates. | Wesley Peck |
2010-02-24 | Adding function "lookupGCCName" to MBlazeIntrinsicInfo | Wesley Peck |
2010-02-23 | Adding the MicroBlaze backend. | Wesley Peck |