aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-10-06Get binding and visibility info from the the alias, but Type from the symbolRafael Espindola
2010-10-06If a symbol is global, reloc against it even if it is in a mergeable section.Rafael Espindola
2010-10-06Make sure weak symbols are listed after the local ones.Rafael Espindola
2010-10-06Correctly handle GOTPCREL relocations.Rafael Espindola
2010-10-06- Add TargetInstrInfo::getOperandLatency() to compute operand latencies. ThisEvan Cheng
2010-10-06Generalize tblgen's dag parsing logic to handle arbitrary expressionsChris Lattner
2010-10-06rename add some comments.Chris Lattner
2010-10-06filecheckizeChris Lattner
2010-10-06remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 placesChris Lattner
2010-10-05Use a relocation against the symbol if it is a PLT and the symbol is in anotherRafael Espindola
2010-10-05enhance tblgen to support anonymous defm's, use this toChris Lattner
2010-10-05Implement more alias cases.Rafael Espindola
2010-10-05PSHUFW is in SSE, not SSSE3.Bill Wendling
2010-10-05Replace a gross hack (the MOV64ri_alt instruction) with a slightly less Chris Lattner
2010-10-05Don't crash in a strange .size directive.Rafael Espindola
2010-10-05MC-COFF: Fix (PR8278) temporary symbol relocations.Michael J. Spencer
2010-10-05Add support for a fill value in the .zero directive.Rafael Espindola
2010-10-05Implement a simple alias case and refactor the code a bit so that theRafael Espindola
2010-10-05test/COFF: Fix symbol indexes and names. Update tests to match.Michael J. Spencer
2010-10-05test/COFF: Remove temp file usage.Michael J. Spencer
2010-10-05test/coff-dump: Support reading from stdin.Michael J. Spencer
2010-10-05Cleanup Whitespace.Michael J. Spencer
2010-10-05Use a more efficient lowering of uint64_t --> float that can take advantage o...Owen Anderson
2010-10-05Produce a undefined reference to _GLOBAL_OFFSET_TABLE_ when needed.Rafael Espindola
2010-10-05Tests that now pass.Rafael Espindola
2010-10-05test/CodeGen/X86/atomic_op.ll: Rename @main to @func. Extra sequences will be...NAKAMURA Takumi
2010-10-05Added a testcase for the ENTER instruction.Sean Callanan
2010-10-04The pshufw instruction came about in MMX2 when SSE was introduced. Don't placeBill Wendling
2010-10-04Implement ELF::R_X86_64_GOTPCREL.Rafael Espindola
2010-10-04Produce a R_X86_64_PLT32 when needed.Rafael Espindola
2010-10-04Produce a R_X86_64_GOT32 when needed.Rafael Espindola
2010-10-04Add hook in MCSection to decide when to use "optimized nops", for eachJan Wen Voung
2010-10-04Include the section address in the computation of the relocation.Rafael Espindola
2010-10-04Correctly compute the relocation when it is not in the first fragment.Rafael Espindola
2010-10-03va_args support for Win64.Anton Korobeynikov
2010-10-03Properly emit stack probe on win64 (for non-mingw targets).Anton Korobeynikov
2010-10-03Add 3DNowA instructions.Eli Friedman
2010-10-03unbreak buildbotChris Lattner
2010-10-03the immediate field of pshufw is actually an 8-bit field, not a 8-bit field t...Chris Lattner
2010-10-03add support for the prefetch/prefetchw instructions, move femms intoChris Lattner
2010-10-03what the heck, add support for the rest of the 3dNow! binary operations.Chris Lattner
2010-10-03Implement support for the bizarre 3DNow! encoding (which is unlike anythingChris Lattner
2010-10-03Add test to make sure that the MMX intrinsic calls make it out the other end inBill Wendling
2010-10-03Auto-upgrade tests for the new MMX intrinsic calls.Bill Wendling
2010-10-03Implement a very basic PIC case.Rafael Espindola
2010-10-02fix a regression introduced in r115243, in which the instructionChris Lattner
2010-10-02actually, move the elf tests into the existing elf dir.Chris Lattner
2010-10-02consolidate ELF tests into asmparser tests.Chris Lattner
2010-10-02move ARM MC tests up one level.Chris Lattner
2010-10-01Need to specify SSE4 for machines which don't have SSE4. The code checked for...Bill Wendling