1. d26bf22 Revert "[asan] Avoid lifetime analysis for allocas with can be in ambiguous state" by Vitaly Buka · 9 years ago
  2. 1354d58 Revert "[asan] Add flag to allow lifetime analysis of problematic allocas" by Vitaly Buka · 9 years ago
  3. ff48266 Fix autoupgrade logic for Objective-C class properties module flag by Mehdi Amini · 9 years ago
  4. 837806b build_llvm_package.bat: Update to VS2015 and include LLDB by Hans Wennborg · 9 years ago
  5. f094f62 [InstCombine] move folds for icmp (sh C2, Y), C1 in with other icmp+sh folds; NFCI by Sanjay Patel · 9 years ago
  6. dcc5ba2 [libFuzzer] make caller-callee feedback work with trace-pc-guard by Kostya Serebryany · 9 years ago
  7. 31daa34 [sanitizer-coverage] make trace-pc-guard and indirect-call work together by Kostya Serebryany · 9 years ago
  8. 8f94ffd [codeview] Optimize the size of defranges with gaps by Reid Kleckner · 9 years ago
  9. ea88605 [InstCombine] allow icmp (shr/shl) folds for vectors by Sanjay Patel · 9 years ago
  10. 539a656 regenerate checks by Sanjay Patel · 9 years ago
  11. 12be25f [GlobalOpt] Dead Eliminate declarations by Mehdi Amini · 9 years ago
  12. 26eccc1 [InstCombine] Do not RAUW a constant GEP by David Majnemer · 9 years ago
  13. a5437a6 [AArch64] Support for FP FMA when -ffp-contract=fast by Evandro Menezes · 9 years ago
  14. 745df32 Revert "[ARM] Promote small global constants to constant pools" by Evgeniy Stepanov · 9 years ago
  15. 71d3c34 [InstCombine] simplify code; NFCI by Sanjay Patel · 9 years ago
  16. f31e663 [PM] Port CFGViewer and CFGPrinter to the new Pass Manager by Sriraman Tallam · 9 years ago
  17. 5fa3c52 [pdb] Write the IPI stream. by Zachary Turner · 9 years ago
  18. d6d0906 fix function names; NFC by Sanjay Patel · 9 years ago
  19. 6baec2e [pdb] Fix the TPI stream size computation. by Zachary Turner · 9 years ago
  20. d52d051 [libFuzzer] fix the build for AFLDriverTest by Kostya Serebryany · 9 years ago
  21. 2473bf0 [InstCombine] allow icmp (sub nsw) folds for vectors by Sanjay Patel · 9 years ago
  22. ba1d7c6 [InstCombine] add vector tests for icmp (sub nsw) by Sanjay Patel · 9 years ago
  23. 8471051 [IRObjectFile] Handle undefined weak symbols in RecordStreamer. by Davide Italiano · 9 years ago
  24. 72499e5 Take ownership of libLTO as discussed on llvm-dev. by Peter Collingbourne · 9 years ago
  25. d2bd71f [InstCombine] remove duplicated fold ; NFCI by Sanjay Patel · 9 years ago
  26. f71deb6 [InstCombine] allow (icmp sgt smin(PosA, B), 0) fold for vectors by Sanjay Patel · 9 years ago
  27. b794567 [InstCombine] add vector tests for icmp sgt smin by Sanjay Patel · 9 years ago
  28. c0fdffb [InstCombine] auto-generate checks by Sanjay Patel · 9 years ago
  29. d40500c [compiler-rt] Changing function prototype returning unused value by Etienne Bergeron · 9 years ago
  30. 51832f7 Fix silly mistake introduced here : https://reviews.llvm.org/D24566 by Etienne Bergeron · 9 years ago
  31. 28f64ff address comments from: https://reviews.llvm.org/D24566 by Etienne Bergeron · 9 years ago
  32. 0863eca Document our extension to the COFF .section directive flags by Reid Kleckner · 9 years ago
  33. 964ae1d [InstCombine] clean up foldICmpWithConstant(); NFC by Sanjay Patel · 9 years ago
  34. 8055438 [InstCombine] add helper function for foldICmpWithConstant; NFC by Sanjay Patel · 9 years ago
  35. 0ee1696 [InstCombine] use m_APInt to allow icmp folds using known bits for splat constant vectors by Sanjay Patel · 9 years ago
  36. c2c0b27 [mips][ias] Enable IAS by default for N64 on Debian mips64el. by Simon Dardis · 9 years ago
  37. 095eb00 [ARM] Promote small global constants to constant pools by James Molloy · 9 years ago
  38. 8c9a9af GlobalISel: legalize GEP instructions with small offsets. by Tim Northover · 9 years ago
  39. 3d658a6 GlobalISel: relax type constraints on G_ICMP to allow pointers. by Tim Northover · 9 years ago
  40. 3d94178 GlobalISel: remove "unsized" LLT by Tim Northover · 9 years ago
  41. ccc7ec7 llvm/test/Transforms/CorrelatedValuePropagation/alloca.ll REQUIRES +Asserts. by NAKAMURA Takumi · 9 years ago
  42. cdce758 GlobalISel: cache pointer sizes in LLT by Tim Northover · 9 years ago
  43. 4cb3509 [llvm-cov] Move some layout logic to the right spot (NFC) by Vedant Kumar · 9 years ago
  44. 61f5694 [llvm-cov] Hide instantiation views for unexecuted functions by Vedant Kumar · 9 years ago
  45. 2fcbfcf [llvm-cov] Don't create 'jump to ...' links in nested views by Vedant Kumar · 9 years ago
  46. 0bcb8fb Add some shortcuts in LazyValueInfo to reduce compile time of Correlated Value Propagation. by Wei Mi · 9 years ago
  47. f158709 [CMake] Fixing lit for runtimes directory by Jonas Hahnfeld · 9 years ago
  48. 577674b [libFuzzer] disable test that requires debug info -- it fails on the bot by Kostya Serebryany · 9 years ago
  49. 3f6d675 [libFuzzer] move the AFL driver build rule test into the uninstrumented dir by Kostya Serebryany · 9 years ago
  50. 7551d48 [llvm-cov] Make a method name more accurate (NFC) by Vedant Kumar · 9 years ago
  51. 7e2d153 [libFuzzer] fix print_pcs test by Kostya Serebryany · 9 years ago
  52. 90562cd [llvm-cov] Don't print a verbose title when looking at one file by Vedant Kumar · 9 years ago
  53. 5d97808 [llvm-cov] Fix tests that aren't checking anything (NFC) by Vedant Kumar · 9 years ago
  54. f0b5dd7 [libFuzzer] implement print_pcs with trace-pc-guard. Change the trace-pc-guard heuristic for 8-bit counters to look more like in AFL (not that it's provable better, but the existin test preferes this heuristic) by Kostya Serebryany · 9 years ago
  55. f09ca2f Add a C++ unittest to test the fix for PR30213. by Wei Mi · 9 years ago
  56. 4574c11 [doc] [CUDA] Add sections about STL support and differences between nvcc and clang to CompileCudaWithLLVM.rst. by Justin Lebar · 9 years ago
  57. 8159863 [LangRef] Add a clarifying example for undef by Sanjoy Das · 9 years ago
  58. 26586a8 [libFuzzer] add 8-bit counters to trace-pc-guard handler by Kostya Serebryany · 9 years ago
  59. 0ebfb4e [InstCombine] refactor eq/ne cases in foldICmpUsingKnownBits() ; NFCI by Sanjay Patel · 9 years ago
  60. f5898c1 [pdb] Fix unit test compilation. by Zachary Turner · 9 years ago
  61. a18aa4c [InstCombine] add vector tests for foldICmpUsingKnownBits() by Sanjay Patel · 9 years ago
  62. b5689e7 [pdb] Get rid of Data and RawData in CVType. by Zachary Turner · 9 years ago
  63. a9d16c9 [pdb] Write TPI hash values to the TPI stream. by Zachary Turner · 9 years ago
  64. a984fc7 [MC] Handle discardable COFF sections in assembly by Reid Kleckner · 9 years ago
  65. a364825 Fix auto-upgrade of TBAA tags in Bitcode Reader by Mehdi Amini · 9 years ago
  66. 86a6238 Fix indentation in codeview code by Reid Kleckner · 9 years ago
  67. fd7afc4 [LTO] Move tests from test/tools to test/LTO, as they're testing the API functionalities (NFC) by Mehdi Amini · 9 years ago
  68. bdf517a [LTO] Fix commons handling by Mehdi Amini · 9 years ago
  69. e038466 [ThinLTO] Add an option to llvm-lto to print some basic statistics for the index by Mehdi Amini · 9 years ago
  70. 93e6e54 Finish renaming remaining analyzeBranch functions by Matt Arsenault · 9 years ago
  71. 9becdee [Stackmap] Added callsite counts to emitted function information. by Sanjoy Das · 9 years ago
  72. 0890bf3 [x86] regenerate checks by Sanjay Patel · 9 years ago
  73. 421442e [x86] regenerate checks by Sanjay Patel · 9 years ago
  74. eb967fb Revert "[ARM] Promote small global constants to constant pools" by Evgeniy Stepanov · 9 years ago
  75. 4e8d86c [x86] regenerate checks by Sanjay Patel · 9 years ago
  76. d41f227 [lib/LTO] Fix a typo. NFC. by Davide Italiano · 9 years ago
  77. aceeb33 Revert "AMDGPU: Use SOPK compare instructions" by Matt Arsenault · 9 years ago
  78. fff5113 AMDGPU: Use SOPK compare instructions by Matt Arsenault · 9 years ago
  79. 50aa910 Verifier: Mark orphaned DICompileUnits as a debug info failure. by Adrian Prantl · 9 years ago
  80. b1a710d Make analyzeBranch family of instruction names consistent by Matt Arsenault · 9 years ago
  81. ab302cd AArch64: Use TTI branch functions in branch relaxation by Matt Arsenault · 9 years ago
  82. b4dbf03 [x86] fix formatting; NFC by Sanjay Patel · 9 years ago
  83. 2462473 [compiler-rt] Avoid instrumenting sanitizer functions by Etienne Bergeron · 9 years ago
  84. c348bc4 [X86][SSE] Improve recognition of i64 sitofp conversions that can be performed as i32 (PR29078) by Simon Pilgrim · 9 years ago
  85. 1e06f6c [LoopInterchange] Typo. NFC. by Chad Rosier · 9 years ago
  86. 1e694f0 [LoopInterchange] Add CL option to override cost threshold. by Chad Rosier · 9 years ago
  87. e65dbf0 [X86][SSE] Don't use PSHUFD directly - lower with generic shuffle by Simon Pilgrim · 9 years ago
  88. 47eb9d5 getValueType().getScalarSizeInBits() -> getScalarValueSizeInBits(), round 2 ; NFCI by Sanjay Patel · 9 years ago
  89. fb1804b [LoopInterchange] Cleanup debug whitespace. NFC. by Chad Rosier · 9 years ago
  90. c0a42ff getVectorElementType().getSizeInBits() -> getScalarSizeInBits() ; NFCI by Sanjay Patel · 9 years ago
  91. a7c48cc getValueType().getSizeInBits() -> getValueSizeInBits() ; NFCI by Sanjay Patel · 9 years ago
  92. e9c64c5 Fix typo in comment [NFC] by Etienne Bergeron · 9 years ago
  93. 0f71258 AMDGPU: Support folding FrameIndex operands by Matt Arsenault · 9 years ago
  94. 04e0167 getValueType().getScalarSizeInBits() -> getScalarValueSizeInBits() ; NFCI by Sanjay Patel · 9 years ago
  95. f4559b5 getScalarType().getSizeInBits() -> getScalarSizeInBits() ; NFCI by Sanjay Patel · 9 years ago
  96. 8bc95d0 AMDGPU: Improve splitting 64-bit bit ops by constants by Matt Arsenault · 9 years ago
  97. be3fec6 [LV] Process pointer IVs with PHINodes in collectLoopUniforms by Matthew Simpson · 9 years ago
  98. b50cea7 [ARM] Promote small global constants to constant pools by James Molloy · 9 years ago
  99. 2ecc1fc MCInstrDesc: this fixes an issue setting/getting member Flags, which by Sjoerd Meijer · 9 years ago
  100. 3824319 [X86][SSE] Removed unused getTargetShuffleNode function by Simon Pilgrim · 9 years ago