1. 9301135 [IndVars] Fix PR24356. by Sanjoy Das · 10 years ago
  2. 95d9915 [IndVars] Improved logging under DEBUG(); NFC. by Sanjoy Das · 10 years ago
  3. be21eab Convert a bunch of loops to foreach. NFC. by Pete Cooper · 10 years ago
  4. 4752eae Update comments. by Rui Ueyama · 10 years ago
  5. f5063f4 AMDGPU/SI: Add Fiji support by Tom Stellard · 10 years ago
  6. 825c884 AMDGPU/SI: Add support for 32-bit immediate SMRD offsets on CI by Tom Stellard · 10 years ago
  7. 732a4ce AMDGPU/SI: Use ComplexPatterns for SMRD addressing modes by Tom Stellard · 10 years ago
  8. 01d5be6 Fix memory leaks by avoiding extra manual dynamic allocation by David Blaikie · 10 years ago
  9. a57926b Fix nested CrashRecoveryContexts with LLVM_ENABLE_THREADS=OFF, allow them. by Nico Weber · 10 years ago
  10. 397ed3e [libFuzzer] move the mutators to public interface so that custom mutators may reuse these functions directly by Kostya Serebryany · 10 years ago
  11. 3dd7bf5 Rename inst_range() to instructions() for consistency. NFC by Nico Rieck · 10 years ago
  12. 1c618a4 Fix possible infinite loop in shrink wrapping when searching for save/restore by Kit Barton · 10 years ago
  13. cfb2e81 LibDriver: Replace references to lld-link2 with lld-link. by Peter Collingbourne · 10 years ago
  14. f5232c2 [Reassociation] Fix miscompile for va_arg arguments. by Quentin Colombet · 10 years ago
  15. dcfc698 MIR Parser: Report an error when parsing duplicate memory operand flags. by Alex Lorenz · 10 years ago
  16. dbc2c06 Revert r244154 which causes some build failure. See https://llvm.org/bugs/show_bug.cgi?id=24377. by Cong Hou · 10 years ago
  17. 66353e3 Update docs for accessing !dbg attachments by Duncan P. N. Exon Smith · 10 years ago
  18. 87433fc This patch changes the interface to enable the shrink wrapping optimization. by Kit Barton · 10 years ago
  19. 11c1577 [AArch64] Use a static function and other minor cleanup for readability. NFC. by Chad Rosier · 10 years ago
  20. 8191fed [cmake] Handle Dragonfly BSD like FreeBSD by Reid Kleckner · 10 years ago
  21. 181ebad docs: Fix typo in Phabricator.rst by Reid Kleckner · 10 years ago
  22. 7a40257 MIR Serialization: Serialize the 'invariant' machine memory operand flag. by Alex Lorenz · 10 years ago
  23. 972533b Fix an alignment error in `llvm::expandAtomicRMWToCmpXchg` without breaking the build where X86 isn't enabled. by Richard Diamond · 10 years ago
  24. 3c4339b MIR Serialization: Serialize the 'non-temporal' machine memory operand flag. by Alex Lorenz · 10 years ago
  25. 535cac4 [AArch64] Improve the readability of the ld/st optimization pass. NFC. by Chad Rosier · 10 years ago
  26. d7d9972 [SPARC] Don't compare arch name as a string, use the enum instead. by Douglas Katzman · 10 years ago
  27. 437cb16 Reuse variable. NFC. by Rafael Espindola · 10 years ago
  28. 3d3d5ae Silencing a -Wtype-limits warning; NFC. by Aaron Ballman · 10 years ago
  29. 639ab38 Plug memory leaks in AsmWriterEmitter::EmitPrintAliasInstruction. by Yaron Keren · 10 years ago
  30. 97f89e5 Fix minor typos. NFC. by Chad Rosier · 10 years ago
  31. 7809bb2 Revert "Divide the primitive size in bits by eight so the initial load's alignment is in bytes as expected. Tested with the included unit test." by Renato Golin · 10 years ago
  32. 47e91a810 llvm/lib/IR/AttributeImpl.h: Move comment block not to cover typedef, introduced in r244164. [-Wdocumentation] by NAKAMURA Takumi · 10 years ago
  33. da13538 Removing tailing whitespaces by Michael Liao · 10 years ago
  34. 1fc0f62 [X86] Improve EmitLoweredSelect for contiguous CMOV pseudo instructions. by Michael Kuperstein · 10 years ago
  35. e29d3ef [PM/AA] Clean up and homogenize comments throughout basic-aa. by Chandler Carruth · 10 years ago
  36. f10e430 Fix Visual C++ error C2248: by Yaron Keren · 10 years ago
  37. 940e92b [PM/AA] Run clang-format over all of basic-aa before making more by Chandler Carruth · 10 years ago
  38. 734c778 [PM/AA] Hoist the interface for BasicAA into a header file. by Chandler Carruth · 10 years ago
  39. f4fa49e COFF: Assign the correct symbol type to internal functions. by Peter Collingbourne · 10 years ago
  40. da53004 [PM/AA] Simplify the AliasAnalysis interface by removing a wrapper by Chandler Carruth · 10 years ago
  41. 596885b [libFuzzer] add one more mutation strategy: byte shuffling by Kostya Serebryany · 10 years ago
  42. 3c99e77 MIR Serialization: Initial serialization of the machine operand target flags. by Alex Lorenz · 10 years ago
  43. 0de2088 [llvm-objdump] Add missing call to exit(1). by Davide Italiano · 10 years ago
  44. 349b419 Revert "Make sure all temporary files get created under %T." by Frederic Riss · 10 years ago
  45. a22e8f8 ValueMapper: Rotate distinct node remapping algorithm by Duncan P. N. Exon Smith · 10 years ago
  46. c2f74a9 [libFuzzer] avoid build warnings in non-assert build (useful warning in this case) by Kostya Serebryany · 10 years ago
  47. 9a461c7 Add a stat to show how often the limit to decompose GEPs in BasicAA is reached. by Wei Mi · 10 years ago
  48. e04f789 [dsymutil] Do not create temporary files in -no-output mode. by Frederic Riss · 10 years ago
  49. 8012b5f [dsymutil] Update source used to generate test binary. by Frederic Riss · 10 years ago
  50. 23213bf ValueMapper: Simplify remap() helper function, NFC by Duncan P. N. Exon Smith · 10 years ago
  51. 7fac429 x86: NFC remove needless InstrCompiler cast by JF Bastien · 10 years ago
  52. b6d9668 [NVPTX] Use LDG for pointer induction variables. by Bjarke Hammersholt Roune · 10 years ago
  53. 5707219 [libFuzzer] in dfsan mode, set labels every time we start recording traces as opposed to doing it at process startup. This ensures that the labels are fresh. by Kostya Serebryany · 10 years ago
  54. 1cf6cc7 Add a TrailingObjects template class. by James Y Knight · 10 years ago
  55. 3d08467 Make sure all temporary files get created under %T. by Artem Belevich · 10 years ago
  56. 1b709aa [dsymutil] Add support for the -arch option. by Frederic Riss · 10 years ago
  57. 0f57ff7 Fix Windows test failure with triple instead of using the native OS by Reid Kleckner · 10 years ago
  58. defbd1f If the "CodeView" module flag is set, emit codeview instead of DWARF by Reid Kleckner · 10 years ago
  59. a417426 MIR Serialization: Serialize the machine operand's offset. by Alex Lorenz · 10 years ago
  60. f6c8c4a Add <numeric> header for use of std::accumulate(). by Cong Hou · 10 years ago
  61. fceb978 Divide the primitive size in bits by eight so the initial load's alignment is in by Richard Diamond · 10 years ago
  62. 3f81410 Record whether the weights on out-edges from a MBB are normalized. by Cong Hou · 10 years ago
  63. 7141424 [libFuzzer] add option -report_slow_units=Nsec to control when slow units are printed by Kostya Serebryany · 10 years ago
  64. 764fea6 [libFuzzer] add a missing test file by Kostya Serebryany · 10 years ago
  65. e9d6ca1 Drop the defaulted CallGraph move ctor, since it's unused and MSVC doesn't support defaulted move ops by David Blaikie · 10 years ago
  66. 3987976 Replace &vector[0] with vector.data() to avoid invalid dereference caught by debug STL. Also move a '*' for consistency and fix an 80-col violation. by Nick Lewycky · 10 years ago
  67. cea26c2 -Wdeprecated: Remove some dead code that was relying on a questionable (rule-of-3-violating) copy ctor in MCInstPrinter by David Blaikie · 10 years ago
  68. 452b145 [LoopUnswitch] Preserve make.implicit metadata for unswitched conditions by Chen Li · 10 years ago
  69. a588f3f [Hexagon] Edit a comment. NFC by Krzysztof Parzyszek · 10 years ago
  70. 0caff99 -Wdeprecated clean by making LogBuilder move constructible so it can be returned by value (in DifferenceEngine::logf) by David Blaikie · 10 years ago
  71. 8cfa23f x86 atomic: optimize a.store(reg op a.load(acquire), release) by JF Bastien · 10 years ago
  72. bd4b424 [PM] Remove a failed attempt to port the CallGraph analysis to the new by Chandler Carruth · 10 years ago
  73. a1cdcbb Update GettingStarted docs list of LLVM_TARGETS_TO_BUILD to match cmake. by Pete Cooper · 10 years ago
  74. 75e2b5a -Wdeprecated cleanup: Make CallGraph movable by default by using unique_ptr members rather than raw pointers. by David Blaikie · 10 years ago
  75. 3e8a65d Revert "Fix MO's analyzePhysReg, it was confusing sub- and super-registers. Problem pointed out by Michael Hordijk." by JF Bastien · 10 years ago
  76. a41cc3c Fix MO's analyzePhysReg, it was confusing sub- and super-registers. Problem pointed out by Michael Hordijk. by JF Bastien · 10 years ago
  77. deae476 -Wdeprecated-clean: Remove uses of throw() in favor of noexcept by David Blaikie · 10 years ago
  78. f7e51b2 NFC. by Cong Hou · 10 years ago
  79. 3252585 -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are deprecated in C++11 by David Blaikie · 10 years ago
  80. 50f5c7d Revert "Fix `llvm-config` to emit the linker flag for the combined shared object built by autoconfig/make instead of the individual components." by Richard Diamond · 10 years ago
  81. 8e50192 Write access test. by Richard Diamond · 10 years ago
  82. 9721428 MIR Parser: Report an error when parsing large immediate operands. by Alex Lorenz · 10 years ago
  83. c2b7a39 MIR Serialization: Serialize the typed immediate integer machine operands. by Alex Lorenz · 10 years ago
  84. 8a88fc9 [Unroll] Switch to using 'int' cost types in preparation for a somewhat by Chandler Carruth · 10 years ago
  85. edcd960 [dsymutil] Fix test patterns. by Frederic Riss · 10 years ago
  86. bed9b2f MIR Parser: Extract the IR constant parsing code into a new method. NFC. by Alex Lorenz · 10 years ago
  87. cebdc26 [Hexagon] Implement TargetTransformInfo for Hexagon by Krzysztof Parzyszek · 10 years ago
  88. 7a42578 [dsymutil] Implement support for handling mach-o universal binaries as main input/output. by Frederic Riss · 10 years ago
  89. d2fb7bd [dsymutil] Introduce exit helper. NFC. by Frederic Riss · 10 years ago
  90. cca89d3 [dsymutil] Split some logic into a helper function. NFC by Frederic Riss · 10 years ago
  91. d2f9ac2 [libFuzzer] use data-flow feedback from strcmp by Kostya Serebryany · 10 years ago
  92. 0f3be31 MIR Parser: Report an error when parsing duplicate register flags. by Alex Lorenz · 10 years ago
  93. da49414 [TTI] Make the cost APIs in TargetTransformInfo consistently use 'int' by Chandler Carruth · 10 years ago
  94. bdf5dc7 [GMR] Teach the conservative path of GMR to catch even more easy cases. by Chandler Carruth · 10 years ago
  95. e40350d MIR Serialization: Serialize the 'early-clobber' register operand flag. by Alex Lorenz · 10 years ago
  96. baa8ef1 Move BB succ_iterator to be inside TerminatorInst. NFC. by Pete Cooper · 10 years ago
  97. 13fa799 MIR Serialization: Serialize the 'debug-use' register operand flag. by Alex Lorenz · 10 years ago
  98. 1613aa0 MIR Parser: Simplify the handling of quoted tokens. NFC. by Alex Lorenz · 10 years ago
  99. 8e1615c [AArch64] Register AArch64DeadRegisterDefinition pass with LLVM pass manager. by Chad Rosier · 10 years ago
  100. 7ce5925 [Sparc] Fix disassembly of popc instruction. by James Y Knight · 10 years ago