1. d5839e5 AVX512: VPMOVAPS/PD and VPMOVUPS/PD (load) intrinsic implementation. by Igor Breger · 10 years ago
  2. 98079ab Explicitly enable OBJECT library "target". by Axel Naumann · 10 years ago
  3. 08529ec [Orc] Comment out debugging output in OrcRemoteTargetClient::reserveMem to see by Lang Hames · 10 years ago
  4. a04a818 Revert r257003 by Andrew Wilkins · 10 years ago
  5. deddff8 [ORC] Remove extraneous '&'. by Lang Hames · 10 years ago
  6. 86ece97 [ORC] Replace some more 'auto' uses with std::error_code. by Lang Hames · 10 years ago
  7. d696c2c [Orc] Add overloads of RPC::handle and RPC::expect that take member functions as by Lang Hames · 10 years ago
  8. f4afe81 LoopUnroll: Move the actual unrolling logic to a standalone function. NFC by Justin Bogner · 10 years ago
  9. b28bc14 [WebAssembly] Implement a prototype instruction encoder and disassembler. by Dan Gohman · 10 years ago
  10. fa4ea3c [WebAssembly] Register the MC subtarget info. by Dan Gohman · 10 years ago
  11. 19b6e1f [WebAssembly] Define OperandTypes for decoding immediate values. by Dan Gohman · 10 years ago
  12. 3a52c6e [WebAssembly] Define a custom segment type for function definitions. by Dan Gohman · 10 years ago
  13. 7b0624d1 [libFuzzer] when a new unit is discovered using a dictionary, print all used dictionary entries by Kostya Serebryany · 10 years ago
  14. 71afbb9 [libFuzzer] add various debug prints. Also don't mutate based on a cmp trace like (a eq a) or (a neq a) by Kostya Serebryany · 10 years ago
  15. e410c02 [WebAssembly] Use TSFlags instead of keeping a list of special-case opcodes. by Dan Gohman · 10 years ago
  16. 1005fa6 OrcRemoteTargetServer.h: Suppress a warning. [-Wunused-variable] by NAKAMURA Takumi · 10 years ago
  17. 4ca55c1 lli: Fix warnings. [-Wsign-compare] by NAKAMURA Takumi · 10 years ago
  18. 70af20f CXX_FAST_TLS calling convention: performance improvement for x86-64. by Manman Ren · 10 years ago
  19. 0a72945 LoopUnroll: Make canUnrollCompletely static - it doesn't use any state. NFC by Justin Bogner · 10 years ago
  20. 1ddf854 LoopUnroll: Clean up the maze of initialization for unroll parameters. NFC by Justin Bogner · 10 years ago
  21. 9f92731 CXX_FAST_TLS calling convention: performance improvement for ARM. by Manman Ren · 10 years ago
  22. d89bfb6 [libFuzzer] extend the weak memcmp/strcmp/strncmp interceptors to receive the result of the computations. With that, don't do any mutations if memcmp/etc returned 0 by Kostya Serebryany · 10 years ago
  23. 132f867 [IRMover] Don't copy personality, etc unless creating def by Teresa Johnson · 10 years ago
  24. 6a7de42 [Orc] XFAIL a few remote-jit test cases that I missed in r257391. by Lang Hames · 10 years ago
  25. 27e49b0 CXX_FAST_TLS calling convention: Add support for ARM on Darwin. by Manman Ren · 10 years ago
  26. d73b41a [WebAssembly] Define WebAssembly-specific relocation codes. by Dan Gohman · 10 years ago
  27. 4e5af8f Avoid the deprecated GetVersionEx API by Reid Kleckner · 10 years ago
  28. f8f4df5 [LibCallSimplifier] use instruction-level fast-math-flags to transform log calls by Sanjay Patel · 10 years ago
  29. 8e7d481 Remove a bugs assert. by Rafael Espindola · 10 years ago
  30. bf913ed lli-child-target: Introduce a new dependency on RuntimeDyld. by NAKAMURA Takumi · 10 years ago
  31. be014a6 [LibCallSimplifier] don't allow sqrt transform unless all ops are unsafe by Sanjay Patel · 10 years ago
  32. 2ab07ac LoopUnroll: Use the optsize threshold for minsize as well by Justin Bogner · 10 years ago
  33. 33ad607 more space; NFC by Sanjay Patel · 10 years ago
  34. 2234ddd [LibCallSimplifier] use instruction-level fast-math-flags to transform sqrt calls by Sanjay Patel · 10 years ago
  35. d24b395 getParent()->getParent() == getFunction() and clang-format ; NFC by Sanjay Patel · 10 years ago
  36. b6612e5 don't repeat function names in comments; NFC by Sanjay Patel · 10 years ago
  37. 102130d Add a missing error handling to llvm-lto. by Rafael Espindola · 10 years ago
  38. 1235eb2 [WebAssembly] Reorganize address offset folding. by Dan Gohman · 10 years ago
  39. 6e3a667 AMDGPU: Implement {{s|u}}int_to_fp i64 -> f32 by Matt Arsenault · 10 years ago
  40. 7ab54fc XFAIL the LLI remote JIT tests on Win32. by Lang Hames · 10 years ago
  41. 37ec4dc Split resolveCycles(bool AllowTemps) into two interfaces and document by Teresa Johnson · 10 years ago
  42. 37aa498 BumpPtrAllocator::Reset should also poison the first slab which doesn't get deallocated. by Pete Cooper · 10 years ago
  43. ea5802f AMDGPU: Cleanup udiv test by Matt Arsenault · 10 years ago
  44. 7717a8b AMDGPU: Fix crash with dispatch.ptr intrinsic with non-HSA target by Matt Arsenault · 10 years ago
  45. 94dab4d [X86] Add AVX512 testcase for r248965/PR24512. by Ahmed Bougacha · 10 years ago
  46. 0bd34e6 Revert "[Windows] Simplify assertion code. NFC." by Reid Kleckner · 10 years ago
  47. 169ee12 [ORC] Add explicit move construction/assignment to by Lang Hames · 10 years ago
  48. b973616 Update the VS getting started docs to reflect the current state of support by Reid Kleckner · 10 years ago
  49. b79da9c Use ::GetVersionEx directly rather than the Win8.1 SDK helpers by Reid Kleckner · 10 years ago
  50. 2133a4e [ORC] More MSVC error wrangling. by Lang Hames · 10 years ago
  51. 35b01da Ensure -mcpu=xscale works for arm targets, after rL252903 and rL252904 by Dimitry Andric · 10 years ago
  52. e25b385 [sanitizer] [msan] Fix origin store of array types by Adhemerval Zanella · 10 years ago
  53. b843a2a [Orc] Fix missing return. by Lang Hames · 10 years ago
  54. ada5684 [Orc] Add explicit move construction/assignment to RCMemoryManager. by Lang Hames · 10 years ago
  55. c45bf3b Fix some GCC 4.7 issues with the new Orc remote JIT support by David Blaikie · 10 years ago
  56. f96d126 Code refactoring for commit r257278. by Chen Li · 10 years ago
  57. bc71008 [NFC] Fix whitespace. by Chad Rosier · 10 years ago
  58. 57ad02c [ORC] Explicitly delete copy constructors for RCMemoryManager::Alloc. by Lang Hames · 10 years ago
  59. d357cbf [Orc] Include <system_error> in OrcTargetClient. by Lang Hames · 10 years ago
  60. 373208c lli/ChildTarget now depends on OrcJIT. Add that component to the Makefile. by Lang Hames · 10 years ago
  61. c6eb1a4 Remove the remote-JIT small code model tests for now. They're causing by Lang Hames · 10 years ago
  62. 27bceca [Orc] More explicit move construction/assignment to appease MSVC. by Lang Hames · 10 years ago
  63. a769f56 XFAIL the remote small code model tests on x86. Small code model is not properly by Lang Hames · 10 years ago
  64. 3f2e0d9 AMDGPU: int_to_fp test cleanups by Matt Arsenault · 10 years ago
  65. 68f559e AMDGPU: Fix ctlz combine for sub 32-bit types by Matt Arsenault · 10 years ago
  66. f12a12c AMDGPU: Pattern match ffbh pattern to instruction. by Matt Arsenault · 10 years ago
  67. d9ff2aa [LLI] Remove dependence on RemoteTarget.cpp from ChildTarget's Makefile. by Lang Hames · 10 years ago
  68. 392fee2 [ORC] Pacify MSVC by adding explicit move construction/assignment to by Lang Hames · 10 years ago
  69. f1e6e63 [ORC] Change 'auto' to 'std::error_code' to try to coax GCC builder into by Lang Hames · 10 years ago
  70. 01a6cb6 AMDGPU: Custom lower i64 ctlz by Matt Arsenault · 10 years ago
  71. 68196ac Mips: Remove lowerSELECT_CC by Matt Arsenault · 10 years ago
  72. 3bbc287 LegalizeDAG: Expand ctlz with ctlz_zero_undef if legal by Matt Arsenault · 10 years ago
  73. 4a3afd2 AMDGPU: Remove dead target dag combine by Matt Arsenault · 10 years ago
  74. b20e09c [LLI] Replace the LLI remote-JIT support with the new ORC remote-JIT components. by Lang Hames · 10 years ago
  75. 5f064bb Revert r257164 - it has caused spec2k6 failures in LTO mode by Silviu Baranga · 10 years ago
  76. 58a84d9 [mips] Never select JAL for calls to an absolute immediate address. by Daniel Sanders · 10 years ago
  77. 274cad5 [Hexagon] Add check for nullptr in getFixupNoBits by Krzysztof Parzyszek · 10 years ago
  78. 934777b [Hexagon] Add implicit uses of GP to GP-relative loads and stores by Krzysztof Parzyszek · 10 years ago
  79. 98b55cb [Hexagon] Mark D14 and GP as reserved registers by Krzysztof Parzyszek · 10 years ago
  80. a14bfb5 [X86] Reduce complexity of the LEA optimization pass, by Andrey Turetsky. by Alexey Bataev · 10 years ago
  81. f756623 [BranchFolding] Set correct mem refs (2nd try) by Junmo Park · 10 years ago
  82. cdd3d38 [ORC] Move ORC RPC helper classes that rely on partial specialization into a by Lang Hames · 10 years ago
  83. d05b608 [TableGen] Allow asm writer to use up to 3 OpInfo tables instead of 2. This allows x86 to use 56 total bits made up of a 32-bit, 16-bit, and 8-bit table. Previously we were using 64 total bits. by Craig Topper · 10 years ago
  84. db6f0c6 [TableGen] Remove unnecessary 0 terminator from an array that only existed to prevent ending an array with a comma. But that's perfectly legal and not something we need to prevent. NFC by Craig Topper · 10 years ago
  85. b201aa7 Fix examples corresponding to r257302. by NAKAMURA Takumi · 10 years ago
  86. 9705af5 [Orc] Remove the empty class definitions in RPCUtils.h in the hope of working by Lang Hames · 10 years ago
  87. 189e8f0 Move all decls in coverage namespace into CoverageMapping.h/NFC by Xinliang David Li · 10 years ago
  88. 140f7b5 Orc] Drop PageSize member from Orc architecture support class in favour of by Lang Hames · 10 years ago
  89. ed650a3 [Orc] Remove the FPRPCChannel class from RPCChannel.h - it requires unistd.h, by Lang Hames · 10 years ago
  90. b2e58d7 [TableGen] Remove a few spaces from AsmMatcher output. NFC by Craig Topper · 10 years ago
  91. 542664f [Orc] Include the IndirectionUtils header in OrcRemoteTargetClient. by Lang Hames · 10 years ago
  92. 838d925 [Orc] Remote the <unistd> include introduced in r257305 - it's not needed, and by Lang Hames · 10 years ago
  93. 51c6025 [Orc] Add support for remote JITing to the ORC API. by Lang Hames · 10 years ago
  94. 4008b31 [AVX-512] Remove another extra space from the Intel syntax asm strings. by Craig Topper · 10 years ago
  95. 7055a08 [AVX-512] Fix test case update missed in r257299. by Craig Topper · 10 years ago
  96. bba386e [Orc] Rename OrcTargetSupport to OrcArchitectureSupport to avoid confusion with by Lang Hames · 10 years ago
  97. 5527bd5 [AVX-512] Remove more superfluous spaces from asm strings. by Craig Topper · 10 years ago
  98. 8431640 [AVX-512] Remove unused Round and Itinerary from the maskable_cmp multiclasses. They weren't used and there were extra spaces in the asm string to prepare for the concatenations of the round string that wasn't ever used. by Craig Topper · 10 years ago
  99. 172de01 [AVX-512] Make spacing between comma and {sae} operand consistent in asm strings. by Craig Topper · 10 years ago
  100. 34515e2 [X86] Remove extra spaces from MPX instruction asm strings. by Craig Topper · 10 years ago