1. 71ccd4f Handle non-constant shifts in computeKnownBits, and use computeKnownBits for constant folding in InstCombine/Simplify by Hal Finkel · 10 years ago
  2. bd7189d GVN: don't try to replace instruction with itself. by Tim Northover · 10 years ago
  3. 89cb1b7 Fix the variable names to match the LLVM style. by Rafael Espindola · 10 years ago
  4. cf0160b [SCEV] Fix stylistic issue in MatchBinaryAddToConst; NFCI by Sanjoy Das · 10 years ago
  5. 4935ac6 [Inliner] Don't inline through callsites with operand bundles by Sanjoy Das · 10 years ago
  6. d334a86 [CMake] Fixing dependency issue with parallel make when building with LLVM_OPTIMIZED_TABLEGEN. by Chris Bieneman · 10 years ago
  7. 34f572a [X86] Clean up the tail call eligibility logic by Reid Kleckner · 10 years ago
  8. 2f7d3cd [RuntimeDyld][COFF] Fix a think-o in the handling of the IMAGE_REL_AMD64_ADDR64 by Lang Hames · 10 years ago
  9. b33343d [libFuzzer] remove some old code; also make __sanitizer_get_total_unique_caller_callee_pairs weak so that newer libFuzzer works with older asan by Kostya Serebryany · 10 years ago
  10. 481eaf3 AMDGPU: Fix parsing of 32-bit literals with sign bit set by Matt Arsenault · 10 years ago
  11. 3bf3c78 Fix another reference to in-source builds by Jonathan Roelofs · 10 years ago
  12. 3685b69 [ARM] Renaming +t2dsp feature into +dsp, as discussed on llvm-dev by Artyom Skrobov · 10 years ago
  13. f1c1676 [ARM CodeGen] @llvm.debugtrap call may be removed when restoring callee saved registers by Oleg Ranevskyy · 10 years ago
  14. cd69ab5 Test commit: fix typo in comment. by Oleg Ranevskyy · 10 years ago
  15. 9d03be0 [llvm-readobj] Don't cast qualifiers away. Now gcc is happy again. by Davide Italiano · 10 years ago
  16. 53fbda2 [CodeGen] Mark setjmp/catchret MBBs address-taken by Joseph Tremoulet · 10 years ago
  17. 9d4c131 [BasicAA] Bugfix for r251016 by James Molloy · 10 years ago
  18. 61f0127 Revert "[AArch64]Merge halfword loads into a 32-bit load" by James Molloy · 10 years ago
  19. ebf9b86 [SCEV] Get rid of an unnecessary lambda; NFC by Sanjoy Das · 10 years ago
  20. cc40d6f [mips][microMIPS] Implement SHLL.PH, SHLL_S.PH, SHLL.QB, SHLLV.PH, SHLLV_S.PH, SHLLV.QB, SHLLV_S.W, SHLL_S.W, SHRA.QB and SHRA_R.QB instructions by Zlatko Buljan · 10 years ago
  21. cc71fa37 [SCEV] Fix a latent bug in `getPreStartForExtend` by Sanjoy Das · 10 years ago
  22. bd1e979 [AVR] Add ELF constants to headers by Dylan McKay · 10 years ago
  23. 2589d46 Support, IR: silence -Wunused-parameter by Saleem Abdulrasool · 10 years ago
  24. d001394 Add more intrumentation/runtime helper interfaces (NFC) by Xinliang David Li · 10 years ago
  25. 61da47f [LangRef] Fix the doc for operand bundles by Sanjoy Das · 10 years ago
  26. 1ac8af1 SLPVectorizer: AllSameOpcode* starts "true" only for instructions by Mehdi Amini · 10 years ago
  27. ddf3065 SLPVectorizer: refactor reorderInputsAccordingToOpcode (NFC) by Mehdi Amini · 10 years ago
  28. 8a61a92 [CodeGen] Remove usage of NDEBUG in header. by Davide Italiano · 10 years ago
  29. 7bcc4cd [libFuzzer] use the indirect caller-callee counter as an independent search heuristic by Kostya Serebryany · 10 years ago
  30. 41180c6 [libFuzzer] more refactoring the code that checks the coverage. NFC by Kostya Serebryany · 10 years ago
  31. 1969ec1 [libFuzzer] refactoring the code that checks the coverage. NFC by Kostya Serebryany · 10 years ago
  32. a6d5e5a Minor bug fix in Profile Name Prefix interface by Xinliang David Li · 10 years ago
  33. a3619c6 [libFuzzer] remove the deprecated 'tokens' feature by Kostya Serebryany · 10 years ago
  34. 0df7830 LoopPass: Remove redoLoop, it isn't used. NFC by Justin Bogner · 10 years ago
  35. ca9d3aa LoopPass: Simplify the API for adding a new loop. NFC by Justin Bogner · 10 years ago
  36. f4a0ff0 [SimplifyCFG] Extend SimplifyResume to handle phi of trivial landing pad. by Chen Li · 10 years ago
  37. c417afc Add helper functions and remove hard coded references to instProf related name/name-prefixes by Xinliang David Li · 10 years ago
  38. e6a5192 [Sink] Don't check BB.empty() by David Majnemer · 10 years ago
  39. 2afd3e1 [ASan] Enable instrumentation of dynamic allocas by default. by Alexey Samsonov · 10 years ago
  40. 2212551 [SCEV] Remove a test case added in r249168 by Sanjoy Das · 10 years ago
  41. 63c52ae [SCEV] Commute zero extends through <nuw> additions by Sanjoy Das · 10 years ago
  42. b9d057d [SCEV] Opportunistically interpret unsigned constraints as signed by Sanjoy Das · 10 years ago
  43. 47b5845 [SCEV] Teach SCEV some axioms about non-wrapping arithmetic by Sanjoy Das · 10 years ago
  44. f606b2f [SCEV] Commute sign extends through nsw additions by Sanjoy Das · 10 years ago
  45. c05a5c2 [SCEV] Mark AddExprs as nsw or nuw if legal by Sanjoy Das · 10 years ago
  46. bf82528 [ASan] Minor fixes to dynamic allocas handling: by Alexey Samsonov · 10 years ago
  47. ffd4b26 [ExecutionEngine] Garbage collect some dead (and unsafe) code. by Davide Italiano · 10 years ago
  48. a4e4343 [IntrinsicEmitter] Remove GET_INTRINSIC_MODREF_BEHAVIOR table by Igor Laevsky · 10 years ago
  49. d43c001 Avoid storing a second copy of each string in StringTableBuilder. by Rafael Espindola · 10 years ago
  50. 08abda6 AArch64: Disable the latency heuristic by Matthias Braun · 10 years ago
  51. bff324d MachineScheduler: Add a way to disable the 'ReduceLatency' heuristic by Matthias Braun · 10 years ago
  52. 8df3595 Remove the last traces of X86CompilationCallback as it is completely unused. by Eric Christopher · 10 years ago
  53. 73ec735 CodeGen: increase bits allocated for LegalizeActions by Tim Northover · 10 years ago
  54. ed05a5b Change makeLibCall to take an ArrayRef<SDValue> instead of pointer and size. This removes the need to pass a hardcoded size in many places. NFC by Craig Topper · 10 years ago
  55. 30385e0 Fix broken build under MSVC. by Zachary Turner · 10 years ago
  56. 0c065cf Use ArrayRef instead of pointer and size. NFC by Craig Topper · 10 years ago
  57. 02da4e7 [X86] - Catch extra combine opportunities for redundant imuls. by Zia Ansari · 10 years ago
  58. e2e776f7 [PPC] Fix PR24686 by failing assembly for an invalid relocation by Bill Schmidt · 10 years ago
  59. 1183c6f Avoid hash lookups when finalizing StringTableBuilder. NFC. by Rafael Espindola · 10 years ago
  60. 603127a Use array_pod_sort. NFC. by Rafael Espindola · 10 years ago
  61. bf967a2 Fix incorrect target triple in fp16-promote.ll by Pirama Arumuga Nainar · 10 years ago
  62. 394b34c [mips][mips16] Fix typo in FileCheck directive. by Daniel Sanders · 10 years ago
  63. 4673f9e [X86][AVX512] extend vcvtph2ps to support xmm/ymm and sae versions by Asaf Badouh · 10 years ago
  64. 6085182 [GlobalsAA] Loosen an overly conservative bailout by James Molloy · 10 years ago
  65. dc5a8f2 [BasicAA] Non-equal indices in a GEP of a SequentialType don't overlap by James Molloy · 10 years ago
  66. af1480a [ValueTracking] Add a new predicate: isKnownNonEqual() by James Molloy · 10 years ago
  67. b217a9a Fix add_llvm_external_project. by Manuel Klimek · 10 years ago
  68. 5db5950 Use range-based for loop in sys::path::append(). NFC. by Pawel Bylica · 10 years ago
  69. 26658aa AVX-512: Fixed a bug in select_cc for i1 type by Elena Demikhovsky · 10 years ago
  70. 98f84ad Partially reverted changes from r250686 by Elena Demikhovsky · 10 years ago
  71. 2779d57 [IR] Add a `makeNoWrapRegion` method to `ConstantRange` by Sanjoy Das · 10 years ago
  72. d53277a [OperandBundles] Teach AliasAnalysis about operand bundles by Sanjoy Das · 10 years ago
  73. f1c277c [OperandBundles] Make function attributes conservatively correct by Sanjoy Das · 10 years ago
  74. 55a57a7 WebAssembly: fix more syntax by JF Bastien · 10 years ago
  75. ad5bea8 Add missing load/store flags to thumb2 instructions. by Pete Cooper · 10 years ago
  76. e7b7bf7 Attempt to fix formatting for operand bundles by David Majnemer · 10 years ago
  77. bf71837 Update LangRef for changes to the alias textual IR format to support typeless pointer work by David Blaikie · 10 years ago
  78. 8287597 [WinEH] Remove extraneous call to emitEHRegistrationOffsetLabel by David Majnemer · 10 years ago
  79. 6ca71e2 [PM]: Fix a doc typo. NFC by Justin Bogner · 10 years ago
  80. 96d4183 AMDGPU: Fix adding redundant m0 uses by Matt Arsenault · 10 years ago
  81. caa831c AMDGPU: Fix verifier error in SIFoldOperands by Matt Arsenault · 10 years ago
  82. 07437a8 AMDGPU: Split DiagnosticInfoUnsupported into its own file by Matt Arsenault · 10 years ago
  83. 8c651fb [JIT] Towards a working small memory model. by Davide Italiano · 10 years ago
  84. 110f55d AMDGPU: Simplify VOP3 operand legalization. by Matt Arsenault · 10 years ago
  85. 19b6728 [InstCombine] Revise the test case to match full sequene by Michael Liao · 10 years ago
  86. ca4c86d AMDGPU: Fix not checking implicit operands in verifyInstruction by Matt Arsenault · 10 years ago
  87. 8a10a45 Use numeric_limits instead of LLONG_MAX by Matt Arsenault · 10 years ago
  88. bcb3afc LegalizeDAG: Implement promote for build_vector by Matt Arsenault · 10 years ago
  89. 32310b7 [Verifier] Minor comment update, NFC by Vedant Kumar · 10 years ago
  90. 9e69560 [RuntimeDyld] Ignore ST_FILE symbols when constructing GlobalSymbolTable by Keno Fischer · 10 years ago
  91. 2268dab [Orc] Clean up a comment. by Lang Hames · 10 years ago
  92. f1ad087 Drop assert that a call with struct return goes to a function with sret by Joerg Sonnenberger · 10 years ago
  93. 062c18d [WinEH] Add test for llvm.va.start in catchpad by Reid Kleckner · 10 years ago
  94. bfe573b Silence Visual C++ warning in function summary parsing code (NFC) by Teresa Johnson · 10 years ago
  95. e2266e9 [x86] move recursive add match for LEA to helper function; NFCI by Sanjay Patel · 10 years ago
  96. ba3f35e Revert r250923 as config.h is not an installed header. by Yaron Keren · 10 years ago
  97. a41a157 Include llvm/Config/config.h in FileSystem.h as it depends upon HAVE_SYS_STAT_H which is defined (or not) in config.h. by Yaron Keren · 10 years ago
  98. 9f1da84 [SimplifyCFG] Don't use-after-free an SSA value by David Majnemer · 10 years ago
  99. 7d30a2e [OCaml] Expose Llvm.{set_,}unnamed_addr. by Peter Zotov · 10 years ago
  100. 8b64b61 [X86] Add AMD mwaitx, monitorx, and clzero instructions to the assembly parser and disassembler. by Craig Topper · 10 years ago