1. e1e0d4f [PPC64LE] Temporarily disable VSX support in little-endian mode by Bill Schmidt · 11 years ago
  2. b49c13c [asancov] Fix coverage line info some more. by Evgeniy Stepanov · 11 years ago
  3. 0eacd38 Add missing const specifier to a const method. by Evgeniy Stepanov · 11 years ago
  4. f5999d6 XFAIL: test/DebugInfo/missing-abstract-variable.ll on s390x as well by Ulrich Weigand · 11 years ago
  5. e076b35 [SystemZ] Do not install IfConverter pass at -O0 by Ulrich Weigand · 11 years ago
  6. 2181b23 [mips] Modify long branch for NaCl: by Sasa Stankovic · 11 years ago
  7. 4421545 Prevent hoisting the instruction whose def might be clobbered by the terminator. by Sasa Stankovic · 11 years ago
  8. 3a2156d [mips] Fix triple. by Matheus Almeida · 11 years ago
  9. ced4056 lld (build with configur and make) Enable build by Iain Sandoe · 11 years ago
  10. 3cea6e7 R600: Fix test. Using wrong check prefix. by Matt Arsenault · 11 years ago
  11. 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
  12. 0bc7690 Revert r210221 again, due to a crash Richard Smith has provided involving self-hosting LLVM with libc++. by David Blaikie · 11 years ago
  13. 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
  14. 7509607 DebugInfo: Roll argument insertion into variable insertion to ensure arguments are correctly handled in all cases. by David Blaikie · 11 years ago
  15. ad03fa6 PR19388: DebugInfo: Emit dead arguments in their originally declared order. by David Blaikie · 11 years ago
  16. a66075f Use AArch64 instead of now removed ARM64 in test configs by Alexey Samsonov · 11 years ago
  17. d4af856 DebugInfo: Add comments/assert description to r209674 based on Eric Christopher's post-commit review feedback. by David Blaikie · 11 years ago
  18. 7a8272d We've got a getSlotSize call already that we use everywhere else, by Eric Christopher · 11 years ago
  19. 798a829 R600/SI: Match rsq instructions by Matt Arsenault · 11 years ago
  20. 1eb9c05 80-columns. by Eric Christopher · 11 years ago
  21. 1e13599 Remove uses of the TargetMachine from X86FrameLowering. by Eric Christopher · 11 years ago
  22. 6db82d3 Use nullptr by Matt Arsenault · 11 years ago
  23. 06ac3ff DebugInfo: Reapply r209984 (reverted in r210143), asserting that abstract DbgVariables have DIEs. by David Blaikie · 11 years ago
  24. 7afb107 Explain why we skip DbgInfoIntrinsics when looking at line numbers in .gcno file emission. by Nick Lewycky · 11 years ago
  25. 6248abf Don't emit structors for available_externally globals (PR19933) by Hans Wennborg · 11 years ago
  26. cfee6c4 Add a Constant version of stripPointerCasts. by Rafael Espindola · 11 years ago
  27. dcac152 Clauses in a landingpad are always Constant. Use a stricter type. by Rafael Espindola · 11 years ago
  28. c45bee9 Two small enhancements for the JIT. by Yaron Keren · 11 years ago
  29. 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
  30. 510315c tools: fix parenthesis warning from GCC by Saleem Abdulrasool · 11 years ago
  31. fbb7c20 tools: fix silly typo in llvm-readobj by Saleem Abdulrasool · 11 years ago
  32. fe3b74e tools: initial implementation of WoA EH decoding by Saleem Abdulrasool · 11 years ago
  33. b35de82 tools: introduce StreamWriter::printBoolean by Saleem Abdulrasool · 11 years ago
  34. 0b25d84 Support: style/documentation cleanup for format by Saleem Abdulrasool · 11 years ago
  35. bf9290f Support: add additional comment for ARM EH structure by Saleem Abdulrasool · 11 years ago
  36. 82db274 InstCombine: Improvement to check if signed addition overflows. by Rafael Espindola · 11 years ago
  37. 45a8d99 [AArch64] clang-format the load/store optimizer. by Tilmann Scheller · 11 years ago
  38. b2caf97 [AArch64] Fix some LLVM Coding Standards violations in the load/store optimizer. by Tilmann Scheller · 11 years ago
  39. e0e4fca Fix gcc -Wparentheses warning. by Patrik Hagglund · 11 years ago
  40. 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
  41. 5f22dd7 Add a subtarget hook: enablePostMachineScheduler. by Andrew Trick · 11 years ago
  42. 0c83424 Move GenericScheduler and PostGenericScheduler into a header. by Andrew Trick · 11 years ago
  43. e5d8481 docs: Remove documentation for legacy PGO options by Justin Bogner · 11 years ago
  44. d126407 [Object][ELF] Range-based loop simplification. by Simon Atanasyan · 11 years ago
  45. 3b3d2e2 GraphWriter: try gv before xdg-open by Alp Toker · 11 years ago
  46. a5bd2ad GraphWriter: support the XDG open utility by Alp Toker · 11 years ago
  47. 4830b9c config.h: fix layering and don't duplicate definitions by Alp Toker · 11 years ago
  48. 5c0b13f DebugInfo: Partial revert r209984 due to more cases where abstract DbgVariables do not have associated DIEs. by David Blaikie · 11 years ago
  49. 1b68686 Fix typos by Matt Arsenault · 11 years ago
  50. dc6eaa4 Calculate dead instructions when a live interval is created. by Pete Cooper · 11 years ago
  51. 957b2cc Revert r209381 as it isn't a local variable. Add a testcase so that by Eric Christopher · 11 years ago
  52. 79f634d Fixup formatting in the pass. by Eric Christopher · 11 years ago
  53. f35a459 Update comments to match reality. by Rafael Espindola · 11 years ago
  54. 8c2d277 Fix a small bug in the parsing of anonymous globals. by Rafael Espindola · 11 years ago
  55. 85422f7 Simplify the parsing of unnamed globals. No functionality changed. by Rafael Espindola · 11 years ago
  56. b20541c Update comment. This should have been part of r210062. by Rafael Espindola · 11 years ago
  57. 89f341a Remove some redundant doc comments by Alp Toker · 11 years ago
  58. 1514ecc [AArch64] Fix typo in load/store optimizer. by Tilmann Scheller · 11 years ago
  59. 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
  60. 45178b9 Implement one operator== with another. by Rafael Espindola · 11 years ago
  61. 58a20d7 [asan] Fix coverage instrumentation with -asan-globals=0. by Evgeniy Stepanov · 11 years ago
  62. 1410a2c AArch64: mark small types (i1, i8, i16) as promoted by Tim Northover · 11 years ago
  63. e9b2cf3 Add operator== and operator!= to compare with nullptr. by Rafael Espindola · 11 years ago
  64. b468431 Use an enum class. by Rafael Espindola · 11 years ago
  65. 18b4087 Use an enum class. by Rafael Espindola · 11 years ago
  66. dacea25 Remove the last unspecified_bool_type from llvm. by Rafael Espindola · 11 years ago
  67. 7d5fe32 Make this operator bool() explicit to match the standard library. by Rafael Espindola · 11 years ago
  68. 08e66be Make this operator bool() explicit to match the standard library. by Rafael Espindola · 11 years ago
  69. c69c422 Ignore line numbers on debug intrinsics. Add an assert to ensure that we aren't emitting line number zero, the .gcno format uses this to indicate that the next field is a filename. by Nick Lewycky · 11 years ago
  70. 9a2d239 [AArch64] Correctly deal with VPR stack parameter passing. by Jiangning Liu · 11 years ago
  71. 1860902 Process::GetRandomNumber(): fix insecure RNG by Alp Toker · 11 years ago
  72. 2d21b25 Allow alias to point to an arbitrary ConstantExpr. by Rafael Espindola · 11 years ago
  73. 27bd9b3 Add back commit r210029. by Rafael Espindola · 11 years ago
  74. 376d5ef Convert test to FileCheck. by Rafael Espindola · 11 years ago
  75. 2e1c072 Revert "Add the nsw flag when we detect that an add will not signed overflow." by Rafael Espindola · 11 years ago
  76. 8962f19 InitLibcallNames can take a Triple instead of a TargetMachine. by Eric Christopher · 11 years ago
  77. 83223f5 Added support to optimize comparisons with "lshr exact" of a constant. by Rafael Espindola · 11 years ago
  78. f50e395 Remove sanitizer blacklist from ASan/TSan/MSan function passes. by Alexey Samsonov · 11 years ago
  79. 11b190e Omit else branch after return. by Eric Christopher · 11 years ago
  80. 0bedfa4 [X86] Fix checked arithmetic for i8 on X86. by Andrea Di Biagio · 11 years ago
  81. d958619 Add the nsw flag when we detect that an add will not signed overflow. by Rafael Espindola · 11 years ago
  82. e53c5d3 [msan] Remove an out-of-date comment. by Evgeniy Stepanov · 11 years ago
  83. 07de13a Remove path_tclsh.m4. by Rafael Espindola · 11 years ago
  84. cca9c26 [AArch64] Add some more regression tests for store pre-index update folding in the load/store optimizer. by Tilmann Scheller · 11 years ago
  85. dd7c5bb [msan] Handle x86 vector pack intrinsics. by Evgeniy Stepanov · 11 years ago
  86. ef8a99c [AArch64] Add some more regression tests for load pre-index update folding in the load/store optimizer. by Tilmann Scheller · 11 years ago
  87. bcc4bce Added inst combine tarnsform for (1 << X) & C pattrens where C is (some PowerOf2 - 1) by Dinesh Dwivedi · 11 years ago
  88. c469e54 Added inst combine transforms for single bit tests from Chris's note by Dinesh Dwivedi · 11 years ago
  89. 01fa655 Silence -Wreturn-type warning by Alp Toker · 11 years ago
  90. 939fd59 GraphWriter: tweak the program fallback order by Alp Toker · 11 years ago
  91. 04de60e GraphWriter: detect graph viewer programs at runtime by Alp Toker · 11 years ago
  92. df19139 Instruction::isIdenticalToWhenDefined(): Check getNumOperands() in advance of std::equal(op) to appease MSVC Debug build. by NAKAMURA Takumi · 11 years ago
  93. 10ecbcb Support: add 6-parameter format by Saleem Abdulrasool · 11 years ago
  94. 34d24ba Support: add Windows ARM EH data structures by Saleem Abdulrasool · 11 years ago
  95. 27e8069 ARMEB: Fix function return type f64 by Christian Pirker · 11 years ago
  96. 05db56c Updates in IntelJITEventListener.cpp - by Arch Robison. by Elena Demikhovsky · 11 years ago
  97. 3871a03 R600: Set all float vector expands in the same place by Matt Arsenault · 11 years ago
  98. 0d9056d DebugInfo: Assert that DbgVariables have associated DIEs by David Blaikie · 11 years ago
  99. 4a05552 Fix typos by Alp Toker · 11 years ago
  100. ef10f99 ExecutionEngine: avoid NDEBUG in headers by Alp Toker · 11 years ago