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