1. 37b154c R600/SI: Use REG_SEQUENCE instead of INSERT_SUBREGs by Matt Arsenault · 11 years ago
  2. 2220408 Support REG_SEQUENCE in tablegen. by Matt Arsenault · 11 years ago
  3. 1ac6c45 Fix typo by Matt Arsenault · 11 years ago
  4. dcd2a82 Fix missing C++ mode comment by Matt Arsenault · 11 years ago
  5. eaa221a Re-commit r221056 and others with fix, "[mips] Move F128 argument handling into MipsCCState as we did for returns. NFC." by Daniel Sanders · 11 years ago
  6. 0a6665e Revert r221096 bringing back r221014 with a fix. by Rafael Espindola · 11 years ago
  7. a0ef0e7 [cmake] Pass -O3 when linking. by Rafael Espindola · 11 years ago
  8. e82f417 Revert r221014: "Refactor duplicated code in liking GlobalValues." by Chandler Carruth · 11 years ago
  9. e8e0fcf Formatting by David Blaikie · 11 years ago
  10. 67177d3 Add DwarfUnit::isDwoUnit and use it to generalize string creation by David Blaikie · 11 years ago
  11. 1fcc568 Remove the last mention of LineTablesOnly from DwarfUnit, sinking it into DwarfCompileUnit by David Blaikie · 11 years ago
  12. c28e37e Sink DwarfUnit::applySubprogramAttributesToDefinition into DwarfCompileUnit by David Blaikie · 11 years ago
  13. 01d89ee Use Alias Analysis to hoist 2 loads from diamond to the common predecessor basic block. by Elena Demikhovsky · 11 years ago
  14. c821f87 Sink DwarfUnit::addExpr into DwarfCompileUnit by David Blaikie · 11 years ago
  15. 3c2838f Fix the build from the last commit by David Blaikie · 11 years ago
  16. 9aa32f9 Sink DwarfUnit::applyVariableAttributes into DwarfCompileUnit by David Blaikie · 11 years ago
  17. 51af354 Sink DwarfUnit::addLocationList down into DwarfCompileUnit by David Blaikie · 11 years ago
  18. 1ce60ab Sink DwarfUnit::addComplexAddress down into DwarfCompileUnit by David Blaikie · 11 years ago
  19. 9e4cbe6 Push DwarfUnit::addAddress down into DwarfCompileUnit by David Blaikie · 11 years ago
  20. f5dd438 Sink DwarfUnit::addVariableAddress into DwarfCompileUnit since type units don't have variables by David Blaikie · 11 years ago
  21. 21cd65ac DebugInfo: Sink accelerator table lists down (GlobalNames/Types) into DwarfCompileUnit by David Blaikie · 11 years ago
  22. 5ede090 Add DwarfUnit::addGlobalType to match DwarfUnit::addGlobalName by David Blaikie · 11 years ago
  23. 1808f3e Revert r221056 and others, "[mips] Move F128 argument handling into MipsCCState as we did for returns. NFC." by NAKAMURA Takumi · 11 years ago
  24. 7f0ed39 DebugInfo: Refactor index type DIE initialization by rolling it into the accessor by David Blaikie · 11 years ago
  25. 91ff6eb Be sure to initialize DwarfCompileUnit::LabelBegin now that it may be skipped in initSection by David Blaikie · 11 years ago
  26. 3ee898c Don't bother creating LabelBegin for .dwo units by David Blaikie · 11 years ago
  27. 79e72dd Docs: update va_arg example with valid x86_64 va_list type. by Tim Northover · 11 years ago
  28. d998d1c Drop DwarfCompileUnit::getLocalLabel* in favor of just mapping through the skeleton explicitly. by David Blaikie · 11 years ago
  29. da53f1e Sink DwarfUnit::LabelBegin down into DwarfCompileUnit since that's the only place it's needed. by David Blaikie · 11 years ago
  30. 58913d5 Update test to use llvm-readobj. NFC. by Rafael Espindola · 11 years ago
  31. 5e8ee21 Sink dwarf unit length emission down into DwarfUnit::emitHeader by David Blaikie · 11 years ago
  32. d457d52 Test 221067 in a fixed-target test so as not to fail on targets with different DWARF encodings by David Blaikie · 11 years ago
  33. fc09520 Fix the build of the gold plugin. by Rafael Espindola · 11 years ago
  34. ed297ab InstCombine: Don't assume that m_ZExt matches an Instruction by David Majnemer · 11 years ago
  35. 9f15bb3 Remove test coverage added in 221067 due to it being non-portable. by David Blaikie · 11 years ago
  36. 8ff4876 Remove DwarfUnit::LabelEnd in favor of computing the length of the section directly by David Blaikie · 11 years ago
  37. 33e0758 Sink DwarfUnit::SectionSym into DwarfCompileUnit as it's only needed/used there. by David Blaikie · 11 years ago
  38. cfe761c Renamed CCState members that appear to misspell 'Processed' as 'Proceed'. NFC. by Daniel Sanders · 11 years ago
  39. b2dae39 Make DwarfCompileUnit::Skeleton more narrowly typed (DwarfCompileUnit* instead of DwarfUnit*) now that it's specific to DwarfCompileUnit anyway. by David Blaikie · 11 years ago
  40. ea8769c [mips] Move all ByVal handling into CCState and tablegen-erated code. NFC. by Daniel Sanders · 11 years ago
  41. 73d60e6 [mips] Fix unused variable warning introduced in r221056 by Daniel Sanders · 11 years ago
  42. d1bb2d1 [mips] Remove ByValArgInfo::Address in favour of CCValAssign::getMemLocOffset(). NFC. by Daniel Sanders · 11 years ago
  43. 61d2d3d [mips] Move F128 argument handling into MipsCCState as we did for returns. NFC. by Daniel Sanders · 11 years ago
  44. 4e35ac1 Sink DwarfUnit::Skeleton down into DwarfCompileUnit by David Blaikie · 11 years ago
  45. 20dc677 [mips] Remove MipsCC::CCInfo. NFC. by Daniel Sanders · 11 years ago
  46. f814c64 [mips] Removed MipsCC::fixedArgFn(). NFC by Daniel Sanders · 11 years ago
  47. 5e4b155 [tablegen] Add CustomCallingConv and use it to tablegen-erate the outermost parts of the Mips O32 implementation by Daniel Sanders · 11 years ago
  48. 153cd65 Sink DwarfDebug::AbstractSPDies down into DwarfFile by David Blaikie · 11 years ago
  49. 5793838 Remove redundant calls to isMaterializable. by Rafael Espindola · 11 years ago
  50. e2add43 Revert r221048 - Test commit by Daniel Sanders · 11 years ago
  51. 211ed6d Test commit by Daniel Sanders · 11 years ago
  52. 5179f70 [JIT] Fix some more missing endian conversions in RuntimeDyld by Daniel Sanders · 11 years ago
  53. 6128ca9 [CMake] llvm-profdata requires Core. by NAKAMURA Takumi · 11 years ago
  54. f74443e InstCombine: Combine (X+cst) < 0 --> X < -cst by David Majnemer · 11 years ago
  55. 666a513 IR: Restore the old behavior of getDISubprogram by David Majnemer · 11 years ago
  56. bdec4ae Revert "Temporarily revert r220777 to sort out build bot breakage." by Adrian Prantl · 11 years ago
  57. 5ea912a Revert r220779, "[AVX512] Removed special case for cmp instructions in getVectorMaskingNode. Now cmp intrinsics lower as other intrinsics through VSELECT, and then VSELECT tranforms to AND in PerformSELECTCombine." by NAKAMURA Takumi · 11 years ago
  58. db5d201 Remove unused function by David Blaikie · 11 years ago
  59. b1494f1 And... fix the build some more. by David Blaikie · 11 years ago
  60. a49cbec Just iterate the DwarfCompileUnits rather than trying to filter them out of the list of all units. by David Blaikie · 11 years ago
  61. bf29eb3 Add '*' to auto variable that is a pointer, as per the coding conventions. by David Blaikie · 11 years ago
  62. 9657de5f Add show and merge tools for sample PGO profiles. by Diego Novillo · 11 years ago
  63. e542d91 Add DwarfCompileUnit::getSkeleton that returns DwarfCompileUnit* to avoid having to cast from DwarfUnit* on every call. by David Blaikie · 11 years ago
  64. a4e1564 Temporarily revert r220777 to sort out build bot breakage. by Adrian Prantl · 11 years ago
  65. b2187ed IR: MDNode => Value: Instruction::getAllMetadata() by Duncan P. N. Exon Smith · 11 years ago
  66. 3a84a63 IR: MDNode => Value: Instruction::getMetadata() by Duncan P. N. Exon Smith · 11 years ago
  67. 9ed4497 IR: MDNode => Value: Add Instruction::getMDNode() by Duncan P. N. Exon Smith · 11 years ago
  68. 8d2e511 Revert "R600: Add missing file to CMakeLists.txt" by Reid Kleckner · 11 years ago
  69. a5607fb Revert "R600: Make sure to inline all internal functions" by Reid Kleckner · 11 years ago
  70. e1a4787 Work around bugs in MSVC "14" CTP 3's conversion logic by Reid Kleckner · 11 years ago
  71. 9f86b43 Refactor duplicated code in liking GlobalValues. by Rafael Espindola · 11 years ago
  72. fc46c68 Define LLVM_NOEXCEPT with MSVC 14 CTP 3 or newer by Reid Kleckner · 11 years ago
  73. 57c911e Suppress MSVC's equivalent of -Wshadow warnings by Reid Kleckner · 11 years ago
  74. 54a86b3 Sink some of DwarfDebug::collectDeadVariables down into DwarfCompileUnit. by David Blaikie · 11 years ago
  75. cf19403 Correctly update dom-tree after loop vectorizer. by Michael Zolotukhin · 11 years ago
  76. 021153f Sink most of DwarfDebug::constructAbstractSubprogramScopeDIE into DwarfCompileUnit by David Blaikie · 11 years ago
  77. 03fb370 R600: Add IPO to the list of required libraries by Tom Stellard · 11 years ago
  78. 7b8ba81 [Object] Modify OwningBinary's interface to separate inspection from ownership. by Lang Hames · 11 years ago
  79. 7dd15e6 R600: Add missing file to CMakeLists.txt by Tom Stellard · 11 years ago
  80. b5c8650 R600: Don't promote allocas when one of the users is a ptrtoint instruction by Tom Stellard · 11 years ago
  81. 5d6cee5 R600: Make sure to inline all internal functions by Tom Stellard · 11 years ago
  82. da8d558 IR: Instruction::setMetadata() should use cast_or_null by Duncan P. N. Exon Smith · 11 years ago
  83. 815275f IR: MDNode => Value: Instruction::setMetadata() by Duncan P. N. Exon Smith · 11 years ago
  84. 2d32816 [PowerPC] Initial VSX intrinsic support, with min/max for vector double by Bill Schmidt · 11 years ago
  85. b9ce924 [AArch64] Check Dest Register Liveness in CondOpt pass. by Chad Rosier · 11 years ago
  86. 854432d [asan] do not treat inline asm calls as indirect calls by Kostya Serebryany · 11 years ago
  87. 9b6ca93 [CodeGenPrepare] Move extractelement close to store if they can be combined. by Quentin Colombet · 11 years ago
  88. 9607695 [asan] fix caller-calee instrumentation to emit new cache for every call site by Kostya Serebryany · 11 years ago
  89. e05a7e1 Remove the wrongly named and now empty Ocaml directory by Justin Bogner · 11 years ago
  90. c700c4d Update the non-pthreads fallback for RWMutex on Unix by David Blaikie · 11 years ago
  91. 07c3753 Unify and update link-messages.ll and redefinition.ll. NFC. by Rafael Espindola · 11 years ago
  92. 7d26b99 Correct assert text from r220923 by David Blaikie · 11 years ago
  93. 2105bd0 Mark a few variables const. NFC. by Rafael Espindola · 11 years ago
  94. 65e4532 [CMake] llvm/examples: Update libdeps for unoptimized builds. by NAKAMURA Takumi · 11 years ago
  95. 66d3a86 [AArch64] CondOpt pass is missing FCMP instructions when searching backward for by Chad Rosier · 11 years ago
  96. 8cff277 [SCEV] Improve Scalar Evolution's use of no {un,}signed wrap flags by Bradley Smith · 11 years ago
  97. 8a9c531 [PowerPC] Load BlockAddress values from the TOC in 64-bit SVR4 code by Ulrich Weigand · 11 years ago
  98. 42187d2 [OCaml] Ensure consistent naming. by Peter Zotov · 11 years ago
  99. ced3d17 [OCaml] Rework Llvm_executionengine using ctypes. by Peter Zotov · 11 years ago
  100. 130901d Move an input file to Inputs instead of using RUN: true. by Rafael Espindola · 11 years ago