1. 4f6d26d Move the verbose asm option to be part of the options struct and by Eric Christopher · 11 years ago
  2. b38059a Update MachOObjectFile::getSymbolAddress so it returns UnknownAddressOrSize by Kevin Enderby · 11 years ago
  3. acf6215 Fix test added in r209242: llc shouldn't create files in source tree by Alexey Samsonov · 11 years ago
  4. ed3abe4 Revert "DebugInfo: Assume all subprogram DIEs have been created before any abstract subprograms are constructed." by David Blaikie · 11 years ago
  5. adf1668 [ARM64] PR19792: Fix cycle in DAG after performPostLD1Combine by Adam Nemet · 11 years ago
  6. e94103a Unbreak the sanitizer buildbots after r209226 due to SROA issue described in http://reviews.llvm.org/D3714 by David Blaikie · 11 years ago
  7. 6a9366c Move the function and data section flags into the options struct and by Eric Christopher · 11 years ago
  8. 95aa960 Revert r209235 as it broke two tests: by Kevin Enderby · 11 years ago
  9. e3f7456 Update MachOObjectFile::getSymbolAddress so it returns UnknownAddressOrSize by Kevin Enderby · 11 years ago
  10. 50d4008 [LSR] Canonicalize reg1 + ... + regN into reg1 + ... + 1*regN. by Quentin Colombet · 11 years ago
  11. 8598e29 GlobalValue: Automatically reset visibility when setting local linkage by Duncan P. N. Exon Smith · 11 years ago
  12. 1e3493b Fix test breakage introduced in r209223. by David Blaikie · 11 years ago
  13. 447a7ce Rewrite calculateDbgValueHistory to make it (hopefully) more transparent. by Alexey Samsonov · 11 years ago
  14. e2ab467 PR19767: DebugInfo emission of pointer constants. by David Blaikie · 11 years ago
  15. 5d7afdb Avoids DCE on write_register by Renato Golin · 11 years ago
  16. c9b12d0 [PowerPC] PR19796: Also match ISD::TargetConstant in isIntS16Immediate by Adam Nemet · 11 years ago
  17. 68c7a1c Clean up language and grammar. by Eric Christopher · 11 years ago
  18. 2bb4634 Temporarily revert: r209129 - [mips][mips64r6] Sorted *_ENC, *_DESC classes and tests by Daniel Sanders · 11 years ago
  19. bdc6a7a [ARM64] Port basic-a64-diagnostics.s over to ARM64 by Bradley Smith · 11 years ago
  20. ee8d5c3 TableGen: permit non-leaf ComplexPattern uses by Tim Northover · 11 years ago
  21. 57a98ba Add parentheses to suppress the gcc warning '-Wparentheses'. by Simon Atanasyan · 11 years ago
  22. 51af588 Legalizer: Make bswap promotion safe for vectors. by Benjamin Kramer · 11 years ago
  23. 6943f62 [Mips] Add more relocation types and MIPS specific e_flags constants. by Simon Atanasyan · 11 years ago
  24. 6099306 ARMEB: Additional test files for ARM fixups by Christian Pirker · 11 years ago
  25. c9ff20e TableGen: convert InstAlias's Emit bit to an int. by Tim Northover · 11 years ago
  26. 0d0bab5 [X86] Tune LEA usage for Silvermont by Alexey Volkov · 11 years ago
  27. 6f242c9 [LV][REFACTOR] One more tiny fix for printing debug locations in loop vectorizer. Now consistent with the remarks emitter. by Zinovy Nis · 11 years ago
  28. daf56d6 llvm-readobj: use range-based for loop by Saleem Abdulrasool · 11 years ago
  29. 4bf804f Teach isKnownNonNull that a nonnull return is not null. Add a test for this case as well as the case of a nonnull attribute (already handled but not tested). by Nick Lewycky · 11 years ago
  30. 956583e DebugInfo: Emit function definitions within their namespace scope. by David Blaikie · 11 years ago
  31. 53d560e Follow up to 209187, updating a test to use FileCheck. Needed to ignore an extra DW_TAG_class_type by David Blaikie · 11 years ago
  32. 825920d Update test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll to use FileCheck. by David Blaikie · 11 years ago
  33. fe47ebf Add 'nonnull', a new parameter and return attribute which indicates that the pointer is not null. Instcombine will elide comparisons between these and null. Patch by Luqman Aden! by Nick Lewycky · 11 years ago
  34. 30e5830 LTO: Add a testcase for linking modules with incompatible Debug Info by Adrian Prantl · 11 years ago
  35. dce55ec OK, NAKAMURA Takumi beat me to this change. So backing out my addition of by Kevin Enderby · 11 years ago
  36. d8d50e7 David Blaikie pointed out that the test added in r209158 fails in the by Kevin Enderby · 11 years ago
  37. c108a06 DebugInfo: Assume all subprogram DIEs have been created before any abstract subprograms are constructed. by David Blaikie · 11 years ago
  38. e267439 [CMake] Add llvm-size to check-llvm, to fix build since r209158. by NAKAMURA Takumi · 11 years ago
  39. e55ae5f [ARM64] Adds Cortex-A53 scheduling support for vector load/store post. by Chad Rosier · 11 years ago
  40. f5d9170 Remove unused method declaration by Matt Arsenault · 11 years ago
  41. df0d63d Add documentation for llvm-dwarfdump tool by Alexey Samsonov · 11 years ago
  42. 76f1938 DebugInfo: Don't include DW_AT_inline on each abstract definition multiple times. by David Blaikie · 11 years ago
  43. df29a10 DebugInfo: Fix missing inlined_subroutines caused by r208748. by David Blaikie · 11 years ago
  44. b39cae9 Fix typos. by Eric Christopher · 11 years ago
  45. 37b0592 cmake: Remove -D NDEBUG from CFLAGS as well as CXXFLAGS by Reid Kleckner · 11 years ago
  46. 2f8bca0 [ConstantHoisting][X86] Change the cost model to never hoist constants for types larger than i128. by Juergen Ributzka · 11 years ago
  47. 8e4a223 [X86] Add ISel patterns to improve the selection of TZCNT and LZCNT. by Andrea Di Biagio · 11 years ago
  48. 86ad7b7 Implement MachOObjectFile::isSectionData() and MachOObjectFile::isSectionBSS by Kevin Enderby · 11 years ago
  49. ca162fa Added more insertps optimizations by Filipe Cabecinhas · 11 years ago
  50. 861e2ef Fix testers by removing dubious testcase for r209154. by Lang Hames · 11 years ago
  51. b96f71f [RuntimeDyld] Fix x86-64 MachO GOT relocation handling. by Lang Hames · 11 years ago
  52. 8ad418b Kill symbolization functionality in llvm-dwarfdump. We have llvm-symbolizer for that. by Alexey Samsonov · 11 years ago
  53. 20a6a27 Check the alwaysinline attribute on the call as well as on the caller. by Peter Collingbourne · 11 years ago
  54. 234227f Use range for by Matt Arsenault · 11 years ago
  55. 9bb7f7c reverting r209132 by Jyotsna Verma · 11 years ago
  56. c933013 MemoryBuffer: Use GetNativeSystemInfo() by Alp Toker · 11 years ago
  57. b90ef82 Revert "Patch for function cloning to inline all blocks whose address is taken" by Eric Christopher · 11 years ago
  58. 07df0ca [ARM64] Split tbz/tbnz into W/X register variant by Bradley Smith · 11 years ago
  59. 3f19ce8 Hexagon: Add encoding bits to the mpy instructions. by Jyotsna Verma · 11 years ago
  60. 78886be [mips][mips64r6] Sorted *_ENC, *_DESC classes and tests by Zoran Jovanovic · 11 years ago
  61. 50d09f1 Resolving MSVC warnings about switch statements with a default label, but no case labels. No functional changes intended. by Aaron Ballman · 11 years ago
  62. 29e068b Flip on vectorization of bswap intrinsics. by Benjamin Kramer · 11 years ago
  63. bb81d9d SDAG: Legalize vector BSWAP into a shuffle if the shuffle is legal but the bswap not. by Benjamin Kramer · 11 years ago
  64. 306cd28 Added inst-combine for 'MIN(MIN(A, 97), 23)' and 'MAX(MAX(A, 23), 97)' by Dinesh Dwivedi · 11 years ago
  65. cb596ba Change the blend tests to AVX, not AVX2. by Filipe Cabecinhas · 11 years ago
  66. 6f1b92a Reformat blank lines. by NAKAMURA Takumi · 11 years ago
  67. 14c7036 Whitespace. by NAKAMURA Takumi · 11 years ago
  68. 6ec9505 Remove last uses of OwningPtr from llvm. As far as I can tell these method versions are not used by lldb, lld, or clang. by Craig Topper · 11 years ago
  69. 677564f Use std::unique_ptr instead of OwningPtr in the MemoryBuffer unittests. by Craig Topper · 11 years ago
  70. 1cc4e8a ARM: make libcall setup more table driven by Saleem Abdulrasool · 11 years ago
  71. aad181f Options: Use erase_if to remove Args from the list. by Benjamin Kramer · 11 years ago
  72. bf3e78f ARM: improve WoA ABI conformance for frame register by Saleem Abdulrasool · 11 years ago
  73. 4da07c2 ARM: consolidate frame pointer register knowledge by Saleem Abdulrasool · 11 years ago
  74. 82b1114 Target: remove old constructors for CallLoweringInfo by Saleem Abdulrasool · 11 years ago
  75. a2b20f9 Target: add support to build CallLoweringInfo by Saleem Abdulrasool · 11 years ago
  76. d825568 Target: change member from reference to pointer by Saleem Abdulrasool · 11 years ago
  77. a53c765 ARM: whitespace by Saleem Abdulrasool · 11 years ago
  78. c86235f Use create methods since msvc doesn't handle delegating constructors. by Rafael Espindola · 11 years ago
  79. e7a6c2f Handle ConstantAggregateZero when upgrading global_ctors. by Rafael Espindola · 11 years ago
  80. fbd8cc0 Reduce abuse of default values in the GlobalAlias constructor. by Rafael Espindola · 11 years ago
  81. a2f8219 Revert r209049 and r209065, "Add support for combining GEPs across PHI nodes" by NAKAMURA Takumi · 11 years ago
  82. 41a6378 MachO: Add comments describing section flags/attrs by David Majnemer · 11 years ago
  83. 7af8e0d2 Fix for sanitizer crash introduced in r209049 by Louis Gerbarg · 11 years ago
  84. 575fc08 Target: Replace getSection().empty() with hasSection() by David Majnemer · 11 years ago
  85. 3395f5f test: fix copy-paste mistake by Saleem Abdulrasool · 11 years ago
  86. 563fca4 ARM: use the proper target object format for WoA by Saleem Abdulrasool · 11 years ago
  87. 2ff4a49 [x86] Fix a bad predicate I spotted by inspection -- pshufhw and pshuflw by Chandler Carruth · 11 years ago
  88. bf6e3f9 [DWARF parser] Teach DIContext to fetch short (non-linkage) function names for a given address. by Alexey Samsonov · 11 years ago
  89. 2d1fa5f Add support for combining GEPs across PHI nodes by Louis Gerbarg · 11 years ago
  90. 70f8b47 Use a sized enum for MachineOperandType. No functionality change by Pete Cooper · 11 years ago
  91. 31c8059 Added tests for the cost of lowering VSELECT instructions. by Filipe Cabecinhas · 11 years ago
  92. d77c1c4 Implemented special cases for PerformVSELECTCombine. by Filipe Cabecinhas · 11 years ago
  93. 5ea7215 Lower vselects into X86ISD::BLENDI when appropriate. by Filipe Cabecinhas · 11 years ago
  94. 38cbea8 Implemented LowerVSELECT to custom lower some instructions. by Filipe Cabecinhas · 11 years ago
  95. ad6d7f5 Delete getAliasedGlobal. by Rafael Espindola · 11 years ago
  96. b3e1897 DebugInfo: Assert rather than conditionalizing when a CU's subprogram list contains declarations. by David Blaikie · 11 years ago
  97. e792969 DebugInfo: Handle emitting constants of C++ unicode character type. by David Blaikie · 11 years ago
  98. 17200e3 R600/SI: Refactor the VOP3_32 tablegen class by Tom Stellard · 11 years ago
  99. 9d99d7a R600/SI: Add a PredicateControl class for managing TableGen predicates by Tom Stellard · 11 years ago
  100. 9b24e0c R600/SI: Move tablegen patterns away from instruction defs by Tom Stellard · 11 years ago