1. ae6762b [AArch64] Model the cost of vector by element FP multiplies on Exynos M1. (NFC) by Evandro Menezes · 9 years ago
  2. 6898ae0 Support/ELF: Add R_AMDGPU_GOTPCREL relocation by Tom Stellard · 9 years ago
  3. 072362b [MachOYAML] Use a temporary to avoid gcc strict-aliasing warning by Chris Bieneman · 9 years ago
  4. b234de3 [codeview] Add classes and unions to the Local/Global UDTs lists by Hans Wennborg · 9 years ago
  5. 6ee5dc2 [LCG] Make the name of an SCC include more of the functions in it. by Chandler Carruth · 9 years ago
  6. 46c1e8f [yaml2macho] Removing asserts in favor of explicit yaml parse error by Chris Bieneman · 9 years ago
  7. f444c52 [CMake] Add LLVM runtimes directory by Chris Bieneman · 9 years ago
  8. 55eeb45 MachineScheduler: Followup to debug message changes by Matthias Braun · 9 years ago
  9. da15505 Codegen: [X86] preservere memory refs for folded umul_lohi by Kyle Butt · 9 years ago
  10. ffdf177 Codegen: LICM Remove check for exactly 1 register def. by Kyle Butt · 9 years ago
  11. 680b0dd MachineScheduler: Improve debug messages by Matthias Braun · 9 years ago
  12. e41c71e Uses shouldAssumeDSOLocal. by Rafael Espindola · 9 years ago
  13. f71f365 Attempt #2 to unbreak bots broken by r273596. by George Burgess IV · 9 years ago
  14. 805aa9b Refactor to use shouldAssumeDSOLocal. NFC. by Rafael Espindola · 9 years ago
  15. 8bbe924 [libfuzzer] moving is_ascii handler inside mutation dispatcher. by Mike Aizatsky · 9 years ago
  16. 205ddae Convert test to FileCheck. by Rafael Espindola · 9 years ago
  17. dce5fb2 InstCombine rule to fold trunc when value available by Anna Thomas · 9 years ago
  18. dfb588c AMDGPU: Add option to disable spilling SGPRs to VGPRs. by Matt Arsenault · 9 years ago
  19. 8e5f167 Attempt to fix breakage caused by r273596. by George Burgess IV · 9 years ago
  20. 22a6a11 Default to using the Unicode version of Win32 APIs instead of the ANSI version. This helps to catch instances where a developer accidentally forgets to explicitly specify which version of the API to use and accidentally winds up failing to support non-ASCII characters properly. by Aaron Ballman · 9 years ago
  21. 39639d9 [CFLAA] Use better interprocedural function summaries. by George Burgess IV · 9 years ago
  22. d8c0071 Refactor duplicated code. NFC. by Rafael Espindola · 9 years ago
  23. a918066 [codeview] Fix letter casing in FileCheck regexes by Hans Wennborg · 9 years ago
  24. f7e90f8 [X86] Extract HiPE prologue constants into metadata by Michael Kuperstein · 9 years ago
  25. ec3f141 Typo. by Vassil Vassilev · 9 years ago
  26. 06876d2 Fix the wasm build by including EndianStream.h by Reid Kleckner · 9 years ago
  27. fdd3c34 Prevent generation of temp file in test from r273585. by Nirav Dave · 9 years ago
  28. bad5ba7 [SCEV] Don't unnecessarily namespace; NFC by Sanjoy Das · 9 years ago
  29. 49816e0 [IRCE] Use getTerminator instead of rbegin; NFC by Sanjoy Das · 9 years ago
  30. 218e584 Preserve DebugInfo when replacing values in DAGCombiner by Nirav Dave · 9 years ago
  31. ba911c4 [ValueTracking] simplify logic in ComputeNumSignBits (NFCI) by Sanjay Patel · 9 years ago
  32. bcf03bb [TableGen] Use StringRef::compare instead of != and <. NFC. by Ahmed Bougacha · 9 years ago
  33. e8da13b [ARM] Lower (select_cc k k (select_cc ~k ~k x)) into (SSAT l_k x) by Pablo Barrio · 9 years ago
  34. 525757e Upgrade other old memset/memcpy signatures in tests causing buildbot failures with rL273568. by Artur Pilipenko · 9 years ago
  35. d9ba941 [codeview] Emit retained types by Hans Wennborg · 9 years ago
  36. bac9cdf Change the email address for commit access requests to my llvm address. by Chris Lattner · 9 years ago
  37. 26de1b8 NFC, add an "end namespace" comment for consistency by Vedant Kumar · 9 years ago
  38. ca74a50 Revert r273567 "[SystemZ] Let z13 also support FeatureMiscellaneousExtensions." by Hans Wennborg · 9 years ago
  39. 99faa52 Revert r273568 "Remangle intrinsics names when types are renamed" by Hans Wennborg · 9 years ago
  40. 1fa3fc6 Fix an old memset signature in 2009-09-01-PostRAProlog.ll test causing a buildbot failure by Artur Pilipenko · 9 years ago
  41. e90638d [docs] Bump minimum version of CMake in its own doc by Renato Golin · 9 years ago
  42. 8f92645 Remangle intrinsics names when types are renamed by Artur Pilipenko · 9 years ago
  43. 249d639 [SystemZ] Let z13 also support FeatureMiscellaneousExtensions. by Jonas Paulsson · 9 years ago
  44. f84be78 Revert "[misched] Extend scheduler to handle unsupported features" by Simon Dardis · 9 years ago
  45. 00fb6ab Explicitly specify the ANSI version of these Win32 APIs. While these are seemingly unrelated changes, they are all NFC because we currently default to the ANSI versions of the APIs when building for Windows. This simply makes the ANSI usage explicit. by Aaron Ballman · 9 years ago
  46. b5514ec [LoopUnrollAnalyzer] Fix a bug in UnrolledInstAnalyzer::visitLoad. by Michael Zolotukhin · 9 years ago
  47. 85d2541 [AMDGPU] Enable absolute expression initializer for amd_kernel_code_t fields. by Valery Pykhtin · 9 years ago
  48. c1faee3 [X86][AVX512] Added AVX512F vector sign extend tests by Simon Pilgrim · 9 years ago
  49. 3ae5db8 Allow DeadStoreElimination to track combinations of partial later wrties by Hal Finkel · 9 years ago
  50. 43733c2 [mips] Don't derive the default ABI from the CPU in the backend. by Daniel Sanders · 9 years ago
  51. b0b7bd4 [ARM] Use member initializers in ARMSubtarget. NFCI by Diana Picus · 9 years ago
  52. 47c3c00 [mips][ias] Integers are not registers. by Daniel Sanders · 9 years ago
  53. c412e39 [llc] Remove exit-on-error flag (PR27759) by Diana Picus · 9 years ago
  54. 53391f4 [misched] Extend scheduler to handle unsupported features by Simon Dardis · 9 years ago
  55. a4a23ea [AMDGPU] Remove exit-on-error in test (PR27761) by Diana Picus · 9 years ago
  56. 7e4530e [mips] Fix dext/dins definitions by Simon Dardis · 9 years ago
  57. 2c8eca9 [IfConversion] Bugfix: Don't use undef flag while adding use operands. by Jonas Paulsson · 9 years ago
  58. f8f2c7f [ARM] Do not test for CPUs, use SubtargetFeatures (Part 1). NFCI by Diana Picus · 9 years ago
  59. 12d48c9 [AVX512] Remove masked unpack intrinsics and autoupgrade to vectorshuffle and selects. by Craig Topper · 9 years ago
  60. 0b27eaf [X86] Add assert to ensure only 128-bit vector types are used. 256 or 512-bit would require lane handling which is missing. by Craig Topper · 9 years ago
  61. 6b0bf92 [modules] Good ol' JIT is gone. by Vassil Vassilev · 9 years ago
  62. 42bb389 Add missing include. Should fix modules builds. by Vassil Vassilev · 9 years ago
  63. 7c2609a [LLVM][MIPS] Introduce 64 bit atomic check in CheckAtomic.cmake by Sagar Thakur · 9 years ago
  64. 5ec082b Fix doubly included header by Matt Arsenault · 9 years ago
  65. 07997a9 [libFuzzer] Add standard license info and comment header to AFLDriverTest.cpp by Vitaly Buka · 9 years ago
  66. 5783163 Use C++ comments for large block comment. by Eric Christopher · 9 years ago
  67. 8552cfd AMDGPU: readlane/writelane do not read exec by Matt Arsenault · 9 years ago
  68. eeb0d63 Fix unused variable warning by folding the temporary into the debug statement. by Eric Christopher · 9 years ago
  69. e77d9ad [SCCP] Don't assume all Constants are ConstantInt by David Majnemer · 9 years ago
  70. 7867935 [ADT] Add a range variant of std::transform by David Majnemer · 9 years ago
  71. 788062d [IRObjectFile] Try to be defensive, add a break. by Davide Italiano · 9 years ago
  72. 7cbcee7 Revert r273456, "Preserve DebugInfo when replacing values in DAGCombiner" as it caused pr28270. by Peter Collingbourne · 9 years ago
  73. d73d2ca [llvm-cov] Fix a buggy lit test by Vedant Kumar · 9 years ago
  74. 22644bb [codeview] Add EFLAGS to the list of CodeView register numbers by Reid Kleckner · 9 years ago
  75. fddf7f5 AMDGPU: Fix liveness when expanding m0 loop by Matt Arsenault · 9 years ago
  76. 4b8bee1 [RS4GC] Use StringRef; NFC by Sanjoy Das · 9 years ago
  77. e68240c Change that to include MCMachObjectWriter.h by Reid Kleckner · 9 years ago
  78. 6398eb7 Add one more missing MCObjectWriter.h include by Reid Kleckner · 9 years ago
  79. d017561 Fix instance of -Wdelete-incomplete by Reid Kleckner · 9 years ago
  80. 26f1dde Prune some includes from headers and sink some inline functions by Reid Kleckner · 9 years ago
  81. 42fe7e4 [PM]: LoopAccessInfo simple refactoring by Xinliang David Li · 9 years ago
  82. e97bf81 [pdb] Treat a stream size of ~0U as 0 by Reid Kleckner · 9 years ago
  83. 1a713c6 [MachO] Finish moving fat header swap functions to MachO.h by Chris Bieneman · 9 years ago
  84. 700dff7 [ImplicitNullChecks] Hoist trivial depdendencies if possible by Sanjoy Das · 9 years ago
  85. bf7782c Use shouldAssumeDSOLocal. by Rafael Espindola · 9 years ago
  86. 4f8f710 Extract a few variables to make 'if' smaller. NFC. by Rafael Espindola · 9 years ago
  87. 7cde679 AMDGPU/SI: Define an intrinsic to expose ds_swizzle_b32 by Changpeng Fang · 9 years ago
  88. 10551df [codeview] Write LF_UDT_SRC_LINE records (PR28251) by Hans Wennborg · 9 years ago
  89. 9b666b1 Do not require __STDC_LIMIT_MACROS and others by Pawel Bylica · 9 years ago
  90. d8b7c9f [CMake] LLVM_BINARY_DIR was not being properly set in LLVMConfig.cmake by Chris Bieneman · 9 years ago
  91. 57b5696 [MachO] Adding a few missing swapStruct functions by Chris Bieneman · 9 years ago
  92. 83b162c [codeview] Fix the alignment padding that we add to list records by Reid Kleckner · 9 years ago
  93. 9010765 [IRObjectFile] Propagate .weak attribute correctly for ASM symbols. by Davide Italiano · 9 years ago
  94. c81dea1 Update header documentation for API deliberately made public by Daniel Berlin · 9 years ago
  95. 2772584 IR: Introduce Module::global_objects(). by Peter Collingbourne · 9 years ago
  96. e46cd3a AMDGPU: Run verifier after 2nd run of SIShrinkInstructions by Matt Arsenault · 9 years ago
  97. e228570 AMDGPU: Fix verifier errors in SILowerControlFlow by Matt Arsenault · 9 years ago
  98. c7a10fc [Hexagon] Add SDAG preprocessing step to expose shifted addressing modes by Krzysztof Parzyszek · 9 years ago
  99. e93d6b1 [UpdateCompilerUsed] API rename and cleanup, suggested by Rafaael. by Davide Italiano · 9 years ago
  100. 9e588d8 [MBFI]: Add a new suboption for graph viewer by Xinliang David Li · 9 years ago