1. 114db87 [DAG] Ensure vector constant folding uses correct scalar undef types by Simon Pilgrim · 10 years ago
  2. 43a9e40 Replace a custom table sort check with std::is_sorted. Change a function to take ArrayRef instead of pointer and length. NFC by Craig Topper · 10 years ago
  3. 8d6385d Use std::begin/end and std::is_sorted to simplify some code. NFC by Craig Topper · 10 years ago
  4. 6e17bb7 Use binary search in isCPUStringValid since the array is sorted. by Craig Topper · 10 years ago
  5. 913c649 [CostModel] Fixed AVX integer shift costs by Simon Pilgrim · 10 years ago
  6. 1157bfd [X86][FastISel] Teach how to select SSE4A nontemporal stores. by Simon Pilgrim · 10 years ago
  7. 576416a [InstCombine] SSE4A constant folding and conversion to shuffles. by Simon Pilgrim · 10 years ago
  8. 0dbe803 [JIT/Examples] Fix Fibonacci so that it runs again. by Davide Italiano · 10 years ago
  9. 2a50aa4 [libFuzzer] add -shuffle flag by Kostya Serebryany · 10 years ago
  10. 737bef5 [Hexagon] Reverting test file change. by Colin LeMahieu · 10 years ago
  11. b4b2bb0 [Hexagon] Adding skeleton of HVX extension instructions. by Colin LeMahieu · 10 years ago
  12. 041a459 RegisterPressure: Unify the sparse sets in LiveRegsSet; NFC by Matthias Braun · 10 years ago
  13. 4bcbcdb RegisterPressure: allocatable physreg uses are always kills by Matthias Braun · 10 years ago
  14. fffd64a RegisterPressure: Remove 0 entries from PressureChange by Matthias Braun · 10 years ago
  15. 1c068ab WebAssembly: don't omit dead vregs from locals by JF Bastien · 10 years ago
  16. 065515c WebAssembly: fix the syntax for comparisons by JF Bastien · 10 years ago
  17. 424a691 RegisterPressure: Hide non-const iterators of PressureDiff by Matthias Braun · 10 years ago
  18. cc2082e StreamWriter: List basic types instead of derived ones in HexNumber by Matthias Braun · 10 years ago
  19. c453b34 [WinEH] Fix eh.exceptionpointer intrinsic lowering by Joseph Tremoulet · 10 years ago
  20. c9b72b9 Disable a test relying on symbol demangling on non-Windows platforms by Reid Kleckner · 10 years ago
  21. 9f85b26 Speculative fix for GCC build by Reid Kleckner · 10 years ago
  22. 610dd98 [WinEH] Fix stack alignment in funclets and ParentFrameOffset calculation by Reid Kleckner · 10 years ago
  23. dd65b7a [llvm-symbolizer] Use the export table if no symbols are present by Reid Kleckner · 10 years ago
  24. 95dcdb9 RegisterPressure: Use range based for, cleanup by Matthias Braun · 10 years ago
  25. c813f4c [llvm-readobj] Teach ELFDumper about symbol versioning. by Davide Italiano · 10 years ago
  26. 373c216 Instroduce a template file to define InstrPGO core data structures. by Xinliang David Li · 10 years ago
  27. 26751e1 [CMake] Cleaning up and generalizing the LLVMInstallSymlink script so that it can be used for libraries too. by Chris Bieneman · 10 years ago
  28. 9b24e29 [libFuzzer] print a stack trace on timeout by Kostya Serebryany · 10 years ago
  29. b436b77 Revert "This is a follow-up to the discussion in D12882." by Benjamin Kramer · 10 years ago
  30. 5792846 [libFuzzer] reduce the size of artifacts printed on the screen by Kostya Serebryany · 10 years ago
  31. 17062e2 [libFuzzer] When -test_single_input crashes the test it is not necessary to write crash-file because input is already known to the user. Patch by Mike Aizatsky by Kostya Serebryany · 10 years ago
  32. d6d66ea [x86] promote 'add nsw' to a wider type to allow more combines by Sanjay Patel · 10 years ago
  33. 81e84a5 MC: Don't crash after issuing a diagnostic. by Jim Grosbach · 10 years ago
  34. ddcfde9 [WinEH] Fix CatchRetSuccessorColorMap accounting by Joseph Tremoulet · 10 years ago
  35. bde51df Fix assertion failure with fp128 to unsigned i64 conversion by Andrew Kaylor · 10 years ago
  36. 9bad2f0 [Hexagon] Split double registers by Krzysztof Parzyszek · 10 years ago
  37. dd1775b [WinEH] Remove dead code/includes from WinEHPrepare by David Majnemer · 10 years ago
  38. 477d91f [Hexagon] Delete lib/Target/Hexagon/HexagonRemoveSZExtArgs.cpp by Krzysztof Parzyszek · 10 years ago
  39. 466f9e2 [Hexagon] Merge adjacent stores by Krzysztof Parzyszek · 10 years ago
  40. 9dc572f Sample profiles - Re-arrange binary format to emit head samples only on top functions. by Diego Novillo · 10 years ago
  41. d433cde WebAssembly: fix load/store syntax by JF Bastien · 10 years ago
  42. bd439c2 [WinEH] Fix endpad coloring/numbering by Joseph Tremoulet · 10 years ago
  43. 0ee0398 Fix typo, NFC. by Yaron Keren · 10 years ago
  44. 62c1136 move test case to x86 directory because it specifies an x86 target by Sanjay Patel · 10 years ago
  45. 0b34417 This is a follow-up to the discussion in D12882. by Sanjay Patel · 10 years ago
  46. 8de4d01 WebAssembly: relooper analysis pass by JF Bastien · 10 years ago
  47. 29407e3 [AArch64] Implement vector splitting on UADDV. by Charlie Turner · 10 years ago
  48. 1965754 Sample Profiling - Remove useless asserts. NFC. by Diego Novillo · 10 years ago
  49. d2f1cd8 Commited two test files which are forgotten during commit of patch for http://reviews.llvm.org/D13376 by Zlatko Buljan · 10 years ago
  50. bf6106b [mips][microMIPS] Implement LB, LBE, LBU and LBUE instructions by Hrvoje Varga · 10 years ago
  51. 947464d Fix path::home_directory() unit test. by Pawel Bylica · 10 years ago
  52. 054dd43 SupportTests::HomeDirectory: Don't try tests when $HOME is undefined. by NAKAMURA Takumi · 10 years ago
  53. d332f58 Reformat. by NAKAMURA Takumi · 10 years ago
  54. 2f01bc8 Use Windows Vista API to get the user's home directory by Pawel Bylica · 10 years ago
  55. 0f31d54 [X86] Add fxsr feature flag for fxsave/fxrestore instructions. by Craig Topper · 10 years ago
  56. 350708a Initial migration of AVR backend by Dylan McKay · 10 years ago
  57. b608bbe [RS4GC] Dont' propagate call attrs related to patchable statepoints by Sanjoy Das · 10 years ago
  58. 46bd4a4 [RS4GC] Bring legalizeCallAttributes up to LLVM coding style; NFC by Sanjoy Das · 10 years ago
  59. 4e58da3 [RS4GC] Use "deopt" operand bundles by Sanjoy Das · 10 years ago
  60. 706c40a [IndVars] Rename getExtend; NFC by Sanjoy Das · 10 years ago
  61. 457377c [IndVars] Have `cloneArithmeticIVUser` guess better by Sanjoy Das · 10 years ago
  62. 694c419 [IndVars] Extract out a few local variables; NFC by Sanjoy Das · 10 years ago
  63. 2690668 [IndVars] Split `WidenIV::cloneIVUser`; NFC by Sanjoy Das · 10 years ago
  64. 8cafdf5 WebAssembly: update syntax by JF Bastien · 10 years ago
  65. b83a35a Add emacs c++ mode hint. by Lang Hames · 10 years ago
  66. 600b093 [llvm-readobj/ELF] Dump DT_VERDEF/DT_VERDEFNUM correctly. by Davide Italiano · 10 years ago
  67. 8441457 Revert "[safestack] Fast access to the unsafe stack pointer on AArch64/Android." by Evgeniy Stepanov · 10 years ago
  68. fcef8fb Replace a forward declaration with an #include. by Adrian Prantl · 10 years ago
  69. 06f1d96 [safestack] Fast access to the unsafe stack pointer on AArch64/Android. by Evgeniy Stepanov · 10 years ago
  70. 1552d17 [CMake] Adding LLVM_CREATE_XCODE_TOOLCHAIN to the CMake documentation page. by Chris Bieneman · 10 years ago
  71. e0e13ae [CMake] [Darwin] Add support for generating Xcode-compatible toolchains that xcodebuild and xcrun can search by Chris Bieneman · 10 years ago
  72. 62f0b16 Add a missing include of cstddef needed for size_t. by Adrian Prantl · 10 years ago
  73. 4b6405d x86: preserve flags when folding atomic operations by JF Bastien · 10 years ago
  74. 8b9371c docs: Stop using DEBUG() without DEBUG_TYPE in the ProgrammersManual by Justin Bogner · 10 years ago
  75. 339fd2d [SelectionDAG] Remove dead code. NFC. by Benjamin Kramer · 10 years ago
  76. 41a0990 [AsmPrinter] Prune dead code. NFC. by Benjamin Kramer · 10 years ago
  77. da36d63 Change test to use FileCheck rather than grep. by Kevin B. Smith · 10 years ago
  78. 1ad3dfd Revert 250343 and 250344 by Philip Reames · 10 years ago
  79. b72c6ba x86 FP atomic codegen: don't drop globals, stack by JF Bastien · 10 years ago
  80. 634f5c1 Sample Profiles - Adjust integer types. Mostly NFC. by Diego Novillo · 10 years ago
  81. 5597567 Prevent assertion with "llc -debug" and anonymous symbols. by Tim Northover · 10 years ago
  82. 8b75288 Lit: Rework r249161; Move RLIMIT_NPROC to main.py. by NAKAMURA Takumi · 10 years ago
  83. 7ba5769 [ScalarOpts] Remove dead code. by Benjamin Kramer · 10 years ago
  84. 0f34207 Recommit r250345, it was reverted in r250366 to investigate a bot failure. by Manman Ren · 10 years ago
  85. c4c3678 [mips][ias] Implement ulh macro. by Daniel Sanders · 10 years ago
  86. 6e23673 Require Windows API of version 6.1 (Windows 7). by Pawel Bylica · 10 years ago
  87. 5f506f3 [NVPTX] Remove dead code. by Benjamin Kramer · 10 years ago
  88. ed541fe [mips][mips16] MIPS16 is not a CPU/Architecture but is an ASE. by Daniel Sanders · 10 years ago
  89. 2aff845 [X86] Rip out orphaned method declarations and other dead code. NFC. by Benjamin Kramer · 10 years ago
  90. d2358dd [DebugInfo] Remove dead forwarding accessors. NFC. by Benjamin Kramer · 10 years ago
  91. ae7c0e8 Silencing a -Wtype-limits warning; an unsigned value will always be >= 0; NFC. by Aaron Ballman · 10 years ago
  92. f657b63 AVX512: Implemented DAG lowering for shuff62x2/shufi62x2 instructions ( shuffle packed values at 128-bit granularity ) by Igor Breger · 10 years ago
  93. fe1cc51 [CMake] check-llvm requires llvm-pdbdump. by NAKAMURA Takumi · 10 years ago
  94. 60148c4 AVX512: Implemented encoding and intrinsics for vpternlogd/q. by Igor Breger · 10 years ago
  95. 9d0865a AVX-512: Fixed a bug in shuffle lowering 32-bit mode by Elena Demikhovsky · 10 years ago
  96. 89315a2 [x86] Merge test pr24562.ll into x86-fold-pshufb.ll. NFC. by Andrea Di Biagio · 10 years ago
  97. 44b610a Make windows.h less evil. by Benjamin Kramer · 10 years ago
  98. 44702c85 [llvm-pdbdump] Remove oddly placed parens that MSVC doesn't like by Benjamin Kramer · 10 years ago
  99. a8c4b61 Don't pretend AMDGPU backend knows how to custom-lower UDIVREM for vector types; it can't by Artyom Skrobov · 10 years ago
  100. a1079b7 Speculatively unbreak Windows build by David Majnemer · 10 years ago