1. 62d9678 [Statepoint][NFC] Fix include guard style. by Sanjoy Das · 10 years ago
  2. 7081f6f Revert 240130, it caused crashes (repro in PR23900). by Nico Weber · 10 years ago
  3. 30c3b2a name change: hasPattern() -> getMachineCombinerPatterns() ; NFC by Sanjay Patel · 10 years ago
  4. 152f3b5 [CallGraph] Given -print-callgraph a stable printing order. by Sanjoy Das · 10 years ago
  5. 9b3369e Try to fix generation of LLVMExports.cmake under Visual Studio. by Dan Liew · 10 years ago
  6. 7edd0107 Improve error handling of getRelocationAddend. by Rafael Espindola · 10 years ago
  7. ec43535 Fix header path in CMake. NFC. by Pete Cooper · 10 years ago
  8. dc6d652 MIR Parser: report an error when a basic block isn't found. by Alex Lorenz · 10 years ago
  9. d8c98f1 [LoopDist] Rename RuntimeCheckEmitter to LoopVersioning, NFC by Adam Nemet · 10 years ago
  10. 5af96d3 [LoopDist] Move pointer-to-partition computation out of RuntimeCheckEmitter, NFC by Adam Nemet · 10 years ago
  11. 6c3277a Delete dead code. NFC. by Rafael Espindola · 10 years ago
  12. 5452b3d AMDGPU: Fix filename in comment by Matt Arsenault · 10 years ago
  13. 776f864 Make getRelocationSection MachO only. by Rafael Espindola · 10 years ago
  14. 2603664 MIR Serialization: Serialize the list of machine basic blocks with simple attributes. by Alex Lorenz · 10 years ago
  15. ad85d7a [SLP] Vectorize for all-constant entries. by Michael Zolotukhin · 10 years ago
  16. 8265391 AMDGPU: Fix some places missed in rename by Matt Arsenault · 10 years ago
  17. 75708d8 MIR Serialization: use default member initializers to initialize yaml::MachineFunction. NFC. by Alex Lorenz · 10 years ago
  18. 41c8849 Typo. NFC. by Chad Rosier · 10 years ago
  19. ae7a59f Avoid warning about inability to cast from ptr-to-obj to ptr-to-fun. by Douglas Katzman · 10 years ago
  20. cf0db29 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  21. 883d498 Fix the build. by Rafael Espindola · 10 years ago
  22. 2ba51f8 Replace EM_486 with EM_IAMCU. by Rafael Espindola · 10 years ago
  23. e9149f4 [ASan] Initial support for Kernel AddressSanitizer by Alexander Potapenko · 10 years ago
  24. ec77d9a Make all temporary symbols unnamed. by Rafael Espindola · 10 years ago
  25. 4b77d12 IRBuilder: Add unit tests for construction of globals with address space by Tobias Grosser · 10 years ago
  26. e2d0c66 CMake: Stop using LLVM's custom parse_arguments (delete implementation). NFC by Filipe Cabecinhas · 10 years ago
  27. 84b1665 CMake: Stop using LLVM's custom parse_arguments. NFC by Filipe Cabecinhas · 10 years ago
  28. ac65506 [ARM] Look through concat when lowering in-place shuffles (VZIP, ..) by Ahmed Bougacha · 10 years ago
  29. 1d01eeb [ARM] Factor out two-result shuffle matching. NFCI. by Ahmed Bougacha · 10 years ago
  30. 2120f53 [ARM] Add D-sized vtrn/vuzp/vzip tests, and cleanup. NFC. by Ahmed Bougacha · 10 years ago
  31. 8921b27 IRBuilder: Allow globals to be constructed in a specific address space by Tobias Grosser · 10 years ago
  32. 933d2bd Fix "the the" in comments. by Eric Christopher · 10 years ago
  33. 875bc61 MIR Serialization: Reenable one of the MIRParser tests by reverting r239805. by Alex Lorenz · 10 years ago
  34. 28b186f Improve the --expand-relocs handling of MachO. by Rafael Espindola · 10 years ago
  35. d30c235 Avoid redundant select node in early if-conversion pass by Yi Jiang · 10 years ago
  36. 5caacef Switch lowering: enable whole-switch jump tables at -O0. by Hans Wennborg · 10 years ago
  37. 50cef00 Pass --expand-relocs to a few more tests. by Rafael Espindola · 10 years ago
  38. b9b8054 use SDValue bool operator; NFCI by Sanjay Patel · 10 years ago
  39. 438a6a0 add test to show suboptimal load merging behavior by Sanjay Patel · 10 years ago
  40. 4ac9a2e [X86][SSE][CostModel] Fixed uitofp/sitofp cost target tests to specify sse2/avx2/avx512f directly instead of via a cpu model. by Simon Pilgrim · 10 years ago
  41. bc3868a fixed to test attributes and use better checks by Sanjay Patel · 10 years ago
  42. 05f80f4 [Hexagon] Fixing unused field copypasta. by Colin LeMahieu · 10 years ago
  43. 5f0fc6d MIR Serialization: initialize the fields without the default initializers in yaml::MachineFunction by Alex Lorenz · 10 years ago
  44. 1be6428 Use --expand-relocs in a test. It will make the next change easier to read. by Rafael Espindola · 10 years ago
  45. 21e6bed [Hexagon] Printing packet brackets when asm printing and adding a number of tests that test packet brackets. by Colin LeMahieu · 10 years ago
  46. 4b61d26 [MC] Adding prettyPrintAsm to MCTargetStreamer to allow targets to specialize how instructions are printed to asm. by Colin LeMahieu · 10 years ago
  47. edb6ecd6 [X86] Rename RegInfo to TRI as suggested by Eric by Reid Kleckner · 10 years ago
  48. f4e002c [X86] Refactor stack adjustments into X86FrameLowering::BuildStackAdjustment by Reid Kleckner · 10 years ago
  49. ec7aa02 [BranchFolding] Replace custom MachineInstr with MachineInstrExpressionTrait by Benjamin Kramer · 10 years ago
  50. aabacb6 [CallGraph] Teach the CallGraph about non-leaf intrinsics. by Sanjoy Das · 10 years ago
  51. 6d136d7 [CodeGen] Don't emit a random reference to the personality function by David Majnemer · 10 years ago
  52. 75a43c6 don't repeat function / variable names in comments; NFC by Sanjay Patel · 10 years ago
  53. e7e3ecd [X86] Remove unneeded parameters and deduplicate stack alignment code by Reid Kleckner · 10 years ago
  54. bc3cb88 [EliminateDuplicatePHINodes] Replace custom hash map with DenseSet. by Benjamin Kramer · 10 years ago
  55. fd246aa fix typo; NFC by Sanjay Patel · 10 years ago
  56. d280420 [SPARC] Repair GOT references to internal symbols. by James Y Knight · 10 years ago
  57. f314160 Convert a few tests to use llvm-mc. by Rafael Espindola · 10 years ago
  58. 27a2741 quick fix for failure from r.240012 by Asaf Badouh · 10 years ago
  59. d492018 [X86][AVX2] Added AVX2 SINT_TO_FP/UINT_TO_FP tests by Simon Pilgrim · 10 years ago
  60. bc5667c [AVX512] add instructions: VPAVGB and VPAVGW by Asaf Badouh · 10 years ago
  61. 5146cbf Update LLVM bindings after r239940. Apparently these aren't included in by Daniel Jasper · 10 years ago
  62. 6c24289 AVX-512: (fixed) Added encoding of all forms of VPERMT2W/D/Q/PS/PD and VPERMI2W/D/Q/PS/PD. by Elena Demikhovsky · 10 years ago
  63. f3d6e24 reverted 239999 due to test failures by Elena Demikhovsky · 10 years ago
  64. 5686493 AVX-512: Added encoding of all forms of VPERMT2W/D/Q/PS/PD by Elena Demikhovsky · 10 years ago
  65. e86e4ec LTO: Introduce LTOModule::getSymbolGV(). by Peter Collingbourne · 10 years ago
  66. e520b70 [autoconf] Detect OLE32 for mingw. by NAKAMURA Takumi · 10 years ago
  67. 3c1e805 config.h.*: Rework r210144. Don't edit config.h.in manually. by NAKAMURA Takumi · 10 years ago
  68. 8c6343b Reorder LLVM_ENABLE_ABI_BREAKING_CHECKS in llvm-config.h.*. by NAKAMURA Takumi · 10 years ago
  69. 40ccf16 [NFC] more comments in SLSR by Jingyue Wu · 10 years ago
  70. ce69bac Silence resource compiler using /nologo flag. by Peter Collingbourne · 10 years ago
  71. 24e04b8 [AsmPrinter] Make isRepeatedByteSequence smarter about odd integer types by Benjamin Kramer · 10 years ago
  72. c5f2ede Revert r239972 (YAML: Assign a value returned by the default constructor to the value in an optional mapping). by Alex Lorenz · 10 years ago
  73. 15db0fb YAML: Assign a value returned by the default constructor to the value in an optional mapping. by Alex Lorenz · 10 years ago
  74. 6ebf741 [X86][SSE] Improved support for vector i16 to float conversions. by Simon Pilgrim · 10 years ago
  75. ee36276 Add NVPTXLowerAlloca pass to convert alloca'ed memory to local address by Jingyue Wu · 10 years ago
  76. c821cef Devirtualize and pack MCFragment to reduce memory usage. by Pete Cooper · 10 years ago
  77. 4278cac Re-land "[X86] Cache variables that only depend on the subtarget" by Reid Kleckner · 10 years ago
  78. cf4978e Revert "[X86] Cache variables that only depend on the subtarget" by Reid Kleckner · 10 years ago
  79. bbb7571 [X86] Cache variables that only depend on the subtarget by Reid Kleckner · 10 years ago
  80. dfe93a5 [docs] Fix "WARNING: Title underline too short." by David Majnemer · 10 years ago
  81. cf1e4a2 Add missing include. by Benjamin Kramer · 10 years ago
  82. 3cab8a1 [Bitcode] Replace hand-coded little endian handling with Endian.h functions. by Benjamin Kramer · 10 years ago
  83. dd8f102 AMDGPU: Change unreachable into reported error by Matt Arsenault · 10 years ago
  84. a249533 remove unnecessary casts; NFC by Sanjay Patel · 10 years ago
  85. cc714e2 Move the personality function from LandingPadInst to Function by David Majnemer · 10 years ago
  86. 4412d4b [CodeGenPrepare] Generalize inserted set from truncs to any inst. by Ahmed Bougacha · 10 years ago
  87. 6fc90b3 [Hexagon] Adding a number of other tests for min/max instructions and loading i1s. by Colin LeMahieu · 10 years ago
  88. a1e31b4 Move IsUsedInReloc from MCSymbolELF to MCSymbol. by Rafael Espindola · 10 years ago
  89. 1c63fe6 LowerBitSets: Do not assign names to aliases of unnamed bitset element objects. by Peter Collingbourne · 10 years ago
  90. 43e5349 Allow aliases to be unnamed. by Rafael Espindola · 10 years ago
  91. b200e2f Use a range loop. NFC. by Rafael Espindola · 10 years ago
  92. 7540f2c [Hexagon] Adding some compare tests, fixing existing XFAILed tests, and removing mcpu=hexagonv4 since that's the minimum version anyway. by Colin LeMahieu · 10 years ago
  93. d562b72 fix typos in comments; NFC by Sanjay Patel · 10 years ago
  94. 5057ee8 Add documentation for new backedge mass propagation in irregular loops. by Diego Novillo · 10 years ago
  95. b306ae3 Use named temporaries for directional labels. by Rafael Espindola · 10 years ago
  96. aa94b68 [ArchiveWriter] Use EndianStream. No functional change intended. by Benjamin Kramer · 10 years ago
  97. 4bf8188 [MC/Dwarf] Encode DW_CFA_advance_loc in target endianess. by Benjamin Kramer · 10 years ago
  98. d510c10 [mips] [IAS] Add support for expanding LASym with a source register operand. by Toma Tabacu · 10 years ago
  99. 4dd3b87 Tweak wording of alignment static_assert messages. by James Y Knight · 10 years ago
  100. 279a212 [mips] [IAS] Add support for the B{L,G}{T,E}(U) branch pseudo-instructions. by Toma Tabacu · 10 years ago