1. e4be3c8 [Orc] Revert r258031 - it broke the builders. by Lang Hames · 10 years ago
  2. 133f153 [Orc] Expand a comment explaining a unit test. by Lang Hames · 10 years ago
  3. b41531b [Orc] Enable ORC execution unit tests on non-windows platforms. by Lang Hames · 10 years ago
  4. f6cc7e6 [InstructionsTest] delete via unique_ptr (NFC) by Joseph Tremoulet · 10 years ago
  5. f6d17b9 [Verifier] Check parentage of GVs in dbg metadata by Keno Fischer · 10 years ago
  6. 60f82a2 [Verifier] Verify that a GlobalValue is only used in this Module by Keno Fischer · 10 years ago
  7. da00f2f Update to use new name alignTo(). by Rui Ueyama · 10 years ago
  8. 3557b88 InstructionsTest.cpp: Fix a warning. [-Wsign-compare] by NAKAMURA Takumi · 10 years ago
  9. 56c9958 [UnitTest] Fix warning, NFC. by Joseph Tremoulet · 10 years ago
  10. bba70e4 [OperandBundles] Copy DebugLoc with calls/invokes by Joseph Tremoulet · 10 years ago
  11. e9a1c31 Fix PointerIntPair so that it can use an enum class as its integer template argument. by Michael Gottesman · 10 years ago
  12. 7bee316 [Support] Add saturating multiply-add support function by Nathan Slingerland · 10 years ago
  13. a252815 function names start with a lower case letter ; NFC by Sanjay Patel · 10 years ago
  14. 4d0a5a9e [Orc] Add support for remote JITing to the ORC API. by Lang Hames · 10 years ago
  15. b2b7a3c [RuntimeDyld] Add alignment arguments to the reserveAllocationSpace method of by Lang Hames · 10 years ago
  16. 96e3031 OrcJITTests//ObjectLinkingLayerTest.cpp: Appease msc18's C2327. It seems definition of nested class would confuse the context. by NAKAMURA Takumi · 10 years ago
  17. 6145f7d [ADT] Add an abstraction for embedding an integer within a pointer-like type. by Chandler Carruth · 10 years ago
  18. 0190d07 [ADT] Add a sum type abstraction for pointer-like types. by Chandler Carruth · 10 years ago
  19. 859d73c [Orc][RuntimeDyld] Prevent duplicate calls to finalizeMemory on shared memory by Lang Hames · 10 years ago
  20. 249edf3 InstrProfTest.cpp: Fix a warning. [-Wsign-compare] by NAKAMURA Takumi · 10 years ago
  21. 872df22 Add value site truncation unit test by Xinliang David Li · 10 years ago
  22. 062cde9 [PGO] Ensure vp data in indexed profile always sorted by Xinliang David Li · 10 years ago
  23. 51dc04c [PGO] Fix a bug in InstProfWriter addRecord by Xinliang David Li · 10 years ago
  24. b9b50aa Fix crash when printing instructions that have a metadata attached but no parent. by Mehdi Amini · 10 years ago
  25. 09afa90 Add unittest for new CanReplace flag on MDNodes by Teresa Johnson · 10 years ago
  26. 2110f9b Add != to YAMLParser's basic_collection_iterator. by Jordan Rose · 10 years ago
  27. 8dec8b1 Add explicit string checks in test by Xinliang David Li · 10 years ago
  28. 227b928 Fix several accidental DOS line endings in source files by Dimitry Andric · 10 years ago
  29. 947cccb add FMF for CreateCall variant by Sanjay Patel · 10 years ago
  30. e413f1a [PGO]: Implement Func PGO name string compression by Xinliang David Li · 10 years ago
  31. 8db8e8b [ADT] Teach alignment helpers to work correctly for abstract classes. by Chandler Carruth · 10 years ago
  32. d734aaa [TrailingObjects] Dynamically realign under-aligned trailing objects. by James Y Knight · 10 years ago
  33. b738855 [ADT] Use a nonce type with at least 4 byte alignment. by Chandler Carruth · 10 years ago
  34. 8a01ebd [ADT] Don't use a fixture just to get a nonce type for this unittest. by Chandler Carruth · 10 years ago
  35. 7345ac0 InstrProfTest.cpp: Don't assume string literals are always merged. by NAKAMURA Takumi · 10 years ago
  36. 9bc46b1 [Function] Properly remove use when clearing personality by Keno Fischer · 10 years ago
  37. 07e602e Unbreak LLVM_ENABLE_THREADS=OFF builds. by Nico Weber · 10 years ago
  38. cc8f47e [unittest] Use Support/thread.h instead of <thread> (second try) by Vedant Kumar · 10 years ago
  39. e3219b5 [unittest] Use Support/Thread.h instead of <thread> to fix the Windows build by Vedant Kumar · 10 years ago
  40. d167586 [Support] Allow multiple paired calls to {start,stop}Timer() by Vedant Kumar · 10 years ago
  41. 9b9dd84 fix leak in a test, make the sanitizer bot green by Kostya Serebryany · 10 years ago
  42. fa4e474 ThreadPool unittests: do not hold mutex when calling condition_variable:notify() by Mehdi Amini · 10 years ago
  43. c96d3d1 Improve InstrProfSymtab test coverage by Xinliang David Li · 10 years ago
  44. 3791e3d [unittests] ThreadPool: Remove redundant loop, NFC by Vedant Kumar · 10 years ago
  45. 2cf7533 [unittests] ThreadPool: Guard updates to MainThreadReady by Vedant Kumar · 10 years ago
  46. 2ee5c4d [PGO] Add hash to name mapping in InstrProfSymtab by Xinliang David Li · 10 years ago
  47. 0129fca ThreadPool unittest: reimplement concurrency test, deterministically this time. by Mehdi Amini · 10 years ago
  48. bae92fd Remove possibility of failures to due race in ThreadPool unittest by Teresa Johnson · 10 years ago
  49. 64390b4 Rewrite the TrailingObjects template to provide two new features: by James Y Knight · 10 years ago
  50. 18c63b0 Drop support for dematerializing. by Rafael Espindola · 10 years ago
  51. a6b9600 Reorganize the C API headers to improve build times. by Eric Christopher · 10 years ago
  52. d7c0b73 BranchProbabilityTest.cpp: Suppress warnings. [-Wsign-compare] by NAKAMURA Takumi · 10 years ago
  53. 7308f42 [BranchProbability] Remove the restriction that known and unknown probabilities cannot coexist when being normalized. by Cong Hou · 10 years ago
  54. 434e956 Change linkInModule to take a std::unique_ptr. by Rafael Espindola · 10 years ago
  55. 48dd080 [PGO] Handle and report overflow during profile merge for all types of data by Nathan Slingerland · 10 years ago
  56. 7f5b47d [llvm-profdata] Add support for weighted merge of profile data (2nd try) by Nathan Slingerland · 10 years ago
  57. 4b8d75b Mark ThreadPool unittests as unsupported on PowerPC64 by Mehdi Amini · 10 years ago
  58. 942e52c ThreadPool unittest: add a rough mechanism to mark UNSUPPORTED on a given platform by Mehdi Amini · 10 years ago
  59. 9f69cc0 Replace the unit test of BranchProbability::normalizeEdgeWeights() with BranchProbability::normalizeProbabilities(). by Cong Hou · 10 years ago
  60. f064d62 Fix template parameter pack handling in ThreadPool by Teresa Johnson · 10 years ago
  61. 33a7ea4 Add a C++11 ThreadPool implementation in LLVM by Mehdi Amini · 10 years ago
  62. 2bc6a5a Revert "Add a C++11 ThreadPool implementation in LLVM" by Mehdi Amini · 10 years ago
  63. ef0ef28 Add a C++11 ThreadPool implementation in LLVM by Mehdi Amini · 10 years ago
  64. 9d2bfc4 Use diagnostic handler in the LLVMContext by Rafael Espindola · 10 years ago
  65. fa54ace add fast-math-flags to 'call' instructions (PR21290) by Sanjay Patel · 10 years ago
  66. 59be1d6 [ConstantFold] Fix bitcast to gep constant folding transform. by David Majnemer · 10 years ago
  67. c2a687b Revert r255444. by Nico Weber · 10 years ago
  68. 396abbb Add a C++11 ThreadPool implementation in LLVM by Mehdi Amini · 10 years ago
  69. 51abea7 [ProfileData] Add unit test infrastructure for sample profile reader/writer by Nathan Slingerland · 10 years ago
  70. a9bcf16 Macro debug info support in LLVM IR by Amjad Aboud · 10 years ago
  71. b7389d671 IR: Make ConstantDataArray::getFP actually return a ConstantDataArray by Justin Bogner · 10 years ago
  72. 644badb [Support] Change SaturatingAdd()/SaturatingMultiply() to use pointer for returning overflow state by Nathan Slingerland · 10 years ago
  73. cab951d Return a std::unique_ptr from CloneModule. NFC. by Rafael Espindola · 10 years ago
  74. 0ebc860 IR: Allow vectors of halfs to be ConstantDataVectors by Justin Bogner · 10 years ago
  75. dc7b6c3 [Orc] Removing traces of takeOwnershipOfBuffers left after r251560. by Lang Hames · 10 years ago
  76. d98152b6 [ThinLTO] Support cloning of temporary DILocation metadata by Teresa Johnson · 10 years ago
  77. ea39de8 [Orc] Rename IndirectStubsManagerBase to IndirectStubsManager. by Lang Hames · 10 years ago
  78. e69b751 [Orc] Move some code up into the JITCompileCallbackManager base class. NFC. by Lang Hames · 10 years ago
  79. f49a38f Always pass a diagnostic handler to the linker. by Rafael Espindola · 10 years ago
  80. f0f4b4c [Orc] Rename JITCompileCallbackManagerBase to JITCompileCallbackManager. by Lang Hames · 10 years ago
  81. cb921a1 Revert "[llvm-profdata] Add support for weighted merge of profile data" by Nathan Slingerland · 10 years ago
  82. 2a3dbe8 [llvm-profdata] Add support for weighted merge of profile data by Nathan Slingerland · 10 years ago
  83. aa5702d [llvm-profdata] Change instr prof counter overflow to saturate rather than discard by Nathan Slingerland · 10 years ago
  84. 0e309fe Use references now that it is natural to do so. by Rafael Espindola · 10 years ago
  85. 0e6a36e Use nullptr (NFC) by Xinliang David Li · 10 years ago
  86. a6c4ce4 [Verifier] Improve error for cross-module refs by Keno Fischer · 10 years ago
  87. 4cccee5 [PGO] Allow value profile writer interface to allocated target buffer by Xinliang David Li · 10 years ago
  88. ed96677 [PGO] Implement ValueProfiling Closure interfaces for runtime value profile data by Xinliang David Li · 10 years ago
  89. 2e1d85a [Support] Add optional argument to SaturatingAdd() and SaturatingMultiply() to indicate that overflow occurred by Nathan Slingerland · 10 years ago
  90. 8a06548 [Support] Fix SaturatingMultiply<T>() to be correct (and fast), Re-enable Unit Tests by Nathan Slingerland · 10 years ago
  91. 91f339a Handle ARMv6-J as an alias, instead of fake architecture by Artyom Skrobov · 10 years ago
  92. be9db3c Revert the revert 253497 and 253539 - These commits aren't the cause of the clang-cmake-mips failures. by Daniel Sanders · 10 years ago
  93. ad6c04d Revert 253497 and 253539 to try to fix clang-cmake-mips buildbot. by Daniel Sanders · 10 years ago
  94. 00aecfc [Support] Disable SaturatingMultiply() unit test while investigating by Nathan Slingerland · 10 years ago
  95. 617c600 [llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions (2nd try) by Nathan Slingerland · 10 years ago
  96. a75d256 Revert "[llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions" by Nathan Slingerland · 10 years ago
  97. fda1b81 [llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions by Nathan Slingerland · 10 years ago
  98. a21af73 Remove excess white space by Rafael Espindola · 10 years ago
  99. 06d5618 Fix -Wunused-function in a non-Win32 build by David Blaikie · 10 years ago
  100. ff43d69 StringRef-ify some Option APIs by David Blaikie · 10 years ago