summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* llvm-mc/Mach-O: Improve symbol table support:Daniel Dunbar2009-08-22
* Fix typo.Daniel Dunbar2009-08-22
* Force triple for these tests.Daniel Dunbar2009-08-22
* llvm-mc: Hopefully fix Mach-O tests on big-endian platforms, force values to beDaniel Dunbar2009-08-22
* llvm-mc: Clean up some handling of symbol/section association to be more correctDaniel Dunbar2009-08-22
* Make x86 test actually test x86 code generation. Fix the Eli Friedman2009-08-22
* rename test, make more specific.Chris Lattner2009-08-22
* Add missing RUN lineAnton Korobeynikov2009-08-22
* Reduce the testAnton Korobeynikov2009-08-22
* Use CHECK-NEXT to make sure we're only getting one copy of each shuffleBob Wilson2009-08-22
* llvm-mc: Improve handling of implicit alignment for magic section directivesDaniel Dunbar2009-08-21
* llvm-mc/Mach-O: Support .o emission for .org and .align.Daniel Dunbar2009-08-21
* Match VTRN, VZIP, and VUZP shuffles. Restore the tests for these operations,Bob Wilson2009-08-21
* Add fcopysign instructionsAnton Korobeynikov2009-08-21
* llvm-mc/Mach-O: Support byte and fill value emission.Daniel Dunbar2009-08-21
* Handle 'r' inline asm constraintAnton Korobeynikov2009-08-21
* Change getelementptr folding to use APInt instead of uint64_t forDan Gohman2009-08-21
* Add some tests for vext.16 and vext.32.Bob Wilson2009-08-21
* llvm-mc: Accept .fill size of 8.Daniel Dunbar2009-08-21
* Removed profiling test, lli not available on all platforms.Andreas Neustifter2009-08-21
* Added tests for Profiling Infrastructure.Andreas Neustifter2009-08-21
* Make for 32-bit only.Bill Wendling2009-08-21
* llvm-mc: Start MCAssembler and MCMachOStreamer.Daniel Dunbar2009-08-21
* Probably should emit bitcode instead of text.Bill Wendling2009-08-21
* Testcase for r79597.Bill Wendling2009-08-21
* Remove Neon intrinsics for VZIP, VUZP, and VTRN. We will represent these asBob Wilson2009-08-21
* Use FileCheck even though this means testing for somethingDale Johannesen2009-08-20
* Fix an x86 code size regression: prefer RIP-relative addressingDan Gohman2009-08-20
* Fix an obvious copy-n-paste bug.Evan Cheng2009-08-20
* Use FileCheck for the test run where it's appropriate.Dale Johannesen2009-08-20
* Loosen up the regex for this test so that it doesn't implicitlyDan Gohman2009-08-19
* Add targetdata strings to these tests, since SimplifyLibCalls usesDan Gohman2009-08-19
* Fix a bug in the over-index constant folding. When over-indexing anDan Gohman2009-08-19
* Handle 'a' modifier in X86 asms. PR 4742.Dale Johannesen2009-08-19
* Make this test platform neutral.Bill Wendling2009-08-19
* Fix typoDaniel Dunbar2009-08-19
* Canonicalize indices in a constantexpr GEP. If Indices exceed theDan Gohman2009-08-19
* Add an x86 peep that narrows TEST instructions to forms that useDan Gohman2009-08-19
* Convert the rest of the ocaml types and functions to use context.Erick Tryzelaar2009-08-19
* Add support for Neon VEXT (vector extract) shuffles.Bob Wilson2009-08-19
* PR4737: Fix a nasty bug in load narrowing with non-power-of-two types.Eli Friedman2009-08-19
* Fix up PHI nodes correctly in the presence of unreachable BBs, part two. AlsoNick Lewycky2009-08-19
* Allow passing around LLVMContext in ocaml.Erick Tryzelaar2009-08-19
* fix asmstreaming of 2/4 byte elements with pow-2 alignments.Chris Lattner2009-08-19
* Fix SimplifyLibcalls and ValueTracking to check mayBeOverriddenDan Gohman2009-08-19
* Legalize the shift amount operand of SRL_PARTS, SHL_PARTS, andDan Gohman2009-08-18
* Add support for mergeable sections back into the XCore backend.Richard Osborne2009-08-18
* Put data with relocations in the same sections as data without relocations.Richard Osborne2009-08-18
* Attempt to normalize test results.Daniel Dunbar2009-08-18
* Make this test less sensitive to assembler differences.Dan Gohman2009-08-18