- e49406f Fix pastos in handling of AVX cvttsd2si, PR8491. by Dale Johannesen · 15 years ago
- cfd0e1f Add correct NEON encodings for vtbl and vtbx. by Owen Anderson · 15 years ago
- 3eff4af Add correct NEON encodings for vext, vtrn, vuzp, and vzip. by Owen Anderson · 15 years ago
- 1fa9d30 Fix compiler warnings about signed/unsigned comparisons. by Bob Wilson · 15 years ago
- f514f52 Teach InstCombine not to use Add and Neg on FP. PR 8490. by Dale Johannesen · 15 years ago
- f40deed Shifter ops are not always free. Do not fold them (especially to form by Evan Cheng · 15 years ago
- de5fa93 Putting r117193 back except for the compile time cost. Rather than assuming fallthroughs uses all registers, just gather the union of all successor liveins. by Evan Cheng · 15 years ago
- 7e3383c Refactor ARM STR/STRB instruction patterns into STR{B}i12 and STR{B}rs, like by Jim Grosbach · 15 years ago
- 0bccec3 Tests for NEON encoding of vrev. by Owen Anderson · 15 years ago
- 498ec20 Provide correct encodings for NEON vcvt, which has its own special immediate encoding by Owen Anderson · 15 years ago
- 6b15639 Trailing whitespace by Jim Grosbach · 15 years ago
- d2fbdb7 Provide correct encodings for the get_lane and set_lane variants of vmov. by Owen Anderson · 15 years ago
- 3cede2d Add support for R_386_TLS_GD, R_386_TLS_LE_32, R_386_TLS_IE and R_386_TLS_LE. by Rafael Espindola · 15 years ago
- 529b1a4 Added the x86 instruction ud2b (2nd official undefined instruction). by Kevin Enderby · 15 years ago
- ccf72ca JIT imm12 encoding for constant pool entry references. by Jim Grosbach · 15 years ago
- f20700c SelectionDAG shuffle nodes do not allow operands with different numbers of by Bob Wilson · 15 years ago
- bc82d8b Implement R_X86_64_GOTTPOFF, R_X86_64_TLSGD and R_X86_64_TPOFF32. by Rafael Espindola · 15 years ago
- f31430f ARM JIT fix for LDRi12 and company. by Jim Grosbach · 15 years ago
- 07ee632 Replace pointer arithmetic with StringRef::substr. by Benjamin Kramer · 15 years ago
- f587a935 Provide correct NEON encodings for vdup. by Owen Anderson · 15 years ago
- 6dad10e x86-Win32: Switch ftol2 calling convention from stdcall to C. by Michael J. Spencer · 15 years ago
- 3931b54 COFF: Add IMAGE_SCN_MEM_READ to text sections. by Michael J. Spencer · 15 years ago
- 579d7a3 Fix whitespace. by Michael J. Spencer · 15 years ago
- 4fa3478 Set default type and flags for .init and .fini. by Rafael Espindola · 15 years ago
- 8220321 Tests for NEON encoding of vmovl, vmovn, vqmovn, and vqmovun. by Owen Anderson · 15 years ago
- f95a271 Give a name to nameless argument. by Devang Patel · 15 years ago
- 027c84dd Tests for NEON encoding of vcls, vclz, and vcnt. by Owen Anderson · 15 years ago
- df800f1 Tests for NEON encoding of vneg and vqneg. by Owen Anderson · 15 years ago
- 83ff4d2 Produce an error for an invalid use of .symver. by Rafael Espindola · 15 years ago
- 093177d The new LDR* instruction patterns should handle the necessary encoding of by Jim Grosbach · 15 years ago
- 633919c Tests for NEON encoding of vabs and vqabs. by Owen Anderson · 15 years ago
- 0745c38 Add correct NEON encodings for vsli and vsri. by Owen Anderson · 15 years ago
- dd31ed6 Add correct NEON encodings for vsra and vrsra. by Owen Anderson · 15 years ago
- 063efbf The immediate operands of an LDRi12 instruction doesn't need the addrmode2 by Jim Grosbach · 15 years ago
- 0ed257c Formatting. by Jim Grosbach · 15 years ago
- bf052ac Symbols defined as the difference of other two end up in the ABS section. by Rafael Espindola · 15 years ago
- 8818213 Add support for the .symver directive. This is really ugly, but most of it is by Rafael Espindola · 15 years ago
- a686696 Move more logic to isInSymtab and simplify. by Rafael Espindola · 15 years ago
- 401b90a 80-col violation. by Mikhail Glushenkov · 15 years ago
- 11d03f6 Remove try/catch(...) from Win32/Signals.inc. by Mikhail Glushenkov · 15 years ago
- d33b77b It is confusing to call a random-access iterator 'InputIterator'. by Mikhail Glushenkov · 15 years ago
- 0da14f7 Trailing whitespace. by Mikhail Glushenkov · 15 years ago
- e460890 Yet another tweak to X86 instructions to add ud2a as an alias to ud2 by Kevin Enderby · 15 years ago
- 5a37807 Another tweak to X86 instructions to add the missing flex instruction (without by Kevin Enderby · 15 years ago
- f4630ec Tweaks to X86 instructions to allow the 'w' suffix in places it makes by Kevin Enderby · 15 years ago
- 77aee8e LDRi12 machine instructions handle negative offset operands normally (simple by Jim Grosbach · 15 years ago
- 1b383ba Random cleanups and format changes. by Bill Wendling · 15 years ago
- 41e8cc7 Added some aliases to the fcomip and fucompi Intel instructions. So that llvm-mc by Kevin Enderby · 15 years ago
- c95c146 Handle critical loop predecessors by making both inside and outside registers by Jakob Stoklund Olesen · 15 years ago
- 0960a65 Compute critical loop predecessors in the same way as critical loop exits. by Jakob Stoklund Olesen · 15 years ago
- 8c593f9 Physical registers trivially have multiple connected components all the time. by Jakob Stoklund Olesen · 15 years ago
- f85dd04 One more spot where the new arm mode LDR instruction representation by Jim Grosbach · 15 years ago
- a060383 Adding disassembler to the MicroBlaze backend. by Wesley Peck · 15 years ago
- c1d3021 Split ARM::LDRB into LDRBi12 and LDRBrs. Adjust accordingly. Continuing on by Jim Grosbach · 15 years ago
- 28e3fe9 Since I parameterized this bit, I should probably actually use said parameter. by Jim Grosbach · 15 years ago
- f99f119 Enable clang autocompletion by default. by Dan Gohman · 15 years ago
- 1de4aa9 Use a MemIntrinsicSDNode for ISD::PREFETCH, which touches by Dale Johannesen · 15 years ago
- 3d26d5d Remove the vector of live vregs. I thought we would need to track by Andrew Trick · 15 years ago
- 86ed232 Add correct NEON encodings for vqshl, vqshrn, vqshrun, vqrshl, vqshrn, and vqrshrun. by Owen Anderson · 15 years ago
- 3e55612 First part of refactoring ARM addrmode2 (load/store) instructions to be more by Jim Grosbach · 15 years ago
- 3a0e071 After splitting, compute connected components of all new registers, not just for by Jakob Stoklund Olesen · 15 years ago
- 501dc42 Verify that live intervals are connected. If there are multiple connected by Jakob Stoklund Olesen · 15 years ago
- f1354ae Call RenumberValues for all new registers created during splitting. This is by Jakob Stoklund Olesen · 15 years ago
- 79c0262 Preserve PHIDef bits in cloned values during splitting. by Jakob Stoklund Olesen · 15 years ago
- 7e13efa Assign source ordering to nodes created for StoreInst. by Devang Patel · 15 years ago
- 632c235 Correct NEON encodings for vshrn, vrshl, vrshr, vrshrn. by Owen Anderson · 15 years ago
- 8ac98cb FileCheck'ize by Jim Grosbach · 15 years ago
- 6a36ad7 Add tests for NEON encoding of vshll. by Owen Anderson · 15 years ago
- ac92262 Simplify classes for shift instructions, which are never commutable. by Owen Anderson · 15 years ago
- 4ba5d61 Tests for NEON encoding of vshr. by Owen Anderson · 15 years ago
- 3557d00 Provide correct NEON encodings for vshl, register and immediate forms. by Owen Anderson · 15 years ago
- f4a1e1a Teach MachineBasicBlock::print() to annotate instructions and blocks with by Jakob Stoklund Olesen · 15 years ago
- dbcc2e1 Remmeber to print full live interval on verification error. by Jakob Stoklund Olesen · 15 years ago
- 61e3b91 Add support for .ident. by Rafael Espindola · 15 years ago
- 0eb7d06 Grammar. by Jim Grosbach · 15 years ago
- c3baf62 Nuke extraneous comment. It's applicable elsewhere, but not in this func. by Jim Grosbach · 15 years ago
- c8cb353 Tests for NEON encoding of vrecpe, vrecps, vrsqrte, and vsqrts. by Owen Anderson · 15 years ago
- e16eecc Jakob's review of the basic register allocator. by Andrew Trick · 15 years ago
- 6915cda Tests for NEON encodings of vpmin and vpmax. by Owen Anderson · 15 years ago
- bc4118b Add correct NEON encoding for vpadal. by Owen Anderson · 15 years ago
- de42e5c handle X86::EH_RETURN64 and X86::EH_RETURN. by Rafael Espindola · 15 years ago
- 000e105 Tests for NEON encoding of vpadd and vpaddl. by Owen Anderson · 15 years ago
- cbbe287 s/beginScope/beginInstruction/g s/endScope/endInstruction/g by Devang Patel · 15 years ago
- a88ea03 Add NEON encodings for vmov and vmvn of immediates. by Owen Anderson · 15 years ago
- e459d55 Don't verify physical registers going into landing pads. by Jakob Stoklund Olesen · 15 years ago
- e4f506f Implement some relaxations for arithmetic instructions. The limitation by Rafael Espindola · 15 years ago
- ff91d1a Yet another thing that was forgotten to be added to the release notes... by Duncan Sands · 15 years ago
- 505faa6 Change v64 datalayout in SPU. by Kalle Raiskila · 15 years ago
- 15b337c CMake: Build utils/KillTheDoctor only on MSVC for now. by NAKAMURA Takumi · 15 years ago
- c8141df Use instruction itinerary to determine what instructions are 'cheap'. by Evan Cheng · 15 years ago
- 0e9996c NEON vmov's are in Neon domain. by Evan Cheng · 15 years ago
- a568d66 For statistics that are only used in functions declared in !NDEBUG, wrap the by Nick Lewycky · 15 years ago
- 0a12b80 InlineSpiller can also update LiveStacks. by Jakob Stoklund Olesen · 15 years ago
- 2d17293 Make the spiller responsible for updating the LiveStacks analysis. by Jakob Stoklund Olesen · 15 years ago
- 7c730e7 When the "true" and "false" blocks of a diamond if-conversion are the same, by Bob Wilson · 15 years ago
- 2ad40d3 Change if-conversion to keep track of the extra cost due to microcoded by Bob Wilson · 15 years ago
- b3a6817 Tidy up redundant check. by Bob Wilson · 15 years ago
- 38fd9f2 Neuter r117193 as it causes significant post-ra scheduler compile time regression. by Evan Cheng · 15 years ago
- 93ef3fd Tests for NEON encoding of vmax. by Owen Anderson · 15 years ago
- a13067e Tests for NEON encoding of vmin. by Owen Anderson · 15 years ago