| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed profiling test, lli not available on all platforms. | Andreas Neustifter | 2009-08-21 | 4 | -330/+0 |
* | 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 |
* | llvm-mc: Start MCAssembler and MCMachOStreamer. | Daniel Dunbar | 2009-08-21 | 3 | -0/+694 |
* | Probably should emit bitcode instead of text. | Bill Wendling | 2009-08-21 | 1 | -1/+1 |
* | Testcase for r79597. | Bill Wendling | 2009-08-21 | 1 | -0/+7 |
* | Remove Neon intrinsics for VZIP, VUZP, and VTRN. We will represent these as | Bob Wilson | 2009-08-21 | 3 | -351/+0 |
* | Use FileCheck even though this means testing for something | Dale Johannesen | 2009-08-20 | 1 | -1/+1 |
* | Fix an x86 code size regression: prefer RIP-relative addressing | Dan Gohman | 2009-08-20 | 3 | -75/+78 |
* | Fix an obvious copy-n-paste bug. | Evan Cheng | 2009-08-20 | 1 | -0/+66 |
* | Use FileCheck for the test run where it's appropriate. | Dale Johannesen | 2009-08-20 | 1 | -1/+2 |
* | Loosen up the regex for this test so that it doesn't implicitly | Dan Gohman | 2009-08-19 | 1 | -1/+3 |
* | Add targetdata strings to these tests, since SimplifyLibCalls uses | Dan Gohman | 2009-08-19 | 8 | -2/+32 |
* | Fix a bug in the over-index constant folding. When over-indexing an | Dan Gohman | 2009-08-19 | 1 | -0/+17 |
* | Handle 'a' modifier in X86 asms. PR 4742. | Dale Johannesen | 2009-08-19 | 1 | -0/+18 |
* | Make this test platform neutral. | Bill Wendling | 2009-08-19 | 1 | -1/+1 |
* | Fix typo | Daniel Dunbar | 2009-08-19 | 1 | -1/+1 |
* | Canonicalize indices in a constantexpr GEP. If Indices exceed the | Dan Gohman | 2009-08-19 | 1 | -0/+50 |
* | Add an x86 peep that narrows TEST instructions to forms that use | Dan Gohman | 2009-08-19 | 2 | -1/+159 |
* | Convert the rest of the ocaml types and functions to use context. | Erick Tryzelaar | 2009-08-19 | 7 | -39/+64 |
* | Add support for Neon VEXT (vector extract) shuffles. | Bob Wilson | 2009-08-19 | 1 | -0/+37 |
* | PR4737: Fix a nasty bug in load narrowing with non-power-of-two types. | Eli Friedman | 2009-08-19 | 1 | -0/+15 |
* | Fix up PHI nodes correctly in the presence of unreachable BBs, part two. Also | Nick Lewycky | 2009-08-19 | 1 | -0/+22 |
* | Allow passing around LLVMContext in ocaml. | Erick Tryzelaar | 2009-08-19 | 7 | -57/+59 |
* | fix asmstreaming of 2/4 byte elements with pow-2 alignments. | Chris Lattner | 2009-08-19 | 1 | -2/+2 |
* | Fix SimplifyLibcalls and ValueTracking to check mayBeOverridden | Dan Gohman | 2009-08-19 | 1 | -0/+26 |
* | Legalize the shift amount operand of SRL_PARTS, SHL_PARTS, and | Dan Gohman | 2009-08-18 | 1 | -0/+22 |
* | Add support for mergeable sections back into the XCore backend. | Richard Osborne | 2009-08-18 | 2 | -2/+2 |
* | Put data with relocations in the same sections as data without relocations. | Richard Osborne | 2009-08-18 | 1 | -0/+56 |
* | Attempt to normalize test results. | Daniel Dunbar | 2009-08-18 | 1 | -4/+2 |
* | Make this test less sensitive to assembler differences. | Dan Gohman | 2009-08-18 | 1 | -4/+4 |
* | force a triple so this passes on darwin | Chris Lattner | 2009-08-18 | 1 | -1/+1 |
* | Generalize ScalarEvolution to be able to analyze GEPs when | Dan Gohman | 2009-08-18 | 1 | -0/+75 |
* | Make tail merging handle blocks with repeated predecessors correctly, and | Dan Gohman | 2009-08-18 | 3 | -3/+89 |
* | Fix a bug that caused globalopt to miscompile tramp3d: don't miss | Dan Gohman | 2009-08-18 | 1 | -0/+41 |
* | Fix revsh pattern. | Evan Cheng | 2009-08-18 | 1 | -0/+13 |
* | The attached patches attempt to fix cross builds. For example, if you | Anton Korobeynikov | 2009-08-18 | 2 | -3/+3 |
* | PowerPC inline asm was emitting two output operands | Dale Johannesen | 2009-08-18 | 1 | -0/+22 |
* | Add prefix only if it is needed. | Devang Patel | 2009-08-17 | 1 | -0/+30 |
* | Test the pass the test is actually for, instead of one that doesn't exist. | Nick Lewycky | 2009-08-17 | 1 | -1/+1 |
* | Don't crash on critical edge. Patch by Andre Tavares. | Nick Lewycky | 2009-08-17 | 1 | -0/+15 |
* | Update getSectionForConstant() to to allow mergable sections to be nulled out | Richard Osborne | 2009-08-17 | 1 | -0/+11 |
* | XFAIL this test since the fix was reverted. | Duncan Sands | 2009-08-17 | 1 | -0/+1 |
* | Add a test that shows that SSI is working correctly. | Nick Lewycky | 2009-08-17 | 1 | -0/+22 |
* | Don't crash trying to promote VLAs. | Nick Lewycky | 2009-08-17 | 1 | -0/+23 |
* | Expose creating constant ints and floats from strings to ocaml. | Erick Tryzelaar | 2009-08-16 | 1 | -0/+12 |
* | Fix for PR3016: detect the tricky case, where there are | Eli Friedman | 2009-08-16 | 1 | -1/+0 |
* | Fix test on Linux. | Eli Friedman | 2009-08-15 | 1 | -1/+1 |
* | Reapply r79127. It was fixed by d0k. | Bill Wendling | 2009-08-15 | 1 | -12/+27 |
* | Revert r79127. It was causing compilation errors. | Bill Wendling | 2009-08-15 | 1 | -27/+12 |