1. 2d54216 test commit by Jack Liu · 9 years ago
  2. 67d4f30 [LoopUnroll] Unroll loops which have exit blocks to EH pads by David Majnemer · 9 years ago
  3. a802e2a Change operation_not_supported to not_supported. by Zachary Turner · 9 years ago
  4. 97e4f88 [codeview] Maintain the type enum-to-classname mapping in the .def file by Reid Kleckner · 9 years ago
  5. 84bc70b Parse the TPI (type information) stream of PDB files. by Zachary Turner · 9 years ago
  6. 2448e9f Move llvm-readobj/StreamWriter to Support. by Zachary Turner · 9 years ago
  7. dd2d6cf ThinLTO: do not import function whose linkage prevents inlining. by Mehdi Amini · 9 years ago
  8. 02073cb livePhysRegs: Pass MBB by reference in addLive{Ins|Outs}(); NFC by Matthias Braun · 9 years ago
  9. be4f17f Moved test case for r268323 to DebugInfo/X86 to unbreak aarch64. by Wolfgang Pieb · 9 years ago
  10. 1b960de Adding period to the end of a comment to test out commit access. by Douglas Yung · 9 years ago
  11. b4756d6 LivePhysRegs: Automatically determine presence of pristine regs. by Matthias Braun · 9 years ago
  12. 0414149 MITests: Update libdeps. by NAKAMURA Takumi · 9 years ago
  13. f45287b NFC: An iterator for stepping through CodeView type stream in llvm-readobj by Adrian McCarthy · 9 years ago
  14. 7f90dd2 [MC] Create unique .pdata sections for every .text section by Reid Kleckner · 9 years ago
  15. cde8f4f Add unittest for LiveIntervalAnalysis::handleMove() by Matthias Braun · 9 years ago
  16. 1b86775 [MachineBlockPlacement] Let the target optimize the branches at the end. by Quentin Colombet · 9 years ago
  17. a15f9f5 [X86] Model FAULTING_LOAD_OP as a terminator and branch. by Quentin Colombet · 9 years ago
  18. be15f60 Simplify. NFC. by Rafael Espindola · 9 years ago
  19. 844d21c DebugInfo: Avoid propagating incorrect debug locations in SelectionDAG via CSE. by Wolfgang Pieb · 9 years ago
  20. 2ef9762 Revert "ThinLTO: do not import function whose linkage prevents inlining." by Mehdi Amini · 9 years ago
  21. 59affc6 [llvm-pdbdump] Fix read past EOF when file is too small. by Zachary Turner · 9 years ago
  22. e1cf918 ThinLTO: do not import function whose linkage prevents inlining. by Mehdi Amini · 9 years ago
  23. b6d0e4b Fix llvm-size to exit with non zero when it can’t open a file. by Kevin Enderby · 9 years ago
  24. 0cd1649 Remove redundant return, NFC by Vedant Kumar · 9 years ago
  25. fab330e Fix a typo, NFC by Vedant Kumar · 9 years ago
  26. f531bd9 [X86][SSE] Added placeholder for 128/256-bit wide shuffle combines by Simon Pilgrim · 9 years ago
  27. 78deea8 Don't try to create thin bsd archives. by Rafael Espindola · 9 years ago
  28. 85cd66e [dsymutil] Create the temporary files in the system temp directory. by Frederic Riss · 9 years ago
  29. c78f77b Code refactoring -- preparation for new PM porting /NFC by Xinliang David Li · 9 years ago
  30. 6086128 [codeview] Isolate type dumping from object file state by Reid Kleckner · 9 years ago
  31. a486dca Thread Expected<...> up from libObject’s getType() for symbols to allow llvm-objdump to produce a good error message. by Kevin Enderby · 9 years ago
  32. 6b3315d AMDGPU: Custom lower v2i32 loads and stores by Matt Arsenault · 9 years ago
  33. 451c792 AMDGPU/SI: Use v_readfirstlane_b32 when restoring SGPRs spilled to scratch by Tom Stellard · 9 years ago
  34. 7614ec6 AMDGPU: Make i64 loads/stores promote to v2i32 by Matt Arsenault · 9 years ago
  35. 98d359a by John Regehr · 9 years ago
  36. ecb8fc4 [X86][AVX2] Added 128-bit wide shuffle test by Simon Pilgrim · 9 years ago
  37. e00325a Fix instance of -Winconsistent-missing-override in AMDGPU code by Reid Kleckner · 9 years ago
  38. 0e77da2 Revert "[SimplifyCFG] Extend TryToSimplifyUncondBranchFromEmptyBlock for empty block including lifetime intrinsics" by Reid Kleckner · 9 years ago
  39. c82cf31 AMDGPU/SI: Set the kill flag on temp VGPRs used to restore SGPRs from scratch by Tom Stellard · 9 years ago
  40. 3dc8547 Fix typos by Piotr Padlewski · 9 years ago
  41. 9c86d7ae Typo. NFC. by Chad Rosier · 9 years ago
  42. 717e91d Use false rather than 0 for a boolean value. NFC. by Chad Rosier · 9 years ago
  43. 833543d Fix build breakage due to implicit conversion. by Zachary Turner · 9 years ago
  44. 464549a ARM: fix handling of SUB immediates in peephole opt. by Tim Northover · 9 years ago
  45. 2ab91e2 [NVPTX] Fix sign/zero-extending ldg/ldu instruction selection by Justin Holewinski · 9 years ago
  46. 1e2f626 [codeview] Don't dump type stream bytes unless asked to by Reid Kleckner · 9 years ago
  47. f526e10 PDB - Instead of hardcoding stream numbers, use an enum. by Zachary Turner · 9 years ago
  48. c3791a9 [CFLAA] Fix a use-of-invalid-pointer bug. by George Burgess IV · 9 years ago
  49. 0e6ef97 Parse PDB Name Hash Table by Zachary Turner · 9 years ago
  50. c6d991c AMDGPU: Move R600 specific code out of AMDGPUISelLowering.cpp by Tom Stellard · 9 years ago
  51. a4a5ff8 ReversePostOrderFunctionAttrs is not modifying the call graph, let's preserve it. by Mehdi Amini · 9 years ago
  52. 83f4a25 AMDGPU/SI: Fix bug in SIInstrInfo::insertWaitStates() uncovered by r268260 by Tom Stellard · 9 years ago
  53. 8478bd5 AMDGPU/SI: Use the hazard recognizer to break SMEM soft clauses by Tom Stellard · 9 years ago
  54. 10ea516 AMDGPU: llvm.SI.fs.constant is a source of divergence by Nicolai Haehnle · 9 years ago
  55. 1be8ec9 ScheduleDAGInstrs.cpp: Don't peel the iterator when it points the end. This will fix the crash in r268143. by NAKAMURA Takumi · 9 years ago
  56. 1e47725 [WebAssembly] Rename memory_size intrinsic to current_memory by Derek Schuff · 9 years ago
  57. 0c15a0b [SimplifyCFG] Extend TryToSimplifyUncondBranchFromEmptyBlock for empty block including lifetime intrinsics by Hans Wennborg · 9 years ago
  58. 282acf4 Move createReversePostOrderFunctionAttrsPass right after the inliner is done by Mehdi Amini · 9 years ago
  59. b75d37f [LLE] Fix typo from r263058 by Adam Nemet · 9 years ago
  60. 549d73f Add llvm-pdbdump to the tool substitutions list in lit. NFC. by Pete Cooper · 9 years ago
  61. 8bb8e81 Fixed signed/unsigned comparison warning. by Simon Pilgrim · 9 years ago
  62. 83094c4 Remove extra whitespace. NFC. by Chad Rosier · 9 years ago
  63. b8a2cc5 AMDGPU/SI: Use hazard recognizer to detect DPP hazards by Tom Stellard · 9 years ago
  64. a1adc36 remove blank lines by Sanjay Patel · 9 years ago
  65. e3b561e [InstCombine] regenerate checks by Sanjay Patel · 9 years ago
  66. 5d85cb4 [InstCombine] regenerate checks by Sanjay Patel · 9 years ago
  67. 1893130 [InstCombine] regenerate checks by Sanjay Patel · 9 years ago
  68. b792c80 [InstCombine] regenerate checks by Sanjay Patel · 9 years ago
  69. dd8491a [InstCombine] regenerate checks by Sanjay Patel · 9 years ago
  70. d0941fb [X86][SSE] Dropped X86ISD::FGETSIGNx86 and use MOVMSK instead for FGETSIGN lowering by Simon Pilgrim · 9 years ago
  71. 664ed9c Cleanup comments. NFC. by Chad Rosier · 9 years ago
  72. 9eaf9eb Cleanup comments. NFC. by Chad Rosier · 9 years ago
  73. f1f452f Silence unused variable warnings; NFC. by Aaron Ballman · 9 years ago
  74. b08a82c Cleanup comments. NFC. by Chad Rosier · 9 years ago
  75. 2bce87c [InstCombine] regenerate checks by Sanjay Patel · 9 years ago
  76. 9135c2a Enable the X86 call frame optimization for the 64-bit targets that allow it. by David L Kreitzer · 9 years ago
  77. 4c7d166 Expose a getFullName for thin archive members. by Rafael Espindola · 9 years ago
  78. b9893d1 [SystemZ] Temporarily disable codegen test int-add-12.ll. by Jonas Paulsson · 9 years ago
  79. 17dde0d [SystemZ] Fix in restoreCalleeSavedRegisters() by Jonas Paulsson · 9 years ago
  80. 65ed8ca [SystemZ] Mark CC defs as dead whenever possible. by Jonas Paulsson · 9 years ago
  81. a926dab [X86] Fix a bug in LOCK arithmetic operation pattern matching where the wrong immediate predicate check was being used for 64-bit instructions with 8-bit immediates. by Craig Topper · 9 years ago
  82. b82d79c Fix grammar and correct comment - the debug information wasn't incorrect, rather suboptimal. by Eric Christopher · 9 years ago
  83. 55a67d6 [llvm-readobj] Dump hash as part of -version-info. by Davide Italiano · 9 years ago
  84. b5bf834 [CodeGen] Add OPC_MoveChild0-OPC_MoveChild7 opcodes to isel matching tables to optimize table size. Shaves about 12K off the X86 matcher table. by Craig Topper · 9 years ago
  85. f974ccf [GlobalDCE] Modernize. Use FileCheck instead of grep. by Davide Italiano · 9 years ago
  86. ef96d1f [InstCombine][SSE] Added support to VPERMD/VPERMPS to shuffle combine to accept UNDEF elements. by Simon Pilgrim · 9 years ago
  87. ae8a509 Dropped FIXME comment by Simon Pilgrim · 9 years ago
  88. c244765 [InstCombine][SSE] Added support to VPERMILVAR to shuffle combine to accept UNDEF elements. by Simon Pilgrim · 9 years ago
  89. 6f6c7b0 [InstCombine][AVX] Fixed PERMILVAR identity tests and added additional decode tests by Simon Pilgrim · 9 years ago
  90. a1c0cfe [InstCombine][SSE] Added support to PSHUFB to shuffle combine to accept UNDEF elements. by Simon Pilgrim · 9 years ago
  91. 8d33576 [InstCombine][SSE] Regenerate MOVSX/MOVZX tests by Simon Pilgrim · 9 years ago
  92. fc16410 [AVX512] VPACKUSWB/VPACKSSWB should not be encoded with EVEX.W=1. While there fix the execution domain for VPACKSSDW/VPACKUSDW. by Craig Topper · 9 years ago
  93. 95730ae [InstCombine][AVX2] Combine VPERMD/VPERMPS intrinsics with constant masks to shufflevector. by Simon Pilgrim · 9 years ago
  94. 4dfb7cf Fixed MSVC 'not all control paths return a value' warning by Simon Pilgrim · 9 years ago
  95. 84b8ada Document the LLVM_ENABLE_EXPENSIVE_CHECKS cmake option introduced in r268050 by Simon Pilgrim · 9 years ago
  96. b829003 getelementptr instruction, support index vector of EVT. by Igor Breger · 9 years ago
  97. dcb96be Change AVX512 braodcastsd/ss patterns interaction with spilling . New implementation take a scalar register and generate a vector without COPY_TO_REGCLASS (turn it into a VR128 register ) .The issue is that during register allocation we may spill a scalar value using 128-bit loads and stores, wasting cache bandwidth. by Igor Breger · 9 years ago
  98. 807ccbc [AVX512] Prefer AVX512 VPACK instructions over AVX/AVX2 instructions when VLX and BWI are supported. by Craig Topper · 9 years ago
  99. df2ac9a [AVX512] Add HasVLX to the 128/256-bit versions of VPACKSSDW/USDW/SSWB/USWB and VPMADDUBSW/VPMADDWD. by Craig Topper · 9 years ago
  100. 105f6be [AVX512] Make sure 128/256-bit DQI versions of VAND/VANDN/VOR/VXOR are also marked as requiring VLX. by Craig Topper · 9 years ago