1. 6ae2941 [X86] AVX512: Add disassembler support for compressed displacement by Adam Nemet · 11 years ago
  2. f166cc1 [X86] AVX512: Rename EVEX_CD8V to CD8_Form by Adam Nemet · 11 years ago
  3. 5c6e7de [X86] AVX512: Use the TD version of CD8_Scale in the assembler by Adam Nemet · 11 years ago
  4. ccba802 [X86] AVX512: Move compressed displacement logic to TD by Adam Nemet · 11 years ago
  5. 30cced1 [TableGen] Allow shift operators to take bits<n> by Adam Nemet · 11 years ago
  6. 07bc0b6 [NVPTX] Add missing .v4 qualifier on vector store instruction by Justin Holewinski · 11 years ago
  7. 7be793b MC: correct DWARF header for PE/COFF assembly input by Saleem Abdulrasool · 11 years ago
  8. a056166 MC: fix MCAsmInfo usage for windows-itanium by Saleem Abdulrasool · 11 years ago
  9. 1919bea MC: collapse emission of producer by Saleem Abdulrasool · 11 years ago
  10. b26ede0 [NVPTX] Flag surface/texture query instructions with IsTexSurfQuery by Justin Holewinski · 11 years ago
  11. d6663f5 [NVPTX] Add more surface/texture intrinsics, including CUDA unified texture fetch by Justin Holewinski · 11 years ago
  12. 58589ce ARM: support direct f16 <-> f64 conversions by Tim Northover · 11 years ago
  13. df50f41 [TABLEGEN] Do not crash on intrinsics with names longer than 40 characters by Justin Holewinski · 11 years ago
  14. 6c701b9 CodeGen: generate single libcall for fptrunc -> f16 operations. by Tim Northover · 11 years ago
  15. ed05086 X86: support double extension of f16 type. by Tim Northover · 11 years ago
  16. 3e61ccd CodeGen: extend f16 conversions to permit types > float. by Tim Northover · 11 years ago
  17. f33a30c Port memory barriers intrinsics to AArch64 by Yi Kong · 11 years ago
  18. 8f69856 [mips] .reginfo is 8 byte aligned on N32. by Daniel Sanders · 11 years ago
  19. 3da6527 [mips] Correct ELF e_flags for the N32 ABI when using a mips-* triple rather than a mips64-* triple by Daniel Sanders · 11 years ago
  20. 0a342e9 [mips] Correct .MIPS.abiflags for -mfpxx on MIPS32r6 by Daniel Sanders · 11 years ago
  21. 4b5e754 [mips] Fix ELF e_flags related to -mabicalls and -mplt. by Daniel Sanders · 11 years ago
  22. ad591b3 Fix the prefix for arm64 triple by Yi Kong · 11 years ago
  23. e1287f5 [msan] Avoid redundant origin stores. by Evgeniy Stepanov · 11 years ago
  24. c84f22a Move ashr optimization from InstCombineShift to InstSimplify. by Suyog Sarda · 11 years ago
  25. 21a9a66 Use range for by Matt Arsenault · 11 years ago
  26. df4663b R600: Short circuit alloca check if address space isn't private. by Matt Arsenault · 11 years ago
  27. 50a9cd7 Fix Typo (first commit to test commit access) by Suyog Sarda · 11 years ago
  28. d409968 [lit] Add --show-unsupported flag to LIT by Eric Fiselier · 11 years ago
  29. adcb2d1 MC: make WinEH opcode an opaque value by Saleem Abdulrasool · 11 years ago
  30. 8f60969 Improve BasicAA CS-CS queries (redux) by Hal Finkel · 11 years ago
  31. 1d56cda Partially revert r210444 due to performance regression by Jingyue Wu · 11 years ago
  32. 07b294a Fixed formatting, removed bug reference, renamed testcase by Sanjay Patel · 11 years ago
  33. 22441c3 [FastISel] Local values shouldn't be alive across an inline asm call with side effects. by Juergen Ributzka · 11 years ago
  34. 04fc9ae [MCJIT] Improve a RuntimeDyldChecker diagnostic. by Lang Hames · 11 years ago
  35. e0fd412 Fix a typo in the inalloca description by Hal Finkel · 11 years ago
  36. 889a136 trivial fix for PR20314 by Sanjay Patel · 11 years ago
  37. 8758b72 Remove Atom references in description. by Sanjay Patel · 11 years ago
  38. d6b3165 Utilize CastInst::CreatePointerBitCastOrAddrSpaceCast here. by Manuel Jacob · 11 years ago
  39. ec7a144 [RegisterCoalescer] Moving the RegisterCoalescer subtarget hook onto the TargetRegisterInfo instead of the TargetSubtargetInfo. by Chris Bieneman · 11 years ago
  40. a1535e3 [NVPTX] Honor alignment on vector loads/stores by Justin Holewinski · 11 years ago
  41. 5c3e016 CHECK-LABEL-ize one test by Alexey Samsonov · 11 years ago
  42. 15f2c50 Add the "-x" flag to llvm-nm for Mach-O files that prints the fields of a symbol in hex. by Kevin Enderby · 11 years ago
  43. 53b0a2d Remove unnecessary/redundant std::move by David Blaikie · 11 years ago
  44. 49feabc Track clang r213171 by Alp Toker · 11 years ago
  45. 4722b28 Added documentation for SizeMultiplier in the ARM subtarget hook for register coalescing. Also fixed some 80 col violations. by Chris Bieneman · 11 years ago
  46. 7e65651 [NVPTX] Rename registers %fl -> %fd and %rl -> %rd by Justin Holewinski · 11 years ago
  47. 1cafa00 CodeGen: don't form illegail EXTLOAD operations. by Tim Northover · 11 years ago
  48. 80221b9 Convert test to CHECK-LABEL by Tim Northover · 11 years ago
  49. 663e484 [mips][fp64a] Temporarily disable odd-numbered double-precision registers when using the FP64A ABI. by Daniel Sanders · 11 years ago
  50. 35f6e97 [X86] Add a check for 'isMOVHLPSMask' within method 'isShuffleMaskLegal'. by Andrea Di Biagio · 11 years ago
  51. 8fa83af unittests: Actually test reverse iterators in Path tests by Justin Bogner · 11 years ago
  52. 55a421f Roundtrip the inalloca bit on allocas through bitcode by Reid Kleckner · 11 years ago
  53. 99ecd0b Fix comment in InstCombiner::visitAddrSpaceCast. by Manuel Jacob · 11 years ago
  54. b464ec0 Perform wildcard expansion in Process::GetArgumentVector on Windows (PR17098) by Hans Wennborg · 11 years ago
  55. 77f0304 Emit warnings if vectorization is forced and fails. by Tyler Nowicki · 11 years ago
  56. 7e752a3 Remove TLI from isInTailCallPosition's arguments. NFC. by Juergen Ributzka · 11 years ago
  57. a27bf37 R600/SI: Allow using f32 rcp / rsq when denormals not handled. by Matt Arsenault · 11 years ago
  58. 6f7532b X86: Simplify X86WindowsTargetObjectFile::getSectionForConstant by David Majnemer · 11 years ago
  59. f7e0423 Move Post RA Scheduling flag bit into SchedMachineModel by Sanjay Patel · 11 years ago
  60. 110748b [dfsan] Introduce further optimization to reduce the number of union queries. by Peter Collingbourne · 11 years ago
  61. 427c5cb CMake: avoid a reconfigure loop from r213091 by Alp Toker · 11 years ago
  62. 7929c13 R600/SI: Fix select on i1 by Matt Arsenault · 11 years ago
  63. b930de1 Try out FileCheck's new (in r212810) -implicit-check-not in a DebugInfo test. by David Blaikie · 11 years ago
  64. 9bc72a3 CMake: fix cross-compilation with external source directories by Alp Toker · 11 years ago
  65. c12ce2b ADT: Add MapVector::remove_if by Duncan P. N. Exon Smith · 11 years ago
  66. 4b0a7f3 R600/SI: Implement less wrong f32 fdiv by Matt Arsenault · 11 years ago
  67. e4c6241 R600: Add predicate for UnsafeFPMath by Matt Arsenault · 11 years ago
  68. fc7ff2a R600: Remove intrinsics that appear to be unused by Matt Arsenault · 11 years ago
  69. 58d03b3 [RuntimeDyld] Revert r211652 - MachO object GDB registration support. by Lang Hames · 11 years ago
  70. d9ebc59 ADT: Fix MapVector::erase() by Duncan P. N. Exon Smith · 11 years ago
  71. 9f865ed ADT: Add "end namespace" comment by Duncan P. N. Exon Smith · 11 years ago
  72. 01d861124 [RegisterCoalescer] Add new subtarget hook allowing targets to opt-out of coalescing. by Chris Bieneman · 11 years ago
  73. 2dade43 [AArch64] Add negative tests for the SIMD & FP LDP instructions. by Tilmann Scheller · 11 years ago
  74. ef88687 Revert r213070. It's breaking the build in MCELFStreamer::EmitInstToData(...). by Cameron McInally · 11 years ago
  75. 7b5f8a5 R600: Implement zero undef variants of ctlz/cttz by Jan Vesely · 11 years ago
  76. 6d6a055 [mips] Correct .MIPS.abiflags fp_abi field for -mfpxx and without .module by Daniel Sanders · 11 years ago
  77. 160c4cb Add x86 patterns to match a specific add-with-carry. by Cameron McInally · 11 years ago
  78. 224ffa2 [DAGCombiner] Add more rules to fold shuffles. by Andrea Di Biagio · 11 years ago
  79. 3ee5fc8 Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt. by NAKAMURA Takumi · 11 years ago
  80. a34d957 Silence a warning in conditional expression. by Andrea Di Biagio · 11 years ago
  81. 99904d2 MergeFunc patch from Björn Steinbrink. by Stepan Dyatkovskiy · 11 years ago
  82. fbb6311 AArch64: fall back to generic code for out of range extract/insert. by Tim Northover · 11 years ago
  83. 218f127 Fix typo in comment by David Majnemer · 11 years ago
  84. cce1bd7 [FastISel][X86] Remove no longer needed functions. by Juergen Ributzka · 11 years ago
  85. 1b0266d [FastISel][X86] Implement the FastLowerIntrinsicCall hook. by Juergen Ributzka · 11 years ago
  86. 566afe2 [FastISel][X86] Implement the FastLowerCall hook. by Juergen Ributzka · 11 years ago
  87. a107ebd Revert "[FastISel][X86] Remove no longer needed functions." by Juergen Ributzka · 11 years ago
  88. f32aa7a [dfsan] Introduce an optimization to reduce the number of union queries. by Peter Collingbourne · 11 years ago
  89. 9e0e564 [dfsan] Move combineShadows to DFSanFunction in preparation for it to use a domtree. by Peter Collingbourne · 11 years ago
  90. ca3c5b8 Give SplitBlockAndInsertIfThen the ability to update a domtree. by Peter Collingbourne · 11 years ago
  91. 0ff9c3a Some targets don't prefix private symbols with dot by David Majnemer · 11 years ago
  92. f51bbb8 Specify a more specific triple for constant-pool-remat-0.ll by David Majnemer · 11 years ago
  93. 2067d91 Relax tests expecting to see CPI symbols by David Majnemer · 11 years ago
  94. cdc1044 CodeGen: Handle ConstantVector and undef in WinCOFF constant pools by David Majnemer · 11 years ago
  95. 3c07374 [FastISel][X86] Remove no longer needed functions. by Juergen Ributzka · 11 years ago
  96. a7d1d3a [FastISel][X86] Implement the FastLowerIntrinsicCall hook. by Juergen Ributzka · 11 years ago
  97. 805486c [FastISel][X86] Implement the FastLowerCall hook. by Juergen Ributzka · 11 years ago
  98. 7a04202 [FastISel] Insert patchpoint instruction before the target generated call instruction. by Juergen Ributzka · 11 years ago
  99. b90f1fd [FastISel] Fix patchpoint lowering to set the result register. by Juergen Ributzka · 11 years ago
  100. 5fbf09a R600: Add dag combine for copy of an illegal type. by Matt Arsenault · 11 years ago