aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Make JumpThreading smart enough to properly thread StrSwitch when it's compil...Owen Anderson2010-08-261-0/+162
* Reapply r112091 and r111922, support for metadata linking, with aDan Gohman2010-08-262-0/+24
* Add a hackaround for PR7993 which is causing failures on x86 builders that la...Chris Lattner2010-08-262-2/+9
* I think enough general codegen bugs are fixed to allow this to workChris Lattner2010-08-261-4/+2
* implement SplitVecOp_CONCAT_VECTORS, fixing the included testcase with SSE1.Chris Lattner2010-08-261-0/+6
* Make sure this forces the x86 targetsChris Lattner2010-08-261-1/+2
* fix sse1 only codegen in x86-64 mode, which is something weChris Lattner2010-08-261-0/+7
* Revert r112091, "Remap metadata attached to instructions when remappingDaniel Dunbar2010-08-262-24/+0
* Enable pre-RA virtual frame base register allocation. rdar://8277890Jim Grosbach2010-08-261-2/+2
* Revert svn 107892 (with changes to work with trunk). It caused a crash ifBob Wilson2010-08-261-0/+14
* temporarily disable this, which started failing on the llvm-i686-linuxChris Lattner2010-08-251-2/+4
* Change handling of illegal vector types to widen when possible instead of Chris Lattner2010-08-252-16/+49
* Remap metadata attached to instructions when remapping individualDan Gohman2010-08-252-0/+24
* X86: Fix misencode of RI64mi8. This fixes OpenSSL / x86_64-apple-darwin10 / c...Daniel Dunbar2010-08-251-0/+4
* DIGlobalVariable can be used to encode debug info for globals that are direc...Devang Patel2010-08-251-0/+19
* ARM/Thumb2: Fix a misselect in getARMCmp, when attempting to adjust a signedDaniel Dunbar2010-08-251-0/+14
* Add another basic test cribbed from the x86 fast-isel tests.Eric Christopher2010-08-251-0/+23
* Run this on thumb and arm.Eric Christopher2010-08-251-0/+1
* Make this testcase actually executed with fast-isel on arm.Eric Christopher2010-08-251-1/+1
* Convert test to use filecheck and make it more specificBruno Cardoso Lopes2010-08-251-1/+2
* In the default address space, any GEP off of null results in a trap value if ...Owen Anderson2010-08-251-0/+48
* Fix COFF x86-64 relocations. PR7960.Michael J. Spencer2010-08-243-10/+44
* XFAIL this on mingw, following remove_arguments_test.ll.Dan Gohman2010-08-241-0/+1
* Add a testcase for basic bugpointing in the presence of metadata.Dan Gohman2010-08-241-0/+34
* MC/X86: Tweak imul recognition, previous hack only applies for the imul formDaniel Dunbar2010-08-241-0/+3
* MC/X86: Add custom hack for recognizing "imul $12, %eax" and friends.Daniel Dunbar2010-08-241-0/+3
* MC/AsmParser: Change ParseExpression to use ParseIdentifier(), to supportDaniel Dunbar2010-08-241-0/+2
* MC/X86: Warn on scale factors > 1 without index register, instead of erroring,Daniel Dunbar2010-08-241-1/+8
* MC/Parser: Accept leading dollar signs in identifiers.Daniel Dunbar2010-08-241-0/+5
* Fix X86's isLegalAddressingMode to recognize that static addressesDan Gohman2010-08-241-0/+31
* Fix SPU BE to use all the available return registers.Kalle Raiskila2010-08-241-2/+24
* Extend function-local metadata to be usable as attachments.Dan Gohman2010-08-241-2/+4
* fix rdar://7997827 - Accept and ignore LL and ULL suffixes on integer literals.Chris Lattner2010-08-241-0/+17
* llvmc: Make syntax more consistent.Mikhail Glushenkov2010-08-2315-14/+43
* Add a new llvm.x86.int intrinsic, allowing access to the Chris Lattner2010-08-231-0/+20
* 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