summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* rm needs -fTorok Edwin2009-08-28
* Remove the llvmprof.out from the test output, otherwise runningTorok Edwin2009-08-28
* Remove profiling output file because two consecutive runs of make check giveAndreas Neustifter2009-08-28
* Removed unnecessary file creation during test.Andreas Neustifter2009-08-28
* Pulled all tests into one test. Removed some redundant tests. Rename.Andreas Neustifter2009-08-28
* llvm-mc: Support .comm emission.Daniel Dunbar2009-08-28
* Readded test from r79615, this tests the complete profiling tool chain. FurhterAndreas Neustifter2009-08-28
* llvm-mc: Support .zerofill emission.Daniel Dunbar2009-08-28
* llvm-mc: Emit .lcomm as .zerofill.Daniel Dunbar2009-08-28
* Fix PR3913, patch by Jakub Staszak!Chris Lattner2009-08-28
* v4, v5 does not support sxtb / sxth.Evan Cheng2009-08-28
* scalar_to_vector is fully legal now (implemented as subreg accesses)Anton Korobeynikov2009-08-27
* Ok, sometimes it's profitable to turn scalar_to_vector stuff into subreg access.Anton Korobeynikov2009-08-27
* Implement a new optimization in the inliner: if inlining multipleChris Lattner2009-08-27
* the inliner shouldn't crash on this.Chris Lattner2009-08-27
* For now, only run MC tests if X86 is configured.Daniel Dunbar2009-08-27
* This is passing for PPC on Mac OS X.Bill Wendling2009-08-27
* Fix PR4789. Teach eliminateFrameIndex how to handle VLDRQ and VSTRQ which can...Evan Cheng2009-08-27
* X86FastISel support for loading and storing values of type i1.Dan Gohman2009-08-27
* Expand i8 selects into control flow instead of 16-bit conditionalDan Gohman2009-08-27
* llvm-mc/Mach-O: Unique sections properly, so we don't get duplicate textDaniel Dunbar2009-08-26
* llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table.Daniel Dunbar2009-08-26
* llvm-mc/Mach-O: Set .subsections_via_symbols flag properly.Daniel Dunbar2009-08-26
* Convert some more Neon tests to FileCheck.Bob Wilson2009-08-26
* Alter 79292 to produce output that actually assembles.Dale Johannesen2009-08-26
* Expand scalar_to_vector - we don't have any isel logic for it nowAnton Korobeynikov2009-08-26
* Don't use INSERT_SUBREG to model anyext operations on x86-64, as itDan Gohman2009-08-26
* Create a ScalarEvolution-based AliasAnalysis implementation.Dan Gohman2009-08-26
* llvm-mc/Mach-O: Add support for relocations.Daniel Dunbar2009-08-26
* llvm-mc/Mach-O: Dump relocations and section data (optionally) in my Mach-O d...Daniel Dunbar2009-08-26
* Add dummy inline asm handling for 'r' constraint. This fixes PR4778Anton Korobeynikov2009-08-26
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-26
* llvm-mc: Fix tests for python variations in int printing, sigh.Daniel Dunbar2009-08-26
* llvm-mc/Mach-O: Add section padding where needed (to align the next section).Daniel Dunbar2009-08-26
* llvm-mc/Mach-O: Set addresses for symbols.Daniel Dunbar2009-08-26
* llvm-mc: Improve indirect symbol support (add the indirect index table).Daniel Dunbar2009-08-26
* Updated i128 sext support for CellSPU backend, contributed by Ken Werner (IBM)Scott Michel2009-08-25
* remove some dead lines.Chris Lattner2009-08-25
* convert to filecheck styleChris Lattner2009-08-25
* convert to filecheckChris Lattner2009-08-25
* Switch abi-isel.ll to FileCheck; it's not much faster, but it now tests a lot Daniel Dunbar2009-08-25
* Special-case static allocas in IndVarSimplify's loop invariantDan Gohman2009-08-25
* Fixup register kills after scheduling.David Goodwin2009-08-25
* Provide dynamic_stackalloc lowering for MSP430.Anton Korobeynikov2009-08-25
* Remove target triple from this test, it fails on x86-64 withTorok Edwin2009-08-25
* Fix a few typos from the removal of -f.Dan Gohman2009-08-25
* Remove obsolete -f flags.Dan Gohman2009-08-25
* Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel2009-08-25
* Fix PR 4751, another difficulty with %a modifier on x86.Dale Johannesen2009-08-25
* - Remove SelectSEXTi128 from SPUISelDAGToDAG.cpp, evidently, this is redundantScott Michel2009-08-24