1. 220a8ba Revert 229175 by Philip Reames · 11 years ago
  2. f4e056a Added (still inefficient) shuffle test case for PR21138 by Simon Pilgrim · 11 years ago
  3. 068db0b Reapply r229185(cbieneman) -- Raising minimum required Visual Studio version to 2013. by NAKAMURA Takumi · 11 years ago
  4. 962ebd4 [ADCE] Convert another loop for a range-based for by Hal Finkel · 11 years ago
  5. 6f0a9df [ADCE] Use inst_range and range-based fors by Hal Finkel · 11 years ago
  6. 4090dfd [ADCE] Fix formatting of pointer types by Hal Finkel · 11 years ago
  7. 13f4dc0 [ADCE] Fix capitalization of another local variable by Hal Finkel · 11 years ago
  8. 07e2323 [ADCE] Fix capitalization of some local variables by Hal Finkel · 11 years ago
  9. afcb895 Added some test cases of missed opportunities to use unpckl/unpckh shuffles by Simon Pilgrim · 11 years ago
  10. ef06a9c Coding style fixes to recent patches. NFC. by Simon Pilgrim · 11 years ago
  11. 28f299b [X86][AVX2] vpslldq/vpsrldq byte shifts for AVX2 by Simon Pilgrim · 11 years ago
  12. 3e93916 [x86] Add the test case from PR22412, we now get this right even with by Chandler Carruth · 11 years ago
  13. fbde8bf [x86] Teach the decomposed shuffle/blend lowering to use an early blend by Chandler Carruth · 11 years ago
  14. 72753f8 [SDAG] Teach the SelectionDAG to canonicalize vector shuffles of splats by Chandler Carruth · 11 years ago
  15. 3d39845 [x86] Teach the shuffle mask equivalence test to look through build by Chandler Carruth · 11 years ago
  16. 23b34c2 [x86] Tweak the ordering of unpack matching vs. element insertion, and by Chandler Carruth · 11 years ago
  17. 19cd7cc [PBQP] Assert conservativelly allocatable nodes are spilled by choice. by Arnaud A. de Grandmaison · 11 years ago
  18. 52f1b6d [x86] Stop shuffling zero vectors. =] by Chandler Carruth · 11 years ago
  19. 1a9c1db [x86] Use a more helpful parenthesizing of these comparisons. Silences by Chandler Carruth · 11 years ago
  20. 46d3e58 [x86] When splitting 256-bit vectors into 128-bit vectors, don't extract by Chandler Carruth · 11 years ago
  21. 27acd68 [x86] Make computing the zeroable elements slightly more powerful, at by Chandler Carruth · 11 years ago
  22. 7cc2dbb gold-plugin: fix test to allow default visibility on local symbols by Michael Kuperstein · 11 years ago
  23. 4d2dfa7 [x86] Update some tests with the latest version of my script and llc. by Chandler Carruth · 11 years ago
  24. 62ba2b2 [x86] Add a slight variation on some of the other generic shuffle by Chandler Carruth · 11 years ago
  25. cc64d95 Enabled cost calculation for masked memory operations. by Elena Demikhovsky · 11 years ago
  26. 9bb36ed [X86] Add assembly parser support for mnemonic aliases for AVX-512 vpcmp instructions. by Craig Topper · 11 years ago
  27. 8e8b9bd [x86] Add a test case for PR22390 which was a dup of PR22377 and fixed by Chandler Carruth · 11 years ago
  28. 5ee5165 [x86] Fix PR22377, a regression with the new vector shuffle legality test. by Chandler Carruth · 11 years ago
  29. 9bb943b [x86] Switch a collection of tests explicitly to the new vector shuffle by Chandler Carruth · 11 years ago
  30. 0294b51 [x86] Remove the now-default-on flag for the new vector shuffle lowering by Chandler Carruth · 11 years ago
  31. 09ea4e9 [X86] Add assembler predicates for the rest of the AVX512 feature flags. This makes the assembly matching consistent across all AVX512 instructions. Without this we were allowing some AVX512 instructions to be parsed always, but not the foundation instructions. by Craig Topper · 11 years ago
  32. e2f7231 [X86] Add the remaining 11 possible exact ModRM formats. This makes their encodings linear which can then be used to simplify some other code. by Craig Topper · 11 years ago
  33. 16035d6 FileCheck-ize a test to make it easier to migrate to typeless pointers by David Blaikie · 11 years ago
  34. 51e38bc Update a test to make it easier to migrate to untyped pointers by David Blaikie · 11 years ago
  35. 95fa983 Update a test to use FileCheck so it's easier to migrate to future typeless pointer changes by David Blaikie · 11 years ago
  36. 7af26dc Reformat test case to be easier to migrate to typeless pointers. by David Blaikie · 11 years ago
  37. da0198d [x86] Teach my test updating script about another quirk of the printed by Chandler Carruth · 11 years ago
  38. 6d5ee8a [X86][XOP] Enable commutation for XOP instructions by Simon Pilgrim · 11 years ago
  39. 32f6079 [X86] Improve parsing support AVX/SSE floating point compare instruction mnemonic aliases. They'll now print with the alias the parser received instead of converting to the explicit immediate form. by Craig Topper · 11 years ago
  40. 0608cec InstCombine: propagate deref via new addDereferenceableAttr by Ramkumar Ramachandra · 11 years ago
  41. c7fe1ab Target: Canonicalize access to function attributes, NFC by Duncan P. N. Exon Smith · 11 years ago
  42. 8cfbff5 NVPTX: Canonicalize access to function attributes, NFC by Duncan P. N. Exon Smith · 11 years ago
  43. 47cd120 [optnone] Skip pass Constant Hoisting on optnone functions. by Andrea Di Biagio · 11 years ago
  44. fba633f [X86] Ensure integer domain on scalar load/store stack folding tests. NFC by Simon Pilgrim · 11 years ago
  45. ee03ed8 Line ending fix. NFC. by Simon Pilgrim · 11 years ago
  46. 15db818 [gold] Consolidate the gold plugin options and actually search for by Chandler Carruth · 11 years ago
  47. 96db150 Remove a variable only used in an assert and sink its initializer into by Chandler Carruth · 11 years ago
  48. 4d97764 Back out two accidental changes that snuck in with r229245. Sorry these by Chandler Carruth · 11 years ago
  49. 45d67e9 [lit] Make the gold plugin support testing work with a python3 by Chandler Carruth · 11 years ago
  50. c9864d8 Revert r229224: Make the 'llvm-lit' utility defend against a system where Python3 by Chandler Carruth · 11 years ago
  51. 9230ff9 [lit] Make the 'llvm-lit' utility defend against a system where Python3 by Chandler Carruth · 11 years ago
  52. 680fffd [modules] Try harder to stop DebugInfo/PDB/DIA being built if not available. by Richard Smith · 11 years ago
  53. 8a44761 R600/SI: Implement correct f64 fdiv by Matt Arsenault · 11 years ago
  54. fd31a76 R600/SI: Use complex operand folding for div_scale by Matt Arsenault · 11 years ago
  55. febc8e2 R600/SI: Add tests for div_fmas with inline immediate operands by Matt Arsenault · 11 years ago
  56. 9295d69 R600/SI: Fix implicit vcc operand to v_div_fmas_* by Matt Arsenault · 11 years ago
  57. f1b6c1f R600/SI: Fix schedule model for v_div_scale_{f32|f64} by Matt Arsenault · 11 years ago
  58. 958cf58 R600/SI: Really fix size of VReg_1 by Matt Arsenault · 11 years ago
  59. b79a67d R600/SI: Rename encoding field to match docs for VOP3b by Matt Arsenault · 11 years ago
  60. 73a1e45 llvm-pdbdump: Only dump whitelisted global symbols. by Zachary Turner · 11 years ago
  61. f94896f llvm-pdbdump: Re-order header files according to LLVM style guide. by Zachary Turner · 11 years ago
  62. abcfb2b R600/SI: Fix not encoding src2 for v_div_scale_{f32|f64} by Matt Arsenault · 11 years ago
  63. 124991c R600/SI: Fix VOP3b encoding on VI by Matt Arsenault · 11 years ago
  64. e7ff4c13 R600/SI: Fix phys reg copies in SIFoldOperands by Matt Arsenault · 11 years ago
  65. 9b6d620 R600/SI: Fix copies from SGPR to VCC by Matt Arsenault · 11 years ago
  66. 582d603 R600/SI: Add hack to copy from a VGPR to VCC by Matt Arsenault · 11 years ago
  67. 4eba62d PowerPC: Canonicalize access to function attributes, NFC by Duncan P. N. Exon Smith · 11 years ago
  68. 2d925cb R600/SI: Fix size of VReg_1 by Matt Arsenault · 11 years ago
  69. 20d6ad9 R600: Canonicalize access to function attributes, NFC by Duncan P. N. Exon Smith · 11 years ago
  70. 39127e7 Mips: Canonicalize access to function attributes, NFC by Duncan P. N. Exon Smith · 11 years ago
  71. f38384b ARM: Canonicalize access to function attributes, NFC by Duncan P. N. Exon Smith · 11 years ago
  72. 6a1927d AArch64: Canonicalize access to function attributes, NFC by Duncan P. N. Exon Smith · 11 years ago
  73. 1ec34b0 llvm-cov: Actually use the command line arguments when reporting by Justin Bogner · 11 years ago
  74. 9bdb194 llvm-cov: Simplify coverage reports, fixing PR22575 in the process by Justin Bogner · 11 years ago
  75. 894c8c5 X86: Canonicalize access to function attributes, NFC by Duncan P. N. Exon Smith · 11 years ago
  76. 0f70843 llvm-go: Set $GCCGO instead of putting a gccgo executable on $PATH. by Peter Collingbourne · 11 years ago
  77. e887b2e llvm-go: Add flag for specifying path to go command. by Peter Collingbourne · 11 years ago
  78. 9de77c7 CodeGen: Canonicalize access to function attributes, NFC by Duncan P. N. Exon Smith · 11 years ago
  79. 6a50342 [X86] Factor out the CMOV pseudo definitions. NFCI. by Ahmed Bougacha · 11 years ago
  80. 821ec14 Revert "On ELF, put PIC jump tables in a non executable section." by Matthias Braun · 11 years ago
  81. 7520a90 Transforms: Canonicalize access to function attributes, NFC by Duncan P. N. Exon Smith · 11 years ago
  82. ef126cd [modules] Split off a separate module for DebugInfo/PDB/DIA so that its headers by Richard Smith · 11 years ago
  83. 6b098c4 Revert r229185, "Raising minimum required Visual Studio version to 2013." by NAKAMURA Takumi · 11 years ago
  84. f7f5309 Unify the two EH personality classification routines I wrote by Reid Kleckner · 11 years ago
  85. efd49ea Analysis: Canonicalize access to function attributes, NFC by Duncan P. N. Exon Smith · 11 years ago
  86. c21d153 Use the template method to grab the target specific subtarget. by Eric Christopher · 11 years ago
  87. d777c2c [InstCombine] When canonicalizing gep indices, prefer zext when possible by Philip Reames · 11 years ago
  88. c4300b9 Raising minimum required Visual Studio version to 2013. by Chris Bieneman · 11 years ago
  89. 2e2ed16 [dsymutil] Add DIE selection algorithm. by Frederic Riss · 11 years ago
  90. 443abd7 [dsymutil] Downcase a function name. by Frederic Riss · 11 years ago
  91. 5bdb2cd [dsymutil] Add a few generic helper methods. by Frederic Riss · 11 years ago
  92. abcb980 [dsymutil] constify trivial function. by Frederic Riss · 11 years ago
  93. ae0c460 DWARFUnit: Add a couple of helpers to access the DIE array. by Frederic Riss · 11 years ago
  94. 16acc91 [dsymutil] Find relocations that correspond to debug map entries. by Frederic Riss · 11 years ago
  95. e9483b8 [dsymutil] Add DebugMapObject::lookupObjectAddress() by Frederic Riss · 11 years ago
  96. 0213b09 Fixing broken bots. by Chris Bieneman · 11 years ago
  97. 8c6097d Minor tweak to MDA by Philip Reames · 11 years ago
  98. 845c00e NFC. Moving the RegisteredOptionCategories global into the CommandLineParser class. by Chris Bieneman · 11 years ago
  99. a87100c NFC. clang-format wants to change this from two lines to one. by Chris Bieneman · 11 years ago
  100. 736c149 NFC. More code cleanup making LookupOption a member of the CommandLineParser. by Chris Bieneman · 11 years ago