aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-03-25switch the flag for using NEON for SP floating point to a subtarget 'feature'.Jim Grosbach
2010-03-25Add nounwind.Evan Cheng
2010-03-25Reapply Kevin's change 94440, now that Chris has fixed the limitation onBob Wilson
2010-03-25Fix evil TableGen bug in template parameters with defaults.Jakob Stoklund Olesen
2010-03-25fix PR6642, GVN forwarding from memset to load of the base of the memset.Chris Lattner
2010-03-25Make the NDEBUG assertion stronger and more clear what is Chris Lattner
2010-03-25Reapply r99451 with a fix to move the NoInline check to the cost functionsEric Christopher
2010-03-25Make sure this runs in 64-bit only, 32-bit won't produce the correct stores.Eric Christopher
2010-03-25MC: Fix refacto in MCExpr evaluation, I mistakenly replaced a fragment addres...Daniel Dunbar
2010-03-24Temporarily revert this, it's causing an issue with an internal project.Eric Christopher
2010-03-24Speculatively revert this to see if it fixes buildbot failures.Bob Wilson
2010-03-24Added the Advanced Encryption Standard (AES) Instructions.Kevin Enderby
2010-03-24Fixed the SS42AI template for the SSE 4.2 instructions with TA prefix so it doesKevin Enderby
2010-03-24BUILD_VECTOR was missing out on some prime opportunities to use SSE 4.1 inserts.Nate Begeman
2010-03-24Revert Edwin's change that is breaking MultiSource/Applications/ClamAV/clamscan.Bob Wilson
2010-03-24Do not rely on getCompileUnit() to find source file information for a subprog...Devang Patel
2010-03-24Fix memory leak in liveintervals: the destructor for VNInfos must be called,Torok Edwin
2010-03-23add some accessors to callsite/callinst/invokeinst to checkChris Lattner
2010-03-23Test case for llvm-gcc r99305. Radar 7659636.Stuart Hastings
2010-03-23Teach simplify libcall to transform __strcpy_chk to __memcpy_chk to enable op...Evan Cheng
2010-03-23Fix an incorrect logic causing instcombine to miss some _chk -> non-chk trans...Evan Cheng
2010-03-22Fix PR6673: updating the callback should not clear the map.Chris Lattner
2010-03-22Emit DW_AT_low_pc and DW_AT_high_pc attributes for TAG_compile_unit.Devang Patel
2010-03-21XFAIL tests from LLVMC on valgrind or valgrind+leak-checking. WeJeffrey Yasskin
2010-03-20Add support for XFAILing valgrind runs with memory leak checking independentlyJeffrey Yasskin
2010-03-20MC/Mach-O: Remove Darwin host specific tests, we don't need them anymore.Daniel Dunbar
2010-03-20MC/Mach-O: Tweak optimal_nop test to be host independent.Daniel Dunbar
2010-03-20pr6652: Use LDM to restore PC to the return address on ARMv4.Bob Wilson
2010-03-20tests: Mangle '-vg' onto the end of the triple when running under valgrind, soDaniel Dunbar
2010-03-20Stupid svn. Add back to the lost sibcall tests.Evan Cheng
2010-03-19call void @llvm.dbg.declare(metadata !{i32* null}, metadata !1)Devang Patel
2010-03-19Fixed the encoding problems of the crc32 instructions. All had the Operand sizeKevin Enderby
2010-03-19MC/Mach-O/x86_64: Add relocation support.Daniel Dunbar
2010-03-19MC/X86: Rename alternate spellings of {ADD64,CMP64} and mark as "code gen onl...Daniel Dunbar
2010-03-19MC/Mach-O: Factor out isScatteredFixupFullyResolvedSimple predicate, and fix ...Daniel Dunbar
2010-03-19Fixed a widening bug where we were not using the correct size for the loadMon P Wang
2010-03-19X86: Fix encoding for TEST64rr.Daniel Dunbar
2010-03-19Remove `ignore` from LLVMC/TestWarnings.td. This avoidsJeffrey Yasskin
2010-03-19Revert r98892. BSD systems may not have bash installed at all.Jeffrey Yasskin
2010-03-18Work around a valgrind oddity where it doesn't pass the full path of aJeffrey Yasskin
2010-03-18X86MCCodeEmitter: Fix two minor issues with reloc_riprel_4byte_movq_load, weDaniel Dunbar
2010-03-18MC/X86/AsmMatcher: Use the new instruction cleanup routine to implement aDaniel Dunbar
2010-03-18fix an x86-64 encoding bug Daniel found.Chris Lattner
2010-03-18add a special relocation type for movq loads for objectChris Lattner
2010-03-18Turning off post-ra scheduling for x86. It isn't a consistent win.Evan Cheng
2010-03-17X86 address mode matching code MatchAddressRecursively does some aggressive h...Evan Cheng
2010-03-17Added sub-formats to the NeonI/NeonXI instructions to further refine the NEONFrmJohnny Chen
2010-03-17Testcase for r98728.Stuart Hastings
2010-03-16Fix liveintervals handling of dbg_value instructions.Evan Cheng
2010-03-16Revert r98666 too; it's checkin-without-testing day!Daniel Dunbar