1. f8f4df5 [LibCallSimplifier] use instruction-level fast-math-flags to transform log calls by Sanjay Patel · 10 years ago
  2. 8e7d481 Remove a bugs assert. by Rafael Espindola · 10 years ago
  3. bf913ed lli-child-target: Introduce a new dependency on RuntimeDyld. by NAKAMURA Takumi · 10 years ago
  4. be014a6 [LibCallSimplifier] don't allow sqrt transform unless all ops are unsafe by Sanjay Patel · 10 years ago
  5. 2ab07ac LoopUnroll: Use the optsize threshold for minsize as well by Justin Bogner · 10 years ago
  6. 33ad607 more space; NFC by Sanjay Patel · 10 years ago
  7. 2234ddd [LibCallSimplifier] use instruction-level fast-math-flags to transform sqrt calls by Sanjay Patel · 10 years ago
  8. d24b395 getParent()->getParent() == getFunction() and clang-format ; NFC by Sanjay Patel · 10 years ago
  9. b6612e5 don't repeat function names in comments; NFC by Sanjay Patel · 10 years ago
  10. 102130d Add a missing error handling to llvm-lto. by Rafael Espindola · 10 years ago
  11. 1235eb2 [WebAssembly] Reorganize address offset folding. by Dan Gohman · 10 years ago
  12. 6e3a667 AMDGPU: Implement {{s|u}}int_to_fp i64 -> f32 by Matt Arsenault · 10 years ago
  13. 7ab54fc XFAIL the LLI remote JIT tests on Win32. by Lang Hames · 10 years ago
  14. 37ec4dc Split resolveCycles(bool AllowTemps) into two interfaces and document by Teresa Johnson · 10 years ago
  15. 37aa498 BumpPtrAllocator::Reset should also poison the first slab which doesn't get deallocated. by Pete Cooper · 10 years ago
  16. ea5802f AMDGPU: Cleanup udiv test by Matt Arsenault · 10 years ago
  17. 7717a8b AMDGPU: Fix crash with dispatch.ptr intrinsic with non-HSA target by Matt Arsenault · 10 years ago
  18. 94dab4d [X86] Add AVX512 testcase for r248965/PR24512. by Ahmed Bougacha · 10 years ago
  19. 0bd34e6 Revert "[Windows] Simplify assertion code. NFC." by Reid Kleckner · 10 years ago
  20. 169ee12 [ORC] Add explicit move construction/assignment to by Lang Hames · 10 years ago
  21. b973616 Update the VS getting started docs to reflect the current state of support by Reid Kleckner · 10 years ago
  22. b79da9c Use ::GetVersionEx directly rather than the Win8.1 SDK helpers by Reid Kleckner · 10 years ago
  23. 2133a4e [ORC] More MSVC error wrangling. by Lang Hames · 10 years ago
  24. 35b01da Ensure -mcpu=xscale works for arm targets, after rL252903 and rL252904 by Dimitry Andric · 10 years ago
  25. e25b385 [sanitizer] [msan] Fix origin store of array types by Adhemerval Zanella · 10 years ago
  26. b843a2a [Orc] Fix missing return. by Lang Hames · 10 years ago
  27. ada5684 [Orc] Add explicit move construction/assignment to RCMemoryManager. by Lang Hames · 10 years ago
  28. c45bf3b Fix some GCC 4.7 issues with the new Orc remote JIT support by David Blaikie · 10 years ago
  29. f96d126 Code refactoring for commit r257278. by Chen Li · 10 years ago
  30. bc71008 [NFC] Fix whitespace. by Chad Rosier · 10 years ago
  31. 57ad02c [ORC] Explicitly delete copy constructors for RCMemoryManager::Alloc. by Lang Hames · 10 years ago
  32. d357cbf [Orc] Include <system_error> in OrcTargetClient. by Lang Hames · 10 years ago
  33. 373208c lli/ChildTarget now depends on OrcJIT. Add that component to the Makefile. by Lang Hames · 10 years ago
  34. c6eb1a4 Remove the remote-JIT small code model tests for now. They're causing by Lang Hames · 10 years ago
  35. 27bceca [Orc] More explicit move construction/assignment to appease MSVC. by Lang Hames · 10 years ago
  36. a769f56 XFAIL the remote small code model tests on x86. Small code model is not properly by Lang Hames · 10 years ago
  37. 3f2e0d9 AMDGPU: int_to_fp test cleanups by Matt Arsenault · 10 years ago
  38. 68f559e AMDGPU: Fix ctlz combine for sub 32-bit types by Matt Arsenault · 10 years ago
  39. f12a12c AMDGPU: Pattern match ffbh pattern to instruction. by Matt Arsenault · 10 years ago
  40. d9ff2aa [LLI] Remove dependence on RemoteTarget.cpp from ChildTarget's Makefile. by Lang Hames · 10 years ago
  41. 392fee2 [ORC] Pacify MSVC by adding explicit move construction/assignment to by Lang Hames · 10 years ago
  42. f1e6e63 [ORC] Change 'auto' to 'std::error_code' to try to coax GCC builder into by Lang Hames · 10 years ago
  43. 01a6cb6 AMDGPU: Custom lower i64 ctlz by Matt Arsenault · 10 years ago
  44. 68196ac Mips: Remove lowerSELECT_CC by Matt Arsenault · 10 years ago
  45. 3bbc287 LegalizeDAG: Expand ctlz with ctlz_zero_undef if legal by Matt Arsenault · 10 years ago
  46. 4a3afd2 AMDGPU: Remove dead target dag combine by Matt Arsenault · 10 years ago
  47. b20e09c [LLI] Replace the LLI remote-JIT support with the new ORC remote-JIT components. by Lang Hames · 10 years ago
  48. 5f064bb Revert r257164 - it has caused spec2k6 failures in LTO mode by Silviu Baranga · 10 years ago
  49. 58a84d9 [mips] Never select JAL for calls to an absolute immediate address. by Daniel Sanders · 10 years ago
  50. 274cad5 [Hexagon] Add check for nullptr in getFixupNoBits by Krzysztof Parzyszek · 10 years ago
  51. 934777b [Hexagon] Add implicit uses of GP to GP-relative loads and stores by Krzysztof Parzyszek · 10 years ago
  52. 98b55cb [Hexagon] Mark D14 and GP as reserved registers by Krzysztof Parzyszek · 10 years ago
  53. a14bfb5 [X86] Reduce complexity of the LEA optimization pass, by Andrey Turetsky. by Alexey Bataev · 10 years ago
  54. f756623 [BranchFolding] Set correct mem refs (2nd try) by Junmo Park · 10 years ago
  55. cdd3d38 [ORC] Move ORC RPC helper classes that rely on partial specialization into a by Lang Hames · 10 years ago
  56. 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
  57. 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
  58. b201aa7 Fix examples corresponding to r257302. by NAKAMURA Takumi · 10 years ago
  59. 9705af5 [Orc] Remove the empty class definitions in RPCUtils.h in the hope of working by Lang Hames · 10 years ago
  60. 189e8f0 Move all decls in coverage namespace into CoverageMapping.h/NFC by Xinliang David Li · 10 years ago
  61. 140f7b5 Orc] Drop PageSize member from Orc architecture support class in favour of by Lang Hames · 10 years ago
  62. ed650a3 [Orc] Remove the FPRPCChannel class from RPCChannel.h - it requires unistd.h, by Lang Hames · 10 years ago
  63. b2e58d7 [TableGen] Remove a few spaces from AsmMatcher output. NFC by Craig Topper · 10 years ago
  64. 542664f [Orc] Include the IndirectionUtils header in OrcRemoteTargetClient. by Lang Hames · 10 years ago
  65. 838d925 [Orc] Remote the <unistd> include introduced in r257305 - it's not needed, and by Lang Hames · 10 years ago
  66. 51c6025 [Orc] Add support for remote JITing to the ORC API. by Lang Hames · 10 years ago
  67. 4008b31 [AVX-512] Remove another extra space from the Intel syntax asm strings. by Craig Topper · 10 years ago
  68. 7055a08 [AVX-512] Fix test case update missed in r257299. by Craig Topper · 10 years ago
  69. bba386e [Orc] Rename OrcTargetSupport to OrcArchitectureSupport to avoid confusion with by Lang Hames · 10 years ago
  70. 5527bd5 [AVX-512] Remove more superfluous spaces from asm strings. by Craig Topper · 10 years ago
  71. 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
  72. 172de01 [AVX-512] Make spacing between comma and {sae} operand consistent in asm strings. by Craig Topper · 10 years ago
  73. 34515e2 [X86] Remove extra spaces from MPX instruction asm strings. by Craig Topper · 10 years ago
  74. 59c1811 [Orc] Add error codes and a new std::error_category for remote-jit errors. by Lang Hames · 10 years ago
  75. e6dd20c [RuntimeDyld] Add a notifyObjectLoaded method to RuntimeDyld::MemoryManager. by Lang Hames · 10 years ago
  76. 66a4a1f Move coveragemap_error enum into coverage namespace and InstrProf.h /NFC by Xinliang David Li · 10 years ago
  77. cb4ab73 [RuntimeDyld] Add alignment arguments to the reserveAllocationSpace method of by Lang Hames · 10 years ago
  78. 1f644cd [SectionMemoryManager] Don't just drop the RO free list by Keno Fischer · 10 years ago
  79. d046f20 Speed up LiveDebugValues by Daniel Berlin · 10 years ago
  80. e54dc2a OrcJITTests//ObjectLinkingLayerTest.cpp: Appease msc18's C2327. It seems definition of nested class would confuse the context. by NAKAMURA Takumi · 10 years ago
  81. b3cad3c [ADT] Another stab at fixing the PointerEmbeddedInt build for MSVC. by Benjamin Kramer · 10 years ago
  82. 7eac64c [ADT] Unbreak PointerEmbeddedInt build with MSVC. by Benjamin Kramer · 10 years ago
  83. d6de440 Optimized instruction sequence for sitofp operation on X86-32 by Elena Demikhovsky · 10 years ago
  84. ca4af1a [ADT] Add an abstraction for embedding an integer within a pointer-like type. by Chandler Carruth · 10 years ago
  85. e496b80 [AVX512] add PRORVQ and PRORVD Intrinsic by Michael Zuckerman · 10 years ago
  86. 560cdb1 [ADT] Add a sum type abstraction for pointer-like types. by Chandler Carruth · 10 years ago
  87. 6d24e7d [ADT] Remove 'reinterpreted as a pointer' from some Twine comments. Integers have been stored directly in a union for some time. NFC by Craig Topper · 10 years ago
  88. 75771fd Add test for r257279. by David Majnemer · 10 years ago
  89. 0b06a2d [JumpThreading] Don't forget to report that the IR changed by David Majnemer · 10 years ago
  90. 83fa9b8 Fix a control flow problem in commit rL257277. by Chen Li · 10 years ago
  91. a05b979 [SimplifyCFG] Extend SimplifyResume to handle phi of trivial landing pad. by Chen Li · 10 years ago
  92. f3f9d83 [LangRef] Move catchpad to "Other Operators" (NFC) by Joseph Tremoulet · 10 years ago
  93. e2fff4f [WinEH] Fix catchpad pred verification by Joseph Tremoulet · 10 years ago
  94. 12b6cd2 [WinEH] Disallow cyclic unwinds by Joseph Tremoulet · 10 years ago
  95. c2d8241 [WinEH] Verify consistent funclet unwind exits by Joseph Tremoulet · 10 years ago
  96. fe9953a [WinEH] Verify unwind edges against EH pad tree by Joseph Tremoulet · 10 years ago
  97. 748e8f4 Don't use random class variables across functions by Daniel Berlin · 10 years ago
  98. 5dade21 Revert "[BranchFolding] Set correct mem refs" by Michael Zolotukhin · 10 years ago
  99. c8aa549 [Orc] Fix MSVC build errors due to r257265 by adding explicit move construction by Lang Hames · 10 years ago
  100. 6966456 Revert "Teach the CMake build system to run lit's test suite. These can be run" by Dan Liew · 10 years ago