1. f067a68 IR: Enable uniquing callbacks during MDNode::replaceWithUniqued() by Duncan P. N. Exon Smith · 10 years ago
  2. d26a5d3 [MCJIT] Enable MCJIT regression tests on Darwin. by Lang Hames · 10 years ago
  3. 20fc6ac [SDAG] Handle non-integer preferred memset types for non-constant values by Hal Finkel · 10 years ago
  4. 83b5f34 [ExecutionEngine] Fix MCJIT::addGlobalMapping. by Lang Hames · 10 years ago
  5. 3399e1f [fuzzer] Add support for token-based fuzzing (e.g. for C++). Allow string flags. by Kostya Serebryany · 10 years ago
  6. 9df365e Clarify that higher priority means higher values. by Matthias Braun · 10 years ago
  7. 8e4eaab RegAllocGreedy: Allow target to specify register class ordering. by Matthias Braun · 10 years ago
  8. 3f1ec42 RegAllocGreedy: Improve live interval order in ReverseLocal mode by Matthias Braun · 10 years ago
  9. fcadd6d [Hexagon] Avoid an unused variable warning when assertions are off by Simon Atanasyan · 10 years ago
  10. a9204bb [SystemZ] Address review comments for r233689 by Ulrich Weigand · 10 years ago
  11. 1b10376 [X86, AVX] fix zero-extending integer operand load patterns to use integer instructions by Sanjay Patel · 10 years ago
  12. 89ddc1b [Orc][MCJIT] Remove the small code model regression tests. by Lang Hames · 10 years ago
  13. 5b81317 AArch64: fix v8.1 sqrdmlah tests on Darwin platforms by Tim Northover · 10 years ago
  14. 15ce777 Rework r233647, "llvm/examples: Suppress building a few JIT examples." by NAKAMURA Takumi · 10 years ago
  15. 7ea1514 [X86, AVX] try to lowerVectorShuffleAsElementInsertion() for all 256-bit vector sub-types by Sanjay Patel · 10 years ago
  16. 360fb1b typos; NFC by Sanjay Patel · 10 years ago
  17. d2b60b4 [SystemZ] Add Analysis to required_libraries (fall-out from r233688) by Ulrich Weigand · 10 years ago
  18. 9444646 [docs] add cross-reference by Scott Douglass · 10 years ago
  19. 4654bc7 Expand MUX instructions early on Hexagon by Krzysztof Parzyszek · 10 years ago
  20. b7c19b3 Revert 233694. Weak SVN-fu. by Krzysztof Parzyszek · 10 years ago
  21. af4ad2d Expand MUX instructions early on Hexagon by Krzysztof Parzyszek · 10 years ago
  22. e99524c [AArch64] Add v8.1a "Rounding Double Multiply Add/Subtract" extension by Vladimir Sukharev · 10 years ago
  23. cb1b3ad [SystemZ] Support RISBGN instruction on zEC12 by Ulrich Weigand · 10 years ago
  24. ee84973 [SystemZ] Use POPCNT instruction on z196 by Ulrich Weigand · 10 years ago
  25. 64aa9d8 [SystemZ] Provide basic TargetTransformInfo implementation by Ulrich Weigand · 10 years ago
  26. 3789814 Fix the operand encoding in the test instruction. by Rafael Espindola · 10 years ago
  27. 3e91597 [PowerPC] Remove TargetMachine CPU auto-detection by Ulrich Weigand · 10 years ago
  28. 369ee1b [SDAG] Move TRUNCATE splitting logic into a helper, and use it more liberally. by James Molloy · 10 years ago
  29. cd83d5b [X86] Stop changing result of getHostCPUName based on whether the processor supports AVX. getHostCPUFeatures should be used instead to determine whether to support AVX. by Craig Topper · 10 years ago
  30. 9a7c003 Make llc use getHostCPUFeatures when 'native' is specified for cpu. by Craig Topper · 10 years ago
  31. caa12e0 [X86] Be more robust against unknown Intel family 6 models. Use feature flags to guess what it might be. by Craig Topper · 10 years ago
  32. 18128bd [X86] Generate MOVNT for all vector types. by Ahmed Bougacha · 10 years ago
  33. 4e5fdbf tools: Unify how verifyModule() is called by Duncan P. N. Exon Smith · 10 years ago
  34. 8ffc5ca [bpf] mark mov instructions as ReMaterializable by Alexei Starovoitov · 10 years ago
  35. 6b9d1f9 Verifier: Don't return early from verifyTypeRefs() by Duncan P. N. Exon Smith · 10 years ago
  36. 35ef0ef Verifier: Explicitly verify type references by Duncan P. N. Exon Smith · 10 years ago
  37. d3cfcf9 Verifier: Move over DISubprogram::Verify() by Duncan P. N. Exon Smith · 10 years ago
  38. 81a8d62 DebugInfo: Rewrite llvm::getDISubprogram(), NFC by Duncan P. N. Exon Smith · 10 years ago
  39. a04d764 DebugInfo: Hide isScopeRef() and isTypeRef() behind NDEBUG by Duncan P. N. Exon Smith · 10 years ago
  40. 12b14d9 DebugInfo: Factor out RETURN_FROM_RAW, etc. by Duncan P. N. Exon Smith · 10 years ago
  41. c2baee4 Verifier: Check reference flags in debug info by Duncan P. N. Exon Smith · 10 years ago
  42. c0bf4a0 Verifier: Move more debug info checks away from Verify() by Duncan P. N. Exon Smith · 10 years ago
  43. 0cbd7fc DebugInfo: Move debug info flags to the new hierarchy by Duncan P. N. Exon Smith · 10 years ago
  44. 2f5cbb5 Verifier: Move checks over from DIDescriptor::Verify() by Duncan P. N. Exon Smith · 10 years ago
  45. 9e5f04d [AArch64] Fix poor codegen for add immediate. by Quentin Colombet · 10 years ago
  46. 16710b2 DebugInfo: Remove LexicalBlockFile scope/context distinction by Duncan P. N. Exon Smith · 10 years ago
  47. e2424b0 Replace the MCSubtargetInfo parameter with a Triple when creating by Eric Christopher · 10 years ago
  48. 6dd9e85 llvm/examples: Suppress building a few JIT examples. by NAKAMURA Takumi · 10 years ago
  49. d5285ea llvm/examples: Add RuntimeDyld as libdeps. by NAKAMURA Takumi · 10 years ago
  50. 1aa1d1a LexicalScopes: Cleanup remaining uses of DebugLoc by Duncan P. N. Exon Smith · 10 years ago
  51. 497110d DebugLoc: Remove getFromDILexicalBlock() by Duncan P. N. Exon Smith · 10 years ago
  52. 62e3e38 LexicalScopes: Use debug info hierarchy pervasively by Duncan P. N. Exon Smith · 10 years ago
  53. 23ff386 Silence an unused variable warning. by David Majnemer · 10 years ago
  54. 3506457 Move lib/Fuzzer docs from a README.txt to a proper .rst file. by Kostya Serebryany · 10 years ago
  55. e6d25ad [fuzzer] when a single unit takes over 1 second to run and it is the slowest one so far, print it. by Kostya Serebryany · 10 years ago
  56. 0a8ff29 [WinEH] Run cleanup handlers when an exception is thrown by David Majnemer · 10 years ago
  57. 1c85955 Transfer implicit operands when expanding the RET_ReallyLR pseudo instruction. by Juergen Ributzka · 10 years ago
  58. b0b7c53 [fuzzer] print various stats in a unified way by Kostya Serebryany · 10 years ago
  59. 5ca9ec7 [bpf] add support for bswap instructions by Alexei Starovoitov · 10 years ago
  60. adb58c1 [bpf] fix build by Alexei Starovoitov · 10 years ago
  61. 910e36d Rename const char *Triple argument to TT to avoid shadowing llvm::Triple. by Eric Christopher · 10 years ago
  62. 8225e35 Remove unused MCSubtargetInfo argument from the X86 MCInstPrinter ctors. by Eric Christopher · 10 years ago
  63. 29c6bd6 DFSan-based fuzzer (proof of concept). by Kostya Serebryany · 10 years ago
  64. 5bd9d1e Remove unused MCSubtargetInfo argument from the Sparc MCInstPrinter ctors. by Eric Christopher · 10 years ago
  65. c94e8e8 Remove unused MCSubtargetInfo argument from the NVPTX MCInstPrinter ctors. by Eric Christopher · 10 years ago
  66. 35ff67e LexicalScopes: Use MDLocation directly instead of DebugLoc by Duncan P. N. Exon Smith · 10 years ago
  67. 87b7793 Remove unused MCSubtargetInfo argument from the ARM MCInstPrinter ctors. by Eric Christopher · 10 years ago
  68. cdd8ee3 Remove unused MCSubtargetInfo argument from the AArch64 MCInstPrinter ctors. by Eric Christopher · 10 years ago
  69. 1c60a4e Remove unused Target argument from MCInstPrinter ctor functions. by Eric Christopher · 10 years ago
  70. affc406 [RegisterCoalescer] Fix a potential misuse of direct operand index in the by Quentin Colombet · 10 years ago
  71. 25e3d2d [opaque pointer type] Change GetElementPtrInst::getIndexedType to take the pointee type by David Blaikie · 10 years ago
  72. a55ae07 Fix PR23045. by Rafael Espindola · 10 years ago
  73. 7f3757e Transforms: Update unit tests to use verifyModule() by Duncan P. N. Exon Smith · 10 years ago
  74. 494ae8d DwarfDebug: Avoid creating new DebugLocs in the backend by Duncan P. N. Exon Smith · 10 years ago
  75. 769b935 Explain how to abandon a review. by Paul Robinson · 10 years ago
  76. 6d42c00 DebugInfo: Remove dead code from old DebugLoc API by Duncan P. N. Exon Smith · 10 years ago
  77. 37780d8 Use range loops and add missing braces. by Rafael Espindola · 10 years ago
  78. 454c320 Transforms: Fix a use of the old DebugLoc in unittests by Duncan P. N. Exon Smith · 10 years ago
  79. f9ed6b0 [opaque pointer type] More IRBuilder::createGEP (non-inbounds) migrations: CodeGenPrepare and SimplifyLibCalls by David Blaikie · 10 years ago
  80. 07ee8d2 MC: For variable symbols, maintain MCSymbol::Section as a cache. by Peter Collingbourne · 10 years ago
  81. 68338f8 llvm-dis: Use the new `DebugLoc` API, NFC by Duncan P. N. Exon Smith · 10 years ago
  82. f175439 Transforms: Use the new DebugLoc API, NFC by Duncan P. N. Exon Smith · 10 years ago
  83. 39acf8f IR: Use the new DebugLoc API, NFC by Duncan P. N. Exon Smith · 10 years ago
  84. 103d622 Verify 'optnone' can run DAG combiner when appropriate. by Paul Robinson · 10 years ago
  85. e6d6461 [NVPTX] Associate a minimum PTX version for each SM architecture by Justin Holewinski · 10 years ago
  86. 3637bab CodeGen: Use the new DebugLoc API, NFC by Duncan P. N. Exon Smith · 10 years ago
  87. 9039fc7 [PPC] Modify HTM and crypto intrinsics to inherit from GCCBuiltin by Kit Barton · 10 years ago
  88. 7706610 DebugInfo: Reflow printDebugLoc() to use early returns, NFC by Duncan P. N. Exon Smith · 10 years ago
  89. 70c2586 [Orc] Separate callback manager selection from callback manager construction for by Lang Hames · 10 years ago
  90. d0db611 Bitcode: Reflow code to use early continues, NFC by Duncan P. N. Exon Smith · 10 years ago
  91. 5ae5e64 SelectionDAG: Reflow code to use early returns, NFC by Duncan P. N. Exon Smith · 10 years ago
  92. d85053f [NVPTX] Add options for PTX 4.1/4.2 and SM 3.2/3.7/5.2/5.3 by Justin Holewinski · 10 years ago
  93. 1c13197 DebugInfo: Write new DebugLoc API by Duncan P. N. Exon Smith · 10 years ago
  94. 3584797 DebugInfo: Implement MDLocation::getInlinedAtScope() by Duncan P. N. Exon Smith · 10 years ago
  95. 7380257 Verifier: Add operand checks for remaining debug info by Duncan P. N. Exon Smith · 10 years ago
  96. d9720a4 DebugInfo: Simplify logic in DISubprogram::Verify(), NFC by Duncan P. N. Exon Smith · 10 years ago
  97. a3dbc68 Verifier: Loosen r233559 check for 'function:' field in MDSubprogram by Duncan P. N. Exon Smith · 10 years ago
  98. d3ec0ca Verifier: Add operand checks for MDLexicalBlock by Duncan P. N. Exon Smith · 10 years ago
  99. 0c251f7 DebugInfo: Rename some testcases by Duncan P. N. Exon Smith · 10 years ago
  100. bd38c8d Verifier: Check operands of MDSubprogram nodes by Duncan P. N. Exon Smith · 10 years ago