| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | prune some redundant #includes. | Chris Lattner | 2009-08-22 | 1 | -10/+9 |
* | tweak #includes | Chris Lattner | 2009-08-22 | 1 | -5/+2 |
* | Record variable debug info at ISel time directly. | Devang Patel | 2009-08-22 | 25 | -256/+36 |
* | Some dummy cost model for s390x: | Anton Korobeynikov | 2009-08-22 | 2 | -3/+13 |
* | llvm-mc/Mach-O: Improve symbol table support: | Daniel Dunbar | 2009-08-22 | 5 | -41/+338 |
* | llvm-mc/Mach-O: Sketch symbol table support. | Daniel Dunbar | 2009-08-22 | 3 | -38/+296 |
* | Fix typo. | Daniel Dunbar | 2009-08-22 | 1 | -1/+1 |
* | Force triple for these tests. | Daniel Dunbar | 2009-08-22 | 2 | -2/+2 |
* | llvm-mc: Hopefully fix Mach-O tests on big-endian platforms, force values to be | Daniel Dunbar | 2009-08-22 | 1 | -1/+4 |
* | llvm-mc/Mach-O: Move more logic for writing the Mach-O file into the writer | Daniel Dunbar | 2009-08-22 | 2 | -37/+40 |
* | llvm-mc: Rename / redefine MCFragment::FileOffset to MCFragment::Offset (the | Daniel Dunbar | 2009-08-22 | 2 | -24/+17 |
* | llvm-mc: Clean up some handling of symbol/section association to be more correct | Daniel Dunbar | 2009-08-22 | 7 | -62/+152 |
* | CMake: Don't use copy_if_different for TableGen output, because it does not w... | Douglas Gregor | 2009-08-22 | 1 | -8/+2 |
* | Reapply r79708 with the appropriate fix for the case that still requires lock... | Owen Anderson | 2009-08-22 | 1 | -2/+6 |
* | TOT is 2.7svn for CMake, too | Douglas Gregor | 2009-08-22 | 1 | -1/+1 |
* | Change SmallString::operator{=,+=} to take a StringRef. | Daniel Dunbar | 2009-08-22 | 1 | -3/+3 |
* | Regenerate configure for 2.7svn | Tanya Lattner | 2009-08-22 | 1 | -9/+9 |
* | TOT is now 2.7svn | Tanya Lattner | 2009-08-22 | 1 | -1/+1 |
* | revert r79708 + r79711 | Chris Lattner | 2009-08-22 | 1 | -5/+3 |
* | Make x86 test actually test x86 code generation. Fix the | Eli Friedman | 2009-08-22 | 3 | -4/+15 |
* | Add new intrinsics for Neon vldN_lane and vstN_lane operations. | Bob Wilson | 2009-08-22 | 1 | -0/+32 |
* | Note down a few bits and bobs off the top of my head for ReleaseNotes-2.6.html | Edward O'Callaghan | 2009-08-22 | 1 | -0/+2 |
* | Add basic information about SJLJ EH | Jim Grosbach | 2009-08-22 | 1 | -3/+36 |
* | rename test, make more specific. | Chris Lattner | 2009-08-22 | 1 | -4/+6 |
* | Actually remove unused static. Previous commit removed trailing | Eric Christopher | 2009-08-22 | 1 | -1/+0 |
* | Remove unused static. | Eric Christopher | 2009-08-22 | 1 | -20/+20 |
* | Ease contention on this lock by noticing that all writes to the VTs array will | Owen Anderson | 2009-08-22 | 1 | -2/+5 |
* | Add missing RUN line | Anton Korobeynikov | 2009-08-22 | 1 | -0/+1 |
* | Reduce the test | Anton Korobeynikov | 2009-08-22 | 1 | -88/+5 |
* | Use CHECK-NEXT to make sure we're only getting one copy of each shuffle | Bob Wilson | 2009-08-22 | 3 | -0/+20 |
* | Make unit-at-a-time on by default to match the behavior of llvm-gcc. | Eric Christopher | 2009-08-21 | 1 | -1/+2 |
* | llvm-mc: Improve handling of implicit alignment for magic section directives | Daniel Dunbar | 2009-08-21 | 2 | -19/+21 |
* | Kill trailing whitespace. | Eric Christopher | 2009-08-21 | 1 | -25/+25 |
* | remove the directory too | Chris Lattner | 2009-08-21 | 0 | -0/+0 |
* | Revert r79563 | Chris Lattner | 2009-08-21 | 2 | -177/+0 |
* | revert r79562 + r79563 | Chris Lattner | 2009-08-21 | 10 | -533/+280 |
* | Make MSVC happy. | Daniel Dunbar | 2009-08-21 | 1 | -0/+1 |
* | Fix typo. | Anton Korobeynikov | 2009-08-21 | 1 | -1/+1 |
* | revert r79631 | Chris Lattner | 2009-08-21 | 2 | -0/+0 |
* | revert 79631 | Chris Lattner | 2009-08-21 | 10 | -197/+8 |
* | llvm-mc/Mach-O: Support .o emission for .org and .align. | Daniel Dunbar | 2009-08-21 | 4 | -38/+113 |
* | llvm-mc: In a .fill directive, still honor .align even if invalid maximum bytes | Daniel Dunbar | 2009-08-21 | 1 | -3/+4 |
* | 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 |