Age | Commit message (Expand) | Author |
2011-03-04 | Improve readability with some whitespace! | Eric Christopher |
2011-03-04 | Extract a method. No functional change. | Jakob Stoklund Olesen |
2011-03-04 | Initialize variable. | Bill Wendling |
2011-03-04 | Go back to comparing spill weights when deciding if interference can be evicted. | Jakob Stoklund Olesen |
2011-03-04 | Improve div/rem node handling on mips. Patch by Akira Hatanaka | Bruno Cardoso Lopes |
2011-03-04 | Add testcase for r127032 | Bruno Cardoso Lopes |
2011-03-04 | Expands register/immediate pairs when the immediate is too large to fit in 16... | Bruno Cardoso Lopes |
2011-03-04 | When decling to reuse existing expressions that involve casts, ignore | Dan Gohman |
2011-03-04 | Rewrite and simplify o32 vaarg passing, no functional changes. Patch by Sasa ... | Bruno Cardoso Lopes |
2011-03-04 | Be nice to Xcore and the XMOS assembler and avoid quoting section names | Joerg Sonnenberger |
2011-03-04 | Lowers block address. Currently asserts when relocation model is not PIC. Pat... | Bruno Cardoso Lopes |
2011-03-04 | raw_ostream: while it is generally desirable to do larger writes, it can lead to | Benjamin Kramer |
2011-03-04 | Renumber slot indexes locally when possible. | Jakob Stoklund Olesen |
2011-03-04 | XFAIL for all. These tests are darwin specific anyway. | Devang Patel |
2011-03-04 | Revert broken srem logic from r126991. | Nick Lewycky |
2011-03-04 | Fix an old copy-n-paste | Bruno Cardoso Lopes |
2011-03-04 | Disable ARMGlobalMerge on darwin. The debugger is not yet able to extract ind... | Devang Patel |
2011-03-04 | Expands FCOS and FSIN nodes when type is f64. | Bruno Cardoso Lopes |
2011-03-04 | Number SlotIndexes uniformly without looking at the number of defs on each in... | Jakob Stoklund Olesen |
2011-03-04 | Symbolize the default instruction distance. | Jakob Stoklund Olesen |
2011-03-04 | raw_ostream: If writing a string that is larger than the buffer, write it dir... | Benjamin Kramer |
2011-03-04 | Deferred SlotIndex renumbering was a good idea but never used. | Jakob Stoklund Olesen |
2011-03-04 | Add SlotIndex statistics. | Jakob Stoklund Olesen |
2011-03-04 | Tweak debug output. No functional changes. | Jakob Stoklund Olesen |
2011-03-04 | Fixes addc pattern when immediate cannot be represented with 16-bit. Patch by... | Bruno Cardoso Lopes |
2011-03-04 | Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H... | Bruno Cardoso Lopes |
2011-03-04 | Revert commit 126684 "Use the correct shift amount type". It is only the cor... | Duncan Sands |
2011-03-04 | Allow vector shifts (shl,lshr,ashr) on SPU. | Kalle Raiskila |
2011-03-04 | Allow load from constant on SPU. | Kalle Raiskila |
2011-03-04 | Fold "icmp pred (srem X, Y), Y" like we do for urem. Handle signed comparisons | Nick Lewycky |
2011-03-04 | Teach instruction simplify to use constant ranges to solve problems of the form | Nick Lewycky |
2011-03-04 | Followup to r126970: add 64-bit encoding tests for str with reg operand. | Eli Friedman |
2011-03-04 | DenseMap<uintptr_t,...> doesn't allow all values as keys. | Jakob Stoklund Olesen |
2011-03-04 | Minor pre-RA-sched fixes and cleanup. | Andrew Trick |
2011-03-04 | Add ArrayRef variant. | Devang Patel |
2011-03-04 | Precompute block frequencies, pow() isn't free. | Jakob Stoklund Olesen |
2011-03-04 | Use an IndexedMap instead of a DenseMap for the live-out cache. | Jakob Stoklund Olesen |
2011-03-04 | PR9377: Handle x86 str with register operand in a way consistent with gas. | Eli Friedman |
2011-03-03 | There are times when the landing pad won't have a call to 'eh.selector' in | Bill Wendling |
2011-03-03 | PR8053: Fix encoding of S bit in some ARM instructions. | Bob Wilson |
2011-03-03 | Revert r123908; the code in question is completely untested and wrong. | Eli Friedman |
2011-03-03 | Bug#9033: For the ELF assembler output, always quote the section name. | Joerg Sonnenberger |
2011-03-03 | Fix typo. | Devang Patel |
2011-03-03 | Fix thinko in previous check-in. | Devang Patel |
2011-03-03 | llvm::Function argument count is not a good indicator of how many arugments d... | Devang Patel |
2011-03-03 | Allow a target to choose whether to prefer the scavenger emergency spill slot | Jim Grosbach |
2011-03-03 | Split MCEELFStreamer and ELFObjectWriter into .h and .cpp files, so that othe... | Jan Sjödin |
2011-03-03 | Fix typo in comment. | Richard Osborne |
2011-03-03 | Optimize fprintf -> iprintf if there are no floating point arguments | Richard Osborne |
2011-03-03 | PTX: Fix Emacs renaming a symbol | Justin Holewinski |