2010-10-28 |
Duncan Sands | Fix PR8494: when reading invalid bitcode, getTypeByID... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Rafael Espindola | Implement R_X86_64_DTPOFF32. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Rafael Espindola | Implement TLSLD. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Rafael Espindola | Implement DTPOFF. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Oscar Fuentes | Document LLVM_BUILD_TESTS, LLVM_INCLUDE_TESTS. New... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Rafael Espindola | Implement TLSLDM. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Rafael Espindola | Implement VK_GOTNTPOFF and switch RelocNeedsGOT to... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Mikhail Glushenkov | Reindent. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Evan Cheng | Re-commit 117518 and 117519 now that ARM MC test failur... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Evan Cheng | Disable most of the ARM vfp / NEON MC tests. These... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
NAKAMURA Takumi | test/Transforms/SimplifyLibCalls/floor.ll: Mark as... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
NAKAMURA Takumi | tools/llvm-shlib/Makefile: Support for FreeBSD and... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Chris Lattner | clarify that not having the ".o file writing" feature |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Evan Cheng | Revert 117518 and 117519 for now. They changed scheduli... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Evan Cheng | - Assign load / store with shifter op address modes... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Evan Cheng | Fix a major bug in operand latency computation. The... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Dale Johannesen | Fix pastos in handling of AVX cvttsd2si, PR8491. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Owen Anderson | Add correct NEON encodings for vtbl and vtbx. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Owen Anderson | Add correct NEON encodings for vext, vtrn, vuzp, and... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Bob Wilson | Fix compiler warnings about signed/unsigned comparisons. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Dale Johannesen | Teach InstCombine not to use Add and Neg on FP. PR... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Evan Cheng | Shifter ops are not always free. Do not fold them ... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Evan Cheng | Putting r117193 back except for the compile time cost... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Jim Grosbach | Refactor ARM STR/STRB instruction patterns into STR... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Owen Anderson | Tests for NEON encoding of vrev. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Owen Anderson | Provide correct encodings for NEON vcvt, which has... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Jim Grosbach | Trailing whitespace |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Owen Anderson | Provide correct encodings for the get_lane and set_lane... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Rafael Espindola | Add support for R_386_TLS_GD, R_386_TLS_LE_32, R_386_TL... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Kevin Enderby | Added the x86 instruction ud2b (2nd official undefined... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Jim Grosbach | JIT imm12 encoding for constant pool entry references. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Bob Wilson | SelectionDAG shuffle nodes do not allow operands with... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Rafael Espindola | Implement R_X86_64_GOTTPOFF, R_X86_64_TLSGD and R_X86_6... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Jim Grosbach | ARM JIT fix for LDRi12 and company. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Benjamin Kramer | Replace pointer arithmetic with StringRef::substr. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Owen Anderson | Provide correct NEON encodings for vdup. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Michael J.... | x86-Win32: Switch ftol2 calling convention from stdcall... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Michael J.... | COFF: Add IMAGE_SCN_MEM_READ to text sections. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Michael J.... | Fix whitespace. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Rafael Espindola | Set default type and flags for .init and .fini. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Owen Anderson | Tests for NEON encoding of vmovl, vmovn, vqmovn, and... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Devang Patel | Give a name to nameless argument. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Owen Anderson | Tests for NEON encoding of vcls, vclz, and vcnt. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Owen Anderson | Tests for NEON encoding of vneg and vqneg. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Rafael Espindola | Produce an error for an invalid use of .symver. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Jim Grosbach | The new LDR* instruction patterns should handle the... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Owen Anderson | Tests for NEON encoding of vabs and vqabs. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Owen Anderson | Add correct NEON encodings for vsli and vsri. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Owen Anderson | Add correct NEON encodings for vsra and vrsra. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Jim Grosbach | The immediate operands of an LDRi12 instruction doesn... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Jim Grosbach | Formatting. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Rafael Espindola | Symbols defined as the difference of other two end... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Rafael Espindola | Add support for the .symver directive. This is really... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Rafael Espindola | Move more logic to isInSymtab and simplify. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Mikhail Glushenkov | 80-col violation. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Mikhail Glushenkov | Remove try/catch(...) from Win32/Signals.inc. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Mikhail Glushenkov | It is confusing to call a random-access iterator 'Input... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Mikhail Glushenkov | Trailing whitespace. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Kevin Enderby | Yet another tweak to X86 instructions to add ud2a as... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Kevin Enderby | Another tweak to X86 instructions to add the missing... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Kevin Enderby | Tweaks to X86 instructions to allow the 'w' suffix... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Jim Grosbach | LDRi12 machine instructions handle negative offset... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Bill Wendling | Random cleanups and format changes. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Kevin Enderby | Added some aliases to the fcomip and fucompi Intel... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Jakob Stoklund... | Handle critical loop predecessors by making both inside... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Jakob Stoklund... | Compute critical loop predecessors in the same way... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Jakob Stoklund... | Physical registers trivially have multiple connected... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Jim Grosbach | One more spot where the new arm mode LDR instruction... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Wesley Peck | Adding disassembler to the MicroBlaze backend. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Jim Grosbach | Split ARM::LDRB into LDRBi12 and LDRBrs. Adjust accordi... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Jim Grosbach | Since I parameterized this bit, I should probably actua... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Dan Gohman | Enable clang autocompletion by default. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Dale Johannesen | Use a MemIntrinsicSDNode for ISD::PREFETCH, which touches |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Andrew Trick | Remove the vector of live vregs. I thought we would... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Owen Anderson | Add correct NEON encodings for vqshl, vqshrn, vqshrun... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Jim Grosbach | First part of refactoring ARM addrmode2 (load/store... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Jakob Stoklund... | After splitting, compute connected components of all... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Jakob Stoklund... | Verify that live intervals are connected. If there... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Jakob Stoklund... | Call RenumberValues for all new registers created durin... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Jakob Stoklund... | Preserve PHIDef bits in cloned values during splitting. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Devang Patel | Assign source ordering to nodes created for StoreInst. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Owen Anderson | Correct NEON encodings for vshrn, vrshl, vrshr, vrshrn. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Jim Grosbach | FileCheck'ize |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Owen Anderson | Add tests for NEON encoding of vshll. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Owen Anderson | Simplify classes for shift instructions, which are... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Owen Anderson | Tests for NEON encoding of vshr. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Owen Anderson | Provide correct NEON encodings for vshl, register and... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Jakob Stoklund... | Teach MachineBasicBlock::print() to annotate instructio... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Jakob Stoklund... | Remmeber to print full live interval on verification... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Rafael Espindola | Add support for .ident. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Jim Grosbach | Grammar. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Jim Grosbach | Nuke extraneous comment. It's applicable elsewhere... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Owen Anderson | Tests for NEON encoding of vrecpe, vrecps, vrsqrte... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Andrew Trick | Jakob's review of the basic register allocator. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Owen Anderson | Tests for NEON encodings of vpmin and vpmax. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Owen Anderson | Add correct NEON encoding for vpadal. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Rafael Espindola | handle X86::EH_RETURN64 and X86::EH_RETURN. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Owen Anderson | Tests for NEON encoding of vpadd and vpaddl. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Devang Patel | s/beginScope/beginInstruction/g |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Owen Anderson | Add NEON encodings for vmov and vmvn of immediates. |
commit | commitdiff | tree | snapshot |
next |