1. ca0cc47 Refactor AtomicExpand::expandAtomicRMWToCmpXchg into a standalone function. by JF Bastien · 10 years ago
  2. 9987cb6 Currently string attributes on function arguments/return values can be generated using LLVM API. However they are not supported in parser. So, the following scenario will fail: by Artur Pilipenko · 10 years ago
  3. b65ab9a [TTI] Fix default costs for interleaved accesses by Silviu Baranga · 10 years ago
  4. d58af05 [ARM] Make GlobalMerge merge extern globals by default by John Brawn · 10 years ago
  5. 583fe8f [GlobalMerge] Allow targets to enable merging of extern variables, NFC. by John Brawn · 10 years ago
  6. de5e911 Don't use test inputs from other directories. by Alexander Kornienko · 10 years ago
  7. ae8ffe0 Be less conservative about forming IT blocks. by James Molloy · 10 years ago
  8. 21481e0 Fix the test added at r243777. by Alexander Kornienko · 10 years ago
  9. 836170e ValueMapper: Only check for cycles if operands change by Duncan P. N. Exon Smith · 10 years ago
  10. dae8660 ValueMapper: Use a range-based for, NFC by Duncan P. N. Exon Smith · 10 years ago
  11. 7b16662 ValueMapper: Reuse local variable, NFC by Duncan P. N. Exon Smith · 10 years ago
  12. 379e328 Use early return NFC. by Frederic Riss · 10 years ago
  13. 7cd34c0 [dwarfdump] Add support for dumping mach-o universal objectfiles by Frederic Riss · 10 years ago
  14. 5733daa [dwarfdump] Move dumping to a helper function NFC by Frederic Riss · 10 years ago
  15. 5bcfe24 WebAssembly: implement getScalarShiftAmountTy so we can shift by amount, with type by JF Bastien · 10 years ago
  16. dc8bd0c Use range-based for loops. NFC by Craig Topper · 10 years ago
  17. 5bb9579 AsmPrinter: Stop inheriting from DIE by Duncan P. N. Exon Smith · 10 years ago
  18. 401c02a DwarfLinker: Use DIEValueList instead of DIE, NFC by Duncan P. N. Exon Smith · 10 years ago
  19. 94404e8 AsmPrinter: Split out non-DIE printing from DIE::print(), NFC by Duncan P. N. Exon Smith · 10 years ago
  20. 69e4c2f AsmPrinter: Take DIEValueList in some DwarfUnit API, NFC by Duncan P. N. Exon Smith · 10 years ago
  21. bc3c2c3 AsmPrinter: Change DIEValueList to a subclass of DIE, NFC by Duncan P. N. Exon Smith · 10 years ago
  22. 1e95eed Remove dead code, NFC by Duncan P. N. Exon Smith · 10 years ago
  23. 61147eb [X86][SSE] Refreshed sse2 vector shift tests by Simon Pilgrim · 10 years ago
  24. 510a661 Add support to set/get ordering for load/store from the C API by Andrew Wilkins · 10 years ago
  25. f03f83c Mark CompositeType::getTypeAtIndex as const. NFC by Craig Topper · 10 years ago
  26. 55afc08 Mark Type::getPointerTo as const. Unfortunately, this requires a const_cast inside, but at least it makes all methods on Type const. NFC by Craig Topper · 10 years ago
  27. e058248 Merge the const and non-const Type::getScalarType to a const version that returns a non-const pointer. Since we don't put const on Types all places were already calling the non-const version. by Craig Topper · 10 years ago
  28. 84bbcfe De-constify pointers to Type since they can't be modified. NFC by Craig Topper · 10 years ago
  29. 6ebf387 [NVPTX] allow register copy between float and int by Jingyue Wu · 10 years ago
  30. 93ed1b3 Remove trailing whitespace. NFCI. by Simon Pilgrim · 10 years ago
  31. c87d0b5 Use SDValue bool check. NFCI. by Simon Pilgrim · 10 years ago
  32. 83d21e9 Provide move constructor to appease Visual C++. by Yaron Keren · 10 years ago
  33. e35d602 [Mips] Support DT_MIPS_RLD_MAP_REL dynamic section tag in the llvm-readobj by Simon Atanasyan · 10 years ago
  34. fa2c240 [DAGCombiner] Convert constant AND masks to shuffle clear masks down to the byte level by Simon Pilgrim · 10 years ago
  35. b80eede -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are deprecated in C++11 by David Blaikie · 10 years ago
  36. 3d171d4 -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are deprecated in C++11 by David Blaikie · 10 years ago
  37. 0ef4b3c Workaround some compilers that give a stricter throw spec to = default than implicit dtors by David Blaikie · 10 years ago
  38. e428ba7 WebAssembly: handle more than int32 argument/return by JF Bastien · 10 years ago
  39. 14ec817 Missing formatting by David Blaikie · 10 years ago
  40. 299ab3d -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are deprecated in C++11 by David Blaikie · 10 years ago
  41. 0dd9ec7 [libFuzzer] more refactoring of the Mutator and adding tests to it by Kostya Serebryany · 10 years ago
  42. 8d4c806 [libFuzzer] start refactoring the Mutator and adding tests to it by Kostya Serebryany · 10 years ago
  43. 8bf187c -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are deprecated in C++11 by David Blaikie · 10 years ago
  44. f5cf675 AMDGPU/SI: Add implicit register operands in the correct order. by Alex Lorenz · 10 years ago
  45. c198b23 MIR Parser: Report an error when a jump table entry is redefined. by Alex Lorenz · 10 years ago
  46. faa33cd MIR Parser: Remove unused variable. by Alex Lorenz · 10 years ago
  47. 427b5a5 [libFuzzer] limit the size of the inputs printed to stderr by Kostya Serebryany · 10 years ago
  48. cab5678 [libFuzzer] minimal documentation on data-flow-guided fuzzing by Kostya Serebryany · 10 years ago
  49. 7c24e4d Fix an MSVC build break since it can't synthesize move ctors. by David Blaikie · 10 years ago
  50. d79f0dd Fix a GCC buildbot that seemed to be having trouble producing the implicit move ctor by David Blaikie · 10 years ago
  51. bd11ccb [NVPTX] convert pointers in byval kernel arguments to global by Jingyue Wu · 10 years ago
  52. be031d9 Fix some formatting from a recent commit. by David Blaikie · 10 years ago
  53. 4c20864 -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are deprecated in C++11 by David Blaikie · 10 years ago
  54. b4b38d6 -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are deprecated in C++11 by David Blaikie · 10 years ago
  55. caf175c WebAssembly: handle `ret void`. by JF Bastien · 10 years ago
  56. f7aa7e6 [libFuzzer] make sure that 2-byte arguments of switch() are handled properly by Kostya Serebryany · 10 years ago
  57. c225eda MIR Serialization: Serialize the floating point immediate machine operands. by Alex Lorenz · 10 years ago
  58. 82e3e48 IR: Add a broad bitcode compatibility test by Duncan P. N. Exon Smith · 10 years ago
  59. 09e26a4 [dwarfdump] Ignore scattered relocations for mach-o. by Frederic Riss · 10 years ago
  60. d353c91 [dsymutil] Support multiple input files on the command line by Frederic Riss · 10 years ago
  61. bf2040f DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable by Duncan P. N. Exon Smith · 10 years ago
  62. 48db91b x86: check hasOpaqueSPAdjustment in canRealignStack by JF Bastien · 10 years ago
  63. 6877df2 WebAssembly: handle unused function arguments. by JF Bastien · 10 years ago
  64. 4c43d5b Attempt to appease the MSVC build bots by David Majnemer · 10 years ago
  65. 207cfe1 [libFuzzer] record traces from the switch statements only when told to do so by Kostya Serebryany · 10 years ago
  66. 4a45f08 New EH representation for MSVC compatibility by David Majnemer · 10 years ago
  67. aa50fa7 DI: Rewrite the DIBuilder local variable API by Duncan P. N. Exon Smith · 10 years ago
  68. 3f2cb5c WebAssembly: print basic integer assembly. by JF Bastien · 10 years ago
  69. 0229c3b [COFF] Consider the ImageBase when reporting section addresses by David Majnemer · 10 years ago
  70. 26e09e2 [libFuzzer] support switch interception in dfsan mode by Kostya Serebryany · 10 years ago
  71. 3973e4b [CodeGenPrepare] Compress a pair. No functional change. by Benjamin Kramer · 10 years ago
  72. 8ae0800 [x86] reassociate integer multiplies using machine combiner pass by Sanjay Patel · 10 years ago
  73. c136e55 [COFF] Return symbol VAs instead of RVAs for PE files by Reid Kleckner · 10 years ago
  74. 0dd663b [AArch64] Favor extended reg patterns for sub by Geoff Berry · 10 years ago
  75. 29b8ad6 don't repeat function names in comments; NFC by Sanjay Patel · 10 years ago
  76. 8fea35a [CaptureTracker] Provide an ordered basic block to PointerMayBeCapturedBefore by Bruno Cardoso Lopes · 10 years ago
  77. 289b5e7 [regalloc] Make RegMask clobbers prevent merging vreg's into PhysRegs when hoisting def's upwards. by Daniel Sanders · 10 years ago
  78. c71235a Refactor: Simplify boolean conditional return statements in lib/Target/NVPTX by Jingyue Wu · 10 years ago
  79. 30eac4b AMDGPU: Fix v16i32 to v16i8 truncstore by Matt Arsenault · 10 years ago
  80. 02c18f4 [libFuzzer] trace switch statements and apply mutations based on the expected case values by Kostya Serebryany · 10 years ago
  81. 8cb3db9 ELFYAML: Enable parsing of EM_AMDGPU by Tom Stellard · 10 years ago
  82. 01e2215 AMDGPU/SI: Set DwarfRegNum by Matt Arsenault · 10 years ago
  83. 6a224c3 TableGen: Support folding casts from bits to int by Matt Arsenault · 10 years ago
  84. a29a752 docs: Add information about helper scripts to HowToReleaseLLVM page by Tom Stellard · 10 years ago
  85. b0619e0 AMDGPU/SI: Remove unused pattern for f32 constant loads by Tom Stellard · 10 years ago
  86. 8d13756 [ARM] Lower modulo operation to generate __aeabi_divmod on Android by Sumanth Gundapaneni · 10 years ago
  87. 2623dd4 MIR Parser: Report an error when a constant pool item is redefined. by Alex Lorenz · 10 years ago
  88. 2bc6316 MIR Parser: Report an error when a virtual register is redefined. by Alex Lorenz · 10 years ago
  89. 8a6197a fix memcpy/memset/memmove lowering when optimizing for size by Sanjay Patel · 10 years ago
  90. dd6dcb6 [libFuzzer] fix the strncmp interceptor -- it should respect short strings. by Kostya Serebryany · 10 years ago
  91. f4745ec Fix TableGen code generation for ReadNone attribute. by Eric Christopher · 10 years ago
  92. 3b00227 enable fast-math-flag propagation to DAG nodes by Sanjay Patel · 10 years ago
  93. 044eeda Enable dfsan for aarch64 by Adhemerval Zanella · 10 years ago
  94. 93204d2 Add a TargetMachine hook that verifies DataLayout compatibility by Mehdi Amini · 10 years ago
  95. 4db6728 [SLP vectorizer]: Choose the best consecutive candidate to pair with a store instruction. by Wei Mi · 10 years ago
  96. 778e064 Fix lli with OrcLazyJIT: the default DataLayout was used. by Mehdi Amini · 10 years ago
  97. ece90bb AMDGPU: Set SubRegIndex size and offset by Matt Arsenault · 10 years ago
  98. b240003 AMDGPU: Fix unreachable when emitting binary debug info by Matt Arsenault · 10 years ago
  99. fbd9479 MIR Serialization: Serialize the machine basic block's successor weights. by Alex Lorenz · 10 years ago
  100. cfe562c [COFF] Add IMAGE_SCN_TYPE_NOLOAD to SectionCharacteristics by David Majnemer · 10 years ago