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