1. 2d24e2a Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 13 years ago
  2. 1885687 Unit test for r146950: LSR postinc expansion, PR11571. by Andrew Trick · 13 years ago
  3. ba3c0bc LSR: Fix another corner case in expansion of postinc users. by Andrew Trick · 13 years ago
  4. c0b0e57 Mark ARM eh_sjlj_dispatchsetup as clobbering all registers. Radar 10567930. by Bob Wilson · 13 years ago
  5. b5e8b8c fix typo by Chris Lattner · 13 years ago
  6. eb4c70b Add a line to ReleaseNotes for half float. by Dan Gohman · 13 years ago
  7. 04b5d93 ARM assembly shifts by zero should be plain 'mov' instructions. by Jim Grosbach · 13 years ago
  8. ea93373 Now that PR11464 is fixed, reapply the patch to fix PR11464, by Chris Lattner · 13 years ago
  9. 6891050 fix PR11464 by preventing the linker from mapping two different struct types from the source module onto the same opaque destination type. An opaque type can only be resolved to one thing or another after all. by Chris Lattner · 13 years ago
  10. f5c9bd0 add a method to improve compatibility with SmallVector. by Chris Lattner · 13 years ago
  11. e3376ec Add basic generic CodeGen support for half. by Dan Gohman · 13 years ago
  12. 9b08785 ARM NEON assembly aliases for VMOV<-->VMVN for i32 immediates. by Jim Grosbach · 13 years ago
  13. 26118cf Move tests to FileCheck. by Evan Cheng · 13 years ago
  14. 2f19674 ARM assembly parsing and encoding support for LDRD(label). by Jim Grosbach · 13 years ago
  15. 8787c5f Add a if-conversion optimization that allows 'true' side of a diamond to be by Evan Cheng · 13 years ago
  16. 638905d Add "using" to silence warnings. by Eli Friedman · 13 years ago
  17. 59eb805 Add a test case for r146900. by Akira Hatanaka · 13 years ago
  18. f06cb2b Add patterns for matching immediates whose lower 16-bit is cleared. These by Akira Hatanaka · 13 years ago
  19. 1e2ec6a Attempt to fix PR11607 by shuffling around which class defines which methods. by Eli Friedman · 13 years ago
  20. 8209968 Tidy up. Simplify logic. No functional change intended. by Akira Hatanaka · 13 years ago
  21. d22170e ARM NEON two-operand aliases for VPADD. by Jim Grosbach · 13 years ago
  22. ee97314 Remove definitions of double word shift plus 32 instructions. Assembler or by Akira Hatanaka · 13 years ago
  23. 6849019 ARM VFP pre-UAL mnemonic aliases for fmul[sd]. by Jim Grosbach · 13 years ago
  24. ed538b5 Remove unused predicate. by Akira Hatanaka · 13 years ago
  25. 89dc8d7 Remove the restriction on the first operand of the add node in SelectAddr. by Akira Hatanaka · 13 years ago
  26. 9c39789 ARM VFP pre-UAL mnemonic aliases for fcpy[sd] and fdiv[sd]. by Jim Grosbach · 13 years ago
  27. 61b74b4 ARM NEON implied destination aliases for VMAX/VMIN. by Jim Grosbach · 13 years ago
  28. eeaf1c1 ARM NEON relax parse time diagnostics for alignment specifiers. by Jim Grosbach · 13 years ago
  29. 3346dce Tidy up. by Jim Grosbach · 13 years ago
  30. 9897c62 Remove a register class that can just as well be synthesized. by Jakob Stoklund Olesen · 13 years ago
  31. 0488d6e Handle sub-register operands in recomputeRegClass(). by Jakob Stoklund Olesen · 13 years ago
  32. 570f9a9 Emit a getMatchingSuperRegClass() implementation for every target. by Jakob Stoklund Olesen · 13 years ago
  33. a9f65b9 Synthesize register classes for TRI::getMatchingSuperRegClass(). by Jakob Stoklund Olesen · 13 years ago
  34. 5b25cff Allow for benchmarking more than 4GB of memory by Manuel Klimek · 13 years ago
  35. d21428a Adds a flag to allow specifying the memory limitations of the JSON benchmark. by Manuel Klimek · 13 years ago
  36. 53ce428 - Use getExitingBlock instead of getExitingBlocks. - Remove trailing spaces. by Jakub Staszak · 13 years ago
  37. 0581ed7 Another variadics tweak. by Benjamin Kramer · 13 years ago
  38. 3470693 Allow inlining of functions with returns_twice calls, if they have the by Joerg Sonnenberger · 13 years ago
  39. 2ea4cdb Use the fancy new VariadicFunction template instead of a plain variadic function. by Benjamin Kramer · 13 years ago
  40. 7fe0e03 capitalize project name, reference bugzilla by Dylan Noblesmith · 13 years ago
  41. 4c1ea55 Hexagon: Remove unused variables. by Benjamin Kramer · 13 years ago
  42. 2e61194 Revert 146728 as it's causing failures on some of the external bots as well as by Chad Rosier · 13 years ago
  43. 67005b3 Revert r146822 at Pete Cooper's request as it broke clang self hosting. by Kevin Enderby · 13 years ago
  44. ab44d3c Remove an unused X86ISD node type. by Craig Topper · 13 years ago
  45. e6cddb7 X86: Factor the bswap asm matching to be slightly less horrible to read. by Benjamin Kramer · 13 years ago
  46. 1243cdd As Doug pointed out (and I really should know), it is perfectly easy to by Chandler Carruth · 13 years ago
  47. 93ca122 SimplifyCFG now predicts some conditional branches to true or false depending on previous branch on same comparison operands. by Pete Cooper · 13 years ago
  48. 5bb210e Deleting the json-bench-test until I understand why it is flaky. by Manuel Klimek · 13 years ago
  49. b16db81 Fix a CPSR liveness tracking bug introduced when I converted IT block to bundle. by Evan Cheng · 13 years ago
  50. 2e33944 Refactor code used in InstCombine::FoldAndOfICmps to new file. by Pete Cooper · 13 years ago
  51. 8f7d12c Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added the by Rafael Espindola · 13 years ago
  52. 8b99c1e Make sure that the lower bits on the VSELECT condition are properly set. by Lang Hames · 13 years ago
  53. 2027379 Preserve more memory operands in ARMExpandPseudo. by Jakob Stoklund Olesen · 13 years ago
  54. ce16339 The powers that be have decided that LLVM IR should now support 16-bit by Dan Gohman · 13 years ago
  55. 2e1b0c0 When recursing for the original size of a type, stop if we are at a by Eric Christopher · 13 years ago
  56. 1a8e886 Resolve part of a fixme and add a new one. by Eric Christopher · 13 years ago
  57. 44625f9 Add a fixme here. by Eric Christopher · 13 years ago
  58. adfc1ef Fix spacing. by Eric Christopher · 13 years ago
  59. 402e12a Update documentation. by Eric Christopher · 13 years ago
  60. abbb200 Extraneous whitespace and 80-col. by Eric Christopher · 13 years ago
  61. b076fb7 Fix off-by-one error in bucket sort. by Jakob Stoklund Olesen · 13 years ago
  62. efb0d1e APInt: update asserts for base-36 by Dylan Noblesmith · 13 years ago
  63. f9aabb8 Don't adjust for alignment padding in OffsetIsInRange. by Jakob Stoklund Olesen · 13 years ago
  64. 9034562 Hexagon: Fix a nasty order-of-initialization bug. by Benjamin Kramer · 13 years ago
  65. c104cf2 In DICompositeType, referenced to derived type is either metadata or null. by Devang Patel · 13 years ago
  66. 473f95f Clarify and fix subprogram description. by Devang Patel · 13 years ago
  67. f5bb45f Note ARM constant island alignment in the release notes. by Jakob Stoklund Olesen · 13 years ago
  68. 76f1301 Adds a JSON parser and a benchmark (json-bench) to catch performance regressions. by Manuel Klimek · 13 years ago
  69. db21f4c Put the '*' in the right place in the unit test. Forgot to fix up this by Chandler Carruth · 13 years ago
  70. a602aec Make GCC happy by using makeAraryRef instead of the implicit conversion. by Chandler Carruth · 13 years ago
  71. d916ce3 Add a generic collection of class templates to ADT for building by Chandler Carruth · 13 years ago
  72. 9646acf By popular demand, link up types by name if they are isomorphic and one is an by Chris Lattner · 13 years ago
  73. 94438ba Don't try to match 'unpackl/h v, v' for 32xi8 and 16xi16 when only AVX1 is supported. Fix 'unpackh v, v' for 256-bit types to understand 128-bit lanes. by Craig Topper · 13 years ago
  74. de0cfe8 Tweak CMake build on Cygwin. by NAKAMURA Takumi · 13 years ago
  75. 4620947 Target/Hexagon: Fix CMake build. by NAKAMURA Takumi · 13 years ago
  76. 1da2827 Avoid a confusing assert for silly options: -unroll-runtime -unroll-count=1. by Andrew Trick · 13 years ago
  77. 478a4d9 [asan] add a test for instrumenting globals by Kostya Serebryany · 13 years ago
  78. ddecfe5 ARM NEON aliases for vmovq.f* by Jim Grosbach · 13 years ago
  79. fec3344 Extract a method. No functional change. by Jakob Stoklund Olesen · 13 years ago
  80. 275dd94 llvm-config: Fix --targets-built, I changed this to use the registry but wasn't by Daniel Dunbar · 13 years ago
  81. b6744db Thumb2 ADR assembly parsing w/o the .w suffix. by Jim Grosbach · 13 years ago
  82. 7e840ef Make sure we correctly note the existence of an i8 immediate for vblendvps and friends, so we compute fixups correctly. PR11586. by Eli Friedman · 13 years ago
  83. bcf14bb llvm-config: Update help text for removal of "backend" pseudo component. by Daniel Dunbar · 13 years ago
  84. bb53bbb build/unittests: Fix llvm-config names for gtest libraries, and bring Makefile by Daniel Dunbar · 13 years ago
  85. 028700f Move parts of lib/Target that use CodeGen into lib/CodeGen. by Nick Lewycky · 13 years ago
  86. 2f21e8c Make check a bit more strict so we don't call ARM_AM::getFP32Imm with a value that isn't a 32-bit value. (This is just to be safe; I don't think this actually causes any issues in practice.) by Eli Friedman · 13 years ago
  87. a738da7 ARM NEON VCLE is an alias for VCGE w/ the source operands reversed. by Jim Grosbach · 13 years ago
  88. a4b2b1d [asan] add the name of the module to the description of a global variable. This improves the readability of global-buffer-overflow reports. by Kostya Serebryany · 13 years ago
  89. d239ff6 Add MCTargetDesc library to Hexagon target by Tony Linthicum · 13 years ago
  90. 60d99a5 ARM NEON VTBL/VTBX assembly parsing and encoding. by Jim Grosbach · 13 years ago
  91. b6ff6ec Enable proper constant island alignment by default. by Jakob Stoklund Olesen · 13 years ago
  92. c8dd201 Add missing zmovl AVX patterns which were causing crashes. by Chad Rosier · 13 years ago
  93. 7bcfc99 [asan] fix a bug (issue 19) where dlclose and the following mmap caused a false positive. compiler part. by Kostya Serebryany · 13 years ago
  94. 276ed03 Silence warning. by Jim Grosbach · 13 years ago
  95. 0aaf4cd ARM NEON two-register double spaced register list parsing support. by Jim Grosbach · 13 years ago
  96. 0660cfe Fix assert in LowerBUILD_VECTOR for v16i16 type on AVX. by Chad Rosier · 13 years ago
  97. b012eb8 Zap unnecessary semicolons. by Eli Friedman · 13 years ago
  98. 81fdd7b Set specific target cpu for testcase. by Lang Hames · 13 years ago
  99. 74c86e5 Added test case for r146671. by Lang Hames · 13 years ago
  100. d4c826f Use the proper comparator for set_intersection. by Jakob Stoklund Olesen · 13 years ago