1. 21db7b7 [AArch64] Fix warnings pointed out by Hal. by Chad Rosier · 9 years ago
  2. db91435 [cmake] Add -fms-compatibility-version=19 when clang-cl gives errors about char16_t by Reid Kleckner · 9 years ago
  3. f3ba4d1 [cmake] Allow EH usage with clang-cl by Reid Kleckner · 9 years ago
  4. 34be7e6 [PGO] Use ArrayRef in annotateValueSite() by Rong Xu · 9 years ago
  5. 7725fd8 AMDGPU/SI: Improve MachineSchedModel definition by Tom Stellard · 9 years ago
  6. d3adac5 AMDGPU/SI: Enable lanemask tracking in misched by Tom Stellard · 9 years ago
  7. 5254fb9 [SystemZ] Add nop and nopr InstAliases. by Jonas Paulsson · 9 years ago
  8. e0d3b85 Remove HasFnAttribute guards to getFnAttribute calls by Nirav Dave · 9 years ago
  9. e1eb43b Revert "[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly" by Teresa Johnson · 9 years ago
  10. 5a4fec2 [X86][XOP] BITREVERSE lowering using VPPERM by Simon Pilgrim · 9 years ago
  11. a6e6ae2 [ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly by Teresa Johnson · 9 years ago
  12. b85e39b [X86][SSE] Test the legalization of vector comparison results by Simon Pilgrim · 9 years ago
  13. 4a03fa3 [NVPTX] Avoid temporary std::string and make single-use function local to the cpp file. by Benjamin Kramer · 9 years ago
  14. d9529c5 gold-plugin: Fixed typo in an error message. by Marianne Mailhot-Sarrasin · 9 years ago
  15. c079cbf [X86][SSE] Added tests for clearing upper bits of vector elements by Simon Pilgrim · 9 years ago
  16. cd30900 [VectorUtils] Don't try and truncate PHIs to a smaller bitwidth by James Molloy · 9 years ago
  17. e56cb5f [x86] Fix a horrible bug in our lowering of x86 floating point atomic by Chandler Carruth · 9 years ago
  18. 40e9bee [CodeGen] Mark EVT:getExtendedSizeInBits() as LLVM_READONLY. by Craig Topper · 9 years ago
  19. 8c5f0de [docs] Add gpucc publication and tutorial. by Jingyue Wu · 9 years ago
  20. 540e0f5 IR: Constify LLVMContext::discardValueNames, NFC by Duncan P. N. Exon Smith · 9 years ago
  21. dfdbebc BitcodeReader: Fix weird whitespace, NFC by Duncan P. N. Exon Smith · 9 years ago
  22. ff01852 [MemorySSA] Make the visitor more careful with calls. by George Burgess IV · 9 years ago
  23. 1f7adda [x86] Extract a helper function to compute the full addressing mode from by Chandler Carruth · 9 years ago
  24. 6be6cca [PGO] Handle invoke inst in IR based icall instrumentation by Xinliang David Li · 9 years ago
  25. 2e682ed [MemorySSA] Change how the walker views/walks visited phis. by George Burgess IV · 9 years ago
  26. f6d6e72 [Aarch64] Turn on the LoopDataPrefetch pass for Cyclone by Adam Nemet · 9 years ago
  27. 1e5a354 [PPC] Remove -ppc-loop-prefetch-distance in favor of -prefetch-distance by Adam Nemet · 9 years ago
  28. 515ab47 [LoopDataPrefetch] Centralize the tuning cl::opts under the pass by Adam Nemet · 9 years ago
  29. 0a20d99 [tsan] Do not instrument reads/writes to instruction profile counters. by Anna Zaks · 9 years ago
  30. 8bb475f [libFuzzer] more trophies by Kostya Serebryany · 9 years ago
  31. 7544ffc [libFuzzer] more docs by Kostya Serebryany · 9 years ago
  32. 5a417a1 ADCE: Remove debug info intrinsics in dead scopes by Duncan P. N. Exon Smith · 9 years ago
  33. 513c245 MachineSink: make shouldSink a TII target hook by Fiona Glaser · 9 years ago
  34. d6dc9e0 [LoopDataPrefetch] Make more member functions private, NFC. by Adam Nemet · 9 years ago
  35. f8ccc7e Upgrade some wildly anachronistic debug info in testcases. by Adrian Prantl · 9 years ago
  36. deb808c use FileCheck and auto-check-generation script for exact checking by Sanjay Patel · 9 years ago
  37. d239bc5 Add a print method to MachineFunctionProperties for better error messages by Derek Schuff · 9 years ago
  38. 68b4704 Clarifying some of the requirements for building with Visual Studio on Windows. Namely, we require the latest Update to be installed (for sanity purposes), and we require CMake 2.8.12.2 for building LLVM with Visual Studio. by Aaron Ballman · 9 years ago
  39. ae7cf58 Fix some bugs in the posix output of llvm-nm. Which is documented on by Kevin Enderby · 9 years ago
  40. 499797f [SPARC] Use AtomicExpandPass to expand AtomicRMW instructions. by James Y Knight · 9 years ago
  41. 1df6732 MachineVerifier: On dead-def live segments, check that corresponding machine operand has a dead flag by Matthias Braun · 9 years ago
  42. f27ef7a LiveVariables: Fix typo and shorten comment by Matthias Braun · 9 years ago
  43. 0ee5788 IR: Add DbgInfoIntrinsic::getVariableLocation by Duncan P. N. Exon Smith · 9 years ago
  44. b957e26 Revert "[asan] Make the global_metadata_darwin.ll test require El Capitan or newer" by Ryan Govostes · 9 years ago
  45. 4027520 [ThinLTO] Remove post-pass metadata linking support by Teresa Johnson · 9 years ago
  46. 5826030 [asan] Make the global_metadata_darwin.ll test require El Capitan or newer by Ryan Govostes · 9 years ago
  47. 54cc8d7 Add support for no-jump-tables by Nirav Dave · 9 years ago
  48. b65f550 Add MachineVerifier check for AllVRegsAllocated MachineFunctionProperty by Derek Schuff · 9 years ago
  49. d9e9e2b Swift Calling Convention: add swiftself attribute. by Manman Ren · 9 years ago
  50. 65a7ad2 [x86] add tests to show current memset codegen by Sanjay Patel · 9 years ago
  51. f504359 [SCEV] Extract out a MatchBinaryOp; NFCI by Sanjoy Das · 9 years ago
  52. 2bf1827 [SCEV] Use Operator::getOpcode instead of manual dispatch; NFC by Sanjoy Das · 9 years ago
  53. 2029771 Make InlineSimple's one-arg constructor explicit. NFC by Justin Lebar · 9 years ago
  54. 706afb2 Reformat a comment in InlineSimple.cpp. NFC by Justin Lebar · 9 years ago
  55. 4fdd8ba regenerate checks by Sanjay Patel · 9 years ago
  56. 338aaed Test commit access by Konstantin Zhuravlyov · 9 years ago
  57. bc26aeb [ThinLTO] Use new GlobalValue::getGUID helper (NFC) by Teresa Johnson · 9 years ago
  58. 7ef71aa [llvm-readobj] NFC: Remove unneeded parenthesis by Hemant Kulkarni · 9 years ago
  59. b4efa11 [mips] Test commit: Mark insertNoop as dead code (NFC) by Simon Dardis · 9 years ago
  60. b5f67e4 [mips] Correct MIPS16 jal/jalx to have uimm26 offsets and add MC layer range checks. NFC. by Daniel Sanders · 9 years ago
  61. 7c78d07 fix CHECK_NOT -> CHECK-NOT by Junmo Park · 9 years ago
  62. 0848da2 fixed typo - CHECK-LABEL by Junmo Park · 9 years ago
  63. 5a15e95 Added 2 notes by Elena Demikhovsky · 9 years ago
  64. 98ebf8c fixed typo - CHECK-LABEL by Elena Demikhovsky · 9 years ago
  65. c4a8612 AVX-512: fixed a bug in fp_to_uint pattern on KNL by Elena Demikhovsky · 9 years ago
  66. 859d69a BitcodeReader: Allow METADATA_STRINGS to only have !"" by Duncan P. N. Exon Smith · 9 years ago
  67. f81b307 [SimlifyCFG] Prevent passes from destroying canonical loop structure, especially for nested loops by Hyojin Sung · 9 years ago
  68. eacfdd5 RegisterPressure: Simplify liveness tracking when lanemasks are not checked. by Matthias Braun · 9 years ago
  69. 031bfc2 LiveVariables: Do not remove dead flags from vreg operands by Matthias Braun · 9 years ago
  70. d2695ae [llvm-readobj] Support GNU style dyn-relocations by Hemant Kulkarni · 9 years ago
  71. f074043 [PowerPC] Refactor popcnt[dw] target features by Hal Finkel · 9 years ago
  72. b76dcf4 [Codegen] Decrease minimum jump table density. by Kyle Butt · 9 years ago
  73. 418032a Sample profile summary cleanup by Easwaran Raman · 9 years ago
  74. f7e4375 [WebAssembly] Remove duplicate disabling of passes by Derek Schuff · 9 years ago
  75. ec11ea3 [PowerPC] Clarify a comment in PPCTTI about vector loads by Hal Finkel · 9 years ago
  76. cfef8b9 [docs] Corrections w.r.t V2 of the coverage mapping format by Vedant Kumar · 9 years ago
  77. 405e53f [PGO] More comments how function pointers for indirect calls are mapped by Adam Nemet · 9 years ago
  78. 4957829 regenerate checks by Sanjay Patel · 9 years ago
  79. 206cd3a fix checks: *_DAG -> *-DAG by Sanjay Patel · 9 years ago
  80. 31933c9 [Coverage] Fix the expected counts in instrprof-comdat.h by Vedant Kumar · 9 years ago
  81. 52488ae fix CHECK_NEXT -> CHECK-NEXT by Sanjay Patel · 9 years ago
  82. f584710 fix CHECK_DAG -> CHECK-DAG by Sanjay Patel · 9 years ago
  83. 04d6f99 fix CHECK_NEXT -> CHECK-NEXT by Sanjay Patel · 9 years ago
  84. daf1ffd fix CHECK_LABEL -> CHECK-LABEL by Sanjay Patel · 9 years ago
  85. 76ae15b trailing whitespace by Sanjay Patel · 9 years ago
  86. 1874067 Move use of scoped enum in MachineFunctionProperties after its declaration by Derek Schuff · 9 years ago
  87. 2b6ba77f Remove personality for declarations in CloneModule. by Evgeniy Stepanov · 9 years ago
  88. 574e4b2 [X86][SSE] Vectorize a bit (AND/XOR/OR) op if a BUILD_VECTOR has the same op for all their scalar elements. by Simon Pilgrim · 9 years ago
  89. 51d98d3 docs: Fix footnote after r260042. by Nico Weber · 9 years ago
  90. 0969a1d fix CHECK_NEXT -> CHECK-NEXT by Sanjay Patel · 9 years ago
  91. 76bf991 Reapply (2x) "[PGO] Fix name encoding for ObjC-like functions" by Vedant Kumar · 9 years ago
  92. 8d4b7e7 Add an IR Verifier check for orphaned DICompileUnits. by Adrian Prantl · 9 years ago
  93. ffa1530 [LVers] Change CHECK_LABEL to CHECK-LABEL (underscore->dash) by Adam Nemet · 9 years ago
  94. 8c94859 docs: Try to remove weird linebreak from generated html. by Nico Weber · 9 years ago
  95. 4b731e4 [asan] Fix testcase for r264645 by Ryan Govostes · 9 years ago
  96. 75f9dc9 Explicitly test BitstreamReader::setArtificialByteLimit, NFC by Duncan P. N. Exon Smith · 9 years ago
  97. 3828f99 Handle section vs global name conflict. by Evgeniy Stepanov · 9 years ago
  98. c056d20 docs: Update Ninja link, also fix link syntax. by Nico Weber · 9 years ago
  99. 2686d30 Remove accidentally duplicated test by Duncan P. N. Exon Smith · 9 years ago
  100. 642853b [asan] Support dead code stripping on Mach-O platforms by Ryan Govostes · 9 years ago