1. 5448320 Have TargetSelectionDAGInfo take a DataLayout initializer rather than by Eric Christopher · 11 years ago
  2. 5beec3a Match the full hex offsets in test/DebugInfo/X86/gnu-public-names.ll by David Blaikie · 11 years ago
  3. 8cfe2c0 Fix a typo made in Programmer's Manual made in r210354. Spotted by Dan Liew · 11 years ago
  4. 8f6fe9e Remove DWARF3 testing of test/DebugInfo/X86/gnu-public-names.ll by David Blaikie · 11 years ago
  5. 78cf19b Fixed a bug in lowering shuffle_vectors to insertps by Filipe Cabecinhas · 11 years ago
  6. 64d39d3 Mention the IRBuilder in Programmer's Manual with a few small examples. by Dan Liew · 11 years ago
  7. f4f9c6b Fix typo in a test from r210342. by Michael Zolotukhin · 11 years ago
  8. afbe82d [SLP] Enable vectorization of GEP expressions. by Michael Zolotukhin · 11 years ago
  9. 6c9eb10 [PPC64LE] Fix lowering of BUILD_VECTOR and SHUFFLE_VECTOR for little endian by Bill Schmidt · 11 years ago
  10. 53b344d Slight language tweak from Jonathan Humphreys. by Pekka Jaaskelainen · 11 years ago
  11. af4eb8a Touch configure to force clang's config.h.in reconfiguration on the build servers by Alp Toker · 11 years ago
  12. d276b15 lld test for configure & make by Iain Sandoe · 11 years ago
  13. 3ad10cf Revert r210298 'Correctly set the comdat symbol on COFF' as it asserts on Windows by Timur Iskhodzhanov · 11 years ago
  14. 3c9a2ee [yaml2obj][obj2yaml] Support ELF symbol's visibility flags (default/hidden/protected). by Simon Atanasyan · 11 years ago
  15. 2c3e3b4 Added select flavour for ABS and NEG(ABS) by Dinesh Dwivedi · 11 years ago
  16. 7a0e697 Make LINK_POLLY_INTO_TOOLS work with the CMake build by Alp Toker · 11 years ago
  17. b73a9b3 Fix PR19657 (scalar loads not combined into vector load) by Karthik Bhat · 11 years ago
  18. dc4c7fb Remove clang-specific libxml2 check from CMake by Alp Toker · 11 years ago
  19. 6eba708 config.h: remove clang-specific macro definitions by Alp Toker · 11 years ago
  20. 6fd1b8e Allow aliases to be unnamed_addr. by Rafael Espindola · 11 years ago
  21. bbd3413 Fix markup for -debug-only option by Alexey Samsonov · 11 years ago
  22. 3b889b9 Fix null dereference with -debug-only=dwarfdebug by Alexey Samsonov · 11 years ago
  23. d605148 Correctly set the comdat symbol on COFF. by Rafael Espindola · 11 years ago
  24. 5f81752 [PPC64LE] Add test case for r210282 commit by Bill Schmidt · 11 years ago
  25. 38ee55d Remove X86Subtarget from the X86FrameLowering constructor since by Eric Christopher · 11 years ago
  26. 6156e56 Fixed several correctness issues in SeparateConstOffsetFromGEP by Jingyue Wu · 11 years ago
  27. d334d25 Remove caching of the subtarget for X86FrameLowering. by Eric Christopher · 11 years ago
  28. 6d18c24 Remove duplicate copy of InstrItineraryData from the TargetMachine, by Eric Christopher · 11 years ago
  29. d94cd00 Adding explicit triples to the ARM jumptable tests by Tom Roeder · 11 years ago
  30. 64bcc6d Add a testcase where there is an overflow when combining two constants. by Rafael Espindola · 11 years ago
  31. ecbc724 Add "-format darwin" to llvm-nm to be like darwin's nm(1) -m output. by Kevin Enderby · 11 years ago
  32. 542fdf5 [PPC64LE] Correct vperm -> shuffle transform for little endian by Bill Schmidt · 11 years ago
  33. ef31a79 Removing spurious dependency of IPO on JumpInstrTables by Tom Roeder · 11 years ago
  34. 5d0f7af Add a new attribute called 'jumptable' that creates jump-instruction tables for functions marked with this attribute. by Tom Roeder · 11 years ago
  35. 4db3ad4 Document how to select build configuration with Visual C++ IDE or command line. by Yaron Keren · 11 years ago
  36. e1e0d4f [PPC64LE] Temporarily disable VSX support in little-endian mode by Bill Schmidt · 11 years ago
  37. b49c13c [asancov] Fix coverage line info some more. by Evgeniy Stepanov · 11 years ago
  38. 0eacd38 Add missing const specifier to a const method. by Evgeniy Stepanov · 11 years ago
  39. f5999d6 XFAIL: test/DebugInfo/missing-abstract-variable.ll on s390x as well by Ulrich Weigand · 11 years ago
  40. e076b35 [SystemZ] Do not install IfConverter pass at -O0 by Ulrich Weigand · 11 years ago
  41. 2181b23 [mips] Modify long branch for NaCl: by Sasa Stankovic · 11 years ago
  42. 4421545 Prevent hoisting the instruction whose def might be clobbered by the terminator. by Sasa Stankovic · 11 years ago
  43. 3a2156d [mips] Fix triple. by Matheus Almeida · 11 years ago
  44. ced4056 lld (build with configur and make) Enable build by Iain Sandoe · 11 years ago
  45. 3cea6e7 R600: Fix test. Using wrong check prefix. by Matt Arsenault · 11 years ago
  46. 59aecc1 Fix coverage for files with global constructors again. Adds a testcase to the commit from r206671, as requested by David Blaikie. by Nick Lewycky · 11 years ago
  47. 0bc7690 Revert r210221 again, due to a crash Richard Smith has provided involving self-hosting LLVM with libc++. by David Blaikie · 11 years ago
  48. 7a986ec DebugInfo: Reuse existing LexicalScope to retrieve the scope's MDNode, rather than looking it up through the DebugLoc. by David Blaikie · 11 years ago
  49. 7509607 DebugInfo: Roll argument insertion into variable insertion to ensure arguments are correctly handled in all cases. by David Blaikie · 11 years ago
  50. ad03fa6 PR19388: DebugInfo: Emit dead arguments in their originally declared order. by David Blaikie · 11 years ago
  51. a66075f Use AArch64 instead of now removed ARM64 in test configs by Alexey Samsonov · 11 years ago
  52. d4af856 DebugInfo: Add comments/assert description to r209674 based on Eric Christopher's post-commit review feedback. by David Blaikie · 11 years ago
  53. 7a8272d We've got a getSlotSize call already that we use everywhere else, by Eric Christopher · 11 years ago
  54. 798a829 R600/SI: Match rsq instructions by Matt Arsenault · 11 years ago
  55. 1eb9c05 80-columns. by Eric Christopher · 11 years ago
  56. 1e13599 Remove uses of the TargetMachine from X86FrameLowering. by Eric Christopher · 11 years ago
  57. 6db82d3 Use nullptr by Matt Arsenault · 11 years ago
  58. 06ac3ff DebugInfo: Reapply r209984 (reverted in r210143), asserting that abstract DbgVariables have DIEs. by David Blaikie · 11 years ago
  59. 7afb107 Explain why we skip DbgInfoIntrinsics when looking at line numbers in .gcno file emission. by Nick Lewycky · 11 years ago
  60. 6248abf Don't emit structors for available_externally globals (PR19933) by Hans Wennborg · 11 years ago
  61. cfee6c4 Add a Constant version of stripPointerCasts. by Rafael Espindola · 11 years ago
  62. dcac152 Clauses in a landingpad are always Constant. Use a stricter type. by Rafael Espindola · 11 years ago
  63. c45bee9 Two small enhancements for the JIT. by Yaron Keren · 11 years ago
  64. 024b693 XFAIL: test/DebugInfo/missing-abstract-variable.ll on mips and ppc64 due to an inlined parameter that goes missing. by David Blaikie · 11 years ago
  65. 510315c tools: fix parenthesis warning from GCC by Saleem Abdulrasool · 11 years ago
  66. fbb7c20 tools: fix silly typo in llvm-readobj by Saleem Abdulrasool · 11 years ago
  67. fe3b74e tools: initial implementation of WoA EH decoding by Saleem Abdulrasool · 11 years ago
  68. b35de82 tools: introduce StreamWriter::printBoolean by Saleem Abdulrasool · 11 years ago
  69. 0b25d84 Support: style/documentation cleanup for format by Saleem Abdulrasool · 11 years ago
  70. bf9290f Support: add additional comment for ARM EH structure by Saleem Abdulrasool · 11 years ago
  71. 82db274 InstCombine: Improvement to check if signed addition overflows. by Rafael Espindola · 11 years ago
  72. 45a8d99 [AArch64] clang-format the load/store optimizer. by Tilmann Scheller · 11 years ago
  73. b2caf97 [AArch64] Fix some LLVM Coding Standards violations in the load/store optimizer. by Tilmann Scheller · 11 years ago
  74. e0e4fca Fix gcc -Wparentheses warning. by Patrik Hagglund · 11 years ago
  75. 7270890 Fix a use of uninitialized value. OldCC is set when IsCmpZero || IsSwapped and read when ShouldUpdateCC || IsSwapped, and ShouldUpdateCC is independent. Fixes PR19932, but no test since I wasn't able to get any symptoms to appear, not even with valgrind and the testcase from the PR. It's clear what happened from inspection of the code. by Nick Lewycky · 11 years ago
  76. 5f22dd7 Add a subtarget hook: enablePostMachineScheduler. by Andrew Trick · 11 years ago
  77. 0c83424 Move GenericScheduler and PostGenericScheduler into a header. by Andrew Trick · 11 years ago
  78. e5d8481 docs: Remove documentation for legacy PGO options by Justin Bogner · 11 years ago
  79. d126407 [Object][ELF] Range-based loop simplification. by Simon Atanasyan · 11 years ago
  80. 3b3d2e2 GraphWriter: try gv before xdg-open by Alp Toker · 11 years ago
  81. a5bd2ad GraphWriter: support the XDG open utility by Alp Toker · 11 years ago
  82. 4830b9c config.h: fix layering and don't duplicate definitions by Alp Toker · 11 years ago
  83. 5c0b13f DebugInfo: Partial revert r209984 due to more cases where abstract DbgVariables do not have associated DIEs. by David Blaikie · 11 years ago
  84. 1b68686 Fix typos by Matt Arsenault · 11 years ago
  85. dc6eaa4 Calculate dead instructions when a live interval is created. by Pete Cooper · 11 years ago
  86. 957b2cc Revert r209381 as it isn't a local variable. Add a testcase so that by Eric Christopher · 11 years ago
  87. 79f634d Fixup formatting in the pass. by Eric Christopher · 11 years ago
  88. f35a459 Update comments to match reality. by Rafael Espindola · 11 years ago
  89. 8c2d277 Fix a small bug in the parsing of anonymous globals. by Rafael Espindola · 11 years ago
  90. 85422f7 Simplify the parsing of unnamed globals. No functionality changed. by Rafael Espindola · 11 years ago
  91. b20541c Update comment. This should have been part of r210062. by Rafael Espindola · 11 years ago
  92. 89f341a Remove some redundant doc comments by Alp Toker · 11 years ago
  93. 1514ecc [AArch64] Fix typo in load/store optimizer. by Tilmann Scheller · 11 years ago
  94. 9f03930 [AArch64] Add regression tests for the load/store optimizer which cover post-index update folding with sub rather than add. by Tilmann Scheller · 11 years ago
  95. 45178b9 Implement one operator== with another. by Rafael Espindola · 11 years ago
  96. 58a20d7 [asan] Fix coverage instrumentation with -asan-globals=0. by Evgeniy Stepanov · 11 years ago
  97. 1410a2c AArch64: mark small types (i1, i8, i16) as promoted by Tim Northover · 11 years ago
  98. e9b2cf3 Add operator== and operator!= to compare with nullptr. by Rafael Espindola · 11 years ago
  99. b468431 Use an enum class. by Rafael Espindola · 11 years ago
  100. 18b4087 Use an enum class. by Rafael Espindola · 11 years ago