aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Removed profiling test, lli not available on all platforms.Andreas Neustifter2009-08-214-330/+0
* Added tests for Profiling Infrastructure.Andreas Neustifter2009-08-214-0/+330
* Make for 32-bit only.Bill Wendling2009-08-211-1/+1
* llvm-mc: Start MCAssembler and MCMachOStreamer.Daniel Dunbar2009-08-213-0/+694
* Probably should emit bitcode instead of text.Bill Wendling2009-08-211-1/+1
* Testcase for r79597.Bill Wendling2009-08-211-0/+7
* Remove Neon intrinsics for VZIP, VUZP, and VTRN. We will represent these asBob Wilson2009-08-213-351/+0
* Use FileCheck even though this means testing for somethingDale Johannesen2009-08-201-1/+1
* Fix an x86 code size regression: prefer RIP-relative addressingDan Gohman2009-08-203-75/+78
* Fix an obvious copy-n-paste bug.Evan Cheng2009-08-201-0/+66
* Use FileCheck for the test run where it's appropriate.Dale Johannesen2009-08-201-1/+2
* Loosen up the regex for this test so that it doesn't implicitlyDan Gohman2009-08-191-1/+3
* Add targetdata strings to these tests, since SimplifyLibCalls usesDan Gohman2009-08-198-2/+32
* Fix a bug in the over-index constant folding. When over-indexing anDan Gohman2009-08-191-0/+17
* Handle 'a' modifier in X86 asms. PR 4742.Dale Johannesen2009-08-191-0/+18
* Make this test platform neutral.Bill Wendling2009-08-191-1/+1
* Fix typoDaniel Dunbar2009-08-191-1/+1
* Canonicalize indices in a constantexpr GEP. If Indices exceed theDan Gohman2009-08-191-0/+50
* Add an x86 peep that narrows TEST instructions to forms that useDan Gohman2009-08-192-1/+159
* Convert the rest of the ocaml types and functions to use context.Erick Tryzelaar2009-08-197-39/+64
* Add support for Neon VEXT (vector extract) shuffles.Bob Wilson2009-08-191-0/+37
* PR4737: Fix a nasty bug in load narrowing with non-power-of-two types.Eli Friedman2009-08-191-0/+15
* Fix up PHI nodes correctly in the presence of unreachable BBs, part two. AlsoNick Lewycky2009-08-191-0/+22
* Allow passing around LLVMContext in ocaml.Erick Tryzelaar2009-08-197-57/+59
* fix asmstreaming of 2/4 byte elements with pow-2 alignments.Chris Lattner2009-08-191-2/+2
* Fix SimplifyLibcalls and ValueTracking to check mayBeOverriddenDan Gohman2009-08-191-0/+26
* Legalize the shift amount operand of SRL_PARTS, SHL_PARTS, andDan Gohman2009-08-181-0/+22
* Add support for mergeable sections back into the XCore backend.Richard Osborne2009-08-182-2/+2
* Put data with relocations in the same sections as data without relocations.Richard Osborne2009-08-181-0/+56
* Attempt to normalize test results.Daniel Dunbar2009-08-181-4/+2
* Make this test less sensitive to assembler differences.Dan Gohman2009-08-181-4/+4
* force a triple so this passes on darwinChris Lattner2009-08-181-1/+1
* Generalize ScalarEvolution to be able to analyze GEPs whenDan Gohman2009-08-181-0/+75
* Make tail merging handle blocks with repeated predecessors correctly, andDan Gohman2009-08-183-3/+89
* Fix a bug that caused globalopt to miscompile tramp3d: don't missDan Gohman2009-08-181-0/+41
* Fix revsh pattern.Evan Cheng2009-08-181-0/+13
* The attached patches attempt to fix cross builds. For example, if youAnton Korobeynikov2009-08-182-3/+3
* PowerPC inline asm was emitting two output operandsDale Johannesen2009-08-181-0/+22
* Add prefix only if it is needed.Devang Patel2009-08-171-0/+30
* Test the pass the test is actually for, instead of one that doesn't exist.Nick Lewycky2009-08-171-1/+1
* Don't crash on critical edge. Patch by Andre Tavares.Nick Lewycky2009-08-171-0/+15
* Update getSectionForConstant() to to allow mergable sections to be nulled outRichard Osborne2009-08-171-0/+11
* XFAIL this test since the fix was reverted.Duncan Sands2009-08-171-0/+1
* Add a test that shows that SSI is working correctly.Nick Lewycky2009-08-171-0/+22
* Don't crash trying to promote VLAs.Nick Lewycky2009-08-171-0/+23
* Expose creating constant ints and floats from strings to ocaml.Erick Tryzelaar2009-08-161-0/+12
* Fix for PR3016: detect the tricky case, where there are Eli Friedman2009-08-161-1/+0
* Fix test on Linux.Eli Friedman2009-08-151-1/+1
* Reapply r79127. It was fixed by d0k.Bill Wendling2009-08-151-12/+27
* Revert r79127. It was causing compilation errors.Bill Wendling2009-08-151-27/+12