aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Try to escape the '$'s in these so they reach the underlying 'sh' invocation.Chandler Carruth2010-08-231-2/+2
* Fix x86 fast-isel's cmp+branch folding to avoid folding when theDan Gohman2010-08-211-0/+29
* Replace some NEON vmovl intrinsic that I missed earlier.Bob Wilson2010-08-201-4/+2
* Create the new linker type "linker_private_weak_def_auto".Bill Wendling2010-08-201-0/+1
* Test should pass on non-Darwin x86.Dale Johannesen2010-08-201-1/+1
* Don't run test on PPC darwin.Dale Johannesen2010-08-201-1/+1
* Re-apply r111568 with a fix for the clang self-host.Owen Anderson2010-08-201-0/+21
* Fix vmcore.ml test.Erick Tryzelaar2010-08-201-6/+7
* llvmc: Fix alias generation.Mikhail Glushenkov2010-08-201-0/+24
* Convert DbgInfoPrinter to use errs() instead of outs().Dan Gohman2010-08-201-1/+1
* Fix the running of ocaml tests.Erick Tryzelaar2010-08-205-9/+24
* Expose LLVMSetOperand and LLVMGetNumOperands to llvm-c and ocaml.Erick Tryzelaar2010-08-201-0/+7
* Fix some Ocaml tests: the %t substitution now returns an absolute path.Bob Wilson2010-08-205-5/+5
* The %ocamlopt setting has embedded quotes. Copy the entire value insteadBob Wilson2010-08-201-1/+1
* Update LLVMC tests for r111620.Benjamin Kramer2010-08-202-4/+4
* Replace the arm.neon.vmovls and vmovlu intrinsics with vector sign-extend andBob Wilson2010-08-204-21/+35
* Previous revert failed to remove this file.Owen Anderson2010-08-191-0/+0
* Revert r111568 to unbreak clang self-host.Owen Anderson2010-08-191-21/+0
* When a set of bitmask operations, typically from a bitfield initialization, o...Owen Anderson2010-08-191-0/+21
* It's possible to sink a def if its local uses are PHI's.Evan Cheng2010-08-191-0/+39
* tests: Haste makes waste.Daniel Dunbar2010-08-191-2/+2
* tests: Ignore whitespace in llvm_supports_binding() and llvm_gcc_supports().Daniel Dunbar2010-08-191-4/+4
* Fixed and reactivated a partial specialization testKenneth Uildriks2010-08-191-9/+13
* fix PR7465, mishandling of lcall and ljmp: intersegment long Chris Lattner2010-08-191-0/+5
* Testcase for llvm-gcc checkin 111482.Dale Johannesen2010-08-191-0/+15
* refix PR1143 by making basicaa analyze zexts of indices aggresively,Chris Lattner2010-08-181-7/+7
* Add a testcase to verify that commands don't crash when they hitDan Gohman2010-08-181-0/+9
* When sending stats output to stdout for grepping, don't emit normalDan Gohman2010-08-181-1/+1
* When sending stats output to stdout for grepping, don't emit normalDan Gohman2010-08-188-9/+9
* MC/ELF: Allow null values in virtual sections, ELF doesn't use specialDaniel Dunbar2010-08-182-0/+13
* Fix a bug with insertelement on SPU. Kalle Raiskila2010-08-181-0/+15
* Remove all traces of v2[i,f]32 on SPU. Kalle Raiskila2010-08-183-10/+10
* Change SPU C calling convention to match that described in Kalle Raiskila2010-08-181-0/+33
* fix a buggy testChris Lattner2010-08-181-3/+3
* fix PR7589: In brief:Chris Lattner2010-08-181-0/+21
* filecheckize and detrivialize.Chris Lattner2010-08-181-3/+26
* Fix PR7755: knowing something about an inval for a predChris Lattner2010-08-181-0/+24
* Expand ZERO_EXTEND operations for NEON vector types.Bob Wilson2010-08-181-0/+7
* Temporarily revert r110987 as it's causing some miscompares inEric Christopher2010-08-171-29/+0
* Tweak IVUsers' concept of "interesting" to exclude add recurrencesDan Gohman2010-08-172-1/+52
* Add nounwind.Evan Cheng2010-08-171-1/+1
* Make fast scheduler handle asm clobbers correctly.Dale Johannesen2010-08-171-0/+17
* Add some win64 coff goodness.Anton Korobeynikov2010-08-171-1/+20
* When rotating loops, put the original header at the bottom of theDan Gohman2010-08-171-5/+17
* Change ARM PKHTB and PKHBT instructions to use a shift_imm operand to avoidBob Wilson2010-08-174-2/+10
* Allow more cases of undef shuffle indices and add tests for them.Bob Wilson2010-08-175-0/+119
* PHI elimination should not break back edge. It can cause some significant cod...Evan Cheng2010-08-172-2/+31
* Add a testcase for svn 111208.Bob Wilson2010-08-161-0/+14
* Generalize a pattern for PKHTB: an SRL of 16-31 bits will guaranteeBob Wilson2010-08-162-1/+19
* Convert test to FileCheck.Bob Wilson2010-08-161-4/+19