1. cd49eb3 [llvm-dwp] Deduplicate type units by David Blaikie · 10 years ago
  2. ea8e65f [llvm-dwp] Remove some unused test code by David Blaikie · 10 years ago
  3. c179deb [Docs] Fix underlines that were too short or too long. by Akira Hatanaka · 10 years ago
  4. 878fc47 I Added a triple flag for x86-evenDirective test. by Michael Zuckerman · 10 years ago
  5. dbef3b0 Revert r255460, which still causes test failures on some platforms. by Cong Hou · 10 years ago
  6. be7b514 [X86][inline asm] support even directive by Michael Zuckerman · 10 years ago
  7. 778ee75 Fix a type issue in r255455. Should not use unsigned type as std::abs()'s template type. by Cong Hou · 10 years ago
  8. f26946f [LoopVectorizer] Refine loop vectorizer's register usage calculator by ignoring specific instructions. by Cong Hou · 10 years ago
  9. c38f040 Fix line endings by Simon Pilgrim · 10 years ago
  10. 14df2e8 Replace <cstdint> by llvm/Support/DataTypes.h for the typedef of uint64_t. NFC. by Cong Hou · 10 years ago
  11. f9ae1a7 Add the missing header file <cstdint> needed by uint64_t by Cong Hou · 10 years ago
  12. 6f344e5 Revert r255454 as it leads to several test failers on buildbots. by Cong Hou · 10 years ago
  13. 5ae2b85 Normalize MBB's successors' probabilities in several locations. by Cong Hou · 10 years ago
  14. c731de4 [LoopVectorizer] Refine loop vectorizer's register usage calculator by ignoring specific instructions. by Cong Hou · 10 years ago
  15. d11fee0 ARM: only emit EABI attributes on EABI targets by Saleem Abdulrasool · 10 years ago
  16. 205d072 Revert r255444. by Nico Weber · 10 years ago
  17. 517dd66 Add a C++11 ThreadPool implementation in LLVM by Mehdi Amini · 10 years ago
  18. 872af6a [llvm-objdump/MachoDump] Simplify. by Davide Italiano · 10 years ago
  19. 3f006c6 [X86][AVX512] Added support for VMOVQ shuffle comments by Simon Pilgrim · 10 years ago
  20. f3296cd Partially fix memcpy / memset / memmove lowering in SelectionDAG construction if address space != 0. by Manuel Jacob · 10 years ago
  21. 59ef72d [PGO] Stop using invalid char in instr variable names. by Xinliang David Li · 10 years ago
  22. 3720185 [InstCombine] canonicalize (bitcast (extractelement X)) --> (extractelement(bitcast X)) by Sanjay Patel · 10 years ago
  23. d7f7b7e [X86][AVX] Tests tidyup by Simon Pilgrim · 10 years ago
  24. 7197ef7 Try to appease sphinx by David Majnemer · 10 years ago
  25. e89a5ec Move catchpad-phi-cast.ll to the X86 specific subdirectory by David Majnemer · 10 years ago
  26. b0b46be Try to appease a buildbot by David Majnemer · 10 years ago
  27. 8cec2f2 [IR] Reformulate LLVM's EH funclet IR by David Majnemer · 10 years ago
  28. b73b347 [PowerPC] OutStreamer cleanup in PPCAsmPrinter by Hal Finkel · 10 years ago
  29. f99bcae [X86ISelLowering] Add additional support for multiplication-to-shift conversion. by Chen Li · 10 years ago
  30. 9bc6874 Fix test/CodeGen/PowerPC/ppc-shrink-wrapping.ll after r255398 by Hal Finkel · 10 years ago
  31. 63b2982 [InstCombine] allow any pair of bitcasts to be combined by Sanjay Patel · 10 years ago
  32. 8f2bcca [PowerPC] Add Branch Hints for Highly-Biased Branches by Hal Finkel · 10 years ago
  33. 670d125 [WebAssembly] Update test expectations by Derek Schuff · 10 years ago
  34. 3d25c88 Revert rL255391: [X86ISelLowering] Add additional support for multiplication-to-shift conversion. by Chen Li · 10 years ago
  35. 9827670 use FileCheck for better checking by Sanjay Patel · 10 years ago
  36. e8d6789 [WebAssembly] Implement prolog/epilog insertion and FrameIndex elimination by Derek Schuff · 10 years ago
  37. 3c55c7b [X86ISelLowering] Add additional support for multiplication-to-shift conversion. by Chen Li · 10 years ago
  38. 31b250a SamplePGO - Reduce memory utilization by 10x. by Diego Novillo · 10 years ago
  39. be6eaee SelectionDAG: Match min/max if the scalar operation is legal by Matt Arsenault · 10 years ago
  40. 15c5be1 Revert r248483, r242546, r242545, and r242409 - absdiff intrinsics by Hal Finkel · 10 years ago
  41. e09d90d Avoid buffered reads of /dev/urandom by Rafael Espindola · 10 years ago
  42. 70ed0f6 [llvm-objdump/MachODump] Reduce code duplication. by Davide Italiano · 10 years ago
  43. fce620f Add tests for bitcast-bitcast sequences for all scalar/vector permutations by Sanjay Patel · 10 years ago
  44. d70808f [PGO] Revert r255365: solution incomplete, not handling lambda yet by Xinliang David Li · 10 years ago
  45. b6b389a [PGO] Stop using invalid char in instr variable names. by Xinliang David Li · 10 years ago
  46. f43272c CodeGen: Redo analyzePhysRegs() and computeRegisterLiveness() by Matthias Braun · 10 years ago
  47. 0e0cc94 Start replacing vector_extract/vector_insert with extractelt/insertelt by Matt Arsenault · 10 years ago
  48. 4f331ff [WebAssembly] Fix ADJCALLSTACKDOWN/UP use/defs by Derek Schuff · 10 years ago
  49. 23c0f3b Revert r255247, r255265, and r255286 due to serious compile-time regressions. by Chad Rosier · 10 years ago
  50. 6aac92b CXX_FAST_TLS calling convention: target independent portion. by Manman Ren · 10 years ago
  51. 46e81ea fix typos; NFC by Sanjay Patel · 10 years ago
  52. ba16151 [dsymutil] Ignore absolute symbols in the debug map by Frederic Riss · 10 years ago
  53. 47be361 AlignmentFromAssumptions and SLPVectorizer preserves AA and GlobalsAA by Hal Finkel · 10 years ago
  54. f7649af [TableGen] Correct Namespace lookup with AltNames in AsmWriterEmitter by Hal Finkel · 10 years ago
  55. 89fa0a8 PruneEH pass incorrectly reports that a change was made by Artur Pilipenko · 10 years ago
  56. 9c695e4 [Mem2Reg] Respect optnone by James Molloy · 10 years ago
  57. e153879 [InstCombine] Make MatchBSwap also match bit reversals by James Molloy · 10 years ago
  58. 1166324 Revert previous test commit. by Maxim Ostapenko · 10 years ago
  59. 1d4e45c This is a test commit to check my commit access works. by Maxim Ostapenko · 10 years ago
  60. 6f139ce [PGO] Read VP raw data without depending on the Value field by Xinliang David Li · 10 years ago
  61. ee25694 Fix build after r255319. by Hans Wennborg · 10 years ago
  62. 3719f99 Fix a spurious if. by Eric Christopher · 10 years ago
  63. 283d7eb [LazyValueInfo] Stop inserting overdefined values into ValueCache to by Akira Hatanaka · 10 years ago
  64. 9a3d083 [PPC]: Peephole optimize small accesss to aligned globals. by Kyle Butt · 10 years ago
  65. 0dbeff1 Check in the script for building Win snapshots by Hans Wennborg · 10 years ago
  66. 88b8ce2 [ProfileData] clang-format TextInstrProfReader::hasFormat. NFC. by Vedant Kumar · 10 years ago
  67. e265d9a [X86][SSE] Update the cost table for integer-integer conversions on SSE2/SSE4.1. by Cong Hou · 10 years ago
  68. 849df79 Format fix (NFC) by Xinliang David Li · 10 years ago
  69. 337570a s/need/needs by Eric Christopher · 10 years ago
  70. 54f1a90 Fix (bitcast (fabs x)), (bitcast (fneg x)) and (bitcast (fcopysign cst, by Eric Christopher · 10 years ago
  71. 67b9896 Attempt to fix the ReST compilation to html of the C API docs. by Eric Christopher · 10 years ago
  72. 7e0619a More non-ascii quote characters. by Eric Christopher · 10 years ago
  73. 8737acc Clarify some of the wording on adding a new subcomponent to the C API. by Eric Christopher · 10 years ago
  74. e4b6881 Fix non-ascii quotes. by Eric Christopher · 10 years ago
  75. 7a5bb66 Add C API guidelines to the developer policy to match discussions by Eric Christopher · 10 years ago
  76. e7ad314 PPC: Teach FMA mutate to respect register classes. by Kyle Butt · 10 years ago
  77. f6aeea1 [CMake] Add LLVM_BUILD_INSTRUMENTED option to enable building with -fprofile-instr-generate by Chris Bieneman · 10 years ago
  78. 6d5ee5a [LibFuzzer] Introducing FUZZER_FLAG_UNSIGNED and using it for seeding. by Mike Aizatsky · 10 years ago
  79. 8941580 EarlyCSE: add tests by JF Bastien · 10 years ago
  80. d032a6a Add a forward declaration (NFC) by Xinliang David Li · 10 years ago
  81. dd635a6 Delete a duplicate branch in IfConversion.cpp. NFC. by Cong Hou · 10 years ago
  82. 45d4194 [DAGCombiner] Fix PR25763 - vector comparison constant folding + sign-extension by Simon Pilgrim · 10 years ago
  83. 7d33195 [DSE] Disable non-local DSE to see if the bots go green. by Chad Rosier · 10 years ago
  84. 161d4c6 Fix another case where the linkage was not set. by Rafael Espindola · 10 years ago
  85. ef0af93 [PGO] Use %t as the temporary profdata filename in the test cases. by Rong Xu · 10 years ago
  86. fbc0a7d Verifier: Avoid quadratic checking of aggregates for bad bitcasts by Duncan P. N. Exon Smith · 10 years ago
  87. 2c42269 [DeadStoreElimination] Use range-based loops. NFC. by Chad Rosier · 10 years ago
  88. 46cf0f0 [ProfileData] Add unit test infrastructure for sample profile reader/writer by Nathan Slingerland · 10 years ago
  89. 7845ed0 Fix fptosi, fptoui from f16 vectors to i8, i16 vectors by Pirama Arumuga Nainar · 10 years ago
  90. 2bce431 [InstCombine] fold bitcasts around an extractelement (3rd try) by Sanjay Patel · 10 years ago
  91. 1b06125 [ThinLTO] Debug message cleanup (NFC) by Teresa Johnson · 10 years ago
  92. 4d1332c Avoid undefined behavior when vector is empty. by Rafael Espindola · 10 years ago
  93. f3ba056 remove duplicated comments and don't repeat function names in comments; NFC by Sanjay Patel · 10 years ago
  94. c818b3e [ThinLTO] Release files in gold plugin during combined index (take 2) by Teresa Johnson · 10 years ago
  95. 0abf891 [WebAssembly] Tighten up several CHECK tests. by Dan Gohman · 10 years ago
  96. da51320 Slit lib/Linker in two. by Rafael Espindola · 10 years ago
  97. 079d48b [WebAssembly] Make WebAssemblyStoreResults only return true when it has a change. by Dan Gohman · 10 years ago
  98. 5b3101a [WebAssembly] Fix WebAssemblyPeephole to set Changed to true when making changes. by Dan Gohman · 10 years ago
  99. 9e8e460 [WebAssembly] Declare that WebAssemblyPeephole does not modify the CFG. by Dan Gohman · 10 years ago
  100. 4dc8c1b [WebAssembly] Remove an unneeded getAnalysisUsage override. by Dan Gohman · 10 years ago