| Commit message (Expand) | Author | Age | Files | Lines |
* | Move hasFP() and few related hooks to TargetFrameInfo. | Anton Korobeynikov | 2010-11-18 | 4 | -21/+17 |
* | make isVirtualSection a virtual method on MCSection. Chris' suggestion. | Rafael Espindola | 2010-11-17 | 1 | -5/+0 |
* | add fields to the .td files unconditionally, simplifying tblgen a bit. | Chris Lattner | 2010-11-15 | 1 | -1/+1 |
* | Attempt to unbreak cmake-based builds | Anton Korobeynikov | 2010-11-15 | 1 | -0/+1 |
* | First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou... | Anton Korobeynikov | 2010-11-15 | 6 | -156/+234 |
* | MC: Simplify Mach-O and ELF object writer implementations. | Daniel Dunbar | 2010-11-13 | 1 | -6/+4 |
* | Fixed error and re-enabled MBlaze MC disassembler tests. | Wesley Peck | 2010-11-13 | 1 | -0/+3 |
* | 1. Adding test cases for MBlaze MC disassembler. | Wesley Peck | 2010-11-13 | 3 | -14/+87 |
* | 1. Adding missing immediate mode asm parser test cases. | Wesley Peck | 2010-11-13 | 1 | -2/+2 |
* | Fixing improperly encoded reverse subtract instructions in MBlaze backend. | Wesley Peck | 2010-11-12 | 2 | -9/+8 |
* | 1. Finishing MBlaze MC asm parser test cases | Wesley Peck | 2010-11-12 | 11 | -170/+222 |
* | The BRK instruction in the MicroBlaze is a branch-and-link. | Wesley Peck | 2010-11-11 | 1 | -2/+2 |
* | Fix tblgen instruction errors exposed by MC asm parser tests | Wesley Peck | 2010-11-11 | 2 | -30/+29 |
* | Fixed some bugs in MBlaze asm parser that were introduced when removing Ownin... | Wesley Peck | 2010-11-11 | 1 | -5/+5 |
* | Adding working version of assembly parser for the MBlaze backend | Wesley Peck | 2010-11-08 | 25 | -810/+498 |
* | In the calling convention logic, ValVT is always a legal type, | Duncan Sands | 2010-11-04 | 1 | -3/+3 |
* | Inside the calling convention logic LocVT is always a simple | Duncan Sands | 2010-11-03 | 1 | -1/+1 |
* | per a suggestion by Frits van Bommel, mark all MBlaze Pseudo | Chris Lattner | 2010-11-02 | 3 | -5/+8 |
* | mark a few codegenonly instructions. | Chris Lattner | 2010-11-02 | 2 | -3/+3 |
* | reapply r117858 with apparent editor malfunction fixed (somehow I | Chris Lattner | 2010-10-31 | 1 | -1/+1 |
* | revert r117858 while I check out a failure I missed. | Chris Lattner | 2010-10-31 | 1 | -1/+1 |
* | the asm matcher can't handle operands with modifiers (like ${foo:bar}). | Chris Lattner | 2010-10-31 | 1 | -1/+1 |
* | Inline asm multiple alternative constraints development phase 2 - improved ba... | John Thompson | 2010-10-29 | 2 | -0/+36 |
* | Adding disassembler to the MicroBlaze backend. | Wesley Peck | 2010-10-27 | 17 | -121/+886 |
* | Making the e_machine configurable by the target backend in ELFObjectWriter. | Wesley Peck | 2010-10-22 | 1 | -1/+2 |
* | Adding initial AsmParser implementation for the MBlaze backend. It is | Wesley Peck | 2010-10-21 | 18 | -454/+1419 |
* | Removing stale AsmPrinter directory from MicroBlaze backend. | Wesley Peck | 2010-10-21 | 2 | -312/+0 |
* | Deleted lib/Target/MBlaze/AsmPrinter/CMakeLists.txt. This way the | Oscar Fuentes | 2010-10-21 | 1 | -9/+0 |
* | Recommit 116986 with capitalization typo fixed. | Wesley Peck | 2010-10-21 | 28 | -568/+2119 |
* | Reverting the commit 116986. It was breaking the build on llvm-x86_64-linux t... | Wesley Peck | 2010-10-21 | 29 | -1833/+603 |
* | Major update of the MicroBlaze backend. The new features are: | Wesley Peck | 2010-10-21 | 29 | -603/+1833 |
* | Add support to model pipeline bypass / forwarding. | Evan Cheng | 2010-09-28 | 1 | -1/+1 |
* | Removed a bunch of unnecessary target_link_libraries. | Oscar Fuentes | 2010-09-28 | 1 | -2/+0 |
* | fix a long standing wart: all the ComplexPattern's were being | Chris Lattner | 2010-09-21 | 1 | -5/+5 |
* | eliminate some uses of the getStore overload. | Chris Lattner | 2010-09-21 | 1 | -3/+6 |
* | convert the targets off the non-MachinePointerInfo of getLoad. | Chris Lattner | 2010-09-21 | 1 | -1/+2 |
* | remove dead code, mblaze uses SelectAddrRegImm/SelectAddrRegReg, | Chris Lattner | 2010-09-04 | 1 | -54/+0 |
* | Remove Predicate_* calls from MBlaze and XCore | Jakob Stoklund Olesen | 2010-09-03 | 1 | -1/+1 |
* | Simplify eliminateFrameIndex() interface back down now that PEI doesn't need | Jim Grosbach | 2010-08-26 | 2 | -6/+4 |
* | remove some dead code. | Chris Lattner | 2010-08-18 | 1 | -10/+0 |
* | fix emacs language spec's, patch by Edmund Grimley-Evans! | Chris Lattner | 2010-08-17 | 8 | -8/+8 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -1/+1 |
* | Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMem | Dan Gohman | 2010-08-05 | 1 | -9/+3 |
* | Remove the isMoveInstr() hook. | Jakob Stoklund Olesen | 2010-07-16 | 2 | -41/+0 |
* | Don't pass StringRef by reference. | Benjamin Kramer | 2010-07-14 | 2 | -3/+3 |
* | RISC architectures get their memory operand folding for free. | Jakob Stoklund Olesen | 2010-07-11 | 2 | -50/+0 |
* | Replace copyRegToReg with copyPhysReg for MBlaze. | Jakob Stoklund Olesen | 2010-07-11 | 2 | -14/+10 |
* | Use COPY in targets | Jakob Stoklund Olesen | 2010-07-10 | 1 | -6/+2 |