1. e5f1c6d Disable an MCJIT test on older Darwins until we have a better interface. by Andrew Trick · 12 years ago
  2. 2e4ab2a Fix unused variable by Matt Arsenault · 12 years ago
  3. bc247e4 R600/SI - Add new CI arithmetic instructions. by Matt Arsenault · 12 years ago
  4. 3f9f4bc R600: Make check clearer. by Matt Arsenault · 12 years ago
  5. e87a1a9 Fix DOT4 missing from getTargetOpcodeName by Matt Arsenault · 12 years ago
  6. 3246123 Add missing const by Matt Arsenault · 12 years ago
  7. 71e23f0 Trivial code simplification by Matt Arsenault · 12 years ago
  8. 68085c7 SLPVectorizer: Try vectorizing 'splat' stores by Arnold Schwaighofer · 12 years ago
  9. b55c398 [X86][SchedModel] Add missing scheduling model for SSE related instructions. by Quentin Colombet · 12 years ago
  10. 68e1531 Add a dwarf number to the Y register. by Roman Divacky · 12 years ago
  11. ac69459 Replace the F_Binary flag with a F_Text one. by Rafael Espindola · 12 years ago
  12. 137342f LTO: Add the loop vectorizer to the LTO pipeline. by Arnold Schwaighofer · 12 years ago
  13. 35f35ee Fix windows unittest I missed in the raw_fd_ostream constructor change. by Rafael Espindola · 12 years ago
  14. a2be909 For lcov tests, don't Xfail mips littl endian (mipsel-... and mip64el-...) by Reed Kotler · 12 years ago
  15. 843efd4 Don't make F_None the default. by Rafael Espindola · 12 years ago
  16. 281d7fc [CMake] Remove dependency on non-existing profile_rt-shared. Patch by Brad King. by Alexey Samsonov · 12 years ago
  17. 596d621 [asan] remove test that should have been removed in r202033 by Kostya Serebryany · 12 years ago
  18. 740a004 [asan] simplify the code that compute the shadow offset; get rid of two internal flags that allowed to override it. The tests pass, but still this change might break asan on some platform not covered by tests. If you see this, please submit a fix with a test. by Kostya Serebryany · 12 years ago
  19. d7e1256 Add AArch64 big endian Target (aarch64_be) by Christian Pirker · 12 years ago
  20. 58423c8 AVX-512: Fixed encoding of VPCMPEQ and VPCMPGT by Elena Demikhovsky · 12 years ago
  21. 69aeeee4 Share a createUniqueEntity implementation between unix and windows. by Rafael Espindola · 12 years ago
  22. 6822655 Delete dead code. by Rafael Espindola · 12 years ago
  23. 6631253 Asm Parser: support .error directive by Saleem Abdulrasool · 12 years ago
  24. e3d661f AsmParser: support .ifeqs directive by Saleem Abdulrasool · 12 years ago
  25. 570d544 SPARC: Implement TRAP lowering. Matches what GCC emits. by Benjamin Kramer · 12 years ago
  26. b4702e2 ARMAsmParser: whitespace by Saleem Abdulrasool · 12 years ago
  27. ec1c805 ARM IAS: support .align without parameters by Saleem Abdulrasool · 12 years ago
  28. 69f706d MCAsmParser: support .ifne by Saleem Abdulrasool · 12 years ago
  29. 0922e5b MCAsmParser: handle space properly for .ifc/.ifnc by Saleem Abdulrasool · 12 years ago
  30. a0d1629 MCAsmParser: add support for .err directive by Saleem Abdulrasool · 12 years ago
  31. da6ffb3 Use static instead of an anonymous namespace. by Rafael Espindola · 12 years ago
  32. 73f1a5f AVX-512: Fixed encoding of VPTESTMQ by Elena Demikhovsky · 12 years ago
  33. 589d637 Simplify remove, create_directory and create_directories. by Rafael Espindola · 12 years ago
  34. e4e42f7 Use simpler form of llvm::sys::fs::remove. by Rafael Espindola · 12 years ago
  35. ddc8ff2 LocalStackSlotAllocation: Turn one-iteration loop into if. by Benjamin Kramer · 12 years ago
  36. 46e8559 TableGen.cmake: Functionalize and reformat. by NAKAMURA Takumi · 12 years ago
  37. 043cc54 Simplify linking to system libraries by NAKAMURA Takumi · 12 years ago
  38. be66089 ARM IAS: support .short and .hword by Saleem Abdulrasool · 12 years ago
  39. ea06d97 [python-bindings] Remove some cruft that snuck in. by Michael Gottesman · 12 years ago
  40. c7ee777 Make test more resilient against scheduling decisions. by Benjamin Kramer · 12 years ago
  41. 2938fa4 Fix typo by Manman Ren · 12 years ago
  42. fa3089b MC: Support COFF string tables larger than 10MB by Nico Rieck · 12 years ago
  43. 3c288fc Don't inline get[S|U]LEB128Size() until they are proved to be hot. by Logan Chien · 12 years ago
  44. 80668d1 Move get[S|U]LEB128Size() to LEB128.h. by Logan Chien · 12 years ago
  45. fb24ccf Revert "Revert "Use relative rpath so that the installation and build dirs are relocatable."" by Rafael Espindola · 12 years ago
  46. ea5f676 Revert "Use relative rpath so that the installation and build dirs are relocatable." by Rafael Espindola · 12 years ago
  47. 8c0eb3e Add const to some member functions of SuccIterator. by Logan Chien · 12 years ago
  48. a7101eb Prune debug message in AddLLVM.cmake. by NAKAMURA Takumi · 12 years ago
  49. 378f318 llvm/test/CodeGen/X86/shift-pcmp.ll: Tweak to appease FileCheck. "CHECK-LABEL" doesn't identify labels magically and CHECK-LABEL behaves free from other contexts. by NAKAMURA Takumi · 12 years ago
  50. 5e89e33 Include <cctype> for isdigit(). by Logan Chien · 12 years ago
  51. 0ee9a84 [python-bindings] Added OpCode like support for all enumerations with unittests. by Michael Gottesman · 12 years ago
  52. a6e734d [CodeGenPrepare] Fix the check of the legality of an instruction. by Quentin Colombet · 12 years ago
  53. c94f3ae Use relative rpath so that the installation and build dirs are relocatable. by Rafael Espindola · 12 years ago
  54. 341149a Switch the LLVM error reporting on the new diagnostic system. by Quentin Colombet · 12 years ago
  55. 8048c44 [CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen. by Quentin Colombet · 12 years ago
  56. 0206b30 [DAGCombiner] PCMP* sets its result to all ones or zeros so we can AND with the by Quentin Colombet · 12 years ago
  57. 94f20bf [Stackmaps] Move the target-independent frame index elimination for stackmaps and patchpoints into target-specific code. by Juergen Ributzka · 12 years ago
  58. 84ace05 Shankar kindly pointed out that I wasn't following the coding convention properly, so moving raw_ostream.h above system_error.h. by Aaron Ballman · 12 years ago
  59. 100aba2 Fixing the MSVC build by including a file. by Aaron Ballman · 12 years ago
  60. 6700168 llvm-objdump/COFF: LoadConfiguration does not exist in object file. by Rui Ueyama · 12 years ago
  61. 1e08430 Add missing include. by Rafael Espindola · 12 years ago
  62. 91f86b7 Add a SymbolicFile interface between Binary and ObjectFile. by Rafael Espindola · 12 years ago
  63. 3825c08 DebugInfo: Remove the empty macinfo section. by David Blaikie · 12 years ago
  64. 75ece7a Rename a few more DataLayout variables from TD to DL. by Rafael Espindola · 12 years ago
  65. 4449ed2 add -da-delinearize runs and checks to MIV testcases by Sebastian Pop · 12 years ago
  66. 24d33a5 fix a corner case in delinearization by Sebastian Pop · 12 years ago
  67. f9cb030 normalize the last delinearized dimension by Sebastian Pop · 12 years ago
  68. fc605ac fail delinearization when the size of subscripts differs by Sebastian Pop · 12 years ago
  69. 1268135 Remove dead declaration by Sylvestre Ledru · 12 years ago
  70. 8b35abd [CMake] llvm-c/lto.h should be installed if libLTO.a is built. by NAKAMURA Takumi · 12 years ago
  71. 44a62ba [CMake] libLTO: Use (SHARED|STATIC) to build both shared LTO and LTO_static. by NAKAMURA Takumi · 12 years ago
  72. 6be6579 [CMake] llvm_add_library: Add dependencies also to objlibs as workaround of CMake issue 14747. by NAKAMURA Takumi · 12 years ago
  73. 1901ee6 [CMake] Introduce "llvm_add_library(SHARED STATIC)" to build both shared lib and static lib simulataneously. by NAKAMURA Takumi · 12 years ago
  74. 6eeedf3 Teach LLVM-Config to use logical target names (2/2) by NAKAMURA Takumi · 12 years ago
  75. 83782f2 Teach LLVM-Config to use logical target names (1/2) by NAKAMURA Takumi · 12 years ago
  76. 10ecde5 [AArch64] Add register constraints to avoid generating STLXR and STXR with unpredictable behavior. by Kevin Qin · 12 years ago
  77. b3cb707 This test was failing on non-X86-64 platforms because stackmaps only work on X86-64. by Filip Pizlo · 12 years ago
  78. 9f5066c Make DisableIntegratedAS a TargetOption. by Rafael Espindola · 12 years ago
  79. ed6718d One last pass of DataLayout variable renaming. by Rafael Espindola · 12 years ago
  80. eb6e1d3 Rename a few more DataLayout variables. by Rafael Espindola · 12 years ago
  81. f116e53 Rename many DataLayout variables from TD to DL. by Rafael Espindola · 12 years ago
  82. 23ffb3e Stackmaps are used for OSR exits, which is a custom kind of unwinding. Hence, they by Filip Pizlo · 12 years ago
  83. 0aabe66 Make sure that value handle users see the transformation of an indirect call to a direct call. This is important for the CallGraph iteration. Patch by Björn Steinbrink! by Nick Lewycky · 12 years ago
  84. f17f214 Set the SuppressWarnings option on tool level and propagate to the library. by Eli Bendersky · 12 years ago
  85. 8a6788c cstdint is a C++11 header, LLVM provides its own version of it. by Benjamin Kramer · 12 years ago
  86. 225d1f3 [Support] Correctly handle zero length inputs to UTF conversion functions on Windows. by Michael J. Spencer · 12 years ago
  87. 22559cc test_debuginfo.pl: Make failures easier to debug by printing the debugger by Adrian Prantl · 12 years ago
  88. fb4b4c1 Fix build breakage. by Rui Ueyama · 12 years ago
  89. f41901d Object/COFF: Fix possible truncation bug. by Rui Ueyama · 12 years ago
  90. 3e552a3 Remove unnecessary copy of array_lengthof. by Benjamin Kramer · 12 years ago
  91. 71f6371 AArch64: __va_list.__stack must be 8-byte aligned by Oliver Stannard · 12 years ago
  92. fda2dfb [AArch64] Add support for TargetTransformInfo Analysis. by Chad Rosier · 12 years ago
  93. 5c86661 [mips] Make it impossible to have UnknownABI in CodeGen and Integrated Assembler. by Daniel Sanders · 12 years ago
  94. 1e3bb3f [CMake] Move intrinsics_gen to lib/Target out of add_public_tablegen_target. by NAKAMURA Takumi · 12 years ago
  95. e4ede0b [CMake] intrinsics_gen: Use add_public_tablegen_target(). by NAKAMURA Takumi · 12 years ago
  96. 59f6c76 AsmParser: Disable Darwin-style macro argument expansion on non-darwin targets. by Benjamin Kramer · 12 years ago
  97. 7934a2a [mips] Make mips64 the default CPU for the mips64 architecture by Daniel Sanders · 12 years ago
  98. b584e19 Unconditionally include msan_interface.h when building with MSan. by Evgeniy Stepanov · 12 years ago
  99. 91ba049 Added release note about making all inline assembly parsed (even for assembly by Daniel Sanders · 12 years ago
  100. a40c8a4 COFFObjectFile.cpp: Appease msvc in r201760. by NAKAMURA Takumi · 12 years ago