1. 4cae74b Various Mips64 floating point instruction patterns. by Akira Hatanaka · 13 years ago
  2. c370619 Add definition of the base class for floating point comparison instructions by Akira Hatanaka · 13 years ago
  3. 29d525a Add code needed for copying between 64-bit integer and floating pointer by Akira Hatanaka · 13 years ago
  4. e7126eb Add definitions of 64-bit instructions which move data between integer and by Akira Hatanaka · 13 years ago
  5. d8f9f34 MBB doesn't need to be a class member. by Jakob Stoklund Olesen · 13 years ago
  6. cd7dcad Fix pass name after the source was moved. by Jakob Stoklund Olesen · 13 years ago
  7. 70be28a Simplify some uses of utohexstr. by Benjamin Kramer · 13 years ago
  8. 055a647 Simplify code. No functionality change. by Benjamin Kramer · 13 years ago
  9. 32dd4eb Fix test for Linux. by Jakob Stoklund Olesen · 13 years ago
  10. ac101e5 Make sure we don't insert instructions before a landingpad instruction. by Bill Wendling · 13 years ago
  11. 3e5d5c5 Expand V_SET0 to xorps by default. by Jakob Stoklund Olesen · 13 years ago
  12. d83d98d Add definition of 64-bit load upper immediate. by Akira Hatanaka · 13 years ago
  13. f83ba32 Include RegSaveAreaSize in the computation of stack size. by Akira Hatanaka · 13 years ago
  14. 213b2a2 Define functions that get or set the size of area on callee's stack frame which by Akira Hatanaka · 13 years ago
  15. c4d6fd5 Use array_lengthof to compute the number of iterations of a loop. by Akira Hatanaka · 13 years ago
  16. 7784046 Fix patterns for unaligned 32-bit load. DSLL32 or DSRL32 should be emitted by Akira Hatanaka · 13 years ago
  17. 68698cc Make the type of shift amount i32 in order to reduce the number of shift by Akira Hatanaka · 13 years ago
  18. bce22b4 Add 64-bit to 32-bit trunc pattern. by Akira Hatanaka · 13 years ago
  19. 2ea4025 Use StringRef::startswith to do some string comparisons. by Eric Christopher · 13 years ago
  20. c545322 Avoid the use of a local temporary for comment twines. by Eric Christopher · 13 years ago
  21. 7135457 Allow for the case where the name of the subprogram is "". by Eric Christopher · 13 years ago
  22. 7d3f8b8 Fix llvm-objdump's MachO mode to not depend on the value returned by RelocationRef::getInfo(). by Owen Anderson · 13 years ago
  23. 19a4daf Don't introduce custom nodes after legalization in TargetLowering::BuildSDIV() by Richard Osborne · 13 years ago
  24. 76a4e1a Remove unnecessary addition to API. Replace with something much simpler. by Eric Christopher · 13 years ago
  25. 2c802b7 Add new files to cmake. by Eric Christopher · 13 years ago
  26. 09ac3d8 Add the support code to enable the dwarf accelerator tables. Upcoming patches by Eric Christopher · 13 years ago
  27. bcbd3a4 Add a new dwarf accelerator table prototype with the goal of replacing by Eric Christopher · 13 years ago
  28. d8a8752 Expose a way to get the beginning of the dwarf string section. by Eric Christopher · 13 years ago
  29. 6370118 Fix up comment. by Eric Christopher · 13 years ago
  30. 33aa20f Typo. by Eric Christopher · 13 years ago
  31. 4c763ee Add AVX2 variable shift instructions and intrinsics. by Craig Topper · 13 years ago
  32. 2869204 Add AVX2 VPMOVMASK instructions and intrinsics. by Craig Topper · 13 years ago
  33. 69f5df7 Add AVX2 VEXTRACTI128 and VINSERTI128 instructions. Fix VPERM2I128 to be qualified with HasAVX2 instead of HasAVX. Mark VINSERTF128 and VEXTRACTF128 as never having side effects. by Craig Topper · 13 years ago
  34. 9595ede Fix accidental edit to __builtin_ia32_vperm2f128_ps256's name by Craig Topper · 13 years ago
  35. 2b37946 Fix CRT selection logic when using CMake NMake generator. by NAKAMURA Takumi · 13 years ago
  36. c8eb880 More AVX2 instructions and their intrinsics. by Craig Topper · 13 years ago
  37. 5908536 Replace (Lower|Upper)caseString in favor of StringRef's newest methods. by Benjamin Kramer · 13 years ago
  38. a7b966f Fix a typo. by Benjamin Kramer · 13 years ago
  39. 6ce1b75 Revert "llvm-config-2: Switch to using real library dependency table." while I by Daniel Dunbar · 13 years ago
  40. 51dc528 llvm-config: Users are allowed to provide component names in mixed case. by Daniel Dunbar · 13 years ago
  41. 589fbb1 ADT/StringRef: Add ::lower() and ::upper() methods. by Daniel Dunbar · 13 years ago
  42. cc4bcba llvm-config-2: Switch to using real library dependency table. by Daniel Dunbar · 13 years ago
  43. 5aab638 Release Notes: add a description of -enable-iv-rewrite. by Andrew Trick · 13 years ago
  44. 5ced70d Return only the least significant 8 bits of the exit status from by Peter Collingbourne · 13 years ago
  45. 0dd4f10 docs/GettingStarted.html: [Git] Add another example for "[Gmail]/Drafts" in Traditional Chinese. by NAKAMURA Takumi · 13 years ago
  46. 27e5d0c Add more AVX2 instructions and intrinsics. by Craig Topper · 13 years ago
  47. 2f5d547 CMake should join the party in a post 3.0 world. ;] This brings CMake's by Chandler Carruth · 13 years ago
  48. 42536af Add support for passing i1, i8, and i16 call parameters. Also, be sure to by Chad Rosier · 13 years ago
  49. 7494a12 Update lit's list of tools. by Benjamin Kramer · 13 years ago
  50. 5eccd36 Audited all the format strings in libDebugInfo and fixed those that didn't match the types. by Benjamin Kramer · 13 years ago
  51. 80cc259 Reduce the offsets in DwarfDebugInfoEntry to 32 bit, they're printed with %x and by Benjamin Kramer · 13 years ago
  52. 3f4c979 Twinify. by Benjamin Kramer · 13 years ago
  53. ef56d1d MachOObject: Use DataExtractor's uleb parser instead of rolling our own. by Benjamin Kramer · 13 years ago
  54. c25c908 Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 encoding from the DWARF asm printer. by Benjamin Kramer · 13 years ago
  55. 336b88d Do simple cross-block DSE when we encounter a free statement. Fixes PR11240. by Nick Lewycky · 13 years ago
  56. c09b770 Fix pasto. by Benjamin Kramer · 13 years ago
  57. 41a9649 Add more PRI.64 macros for MSVC and use them throughout the codebase. by Benjamin Kramer · 13 years ago
  58. 965d2fe build/cmake: Enable initial llvm-build integration. by Daniel Dunbar · 13 years ago
  59. 5f73f68 Recommend the -flto flag instead of -use-gold-plugin, and update by Peter Collingbourne · 13 years ago
  60. 988fdc5 Now that the linker supports lazily materialising globals, don't by Peter Collingbourne · 13 years ago
  61. 5d0f761 Use absolute path to exportsfile in gold plugin CMake build. by Peter Collingbourne · 13 years ago
  62. 195c6f3 utils/llvm-build: Ensure output directory exists for tools which write various fragments. by Daniel Dunbar · 13 years ago
  63. 57574fa utils/llvm-build: Add trivial quoting of slashes for CMake fragment. by Daniel Dunbar · 13 years ago
  64. 38f5c0d Allow i1 to be promoted to i32 for ARM APCS calling convention. by Chad Rosier · 13 years ago
  65. 9c58aa74 Added missing &. Fixes <rdar://problem/10393723> by Pete Cooper · 13 years ago
  66. bd00a93 Enhanced vzeroupper insertion pass that avoids inserting vzeroupper where it is unnecessary through local analysis. Patch from Bruno Cardoso Lopes, with some additional changes. by Eli Friedman · 13 years ago
  67. 451afbc Cannot create a result register for non-legal types. by Chad Rosier · 13 years ago
  68. 774ec45 build/make: Fix the output path of the llvm-config-2 library dependency table. by Daniel Dunbar · 13 years ago
  69. 20fb32b llvm-build: Quote colons in target names, in an attempt to make msys happy. by Daniel Dunbar · 13 years ago
  70. 1688961 llvm-build: Add initial --write-cmake-fragment option. by Daniel Dunbar · 13 years ago
  71. a4e0727 When materializing an i32, SExt vs ZExt doesn't matter when we're trying to fit by Chad Rosier · 13 years ago
  72. a54c8ea build/cmake: Change to require Python be available. by Daniel Dunbar · 13 years ago
  73. 44e8957 Enable support for materializing i1, i8, and i16 integers via move immediate. by Chad Rosier · 13 years ago
  74. a0dd4cb Add mips ELF relocation types. Patch by Jack Carter! by Bruno Cardoso Lopes · 13 years ago
  75. 5c3a9f7 Fix some misplaced punctuation. by Bill Wendling · 13 years ago
  76. aa25727 Add triple to test. by Rafael Espindola · 13 years ago
  77. 7b1dd9a build/cmake: Coalesce the configuration time header include fragment generation by Daniel Dunbar · 13 years ago
  78. a0c8d2d build/cmake: Coalesce in-tree sanity checks. by Daniel Dunbar · 13 years ago
  79. 275f686 build/cmake: Tidy up specification of build/include options for (tools, runtime, by Daniel Dunbar · 13 years ago
  80. c8f399d build/cmake: Move all the user controllable options into top-level CMakeLists by Daniel Dunbar · 13 years ago
  81. b0d9ce5 build/cmake: Use tblgen macro directly instead of llvm_tablegen, which just by Daniel Dunbar · 13 years ago
  82. b052728 Emit declarations before definitions if they are available. This causes DW_AT_specification to by Rafael Espindola · 13 years ago
  83. 931d4c2 Reformatting changes to get rid of blank lines, put code on one line, and to by Bill Wendling · 13 years ago
  84. 84a6126 Add missing includes/decls. by Eli Friedman · 13 years ago
  85. abe776a Add tests for existing InstSimplify features. by Dan Gohman · 13 years ago
  86. 71d0503 Teach instsimplify to simplify calls to undef. by Dan Gohman · 13 years ago
  87. 73a1ad8 Add missing includes/class declaration. by Eli Friedman · 13 years ago
  88. 5cdf070 Add missing forward declarations. by Eli Friedman · 13 years ago
  89. 06138ac Add a couple missing includes; found while analyzing LLVM headers. by Eli Friedman · 13 years ago
  90. b39e25e Delete names for unused parameters in inline function definitions in headers, so LLVM users can compile with -Wunused-parameter. PR11257; based on patch by Kevin Harris. by Eli Friedman · 13 years ago
  91. fb067ed Build llvmCore with RTTI enabled. <rdar://problem/10395761> by Bob Wilson · 13 years ago
  92. 5b7cc33 Add missing argument for atomic instructions in c++ backend. PR11268, part 2. by Eli Friedman · 13 years ago
  93. cb3bc18 utils: Remove build-for-llvm-top.sh and ModuleInfo.txt, which are not documented and I am pretty sure no one uses. by Daniel Dunbar · 13 years ago
  94. 2fb655e Remove declarations for functions that don't exist (and never have). by Chad Rosier · 13 years ago
  95. efd2d5e Simplify code. by Benjamin Kramer · 13 years ago
  96. 24c5b36 Move comment to the correct place. by Bill Wendling · 13 years ago
  97. a7280fd Make the Mangler an ivar so that it doesn't have to be passed around everywhere. by Bill Wendling · 13 years ago
  98. b9bff96 Refactor the MCContext so that it's an ivar instead of a local which is passed by Bill Wendling · 13 years ago
  99. 0182627 Add intrinsics for X86 vcvtps2ph and vcvtph2ps instructions by Craig Topper · 13 years ago
  100. 517497c Add intrinsics for X86 vcvtps2ph and vcvtph2ps instructions by Craig Topper · 13 years ago