| Commit message (Expand) | Author | Age | Files | Lines |
* | Reapply 79977. | Devang Patel | 2009-08-28 | 15 | -728/+0 |
* | Let Darwin linker auto-synthesize stubs and lazy-pointers. This deletes a bun... | Evan Cheng | 2009-08-28 | 2 | -68/+1 |
* | rm needs -f | Torok Edwin | 2009-08-28 | 1 | -1/+1 |
* | Remove the llvmprof.out from the test output, otherwise running | Torok Edwin | 2009-08-28 | 1 | -1/+1 |
* | Remove profiling output file because two consecutive runs of make check give | Andreas Neustifter | 2009-08-28 | 1 | -0/+1 |
* | Removed unnecessary file creation during test. | Andreas Neustifter | 2009-08-28 | 1 | -1/+1 |
* | Pulled all tests into one test. Removed some redundant tests. Rename. | Andreas Neustifter | 2009-08-28 | 4 | -326/+181 |
* | llvm-mc: Support .comm emission. | Daniel Dunbar | 2009-08-28 | 1 | -0/+114 |
* | Readded test from r79615, this tests the complete profiling tool chain. Furhter | Andreas Neustifter | 2009-08-28 | 4 | -0/+330 |
* | llvm-mc: Support .zerofill emission. | Daniel Dunbar | 2009-08-28 | 4 | -0/+501 |
* | llvm-mc: Emit .lcomm as .zerofill. | Daniel Dunbar | 2009-08-28 | 2 | -4/+4 |
* | Fix PR3913, patch by Jakub Staszak! | Chris Lattner | 2009-08-28 | 1 | -0/+24 |
* | v4, v5 does not support sxtb / sxth. | Evan Cheng | 2009-08-28 | 2 | -29/+60 |
* | scalar_to_vector is fully legal now (implemented as subreg accesses) | Anton Korobeynikov | 2009-08-27 | 1 | -1/+1 |
* | Ok, sometimes it's profitable to turn scalar_to_vector stuff into subreg access. | Anton Korobeynikov | 2009-08-27 | 1 | -0/+35 |
* | Implement a new optimization in the inliner: if inlining multiple | Chris Lattner | 2009-08-27 | 1 | -0/+26 |
* | the inliner shouldn't crash on this. | Chris Lattner | 2009-08-27 | 1 | -0/+31 |
* | For now, only run MC tests if X86 is configured. | Daniel Dunbar | 2009-08-27 | 2 | -2/+8 |
* | This is passing for PPC on Mac OS X. | Bill Wendling | 2009-08-27 | 1 | -2/+0 |
* | Fix PR4789. Teach eliminateFrameIndex how to handle VLDRQ and VSTRQ which can... | Evan Cheng | 2009-08-27 | 2 | -0/+114 |
* | X86FastISel support for loading and storing values of type i1. | Dan Gohman | 2009-08-27 | 1 | -0/+9 |
* | Expand i8 selects into control flow instead of 16-bit conditional | Dan Gohman | 2009-08-27 | 2 | -17/+12 |
* | llvm-mc/Mach-O: Unique sections properly, so we don't get duplicate text | Daniel Dunbar | 2009-08-26 | 1 | -0/+3 |
* | llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table. | Daniel Dunbar | 2009-08-26 | 1 | -1/+2 |
* | llvm-mc/Mach-O: Set .subsections_via_symbols flag properly. | Daniel Dunbar | 2009-08-26 | 1 | -2/+3 |
* | Convert some more Neon tests to FileCheck. | Bob Wilson | 2009-08-26 | 4 | -15/+48 |
* | Alter 79292 to produce output that actually assembles. | Dale Johannesen | 2009-08-26 | 1 | -1/+4 |
* | Expand scalar_to_vector - we don't have any isel logic for it now | Anton Korobeynikov | 2009-08-26 | 1 | -0/+27 |
* | Don't use INSERT_SUBREG to model anyext operations on x86-64, as it | Dan Gohman | 2009-08-26 | 2 | -1/+19 |
* | Create a ScalarEvolution-based AliasAnalysis implementation. | Dan Gohman | 2009-08-26 | 1 | -0/+194 |
* | llvm-mc/Mach-O: Add support for relocations. | Daniel Dunbar | 2009-08-26 | 1 | -0/+227 |
* | llvm-mc/Mach-O: Dump relocations and section data (optionally) in my Mach-O d... | Daniel Dunbar | 2009-08-26 | 1 | -6/+28 |
* | Add dummy inline asm handling for 'r' constraint. This fixes PR4778 | Anton Korobeynikov | 2009-08-26 | 1 | -0/+16 |
* | Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. | Devang Patel | 2009-08-26 | 15 | -0/+728 |
* | llvm-mc: Fix tests for python variations in int printing, sigh. | Daniel Dunbar | 2009-08-26 | 2 | -11/+11 |
* | llvm-mc/Mach-O: Add section padding where needed (to align the next section). | Daniel Dunbar | 2009-08-26 | 2 | -0/+224 |
* | llvm-mc/Mach-O: Set addresses for symbols. | Daniel Dunbar | 2009-08-26 | 2 | -10/+140 |
* | llvm-mc: Improve indirect symbol support (add the indirect index table). | Daniel Dunbar | 2009-08-26 | 1 | -0/+273 |
* | Updated i128 sext support for CellSPU backend, contributed by Ken Werner (IBM) | Scott Michel | 2009-08-25 | 1 | -3/+32 |
* | remove some dead lines. | Chris Lattner | 2009-08-25 | 1 | -7/+0 |
* | convert to filecheck style | Chris Lattner | 2009-08-25 | 1 | -22/+47 |
* | convert to filecheck | Chris Lattner | 2009-08-25 | 1 | -10/+15 |
* | Switch abi-isel.ll to FileCheck; it's not much faster, but it now tests a lot | Daniel Dunbar | 2009-08-25 | 1 | -166/+7973 |
* | Special-case static allocas in IndVarSimplify's loop invariant | Dan Gohman | 2009-08-25 | 1 | -0/+31 |
* | Fixup register kills after scheduling. | David Goodwin | 2009-08-25 | 3 | -0/+109 |
* | Provide dynamic_stackalloc lowering for MSP430. | Anton Korobeynikov | 2009-08-25 | 1 | -0/+30 |
* | Remove target triple from this test, it fails on x86-64 with | Torok Edwin | 2009-08-25 | 1 | -1/+0 |
* | Fix a few typos from the removal of -f. | Dan Gohman | 2009-08-25 | 1 | -2/+2 |
* | Remove obsolete -f flags. | Dan Gohman | 2009-08-25 | 369 | -406/+406 |
* | Update DebugInfo interface to use metadata, instead of special named llvm.dbg... | Devang Patel | 2009-08-25 | 15 | -728/+0 |