1. 66a92f3 Reapply "[Coverage] Prevent detection of false instantiations in case of macro expansion." by Igor Kudrin · 9 years ago
  2. dcefe31 Revert "Replace the use of MaxFunctionCount module flag" by Eric Liu · 9 years ago
  3. ae5612e [AMDGPU][llvm-mc] s_setreg* - Fix order of operands by Artem Tamazov · 9 years ago
  4. 4ebefaf Silence some "initialized but unused" warnings from MSVC -- the function being called is a static function, so there's no need for an instance variable. NFC. by Aaron Ballman · 9 years ago
  5. 1806169 Revert 266581 (and follow-up 266588), it doesn't build on Windows. by Nico Weber · 9 years ago
  6. 5504404 Unbreak building unit tests on Windows after r266595. by Nico Weber · 9 years ago
  7. 2e7ff2c Unbreak building LLVMTarget on Windows after r266595. by Nico Weber · 9 years ago
  8. a3a95e8 Unbreak building llvm-pdbdump on Windows after r266595. by Nico Weber · 9 years ago
  9. 9251559 [mips][ias] Prevent double-filling of delay slots by generating '.set noreorder' regions. by Daniel Sanders · 9 years ago
  10. e87a43e Include SmallVector.h header in lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h by Eric Liu · 9 years ago
  11. d30dbb6 [ARM] AArch32 v8 NEON is still not IEEE-754 compliant by Renato Golin · 9 years ago
  12. b144c8f [mips][ias] Stream macro expansions to output instead of buffering them. NFC. by Daniel Sanders · 9 years ago
  13. 895fbaa [PowerPC] add comment to test by Strahinja Petrovic · 9 years ago
  14. f6071e1 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  15. 8149973 [Orc] Tweak some of the new RPC code to silence a warning (extraneous ';') and by Lang Hames · 9 years ago
  16. 35f771e BitcodeWriter: WorkList => Worklist, NFC by Duncan P. N. Exon Smith · 9 years ago
  17. bd1968a [ORC] Generalize the ORC RPC utils to support RPC function return values and by Lang Hames · 9 years ago
  18. 034f0ee Linker: Share a single Metadata map for the lifetime of IRMover by Duncan P. N. Exon Smith · 9 years ago
  19. 6a6cda1 [X86] Be explicit about calls to setOperationAction for AVX2 and AVX512 rather than just looping over all vector types and conditinally matching them. NFC by Craig Topper · 9 years ago
  20. d6634d6 Revert "NFC: unify clang / LLVM atomic ordering" by JF Bastien · 9 years ago
  21. 537951f NFC: unify clang / LLVM atomic ordering by JF Bastien · 9 years ago
  22. ab6ed64 When building with LLVM_ENABLE_MODULES, put the module cache into the build by Richard Smith · 9 years ago
  23. 6b8e359 Transforms: Try harder to fix bootstrap after r266565 by Duncan P. N. Exon Smith · 9 years ago
  24. 31d315e Linker: Don't double-schedule appending variables by Duncan P. N. Exon Smith · 9 years ago
  25. 8bef6e2 [ParallelCG] SmallVector<char> -> SmallString. by Davide Italiano · 9 years ago
  26. 60d75fe Transforms: Fix bootstrap after r266565 by Duncan P. N. Exon Smith · 9 years ago
  27. 3aba53b Fix a use after move. by Rafael Espindola · 9 years ago
  28. f1f1181 ValueMapper: Don't allow explicit null mappings of Values, NFC by Duncan P. N. Exon Smith · 9 years ago
  29. ec86ae2 Keep only the splitCodegen version that takes a factory. by Rafael Espindola · 9 years ago
  30. 3a804b2 IRMover: Remove dead code, NFC by Duncan P. N. Exon Smith · 9 years ago
  31. ca89139 Declare MVT::SimpleValueType as an int8_t sized enum. This removes 400 bytes from TargetLoweringBase and probably other places. by Craig Topper · 9 years ago
  32. 2cd2d0a [X86][SSE] Added 16i8 -> 8i64 sext test by Simon Pilgrim · 9 years ago
  33. 68566f9 [X86] Added TODO comment for target shuffle mask decoding of bitcasted masks by Simon Pilgrim · 9 years ago
  34. 74bdb66 [X86] Remove unneeded variables by Asaf Badouh · 9 years ago
  35. 6b892ee [AVX512] ISD::MUL v2i64/v4i64 should only be legal if DQI and VLX features are enabled. by Craig Topper · 9 years ago
  36. d9827ce IR: Fix type-refs in testcase from r266548 by Duncan P. N. Exon Smith · 9 years ago
  37. 2b7fe3c IR: Use getRawScope() when verifying by Duncan P. N. Exon Smith · 9 years ago
  38. 0fd5dc0 Fix a typo in rL265762 by Sanjoy Das · 9 years ago
  39. 499c2d4 Revert "use range loop, try to make comments more meaningful; NFCI" by Duncan P. N. Exon Smith · 9 years ago
  40. 9bb5d5d IR: Use an explicit map for debug info type uniquing by Duncan P. N. Exon Smith · 9 years ago
  41. 12a8b14 IR: Use ODR to unique DICompositeType members by Duncan P. N. Exon Smith · 9 years ago
  42. 9e15d9a [Target] Reduce size of the LoadExtActions array in TargetLoweringBase by half. Saving ~18K bytes from the array. by Craig Topper · 9 years ago
  43. 664e2c8 [Target] Remove checks for Simple VTs before calling routines that can handle Extended VTs too. NFC by Craig Topper · 9 years ago
  44. bf8d6bc [Target] Fix an assertion that should have been updated when the code below it was changed in r251033. by Craig Topper · 9 years ago
  45. 4460c98 LangRef: Removed some outdated text about DIDerivedType by Duncan P. N. Exon Smith · 9 years ago
  46. 36d852b Linker: Clarify test/Linker/type-unique-odr-a.ll, NFC by Duncan P. N. Exon Smith · 9 years ago
  47. 44387cf IR: Add a configuration point for MDNodeInfo::isEqual, NFC by Duncan P. N. Exon Smith · 9 years ago
  48. 3126dd7 use range loop, try to make comments more meaningful; NFCI by Sanjay Patel · 9 years ago
  49. 2c71d39 LangRef: Fix some bugs in debug info descriptions by Duncan P. N. Exon Smith · 9 years ago
  50. d25d6b7 IR: Remove extra blank line, NFC by Duncan P. N. Exon Smith · 9 years ago
  51. 9c9a101 LTO: Use a common LibLTOCodeGenerator::init, NFC by Duncan P. N. Exon Smith · 9 years ago
  52. fcbd2d6 ValueMapper: Separate mapping of distinct and uniqued nodes (again) by Duncan P. N. Exon Smith · 9 years ago
  53. 5b389c0 ValueMapper: Only put cyclic nodes into CyclicNodes, NFCI by Duncan P. N. Exon Smith · 9 years ago
  54. 3083694 [X86][AVX] Add shuffle combine tests for MOVDDUP/MOVSHDUP/MOVSLDUP by Simon Pilgrim · 9 years ago
  55. 3333cc9 [X86] Use ternary operator to reduce code slightly. NFC by Craig Topper · 9 years ago
  56. 0ba66e5 [X86][XOP] Added VPPERM constant mask decoding and target shuffle combining support by Simon Pilgrim · 9 years ago
  57. bf62fd9 Add missing #include to fix build by Vedant Kumar · 9 years ago
  58. 66fb8aa [X86][XOP] More VPPERM shuffle mask decode tests by Simon Pilgrim · 9 years ago
  59. db4fbb6 ValueMapper: Fix unused var warning. NFC by Simon Atanasyan · 9 years ago
  60. 492acdd Remove some unneeded headers and replace some headers with forward class declarations (NFC) by Mehdi Amini · 9 years ago
  61. 3ab0c4f Add SVN version to libLLVMLTO by Mehdi Amini · 9 years ago
  62. 29d66c4 ThinLTO: Move the ODR resolution to be based purely on the summary. by Mehdi Amini · 9 years ago
  63. eb79e6e ThinLTO: Make aliases explicit in the summary by Mehdi Amini · 9 years ago
  64. b677706 Replace hardcoded comment at 'lit.site.cfg.in' by Alex Denisov · 9 years ago
  65. d7628da Do not modify a cl::opt programmatically, global mutable state is evil. by Mehdi Amini · 9 years ago
  66. 0b11282 ValueMapper: Stop memoizing ConstantAsMetadata by Duncan P. N. Exon Smith · 9 years ago
  67. 30f743e [DebugInfo] Correct the assertion introduced in r266509 + update test. by Davide Italiano · 9 years ago
  68. 1f03619 Reapply "ValueMapper: Eliminate cross-file co-recursion, NFC" by Duncan P. N. Exon Smith · 9 years ago
  69. b5fd6b3 [DebugInfo] Reduce size of DILocalVariable from 40 to 32 bytes. by Davide Italiano · 9 years ago
  70. d245507 AMDGPU: Enable LocalStackSlotAllocation pass by Matt Arsenault · 9 years ago
  71. 86a7a5a Revert "ValueMapper: Eliminate cross-file co-recursion, NFC" by Duncan P. N. Exon Smith · 9 years ago
  72. 992b34c AMDGPU: Use s_addk_i32 / s_mulk_i32 by Matt Arsenault · 9 years ago
  73. 90cac21 ValueMapper: Use API from r266503 in unit tests, NFC by Duncan P. N. Exon Smith · 9 years ago
  74. d83a5e8 ValueMapper: Eliminate cross-file co-recursion, NFC by Duncan P. N. Exon Smith · 9 years ago
  75. 43ef70d Update and fix LLVM_ENABLE_MODULES: by Richard Smith · 9 years ago
  76. d1d05a8 Add some missing #includes, found by C++ modules selfhost. by Richard Smith · 9 years ago
  77. fef9f1f Linker: Remove an unnecessary local variable in for loop, NFC by Duncan P. N. Exon Smith · 9 years ago
  78. b337fbb Make this header include the header it depends on, rather than trying to include itself. Found by C++ modules build. by Richard Smith · 9 years ago
  79. 5e3b7ae ValueMapper: Hide Mapper::VM behind an accessor, NFC by Duncan P. N. Exon Smith · 9 years ago
  80. 1f5a2c3 Don't skip splitSeparateComponents in eliminateDeadDefs for HoistSpillHelper::hoistAllSpills. by Wei Mi · 9 years ago
  81. a4f4792 Add ProfileData to required_libraries by Easwaran Raman · 9 years ago
  82. a138550 [cfi] Support explicit sections for functions in cfi-icall. by Evgeniy Stepanov · 9 years ago
  83. 422c22e Convert this sample-based-profiling testcase to use a NoDebug CU. by Adrian Prantl · 9 years ago
  84. ac6d266 [libFuzzer] add a better warning for command line flags with -- (two dashes) by Kostya Serebryany · 9 years ago
  85. a82c87c Switch lowering: don't add incoming PHI values from skipped bit test MBB's (PR27135) by Hans Wennborg · 9 years ago
  86. 3301aed SelectionDAGISel: rangeify a loop by Hans Wennborg · 9 years ago
  87. b87a1e6 Replace the use of MaxFunctionCount module flag by Easwaran Raman · 9 years ago
  88. c4caccc [libFuzzer] menion the git mirror in the docs by Kostya Serebryany · 9 years ago
  89. f402ab3 [mips] More range-based for loops. NFC. by Vasileios Kalintiris · 9 years ago
  90. e4eb0de [mips] Use range-based for loops and simplify slightly the code. NFC. by Vasileios Kalintiris · 9 years ago
  91. 0f50588 [SystemZ] Call tryAddingSymbolicOperand in the disassembler by Ulrich Weigand · 9 years ago
  92. 8f148cd Let the DISubprogram in this test point to the right compile unit. by Adrian Prantl · 9 years ago
  93. 2fee4f2 Update testcase to new debug metadata format. by Adrian Prantl · 9 years ago
  94. 4479a5c [codeview] Dump char16_t and char32_t simple types by Reid Kleckner · 9 years ago
  95. 1da7db0 ARM: don't try to hoist constant RHS out of a division. by Tim Northover · 9 years ago
  96. 2867041 [AArch64] Add load/store pair instructions to getMemOpBaseRegImmOfsWidth(). by Chad Rosier · 9 years ago
  97. 665e18d Revert "[Coverage] Prevent detection of false instantiations in case of macro expansion." by Igor Kudrin · 9 years ago
  98. db52b36 [ParallelCG] Add a new splitCodeGen() API which takes a TargetMachineFactory. by Davide Italiano · 9 years ago
  99. ce5b591 [SystemZ] Fix large tests broken by conditional returns. by Marcin Koscielnicki · 9 years ago
  100. a3f79ea [InstCombine] Don't transform compares of calls to functions named fabs{f,l,} by David Majnemer · 9 years ago