summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Do not rely on getCompileUnit() to find source file information for a subprog...Devang Patel2010-03-24
* Fix memory leak in liveintervals: the destructor for VNInfos must be called,Torok Edwin2010-03-24
* add some accessors to callsite/callinst/invokeinst to checkChris Lattner2010-03-23
* Test case for llvm-gcc r99305. Radar 7659636.Stuart Hastings2010-03-23
* Teach simplify libcall to transform __strcpy_chk to __memcpy_chk to enable op...Evan Cheng2010-03-23
* Fix an incorrect logic causing instcombine to miss some _chk -> non-chk trans...Evan Cheng2010-03-23
* Fix PR6673: updating the callback should not clear the map.Chris Lattner2010-03-22
* Emit DW_AT_low_pc and DW_AT_high_pc attributes for TAG_compile_unit.Devang Patel2010-03-22
* XFAIL tests from LLVMC on valgrind or valgrind+leak-checking. WeJeffrey Yasskin2010-03-21
* Add support for XFAILing valgrind runs with memory leak checking independentlyJeffrey Yasskin2010-03-20
* MC/Mach-O: Remove Darwin host specific tests, we don't need them anymore.Daniel Dunbar2010-03-20
* MC/Mach-O: Tweak optimal_nop test to be host independent.Daniel Dunbar2010-03-20
* pr6652: Use LDM to restore PC to the return address on ARMv4.Bob Wilson2010-03-20
* tests: Mangle '-vg' onto the end of the triple when running under valgrind, soDaniel Dunbar2010-03-20
* Stupid svn. Add back to the lost sibcall tests.Evan Cheng2010-03-20
* call void @llvm.dbg.declare(metadata !{i32* null}, metadata !1)Devang Patel2010-03-19
* Fixed the encoding problems of the crc32 instructions. All had the Operand sizeKevin Enderby2010-03-19
* MC/Mach-O/x86_64: Add relocation support.Daniel Dunbar2010-03-19
* MC/X86: Rename alternate spellings of {ADD64,CMP64} and mark as "code gen onl...Daniel Dunbar2010-03-19
* MC/Mach-O: Factor out isScatteredFixupFullyResolvedSimple predicate, and fix ...Daniel Dunbar2010-03-19
* Fixed a widening bug where we were not using the correct size for the loadMon P Wang2010-03-19
* X86: Fix encoding for TEST64rr.Daniel Dunbar2010-03-19
* Remove `ignore` from LLVMC/TestWarnings.td. This avoidsJeffrey Yasskin2010-03-19
* Revert r98892. BSD systems may not have bash installed at all.Jeffrey Yasskin2010-03-19
* Work around a valgrind oddity where it doesn't pass the full path of aJeffrey Yasskin2010-03-18
* X86MCCodeEmitter: Fix two minor issues with reloc_riprel_4byte_movq_load, weDaniel Dunbar2010-03-18
* MC/X86/AsmMatcher: Use the new instruction cleanup routine to implement aDaniel Dunbar2010-03-18
* fix an x86-64 encoding bug Daniel found.Chris Lattner2010-03-18
* add a special relocation type for movq loads for objectChris Lattner2010-03-18
* Turning off post-ra scheduling for x86. It isn't a consistent win.Evan Cheng2010-03-18
* X86 address mode matching code MatchAddressRecursively does some aggressive h...Evan Cheng2010-03-17
* Added sub-formats to the NeonI/NeonXI instructions to further refine the NEONFrmJohnny Chen2010-03-17
* Testcase for r98728.Stuart Hastings2010-03-17
* Fix liveintervals handling of dbg_value instructions.Evan Cheng2010-03-16
* Revert r98666 too; it's checkin-without-testing day!Daniel Dunbar2010-03-16
* temporarily xfailChris Lattner2010-03-16
* Add an rdar number to this test.Dan Gohman2010-03-16
* Chris pointed out that producing undef here is wrong inDuncan Sands2010-03-16
* --- Reverse-merging r98637 into '.':Bob Wilson2010-03-16
* Initial ARM/Thumb disassembler check-in. It consists of a tablgen backendJohnny Chen2010-03-16
* Stop using the old pre-UAL syntax for LDM/STM instruction suffixes.Bob Wilson2010-03-16
* Check that P is not zero initialized.Duncan Sands2010-03-16
* Add a testcase for the change in r98586.Bob Wilson2010-03-16
* Forgot testcase for r98599.Bill Wendling2010-03-16
* Fix the third (and last known) case of code update problems due Chris Lattner2010-03-16
* MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr.Daniel Dunbar2010-03-15
* Recognize code for doing vector gather/scatter index calculations withDan Gohman2010-03-15
* MC/Mach-O/x86_64: Temporary labels in cstring sections require symbols (and e...Daniel Dunbar2010-03-15
* Implement support for the case when a reference to a addr-of-bb Chris Lattner2010-03-15
* Fix the case when a reference to an address taken BB is emitted in oneChris Lattner2010-03-15