| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix an issue in some Thumb fixups, where the effective PC address needs to be... | Owen Anderson | 2010-12-09 | 3 | -5/+13 |
* | Rename CB/CBZ specific fixup accordingly. | Jim Grosbach | 2010-12-09 | 4 | -7/+7 |
* | Add assert to catch an attempt to emit .byte 256 | Devang Patel | 2010-12-09 | 1 | -1/+2 |
* | Add support for parsing ARM arithmetic instructions that update or don't update | Kevin Enderby | 2010-12-09 | 1 | -6/+45 |
* | Rename the encoder method for t_cbtarget to match. | Jim Grosbach | 2010-12-09 | 3 | -6/+6 |
* | Thumb needs a few different encoding schemes for branch targets. Rename | Jim Grosbach | 2010-12-09 | 1 | -3/+3 |
* | ARM stm/ldm instructions require more than one register in the register list. | Jim Grosbach | 2010-12-09 | 2 | -19/+60 |
* | Added register reassignment prototype to RAGreedy. It's a simple | Andrew Trick | 2010-12-09 | 5 | -19/+116 |
* | Support/Windows/PathV2: Fix header comment. | Michael J. Spencer | 2010-12-09 | 1 | -1/+1 |
* | Fix whitespace. | Michael J. Spencer | 2010-12-09 | 2 | -4/+4 |
* | Support: Move c_str from SmallVector back to SmallString and add a free standing | Michael J. Spencer | 2010-12-09 | 2 | -1/+14 |
* | Support/FileSystem: Change file_status predicate functions that cannot fail to | Michael J. Spencer | 2010-12-09 | 1 | -0/+27 |
* | Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code... | Michael J. Spencer | 2010-12-09 | 12 | -49/+100 |
* | Add ROTR and ROTRV mips32 instructions. Patch by Akira Hatanaka | Bruno Cardoso Lopes | 2010-12-09 | 2 | -13/+28 |
* | Fix delay slot filler for non mips1 targets. Patch by Akira Hatanaka | Bruno Cardoso Lopes | 2010-12-09 | 1 | -5/+9 |
* | Dont' feed ILA two inputs - it takes just one. | Kalle Raiskila | 2010-12-09 | 1 | -1/+1 |
* | tidy up. | Jim Grosbach | 2010-12-09 | 1 | -1/+1 |
* | 80 columns. | Jim Grosbach | 2010-12-09 | 1 | -3/+5 |
* | enhance memcpyopt to zap memcpy's that have the same src/dst. | Chris Lattner | 2010-12-09 | 1 | -4/+13 |
* | fix PR8753, eliminating a case where we'd infinitely make a | Chris Lattner | 2010-12-09 | 1 | -0/+8 |
* | Rewrite the darwin tlv support to use a chain and return to copying | Eric Christopher | 2010-12-09 | 2 | -6/+9 |
* | Take the first step towards making LVI non-recursive: get rid of the LVIQuery... | Owen Anderson | 2010-12-09 | 1 | -101/+39 |
* | 80-col fixups. | Eric Christopher | 2010-12-09 | 1 | -9/+15 |
* | Reworking the stack layout generated by the MBlaze backend. | Wesley Peck | 2010-12-09 | 12 | -177/+127 |
* | Fix encoding of the immediate operands on post-indexed LDR and friends. | Owen Anderson | 2010-12-09 | 1 | -39/+26 |
* | Really check that the bits that will become zero are actually already zero | Dan Gohman | 2010-12-09 | 1 | -2/+1 |
* | Fix up some comments. | Eric Christopher | 2010-12-09 | 1 | -2/+2 |
* | Fix Thumb2 fixups for ldr. | Owen Anderson | 2010-12-09 | 3 | -5/+29 |
* | Add a textual message to the assert. | Jim Grosbach | 2010-12-09 | 1 | -1/+2 |
* | Add a sanity check assert() for t2ADD/SUBrSPi instructions that they really are | Jim Grosbach | 2010-12-09 | 1 | -0/+7 |
* | When using multiple instructions to reference a frame index, make sure to | Jim Grosbach | 2010-12-09 | 1 | -0/+5 |
* | The add/sub SP instructions are really pseudos. The assembler should ignore | Jim Grosbach | 2010-12-09 | 1 | -0/+2 |
* | IntervalMap iterators are heavyweight, so avoid copying them around and use | Jakob Stoklund Olesen | 2010-12-09 | 2 | -5/+25 |
* | Remove unused variables | Matt Beaumont-Gay | 2010-12-09 | 1 | -2/+0 |
* | Fix typo in Thumb2 branch fixup. | Owen Anderson | 2010-12-09 | 1 | -5/+5 |
* | Stop confusing people, it's not really a chain, or a tumor. | Eric Christopher | 2010-12-09 | 1 | -2/+2 |
* | Remove extraneous semicolon. | Bill Wendling | 2010-12-09 | 1 | -1/+1 |
* | Attempt to make the bit-twiddling readable resulted in the binary value being | Bill Wendling | 2010-12-09 | 1 | -8/+10 |
* | The BLX instruction is encoded differently than the BL, because why not? In | Bill Wendling | 2010-12-09 | 5 | -19/+53 |
* | Remove extraneous copy from DAG conversion for darwin tls. This was | Eric Christopher | 2010-12-09 | 1 | -3/+2 |
* | Fix Thumb2 BCC encoding and fixups. | Owen Anderson | 2010-12-09 | 4 | -8/+34 |
* | Add rsp to the uses for the same reason as 32-bit. | Eric Christopher | 2010-12-09 | 1 | -1/+1 |
* | DW_FORM_data1 may not provide sufficient room for vtable index, use _udata in... | Devang Patel | 2010-12-09 | 1 | -1/+1 |
* | Allow a slash, '/', as a prefix separator for X86. rdar://8741045 | Kevin Enderby | 2010-12-08 | 1 | -0/+2 |
* | Properly deal with empty intervals when checking for interference. | Jakob Stoklund Olesen | 2010-12-08 | 2 | -1/+3 |
* | Style nit and whitespace cleanup | Jason W Kim | 2010-12-08 | 1 | -2/+2 |
* | Clean up the add/sub w/ SP source reg instructions in Thumb2 a bit. Add a FIXME | Jim Grosbach | 2010-12-08 | 1 | -11/+13 |
* | Fix T2TwoRegImm and use it for t2ADDrSPi12 and friends. | Jim Grosbach | 2010-12-08 | 1 | -19/+9 |
* | Removed dead comment. | Jason W Kim | 2010-12-08 | 1 | -2/+0 |
* | ARM/MC/ELF TPsoft is now a proper pseudo inst. | Jason W Kim | 2010-12-08 | 3 | -9/+31 |