aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* change this from using '!dbg' to using '!dbgx'. TheChris Lattner2010-04-011-4/+4
* Add a redundant PHI testcase for SSAUpdater to go with svn r100047.Bob Wilson2010-03-311-0/+46
* testcase for r99914, provided by baldrick!Gabor Greif2010-03-311-0/+18
* Replace V_SET0 with variants for each SSE execution domain.Jakob Stoklund Olesen2010-03-316-7/+8
* Fix typo. Thank you, valgrind.Jakob Stoklund Olesen2010-03-311-1/+1
* Not all platforms start symbols with _Jakob Stoklund Olesen2010-03-302-6/+6
* Enable -sse-domain-fix by default. Now with tests!Jakob Stoklund Olesen2010-03-309-45/+59
* Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.Bob Wilson2010-03-306-8/+8
* Ignore invalid metadata.Devang Patel2010-03-301-0/+30
* Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang2010-03-306-8/+8
* Remove the pmulld intrinsic and autoupdate it as a vector multiply.Eric Christopher2010-03-304-1/+19
* XFAIL some PIC16 tests when running under valgrind-leaks. I don't expect theseBenjamin Kramer2010-03-306-0/+6
* MC/Mach-O/x86_64: Support @GOTPCREL on symbols, even for non-PCrel relocations!Daniel Dunbar2010-03-291-18/+53
* Fix PR4975. Avoid referencing empty vector.Evan Cheng2010-03-291-0/+17
* From Kalle Raiskila:Chris Lattner2010-03-291-0/+17
* add support for zero initialized unions, patch by Tim Northover!Chris Lattner2010-03-291-0/+2
* teach tblgen to allow patterns like (add (i32 (bitconvert (i32 GPR))), 4), Chris Lattner2010-03-281-3/+7
* add some nounwindsChris Lattner2010-03-281-12/+12
* this takes an insane amount of time to run, disable it for now (PR6727)Chris Lattner2010-03-281-1/+3
* XFAIL a new tblgen test for memory leak checking.Jeffrey Yasskin2010-03-271-0/+1
* Do not sibcall if stack needs to be dynamically aligned.Evan Cheng2010-03-261-0/+11
* Allow trivial sibcall of vararg callee when no arguments are being passed.Evan Cheng2010-03-263-6/+37
* Try trivial remat before the coalescer gives up on a vr / physreg coalescing ...Evan Cheng2010-03-263-2/+17
* switch the flag for using NEON for SP floating point to a subtarget 'feature'.Jim Grosbach2010-03-2517-29/+20
* Add nounwind.Evan Cheng2010-03-251-1/+1
* Reapply Kevin's change 94440, now that Chris has fixed the limitation onBob Wilson2010-03-252-0/+84
* Fix evil TableGen bug in template parameters with defaults.Jakob Stoklund Olesen2010-03-251-0/+43
* fix PR6642, GVN forwarding from memset to load of the base of the memset.Chris Lattner2010-03-251-0/+12
* Make the NDEBUG assertion stronger and more clear what is Chris Lattner2010-03-256-6/+5
* Reapply r99451 with a fix to move the NoInline check to the cost functionsEric Christopher2010-03-251-0/+18
* Make sure this runs in 64-bit only, 32-bit won't produce the correct stores.Eric Christopher2010-03-251-1/+1
* MC: Fix refacto in MCExpr evaluation, I mistakenly replaced a fragment addres...Daniel Dunbar2010-03-251-24/+166
* Temporarily revert this, it's causing an issue with an internal project.Eric Christopher2010-03-241-18/+0
* Speculatively revert this to see if it fixes buildbot failures.Bob Wilson2010-03-242-84/+0
* Added the Advanced Encryption Standard (AES) Instructions.Kevin Enderby2010-03-242-0/+84
* Fixed the SS42AI template for the SSE 4.2 instructions with TA prefix so it doesKevin Enderby2010-03-241-0/+8
* BUILD_VECTOR was missing out on some prime opportunities to use SSE 4.1 inserts.Nate Begeman2010-03-244-2/+12
* Revert Edwin's change that is breaking MultiSource/Applications/ClamAV/clamscan.Bob Wilson2010-03-241-114/+0
* Do not rely on getCompileUnit() to find source file information for a subprog...Devang Patel2010-03-241-0/+62
* Fix memory leak in liveintervals: the destructor for VNInfos must be called,Torok Edwin2010-03-241-0/+114
* add some accessors to callsite/callinst/invokeinst to checkChris Lattner2010-03-231-0/+18
* Test case for llvm-gcc r99305. Radar 7659636.Stuart Hastings2010-03-231-0/+134
* Teach simplify libcall to transform __strcpy_chk to __memcpy_chk to enable op...Evan Cheng2010-03-231-20/+27
* Fix an incorrect logic causing instcombine to miss some _chk -> non-chk trans...Evan Cheng2010-03-231-1/+14
* Fix PR6673: updating the callback should not clear the map.Chris Lattner2010-03-221-0/+23
* Emit DW_AT_low_pc and DW_AT_high_pc attributes for TAG_compile_unit.Devang Patel2010-03-221-0/+9
* XFAIL tests from LLVMC on valgrind or valgrind+leak-checking. WeJeffrey Yasskin2010-03-2126-0/+26
* Add support for XFAILing valgrind runs with memory leak checking independentlyJeffrey Yasskin2010-03-2036-5/+38
* MC/Mach-O: Remove Darwin host specific tests, we don't need them anymore.Daniel Dunbar2010-03-203-758/+0
* MC/Mach-O: Tweak optimal_nop test to be host independent.Daniel Dunbar2010-03-202-6/+232