| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Implement APInt <-> APFloat conversion for IEEE 128-bit floats. | Anton Korobeynikov | 2009-08-21 | 2 | -3/+85 |
* | Rename ARM "lane_cst" operands to "nohash_imm" since they are used for | Bob Wilson | 2009-08-21 | 5 | -18/+20 |
* | Fix a bug where the DWARF emitter in the JIT was not initializing alignment | Reid Kleckner | 2009-08-21 | 4 | -35/+40 |
* | Match VTRN, VZIP, and VUZP shuffles. Restore the tests for these operations, | Bob Wilson | 2009-08-21 | 5 | -9/+331 |
* | Add fcopysign instructions | Anton Korobeynikov | 2009-08-21 | 2 | -0/+29 |
* | Try again at privatizing the layout info map, with a rewritten patch. | Owen Anderson | 2009-08-21 | 2 | -48/+22 |
* | Expand few nodes until someone will be crazy enough to implement them nativel... | Anton Korobeynikov | 2009-08-21 | 1 | -2/+6 |
* | Typo :( | Anton Korobeynikov | 2009-08-21 | 1 | -2/+2 |
* | Correct instruction names for subtract-with-borrow | Anton Korobeynikov | 2009-08-21 | 1 | -2/+2 |
* | llvm-mc/Mach-O: Support byte and fill value emission. | Daniel Dunbar | 2009-08-21 | 4 | -37/+446 |
* | Don't assume that the operand of an inttoptr is an pointer-sized integer. | Dan Gohman | 2009-08-21 | 1 | -1/+3 |
* | Fix typo. Should check both values of RangeUse for 0. Patch by Marius Wachtler. | Bill Wendling | 2009-08-21 | 1 | -1/+1 |
* | Handle 'r' inline asm constraint | Anton Korobeynikov | 2009-08-21 | 3 | -0/+148 |
* | Fix a comment. | Bob Wilson | 2009-08-21 | 1 | -1/+1 |
* | Fix a problem noticed by gcc-4.4: | Duncan Sands | 2009-08-21 | 1 | -1/+1 |
* | Change getelementptr folding to use APInt instead of uint64_t for | Dan Gohman | 2009-08-21 | 2 | -14/+34 |
* | Add some tests for vext.16 and vext.32. | Bob Wilson | 2009-08-21 | 1 | -0/+19 |
* | Fix -Asserts warning. | Daniel Dunbar | 2009-08-21 | 1 | -2/+2 |
* | llvm-mc: Accept .fill size of 8. | Daniel Dunbar | 2009-08-21 | 2 | -2/+7 |
* | Fix a typo | Anton Korobeynikov | 2009-08-21 | 1 | -1/+1 |
* | Removed profiling test, lli not available on all platforms. | Andreas Neustifter | 2009-08-21 | 4 | -330/+0 |
* | Add a pass to do call graph analyis to overlay the autos and frame sections of | Sanjiv Gupta | 2009-08-21 | 10 | -8/+202 |
* | Fix build on platforms where stdint.h is not implicitly included in the stand... | Benjamin Kramer | 2009-08-21 | 1 | -0/+1 |
* | More cpp backend fixes. Now for FP stuff. | Anton Korobeynikov | 2009-08-21 | 1 | -3/+3 |
* | Fix some typos and use type-based isel for VZIP/VUZP/VTRN | Anton Korobeynikov | 2009-08-21 | 4 | -56/+56 |
* | Add lowering of ARM 4-element shuffles to multiple instructios via perfectshu... | Anton Korobeynikov | 2009-08-21 | 4 | -11/+6793 |
* | Add simple cost model to perfect shuffle. Currently we're doing just greedy s... | Anton Korobeynikov | 2009-08-21 | 1 | -6/+9 |
* | Add nodes & dummy matchers for some v{zip,uzp,trn} instructions | Anton Korobeynikov | 2009-08-21 | 3 | -0/+51 |
* | Expand EXTRACT_SUBVECTOR | Anton Korobeynikov | 2009-08-21 | 1 | -0/+1 |
* | Provide vext.{16,32} | Anton Korobeynikov | 2009-08-21 | 2 | -13/+23 |
* | Use masks not nodes for vector shuffle predicates. Provide set of 'legal' mas... | Anton Korobeynikov | 2009-08-21 | 2 | -15/+34 |
* | Whitespace cleanup | Anton Korobeynikov | 2009-08-21 | 1 | -37/+37 |
* | Update CMakeLists. | Benjamin Kramer | 2009-08-21 | 1 | -0/+3 |
* | bug 4530: Make debug information static to it is preservered during bitcode l... | Richard Pennington | 2009-08-21 | 1 | -2/+2 |
* | Added tests for Profiling Infrastructure. | Andreas Neustifter | 2009-08-21 | 4 | -0/+330 |
* | Make for 32-bit only. | Bill Wendling | 2009-08-21 | 1 | -1/+1 |
* | Tweak svn:ignore | Daniel Dunbar | 2009-08-21 | 0 | -0/+0 |
* | llvm-mc: Start MCAssembler and MCMachOStreamer. | Daniel Dunbar | 2009-08-21 | 7 | -4/+1255 |
* | llvm-mc: Various section parsing fixes. | Daniel Dunbar | 2009-08-21 | 2 | -44/+84 |
* | Probably should emit bitcode instead of text. | Bill Wendling | 2009-08-21 | 1 | -1/+1 |
* | Don't install llvm-mc by default. | Daniel Dunbar | 2009-08-21 | 1 | -0/+1 |
* | Remove #include <iostream>. | Bill Wendling | 2009-08-21 | 1 | -1/+0 |
* | Clean up the APInt function getDigit. | Erick Tryzelaar | 2009-08-21 | 1 | -21/+19 |
* | Correct for recent assert change. | Bill Wendling | 2009-08-21 | 1 | -1/+1 |
* | Testcase for r79597. | Bill Wendling | 2009-08-21 | 1 | -0/+7 |
* | Update error messages for '+'. Fix grammar and make the two | Eric Christopher | 2009-08-21 | 1 | -4/+5 |
* | Fix trailing whitespace and 80-col violation. | Eric Christopher | 2009-08-21 | 1 | -120/+121 |
* | Fix bug with APInt::getBitsNeeded with for base 10 numbers 0-9. | Erick Tryzelaar | 2009-08-21 | 2 | -30/+124 |
* | Allow '+' to appear in APInt strings, and add more unit tests. | Erick Tryzelaar | 2009-08-21 | 2 | -14/+83 |
* | Remove Neon intrinsics for VZIP, VUZP, and VTRN. We will represent these as | Bob Wilson | 2009-08-21 | 5 | -420/+0 |