1. c6ed91e [AArch64] Add command-line option predres by Diogo N. Sampaio · 7 years ago
  2. a974b33 [CaptureTracking] Add a unit test for MaxUsesToExplore by Artur Pilipenko · 7 years ago
  3. 4f13d04 Rename TapiTests to TextAPITests by Nico Weber · 7 years ago
  4. 8786a94 [ARM] Add command-line option for SB by Diogo N. Sampaio · 7 years ago
  5. 9123f82 [AArch64] Add command-line option for SB by Diogo N. Sampaio · 7 years ago
  6. b53eeb6 [llvm] API for encoding/decoding DWARF discriminators. by Mircea Trofin · 7 years ago
  7. 8ed73c2 [TextAPI][elfabi] Fix failing tests from D56020 by Armando Montanez · 7 years ago
  8. 4cc2113 [TextAPI][elfabi] Fix YAML support for weak symbols by Armando Montanez · 7 years ago
  9. 148957f [AArch64] Always use the version of computeKnownBits that returns a value. NFCI. by Simon Pilgrim · 7 years ago
  10. b47bd52 [ADT] IntervalMap: add overlaps(a, b) method by Pavel Labath · 7 years ago
  11. 2f44fbe cmake: Remove add_llvm_loadable_module() by Tom Stellard · 7 years ago
  12. 84980f4 Fix gcc7 -Wdangling-else warning. NFCI. by Simon Pilgrim · 7 years ago
  13. 0b83209 Fix use-after-free with profile remapping. by Richard Smith · 7 years ago
  14. 937a104 [VFS] Add isLocal to ProxyFileSystem and add unit tests. by Michael J. Spencer · 7 years ago
  15. 1eb3aae [ADT] Fix bugs in SmallBitVector. by Zachary Turner · 7 years ago
  16. 629db5d [globalisel][combiner] Make the CombinerChangeObserver a MachineFunction::Delegate by Daniel Sanders · 7 years ago
  17. d001e0e [globalisel] Add GISelChangeObserver::changingInstr() by Daniel Sanders · 7 years ago
  18. 91dfdd5 [globalisel] Rename GISelChangeObserver's erasedInstr() to erasingInstr() and related nits. NFC by Daniel Sanders · 7 years ago
  19. a1d95c3 [NewPM] fixing asserts on deleted loop in -print-after-all by Fedor Sergeev · 7 years ago
  20. 6d6ff2e [TextAPI][elfabi] Make SoName optional by Armando Montanez · 7 years ago
  21. cef44a2 [GISel]: Refactor MachineIRBuilder to allow passing additional parameters to build Instrs by Aditya Nandakumar · 7 years ago
  22. 5882328 Fix LLVM_LINK_LLVM_DYLIB build of TapiTests by Sam Clegg · 7 years ago
  23. 69f6098 APFloat: allow 64-bit of payload by JF Bastien · 7 years ago
  24. 4d62f6c [NFC][AArch64] Remove duplicate Arch list in target parser tests by David Spickett · 7 years ago
  25. e353459 [TextAPI][elfabi] Make TBE handlers functions that return Errors by Armando Montanez · 7 years ago
  26. 992fc88 [llvm-tapi] Don't try to override SequenceTraits for std::string by Sam Clegg · 7 years ago
  27. b2a6f8e [CodeExtractor] Store outputs at the first valid insertion point by Vedant Kumar · 7 years ago
  28. f75d4f3 [GISel]: Provide standard interface to observe changes in GISel passes by Aditya Nandakumar · 7 years ago
  29. f57bfd3 [ADT] Add zip_longest iterators. by Michael Kruse · 7 years ago
  30. 4db904b Revert "[ADT] Add zip_longest iterators" by Michael Kruse · 7 years ago
  31. e6899bf [ADT] Add zip_longest iterators by Michael Kruse · 7 years ago
  32. d129569 [CodeExtractor] Split PHI nodes with incoming values from outlined region (PR39433) by Vedant Kumar · 7 years ago
  33. 1e4b370 [llvm-tapi] initial commit, supports ELF text stubs by Armando Montanez · 7 years ago
  34. a17f855 [AArch64] Add command-line option for SSBS by Pablo Barrio · 7 years ago
  35. 687b92c [ValueTracking] Support funnel shifts in computeKnownBits() by Nikita Popov · 7 years ago
  36. 219e536 [ValueTracking] Make unit tests easier to write; NFC by Nikita Popov · 7 years ago
  37. e632286 Revert r347823 "[TextAPI] Switch back to a custom Platform enum." by Hans Wennborg · 7 years ago
  38. b7013d6 [TextAPI] Switch back to a custom Platform enum. by Juergen Ributzka · 7 years ago
  39. 69127e1 Add Hurd target to LLVMSupport (1/2) by Kristina Brooks · 7 years ago
  40. dbaf055 [TextAPI] TBD Reader/Writer (bot fixes: take 2) by Juergen Ributzka · 7 years ago
  41. 5d1c6f8 [TextAPI] TBD Reader/Writer (bot fixes) by Juergen Ributzka · 7 years ago
  42. 7353a90 [TextAPI] TBD Reader/Writer by Juergen Ributzka · 7 years ago
  43. dec0696 Revert "[TextAPI] TBD Reader/Writer" by Juergen Ributzka · 7 years ago
  44. eb6759b [TextAPI] TBD Reader/Writer by Juergen Ributzka · 7 years ago
  45. 86f7497 Fix DynamicLibraryTests build on Windows when LLVM_EXPORT_SYMBOLS_FOR_PLUGINS is ON by Michael Platings · 7 years ago
  46. e01718c [ARM, AArch64] Move ARM/AArch64 target parsers into by David Spickett · 7 years ago
  47. 14f3e3a [Demangle] remove itaniumFindTypesInMangledName by Pavel Labath · 7 years ago
  48. 0528e2c [ARM GlobalISel] Support G_CTLZ and G_CTLZ_ZERO_UNDEF by Diana Picus · 7 years ago
  49. 4238cd5 [MetadataTest] Fix off-by-one strncpy warning reported by gcc8. (NFC) by Florian Hahn · 7 years ago
  50. 13cacb2 [unittests] Fix ExpandTilde test to match handling home dirs with trailing slash by Simon Atanasyan · 7 years ago
  51. 1b25ba0 [unittest] Skip W+X MappedMemoryTests when MPROTECT is enabled by Michal Gorny · 7 years ago
  52. 7ef0b31 [APInt] Add methods for saturated add and sub by Sanjay Patel · 7 years ago
  53. f5ead29 [PatternMatch] Handle undef vectors consistently by Sanjay Patel · 7 years ago
  54. 56c74cf [llvm-exegesis][NFC] Some code style cleanup by Jinsong Ji · 7 years ago
  55. cda5421 [DebugInfo] DISubprogram flags get their own flags word. NFC. by Paul Robinson · 7 years ago
  56. bbab546 [llvm-exegesis][NFC] More tests for ExegesisTarget::fillMemoryOperands(). by Clement Courbet · 7 years ago
  57. dad611c Test commit - delete a trailing space. by Michael Platings · 7 years ago
  58. e7b789b [ProfileSummary] Standardize methods and fix comment by Vedant Kumar · 7 years ago
  59. ab73426 [VFS] Update unittest to fix Windows buildbot. by Volodymyr Sapsai · 7 years ago
  60. 7610033 [VFS] Implement `RedirectingFileSystem::getRealPath`. by Volodymyr Sapsai · 7 years ago
  61. fb7d1a9 Re-apply r346985: [ADT] Drop llvm::Optional clang-specific optimization for trivially copyable types by Tom Stellard · 7 years ago
  62. 919fbbb [BinaryFormat] Add MsgPackTypes by Scott Linder · 7 years ago
  63. c0830f5 [Support] Teach YAMLIO about polymorphic types by Scott Linder · 7 years ago
  64. 09e516c [VPlan, SLP] Add simple SLP analysis on top of VPlan. by Florian Hahn · 7 years ago
  65. dd1a928 Correctly instantiate `iterator_adaptor_base` when defining `pointer_iterator` by David Blaikie · 7 years ago
  66. e0c0071 Make the ExpandTilde unit test expect "\" (not "/") on Win32 by Matthew Voss · 7 years ago
  67. bb27911 DebugInfo: Add a CU metadata attribute for use of DWARF ranges base address specifiers by David Blaikie · 7 years ago
  68. b23f430 [FileSystem] Add expand_tilde function by Jonas Devlieghere · 7 years ago
  69. 107d0a8 [CSP, Cloning] Update DuplicateInstructionsInSplitBetween to use DomTreeUpdater. by Florian Hahn · 7 years ago
  70. 45eb84f [Support] Make error banner optional in logAllUnhandledErrors by Jonas Devlieghere · 7 years ago
  71. 1235539 [AArch64] Support HiSilicon's TSV110 processor by Bryan Chan · 7 years ago
  72. 99538e8 Revert "[VFS] Add "expand tilde" argument to getRealPath." by Sam McCall · 7 years ago
  73. df78bf1 [llvm-exegesis] Fix unit tests on PowerPC/AArch64. by Clement Courbet · 7 years ago
  74. eee2e06 [llvm-exegesis][NFC] Add a way to declare the default counter binding for unbound CPUs for a target. by Clement Courbet · 7 years ago
  75. da375a6 [XRay] Improve FDR trace handling and error messaging by Dean Michael Berris · 7 years ago
  76. f5b6d11 [VFS] Add "expand tilde" argument to getRealPath. by Jonas Devlieghere · 7 years ago
  77. 8cca8bd [SelectionDAG] Assert on the width of DemandedElts argument to computeKnownBits for all vector typed operations not just build_vector. by Craig Topper · 7 years ago
  78. 5fd3e75 [PowerPC][llvm-exegesis] Add a PowerPC target by Jinsong Ji · 7 years ago
  79. 65cb9d7 [SCEV][NFC] Verify IR in isLoop[Entry,Backedge]GuardedByCond by Max Kazantsev · 7 years ago
  80. cbb5c86 Extend virtual file system with `isLocal` method by Jonas Devlieghere · 7 years ago
  81. 8f07efc Fix unit tests after patch https://reviews.llvm.org/rL346313 by Calixte Denizet · 7 years ago
  82. 59439dd [XRay] Use TSC delta encoding for custom/typed events by Dean Michael Berris · 7 years ago
  83. 3d849f6 MachineModuleInfo: Store more specific reference to LLVMTargetMachine; NFC by Matthias Braun · 7 years ago
  84. e7c94ef [ValueTracking] determine sign of 0.0 from select when matching min/max FP by Sanjay Patel · 7 years ago
  85. 1ba8618 [SelectionDAG] Remove special methods for creating *_EXTEND_VECTOR_INREG nodes. Move asserts into getNode. by Craig Topper · 7 years ago
  86. cac28b4 [ValueTracking] peek through 2-input shuffles in ComputeNumSignBits by Sanjay Patel · 7 years ago
  87. 45a148d [ValueTracking] add test for non-canonical shuffle; NFC by Sanjay Patel · 7 years ago
  88. a68096c [ValueTracking] allow non-canonical shuffles when computing signbits by Sanjay Patel · 7 years ago
  89. 5595b1e Allow null-valued function operands in getCalledFunction() by David Stenberg · 7 years ago
  90. 8a3ef6f [XRay] Fix tests with updated fdr-dump by Dean Michael Berris · 7 years ago
  91. fd9722fb [AliasSetTracker] Misc cleanup (NFCI) by Alina Sbirlea · 7 years ago
  92. 5223624 [ADT] Clean up SparseBitVector copying and make it moveable by Benjamin Kramer · 7 years ago
  93. 6b67ff0 [XRay] Add CPU ID in Custom Event FDR Records by Dean Michael Berris · 7 years ago
  94. 41fb951 [VFS] Add support for "no_push" to VFS recursive iterators. by Jonas Devlieghere · 7 years ago
  95. 03da6e6 [ValueTracking] add tests for fmin/fmax; NFC by Sanjay Patel · 7 years ago
  96. f777e8b [adt] SparseBitVector::test() should be const by Daniel Sanders · 7 years ago
  97. 60243ca [ADT] Remove illegal comparison of singular iterators from SmallSetTest by Florian Hahn · 7 years ago
  98. ef83ddc 2nd attempt to fix ambiguities because of ADL by Matthias Braun · 7 years ago
  99. 854b1af Try to fix ambiguities with C++17 headers in unittest by Matthias Braun · 7 years ago
  100. 9fd397b ADT/STLExtras: Introduce llvm::empty; NFC by Matthias Braun · 7 years ago