| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ARM thumb2 parsing of "rsb rd, rn, #0". | Jim Grosbach | 2011-12-13 | 2 | -2/+12 |
* | ARM NEON two-operand aliases for VQDMULH. | Jim Grosbach | 2011-12-13 | 3 | -0/+21 |
* | ARM pre-UAL NEG mnemonic for convenience when porting old code. | Jim Grosbach | 2011-12-13 | 5 | -3/+31 |
* | ARM add some more pre-UAL VFP mnemonics for convenience when porting old code. | Jim Grosbach | 2011-12-13 | 2 | -0/+3 |
* | ARM add more 'gas' compatibility aliases for NEON instructions. | Jim Grosbach | 2011-12-13 | 3 | -3/+37 |
* | mention AddressSanitizer in 3.1 release notes | Kostya Serebryany | 2011-12-13 | 1 | -0/+1 |
* | [asan] report an error if blacklist file contains a malformed regex. fixes as... | Kostya Serebryany | 2011-12-13 | 1 | -5/+13 |
* | [fast-isel] Unaligned loads of floats are not supported. Therefore, convert ... | Chad Rosier | 2011-12-13 | 2 | -7/+53 |
* | Rip llvm 3.0 out of the release notes, making room for LLVM 3.1 | Chris Lattner | 2011-12-13 | 1 | -983/+39 |
* | [fast-isel] Remove SelectInsertValue() as fast-isel wasn't designed to handle | Chad Rosier | 2011-12-13 | 1 | -103/+0 |
* | Avoid using the 'insertvalue' instruction here. | Bill Wendling | 2011-12-13 | 1 | -6/+33 |
* | DW_AT_accessibility is "constant" class, not form class, so it may not use | Nick Lewycky | 2011-12-13 | 1 | -6/+6 |
* | Add test/MC/Mips/dg.exp. | Akira Hatanaka | 2011-12-13 | 1 | -0/+5 |
* | Move direct object emitter test to directory test/MC/Mips. Rename it to | Akira Hatanaka | 2011-12-13 | 1 | -0/+0 |
* | Expand .cprestore directive to multiple instructions if the offset does not fit | Akira Hatanaka | 2011-12-13 | 3 | -16/+35 |
* | Relocation against a symbol, instead of against section. We had some extreme | Akira Hatanaka | 2011-12-13 | 2 | -2/+31 |
* | Don't default the *cached* list of targets to build to an explicit list | Chandler Carruth | 2011-12-13 | 1 | -1/+1 |
* | Initial CodeGen support for CTTZ/CTLZ where a zero input produces an | Chandler Carruth | 2011-12-13 | 19 | -23/+130 |
* | Use the example from clang, not the GCC frontend, which doesn't exist anymore. | Bill Wendling | 2011-12-13 | 1 | -24/+25 |
* | Cleanup. Clarify LSRInstance public methods. | Andrew Trick | 2011-12-13 | 1 | -1/+1 |
* | Account for CPE alignment when searching for new water. | Jakob Stoklund Olesen | 2011-12-13 | 1 | -31/+51 |
* | Target/Hexagon: Fix CMake build. We don't use add_llvm_library_dependencies(). | NAKAMURA Takumi | 2011-12-13 | 2 | -16/+0 |
* | Don't rely on a particular version string for llvm. | Nick Lewycky | 2011-12-13 | 1 | -1/+1 |
* | Temporarily disable Hexagon tests. They are failing on OS X | Tony Linthicum | 2011-12-13 | 10 | -10/+20 |
* | [fast-isel] Guard "exhastive" fast-isel output with -fast-isel-verbose2. | Chad Rosier | 2011-12-13 | 1 | -1/+6 |
* | Add BitcodeVerifier.cpp to CMakeList. | Chad Rosier | 2011-12-12 | 1 | -0/+1 |
* | Fix unused value warning for value used only in assert. | Nick Lewycky | 2011-12-12 | 1 | -5/+2 |
* | Begin sketching out a bitcode verifier pass. Idea is to emit a .bc file and | Chad Rosier | 2011-12-12 | 2 | -2/+60 |
* | Indvars: guard against exponential behavior in isHighCostExpansion. | Andrew Trick | 2011-12-12 | 1 | -2/+7 |
* | llvm-build: Switch to using the common subdirectory list instead of | Daniel Dunbar | 2011-12-12 | 3 | -27/+39 |
* | LLVMBuild: Introduce a common section which currently has a list of the | Daniel Dunbar | 2011-12-12 | 26 | -10/+112 |
* | llvm-build: Don't write out the required_libraries list for "special" compone... | Daniel Dunbar | 2011-12-12 | 2 | -1/+6 |
* | llvm-build: Add sketchy support for preserving comments when using | Daniel Dunbar | 2011-12-12 | 3 | -3/+30 |
* | Test case for r146432 by Jack Carter. | Akira Hatanaka | 2011-12-12 | 1 | -0/+13 |
* | Emit B (unconditional branch) when -relocation-model=pic and J (jump) when | Akira Hatanaka | 2011-12-12 | 3 | -8/+25 |
* | Fix indentation. | Akira Hatanaka | 2011-12-12 | 1 | -1/+1 |
* | Fixed register allocator splitting a live range on a spilling variable. | Pete Cooper | 2011-12-12 | 3 | -4/+25 |
* | fix warning | Tony Linthicum | 2011-12-12 | 1 | -1/+1 |
* | Implement 'e' and 'f' modifiers for Neon inline asm. <rdar://problem/10551006> | Bob Wilson | 2011-12-12 | 2 | -4/+24 |
* | Hexagon backend support | Tony Linthicum | 2011-12-12 | 77 | -11/+24690 |
* | Only replace fwrite with fputc, if the return value is unused. | Joerg Sonnenberger | 2011-12-12 | 2 | -1/+15 |
* | LLVMBuild: Remove trailing newline, which irked me. | Daniel Dunbar | 2011-12-12 | 111 | -111/+2 |
* | When computing reverse-CFG reverse-post-order, skip backedges, as | Dan Gohman | 2011-12-12 | 1 | -38/+94 |
* | XOP instructions and encoding tests. | Jan Sjödin | 2011-12-12 | 4 | -0/+849 |
* | Add a postOffset() alignment argument. | Jakob Stoklund Olesen | 2011-12-12 | 1 | -14/+15 |
* | Fix typo. | Jakob Stoklund Olesen | 2011-12-12 | 1 | -1/+1 |
* | XOP encoding bits and logic. | Jan Sjödin | 2011-12-12 | 3 | -5/+44 |
* | Also set the proper alignment on inner islands and the function itself. | Jakob Stoklund Olesen | 2011-12-12 | 1 | -15/+29 |
* | Add a TODO comment. | Dan Gohman | 2011-12-12 | 1 | -0/+1 |
* | llvm-config: Default to "all" if no components are specified. | Daniel Dunbar | 2011-12-12 | 1 | -0/+4 |