1. 38f8e8a [CMake] Introduce cmake_policy(CMP0022) for target_link_libraries(INTERFACE|PRIVATE). by NAKAMURA Takumi · 12 years ago
  2. 5fb5076 [CMake] Use LINK_LIBS instead of target_link_libraries(). by NAKAMURA Takumi · 12 years ago
  3. 9262808 [x86] Remove some unused instruction format classes. by Craig Topper · 12 years ago
  4. df24b19 [x86] Simplify disassembler code slightly. by Craig Topper · 12 years ago
  5. c1c3773 [SROA] The original refactoring inspired by the addrspace patch in by Chandler Carruth · 12 years ago
  6. dd08079 [SROA] Yet another slight refactoring that simplifies an API in the by Chandler Carruth · 12 years ago
  7. c9166f0 [SROA] Simplify the computing of alignment: we only ever need the by Chandler Carruth · 12 years ago
  8. f28c057 [SROA] Use NewOffsetBegin in the unsplit case for memset merely for by Chandler Carruth · 12 years ago
  9. f11f7a4 [SROA] Use the members for New{Begin,End}Offset in the rewrite helpers by Chandler Carruth · 12 years ago
  10. abd2555 [SROA] Compute the New{Begin,End}Offset values once for each alloca by Chandler Carruth · 12 years ago
  11. ca302ab Use StringRef in raw_fd_ostream constructor by Ben Langmuir · 12 years ago
  12. 50bc165 [SROA] Fix PR18615 with some long overdue simplifications to the bounds by Chandler Carruth · 12 years ago
  13. 5820a93 Remove spurious emacs major mode marker, these should only go on .h files. by Nick Lewycky · 12 years ago
  14. 8e6d667 80-col. by Eric Christopher · 12 years ago
  15. 717116f Formatting fixups. by Eric Christopher · 12 years ago
  16. bb69788 Delete two declared overloads of CallInst::CallInst that are never defined or used. No functionality change. by Nick Lewycky · 12 years ago
  17. cf84b5b Constify the Optnone checks in IR passes. by Paul Robinson · 12 years ago
  18. 204755b Simplify base64 routine a bit. by Rui Ueyama · 12 years ago
  19. 95e9730 Exception handling docs: Describe landingpad clauses' meanings in more detail by Mark Seaborn · 12 years ago
  20. bf455c5 Add DIUnspecifiedParameter, so we can pretty-print it. by Adrian Prantl · 12 years ago
  21. e8aecce fix crash in SmallDenseMap copy constructor by Duncan P. N. Exon Smith · 12 years ago
  22. 356deb5 Use DataLayout from the module when easily available. by Rafael Espindola · 12 years ago
  23. 7e2bf3c Attempt to unbreak an MSVC buildbot by switching to %llc_dwarf. by Adrian Prantl · 12 years ago
  24. 889b129 DwarfDebug: Avoid emitting an empty debug_aranges section when aranges are disabled by David Blaikie · 12 years ago
  25. 35989a7 Address review comments for r202188. by Adrian Prantl · 12 years ago
  26. 3f0a9af Fix resetting the DataLayout in a Module. by Rafael Espindola · 12 years ago
  27. 9c256ec [reassociate] Switch two std::sort calls into std::stable_sort calls as by Chandler Carruth · 12 years ago
  28. 431e9f0 R600: Don't unconditionally unroll loops with private memory accesses by Tom Stellard · 12 years ago
  29. d8c3104 R600/SI: Custom select 64-bit ADD by Tom Stellard · 12 years ago
  30. 495e401 [SROA] Add an off-by-default *strict* inbounds check to SROA. I had SROA by Chandler Carruth · 12 years ago
  31. 15ac7df Account for 128-bit integer operations in PPCCTRLoops by Hal Finkel · 12 years ago
  32. 724e528 Don't try to set a dummy DataLayout. It is parsed now. by Rafael Espindola · 12 years ago
  33. aab87fe Store a DataLayout in Module. by Rafael Espindola · 12 years ago
  34. dbaa6ab Debug info: Support variadic functions. by Adrian Prantl · 12 years ago
  35. 9791b3f Revert "Debug info: Support variadic functions." by Adrian Prantl · 12 years ago
  36. d225511 Remove outdated comments. by Manman Ren · 12 years ago
  37. c6d0a14 Debug info: Support variadic functions. by Adrian Prantl · 12 years ago
  38. 150f810 [XCore] Add intrinsic for CLRPT (clear port time) instruction. by Richard Osborne · 12 years ago
  39. fb2f73a [XCore] Add intrinsic for EDU (event disable unconditional) instruction. by Richard Osborne · 12 years ago
  40. 57edc9d Make DataLayout a plain object, not a pass. by Rafael Espindola · 12 years ago
  41. 28713bd Keep the link register for uwtable. by Logan Chien · 12 years ago
  42. 6dc9f73 [XCore] Prefer to word align functions. by Richard Osborne · 12 years ago
  43. 53eeb67 Factor out calls to AA.getDataLayout(). by Rafael Espindola · 12 years ago
  44. 37ecf69 Make a few more DataLayout variables const. by Rafael Espindola · 12 years ago
  45. a2ff581 [SROA] Use the original load name with the SROA-prefixed IRB rather than by Chandler Carruth · 12 years ago
  46. f5701e4 [SROA] Thread the ability to add a pointer-specific name prefix through by Chandler Carruth · 12 years ago
  47. 1989963 [SROA] Rather than copying the logic for building a name prefix into the by Chandler Carruth · 12 years ago
  48. b59c39e [SROA] Simplify some of the logic to dig out the old pointer value by by Chandler Carruth · 12 years ago
  49. 10b2920 [SROA] Adjust to new clang-format style. by Chandler Carruth · 12 years ago
  50. 6c35c95 Reuse constants for COFF string table entry offsets by Nico Rieck · 12 years ago
  51. 64d5fd9 [SROA] Fix a *glaring* bug in r202091: you have to actually *write* by Chandler Carruth · 12 years ago
  52. 8eb7642 Disable old JIT unittests for AARch64 by Renato Golin · 12 years ago
  53. d28765c Ignore old JIT tests in AARch64 - CMake style by Renato Golin · 12 years ago
  54. 06b8110 Add aarch64 to config.guess by Renato Golin · 12 years ago
  55. 31c756b Silence GCC warning by Alexey Samsonov · 12 years ago
  56. bf930d5 Fix typos by Alp Toker · 12 years ago
  57. eb1b5ba [SROA] Add a debugging tool which shuffles the slices sequence prior to by Chandler Carruth · 12 years ago
  58. 2516e7f [SROA] Use a more direct way of determining whether we are processing by Chandler Carruth · 12 years ago
  59. 3d9b85c Add some convenience accessors for the underlying Use of an operand. by Chandler Carruth · 12 years ago
  60. 88546b6 Indent this continued line. by Nick Lewycky · 12 years ago
  61. c537759 [SROA] Fix another instability in SROA with respect to the slice ordering. by Chandler Carruth · 12 years ago
  62. 2a213a4 llvm-dwarfdump: Support for debug_line.dwo section for file names for type units under fission. by David Blaikie · 12 years ago
  63. ec89b9f Make some DataLayout pointers const. by Rafael Espindola · 12 years ago
  64. 70b3b7d Permit CMAKE_INSTALL_RPATH to be set on command line by Bernard Ogden · 12 years ago
  65. 0aedb78 trivial test commit by Albrecht Kadlec · 12 years ago
  66. 341d0f4 llvm-objdump: Do not attempt to disassemble symbols outside of section by Simon Atanasyan · 12 years ago
  67. e5f1c6d Disable an MCJIT test on older Darwins until we have a better interface. by Andrew Trick · 12 years ago
  68. 2e4ab2a Fix unused variable by Matt Arsenault · 12 years ago
  69. bc247e4 R600/SI - Add new CI arithmetic instructions. by Matt Arsenault · 12 years ago
  70. 3f9f4bc R600: Make check clearer. by Matt Arsenault · 12 years ago
  71. e87a1a9 Fix DOT4 missing from getTargetOpcodeName by Matt Arsenault · 12 years ago
  72. 3246123 Add missing const by Matt Arsenault · 12 years ago
  73. 71e23f0 Trivial code simplification by Matt Arsenault · 12 years ago
  74. 68085c7 SLPVectorizer: Try vectorizing 'splat' stores by Arnold Schwaighofer · 12 years ago
  75. b55c398 [X86][SchedModel] Add missing scheduling model for SSE related instructions. by Quentin Colombet · 12 years ago
  76. 68e1531 Add a dwarf number to the Y register. by Roman Divacky · 12 years ago
  77. ac69459 Replace the F_Binary flag with a F_Text one. by Rafael Espindola · 12 years ago
  78. 137342f LTO: Add the loop vectorizer to the LTO pipeline. by Arnold Schwaighofer · 12 years ago
  79. 35f35ee Fix windows unittest I missed in the raw_fd_ostream constructor change. by Rafael Espindola · 12 years ago
  80. a2be909 For lcov tests, don't Xfail mips littl endian (mipsel-... and mip64el-...) by Reed Kotler · 12 years ago
  81. 843efd4 Don't make F_None the default. by Rafael Espindola · 12 years ago
  82. 281d7fc [CMake] Remove dependency on non-existing profile_rt-shared. Patch by Brad King. by Alexey Samsonov · 12 years ago
  83. 596d621 [asan] remove test that should have been removed in r202033 by Kostya Serebryany · 12 years ago
  84. 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
  85. d7e1256 Add AArch64 big endian Target (aarch64_be) by Christian Pirker · 12 years ago
  86. 58423c8 AVX-512: Fixed encoding of VPCMPEQ and VPCMPGT by Elena Demikhovsky · 12 years ago
  87. 69aeeee4 Share a createUniqueEntity implementation between unix and windows. by Rafael Espindola · 12 years ago
  88. 6822655 Delete dead code. by Rafael Espindola · 12 years ago
  89. 6631253 Asm Parser: support .error directive by Saleem Abdulrasool · 12 years ago
  90. e3d661f AsmParser: support .ifeqs directive by Saleem Abdulrasool · 12 years ago
  91. 570d544 SPARC: Implement TRAP lowering. Matches what GCC emits. by Benjamin Kramer · 12 years ago
  92. b4702e2 ARMAsmParser: whitespace by Saleem Abdulrasool · 12 years ago
  93. ec1c805 ARM IAS: support .align without parameters by Saleem Abdulrasool · 12 years ago
  94. 69f706d MCAsmParser: support .ifne by Saleem Abdulrasool · 12 years ago
  95. 0922e5b MCAsmParser: handle space properly for .ifc/.ifnc by Saleem Abdulrasool · 12 years ago
  96. a0d1629 MCAsmParser: add support for .err directive by Saleem Abdulrasool · 12 years ago
  97. da6ffb3 Use static instead of an anonymous namespace. by Rafael Espindola · 12 years ago
  98. 73f1a5f AVX-512: Fixed encoding of VPTESTMQ by Elena Demikhovsky · 12 years ago
  99. 589d637 Simplify remove, create_directory and create_directories. by Rafael Espindola · 12 years ago
  100. e4e42f7 Use simpler form of llvm::sys::fs::remove. by Rafael Espindola · 12 years ago