1. 88f33c9 bcanalyzer: Rewrite all the METADATA_ codes by Duncan P. N. Exon Smith · 10 years ago
  2. 70dde5f bcanalyzer: Use a macro to decode bitcodes, NFC by Duncan P. N. Exon Smith · 10 years ago
  3. fce3cfb Reapply "Use gethostuuid() on Mac to identify hosts for LockFileManager" by Ben Langmuir · 10 years ago
  4. a6367d9 Teach LTOModule to emit linker flags for dllexported symbols, plus interface cleanup. by Peter Collingbourne · 10 years ago
  5. b370959 [FaultMaps][Docs] Document the ImplicitNullChecks pass. by Sanjoy Das · 10 years ago
  6. cb936df Revert "Use gethostuuid() on Mac to identify hosts for LockFileManager" by Ben Langmuir · 10 years ago
  7. d5c333b Use gethostuuid() on Mac to identify hosts for LockFileManager by Ben Langmuir · 10 years ago
  8. 9cbdfb5 ARM: add correct kill flags when combining stm instructions by Tim Northover · 10 years ago
  9. 7839b00 X86: Rework inline asm integer register specification. by Matthias Braun · 10 years ago
  10. 93dd711 [LoopSimplify] Set proper debug location in loop backedge blocks. by Alexey Samsonov · 10 years ago
  11. 35f25f9 [FaultMaps] Fix test case. by Sanjoy Das · 10 years ago
  12. 3d176ae Convert obj->getSymbolName to sym->getName. by Rafael Espindola · 10 years ago
  13. 4c81aa2 [DAGCombiner] Fix & simplify constant folding of sext/zext. by Pawel Bylica · 10 years ago
  14. 17d7215 [MMI] Use TinyPtrVector instead of PointerUnion with vector. by Benjamin Kramer · 10 years ago
  15. a8db479 Tidy comment. by Diego Novillo · 10 years ago
  16. 40a45a2 Fix bug #23967. The gtest and gtest_main targets were exported into the by Dan Liew · 10 years ago
  17. 5d01714 Simplify .gitignore: projects/* => projects/*/ by Duncan P. N. Exon Smith · 10 years ago
  18. 4081538 Clean up unique lock files on signal and always release the lock by Ben Langmuir · 10 years ago
  19. 1a4def3 MIR Serialization: Serialize the register mask machine operands. by Alex Lorenz · 10 years ago
  20. 59a20ec [SymbolSize] Skip sorting by index, just assign by index. by Benjamin Kramer · 10 years ago
  21. 4c6f0a7 Upgrade JIT listeners for changes in the libObject API. by Benjamin Kramer · 10 years ago
  22. 032d56b Move delinearization from SCEVAddRecExpr to ScalarEvolution by Tobias Grosser · 10 years ago
  23. 9a6c902 Factor out the checking of string tables. by Rafael Espindola · 10 years ago
  24. 528a204 Add a testcase for an invalid file. by Rafael Espindola · 10 years ago
  25. db89b93 Convert an assert that can fail into error checking. by Rafael Espindola · 10 years ago
  26. e8f07a7 Remove Elf_Sym_Iter. by Rafael Espindola · 10 years ago
  27. 546178b AVX-512: all forms of SCATTER instruction on SKX, by Elena Demikhovsky · 10 years ago
  28. 23fd3d6 [ARM]: Extend -mfpu options for half-precision and vfpv3xd by Javed Absar · 10 years ago
  29. 263dd53 [ARM]: Extend -mfpu options for half-precision and vfpv3xd by Javed Absar · 10 years ago
  30. 048a1eb AVX-512: Implemented missing encoding and intrinsics for FMA instructions by Igor Breger · 10 years ago
  31. 85c6980 Whitespace. by NAKAMURA Takumi · 10 years ago
  32. 8be74e1 AMDGPU/SI: Fix extra space when printing v_div_fmas_* by Matt Arsenault · 10 years ago
  33. 62bdd72 [SLSR] S's basis must have the same type as S by Jingyue Wu · 10 years ago
  34. 13ce163 [x86][AVX512] Add vscalef support include encoding and intrinsics by Asaf Badouh · 10 years ago
  35. b23b2fb AVX-512: Added all SKX forms of GATHER instructions. by Elena Demikhovsky · 10 years ago
  36. 1e7ecc8 Revert "Debug Info: One more bitfield bugfix. While yesterday's r240853 fixed" by Adrian Prantl · 10 years ago
  37. 0bd9021 Don't use %llc_dwarf for target-specific tests. by Benjamin Kramer · 10 years ago
  38. 45b5f7e [SDAG] Now that we have a way to communicate the exact bit on sdiv use it to simplify sdiv by a constant. by Benjamin Kramer · 10 years ago
  39. 6b2ae13 Debug Info: One more bitfield bugfix. While yesterday's r240853 fixed by Adrian Prantl · 10 years ago
  40. 85f44d3 [mips] Fold duplicate big-endian disassembler tests together. by Daniel Sanders · 10 years ago
  41. 279a740 [mips] Sort big-endian disassembler tests by opcode. by Daniel Sanders · 10 years ago
  42. 44f5fc7 [mips] Make little-endian disassembler test filenames consistent. by Daniel Sanders · 10 years ago
  43. 817cbde [mips] Add COP0 register class and use it in M[FT]C0/DM[FT]C0. by Daniel Sanders · 10 years ago
  44. b9fec3e [OCaml] Bump ctypes dependency to 0.4. by Peter Zotov · 10 years ago
  45. 8a8d8b3 [LoopVectorize] Pointer indicies may be wider than the pointer by David Majnemer · 10 years ago
  46. 1166ce24 [PruneEH] A naked, noinline function can return via InlineAsm by David Majnemer · 10 years ago
  47. dee1d96 [Stackmap] Pre-assemble the stackmap parser test case. (Fix builders). by Lang Hames · 10 years ago
  48. 9160c02 llvm/test/CodeGen/X86/xor.ll: Appease Win32 targets since r240796. by NAKAMURA Takumi · 10 years ago
  49. bc245c0 [MC] Ensure that pending labels are flushed when -mc-relax-all flag is used by Petr Hosek · 10 years ago
  50. 0aaf328 [MC] Align fragments when -mc-relax-all flag is used by Petr Hosek · 10 years ago
  51. 1f0cde9 AsmPrinter: Document why DIEValueList uses a linked-list, NFC by Duncan P. N. Exon Smith · 10 years ago
  52. 2a5fda9 IR: Expose ModuleSlotTracker in Value::print() by Duncan P. N. Exon Smith · 10 years ago
  53. e92934e LowerBitSets: Ignore bitset entries that do not directly refer to a global. by Peter Collingbourne · 10 years ago
  54. 4f95bcc Plug a leak introduced by r240848 by Duncan P. N. Exon Smith · 10 years ago
  55. 50a38dc Add original source code to test case as suggested in review. by Adrian Prantl · 10 years ago
  56. 63f4054 [StackMaps] Add a lightweight parser for stackmap version 1 sections. by Lang Hames · 10 years ago
  57. 60bd365 Debug Info: Fix a bug in the DW_AT_bit_offset calculation that would by Adrian Prantl · 10 years ago
  58. 340d78d CodeGen: Create a proper ModuleSlotTracker for MachineInstr by Duncan P. N. Exon Smith · 10 years ago
  59. d986612 MIR Serialization: Serialize global address machine operands. by Alex Lorenz · 10 years ago
  60. 60d74b7 [RewriteStatepointsForGC] Generalized vector phi/select handling for base pointers by Philip Reames · 10 years ago
  61. a70d990 [NVPTX] noop when kernel pointers are already global by Jingyue Wu · 10 years ago
  62. 8266df7 CodeGen: Push the ModuleSlotTracker through Metadata by Duncan P. N. Exon Smith · 10 years ago
  63. bb8cc2f Minor style cleanup after 240843 [NFC] by Philip Reames · 10 years ago
  64. a08efbf CodeGen: Push the ModuleSlotTracker through MachineOperands by Duncan P. N. Exon Smith · 10 years ago
  65. 982139f [Verifier] Follow on to 240836 by Philip Reames · 10 years ago
  66. 9a61a42 CodeGen: Use a single SlotTracker in MachineFunction::print() by Duncan P. N. Exon Smith · 10 years ago
  67. 0be7d0c AMDPGU/SI: Use correct resource descriptors for VI on HSA by Tom Stellard · 10 years ago
  68. 4a88808 AMDGPU/SI: Update amd_kernel_code_t definition and add assembler support by Tom Stellard · 10 years ago
  69. 4077bd9 AMDGPU/SI: Remove unused variable by Tom Stellard · 10 years ago
  70. f84a650 [Verifier] Verify invokes of intrinsics by Philip Reames · 10 years ago
  71. 7cb828a Debug Info: Clarify the documentation for bitfields emission. by Adrian Prantl · 10 years ago
  72. 110ef3e Debug info: Add more test coverage for bitfields. by Adrian Prantl · 10 years ago
  73. d40b451 AMDGPU/SI: Set ELF OS/ABI to ELFOSABI_AMDGPU_HSA by Tom Stellard · 10 years ago
  74. ac1a45e AMDGPU/SI: Add hsa code object directives by Tom Stellard · 10 years ago
  75. 4aad126 AMDGPU/SI: There are no implicit kernel args in the amdhsa ABI by Tom Stellard · 10 years ago
  76. 0d1bd45 AMDGPU/SI: Emit amd_kernel_code_t in EmitFunctionBodyStart() by Tom Stellard · 10 years ago
  77. 64b9064 Teach InlineCost to account for a null check which can be folded away by Philip Reames · 10 years ago
  78. 237b76d DataLayout now returns a const ref to its member string representation by Mehdi Amini · 10 years ago
  79. e874345 AMDGPU: really don't commute REV opcodes if the target variant doesn't exist by Marek Olsak · 10 years ago
  80. 78c5b7f Add Value.def to the list of textual includes, excluding it from the modules build. by Benjamin Kramer · 10 years ago
  81. 6d5c438 Convert a bunch of loops to foreach. NFC. by Pete Cooper · 10 years ago
  82. 7b3cde8 Add missing builtins to the PPC back end for ABI compliance (vol. 1) by Nemanja Ivanovic · 10 years ago
  83. a5d25f6 Wrap assert loops in #ifndef NDEBUG by Pete Cooper · 10 years ago
  84. e0e37a2 Convert a bunch of loops to foreach. NFC. by Pete Cooper · 10 years ago
  85. 226505c Convert a bunch of loops to foreach. NFC. by Pete Cooper · 10 years ago
  86. c8a20ca Make header parse standalone. NFC. by Benjamin Kramer · 10 years ago
  87. 57b2119 Show invariant loads in MMO dumping by Matt Arsenault · 10 years ago
  88. b0e21d4 Revert "Revert r240762 "[X86] Cleanup X86WindowsTargetObjectFile::getSectionForConstant"" by David Majnemer · 10 years ago
  89. aaaa38c Fix error handling in getString and simplify callers. by Rafael Espindola · 10 years ago
  90. e89ab0e Convert a bunch of loops to foreach. NFC. by Pete Cooper · 10 years ago
  91. b82800d Delete dead code. NFC. by Rafael Espindola · 10 years ago
  92. 7c79346 Add op_values() to iterate over the SDValue operands of an SDNode. by Pete Cooper · 10 years ago
  93. 26bc543 Move VectorUtils from Transforms to Analysis to correct layering violation by David Blaikie · 10 years ago
  94. d105e18 [ARM] Cortex-R5 is not VFPOnlySP by Javed Absar · 10 years ago
  95. e11d1d2 [LAA] Try to prove non-wrapping of pointers if SCEV cannot by Adam Nemet · 10 years ago
  96. cb2dc5b Fix unused variable from r240792. by Alex Lorenz · 10 years ago
  97. 23a207d83 [DAGCombine] Fix demanded bits computation for exact shifts. by Benjamin Kramer · 10 years ago
  98. cd39f3c [X86]: Correctly sign-extend 16-bit immediate in CALL instruction. by Douglas Katzman · 10 years ago
  99. 064274d Fix ODR violation waiting to happen by making static function definitions in VectorUtils.h non-static and defined out of line by David Blaikie · 10 years ago
  100. 57ec696 Revert r240762 "[X86] Cleanup X86WindowsTargetObjectFile::getSectionForConstant" by Hans Wennborg · 10 years ago