2010-10-29 |
Andrew Trick | The ARM jit cannot handle these tests as of 2010-10-27. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Devang Patel | Ignore empty blocks. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Chris Lattner | give better error diagnostics, for example: |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Chris Lattner | hook up getOpcodeName for ARM so that "llc -show-mc... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Rafael Espindola | Improvements to .section parsing: |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Chris Lattner | most simple arm instructions match correctly now, |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Chris Lattner | fix the asmmatcher generator to handle targets with... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Chris Lattner | move a method out of line. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Chris Lattner | remove the rest of hte owningptr's, no functionality... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Jakob Stoklund... | One day, physical register live ranges will be sensible. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Devang Patel | Fix indentation. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Jakob Stoklund... | Replace SplitKit SSA update with an iterative algorithm... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Jakob Stoklund... | Make MachineDominators available for SplitEditor. We... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Jakob Stoklund... | Add a temporary command line option to verify machine... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Dan Gohman | Revert r117582, which reverted r77396. Searching PATH... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Devang Patel | Backward compatibility. Gracefully handle older version... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Rafael Espindola | Add support for the .string directive. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Devang Patel | Do not work too hard to find type's file info. There... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Devang Patel | Fix indentation. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Rafael Espindola | Defined weak symbols should have non-zero value. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Mikhail Glushenkov | llvmc: Make ExecuteProgram() look in the driver directo... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Mikhail Glushenkov | Remove an unnecessary check and an unnecessary temporary. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Mikhail Glushenkov | Revert r77396. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Mikhail Glushenkov | Trailing whitespace. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Mikhail Glushenkov | 80-col violations. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Devang Patel | Do not rely on context to find file info. It is already... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Rafael Espindola | Fix relocations with renamed symbols. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Benjamin Kramer | Reduce malloc thrashing. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Jim Grosbach | PLD, PLDW, PLI encodings, plus refactor their use of... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Rafael Espindola | Aliases defined with .symver should copy the binding... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Devang Patel | Technically DIFile scope should also be handled here. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Chris Lattner | rearrange ParseRegisterList. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Chris Lattner | refactor some code to simplify it, eliminating some... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Bob Wilson | Teach the DAG combiner to fold a splat of a splat.... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Roman Divacky | Use the IDVal directly as there's no need to convert... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Roman Divacky | Implement .equ directive as a synonym to .set. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Duncan Sands | Testcase for PR8494 (invalid bitcode crashing the bitco... |
commit | commitdiff | tree | snapshot |
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 |
next |