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