1. 60ce11f [codeview] Some cleanup of Symbol Records. by Zachary Turner · 9 years ago
  2. f84af69 llvm-dwp: remove some unused error handling by David Blaikie · 9 years ago
  3. 8e5ffc9 Revert "[obj2yaml] [yaml2obj] Support MachO section and section_64 structs" by Zachary Turner · 9 years ago
  4. 34ab13f llvm-dwp: Move error handling code closer to use by David Blaikie · 9 years ago
  5. 51510ad [WebAssembly] Rename $discard to $drop in the assembly output. by Dan Gohman · 9 years ago
  6. dce33b5 pdbdump: Print out more strcutures. by Rui Ueyama · 9 years ago
  7. 329de21 [DwarfDebug] Make tuning predicates private, should be used only in ctor. by Paul Robinson · 9 years ago
  8. e6b948e docs: Update and clean up BitCodeFormat.rst. by Peter Collingbourne · 9 years ago
  9. b9fa981 [WebAssembly] Model the stack evaluation order more precisely. by Dan Gohman · 9 years ago
  10. c27d8b4 Delete deprecated function. by Rafael Espindola · 9 years ago
  11. 7fdce00 llvm-dwp: Add error handling for multiple type sections in a dwp file. by David Blaikie · 9 years ago
  12. d640f91 Fixing a test case that I broke by fixing r269846 by Chris Bieneman · 9 years ago
  13. 47ad42e [Object] Move isNotObjectErrorInvalidFileType out of header. by Lang Hames · 9 years ago
  14. 9c81a3f [PM] Port DSE to the new pass manager by Justin Bogner · 9 years ago
  15. 20b603a [obj2yaml][yaml2obj] Fixing dyld_info_command mappings by Chris Bieneman · 9 years ago
  16. b04144c [obj2yaml] [yaml2obj] Support MachO section and section_64 structs by Chris Bieneman · 9 years ago
  17. 79f152a Remove unnecessary header include. by Lang Hames · 9 years ago
  18. e5abbb2 [WebAssembly] Don't stackify calls past stack pointer modifications. by Dan Gohman · 9 years ago
  19. 888bd0b Debug Info: Introduce a DwarfDebug::UseDWARF2Bitfields flag by Adrian Prantl · 9 years ago
  20. 3c661ab minor cleanup /NFC by Xinliang David Li · 9 years ago
  21. fc99ce0 Revert r269828 "X86: Avoid using _chkstk when lowering WIN_ALLOCA instructions" by Hans Wennborg · 9 years ago
  22. cbc09f7 [codeview] Macroify definition of bitwise operators for flags enums. by Zachary Turner · 9 years ago
  23. e448e72 [InstCombine] add another test for wrong icmp constant (PR27792) by Sanjay Patel · 9 years ago
  24. f9336ec [WebAssembly] Stackify induction variable increment instructions. by Dan Gohman · 9 years ago
  25. 5bf7d99 Simple refactoring /NFC by Xinliang David Li · 9 years ago
  26. 547f114 X86: Avoid using _chkstk when lowering WIN_ALLOCA instructions by Hans Wennborg · 9 years ago
  27. c8f8f9c Debug Info: Don't emit bitfields in the DWARF4 format when tuning for GDB. by Adrian Prantl · 9 years ago
  28. cd41a78 Fix an assert in SelectionDAGBuilder when processing inline asm by Renato Golin · 9 years ago
  29. 0865cea Reapply r269782 "[obj2yaml] [yaml2obj] Support for MachO load command structures"" by Chris Bieneman · 9 years ago
  30. 293233a llvm-dwp: Simplify duplicate DWO ID error handling by David Blaikie · 9 years ago
  31. bd9d3e0 [InstCombine] add test for wrong icmp constant (PR27792) by Sanjay Patel · 9 years ago
  32. 809c94d [LCSSA] Use llvm::any_of instead of std::size_of. by Davide Italiano · 9 years ago
  33. 4e35fa5 [ThinLTO] Use semicolon to separate path prefix replacement by Reid Kleckner · 9 years ago
  34. 0353bb1 [InstCombine] fix constant to be signed for signed comparisons by Sanjay Patel · 9 years ago
  35. 8ae1501 Delete unused defaults. by Rafael Espindola · 9 years ago
  36. 09ba7ec Don't repeat name in comment. by Rafael Espindola · 9 years ago
  37. b4edd72 [Guards] Add branch metadata when lowering by Sanjoy Das · 9 years ago
  38. 2848e3c [SCEV] Be more aggressive in proving NUW by Sanjoy Das · 9 years ago
  39. 923a9ba Revert "[obj2yaml] [yaml2obj] Support for MachO load command structures" by Chris Bieneman · 9 years ago
  40. 77be094 Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error by Kevin Enderby · 9 years ago
  41. d307f96 Fix Clang-tidy modernize-use-bool-literals in generated Target code; other minor fixes; other minor fixes. by Eugene Zelenko · 9 years ago
  42. 4a038a7 [obj2yaml] [yaml2obj] Support for MachO load command structures by Chris Bieneman · 9 years ago
  43. 87749e8 [codeview] Test serialization of all known type records by Reid Kleckner · 9 years ago
  44. 8a4e293 [ThinLTO] Force disable test on Windows via REQUIRES shell by Teresa Johnson · 9 years ago
  45. 6a70b9b Simplify handling of hidden stub. by Rafael Espindola · 9 years ago
  46. 825210f [ThinLTO] XFAIL path manipulation test on Windows by Teresa Johnson · 9 years ago
  47. a486381 [ThinLTO] Option to control path of distributed backend files by Teresa Johnson · 9 years ago
  48. 7537c45 [CostModel][X86] Tidied up checks by Simon Pilgrim · 9 years ago
  49. 9ae1fd1 [PM/LCSSA] Fix dependency list. Some passes are preserved, not required. by Davide Italiano · 9 years ago
  50. 86cadc5 [LCSSA] Use any_of() to simplify the code. NFCI. by Davide Italiano · 9 years ago
  51. 0d4db70 Add a test showing how hidden stubs are handled on ppc. by Rafael Espindola · 9 years ago
  52. af3b6be [RewriteStatepointsForGC] Remove obsolete assertion by Igor Laevsky · 9 years ago
  53. 41326d5 [ARM] ARM mov InstAlias for MOVW lacks HasV6T2 by Renato Golin · 9 years ago
  54. b672687 Fix for PR27750. Correctly handle the case where the fallthrough block and by David L Kreitzer · 9 years ago
  55. e5e3c20 [InstCombine] Don't crash when trying to take an element of a ConstantExpr. by Benjamin Kramer · 9 years ago
  56. b63ec0f [WebAssembly] Remove our copy of PrologEpilogInserter by Derek Schuff · 9 years ago
  57. 9027d96 [mips][microMIPS] Implement BEQZC and BNEZC instructions by Zoran Jovanovic · 9 years ago
  58. e744147 [mips] Compact branch policy control for MIPSR6 by Simon Dardis · 9 years ago
  59. 6bb068f [mips][microMIPS][DSP] Implement BALIGN, BITREV, BPOSGE32, CMP*, CMPGDU*, CMPGU* and CMPU* instructions by Zlatko Buljan · 9 years ago
  60. 4bfd3e2 Factor PrologEpilogInserter around spilling, frame finalization, and scavenging by Derek Schuff · 9 years ago
  61. c1fd522 [WebAssembly] Improve the precision of memory and side effect dependence tracking. by Dan Gohman · 9 years ago
  62. 94a19b6 Debug Info: Don't emit a DW_AT_data_member_location for DWARF bitfields. by Adrian Prantl · 9 years ago
  63. 7b8e568 try to avoid unused variable warning in release build; NFCI by Sanjay Patel · 9 years ago
  64. 91b5ad4 [InstCombine] check vector elements before trying to transform LE/GE vector icmp (PR27756) by Sanjay Patel · 9 years ago
  65. 4945c53 llvm-dwp: Provide error handling for invalid string field forms by David Blaikie · 9 years ago
  66. 177be49 Remove .hot and .unlikely prefixes from function section names. by Easwaran Raman · 9 years ago
  67. 350e40f AMDGPU/R600: Use correct number of vector elements when lowering private loads by Jan Vesely · 9 years ago
  68. dd6e786 llvm-dwp: Add error handling for invalid (non-CU) top level tag in debug_info.dwo by David Blaikie · 9 years ago
  69. e7eda98 Remove extra semicolon to fix warning. NFC. by Michael Kuperstein · 9 years ago
  70. 7b24ae6 Avoid temporary vector for sorting in BitcodeWriter by Mehdi Amini · 9 years ago
  71. 043346c Debug info: Don't emit a DW_AT_byte_size when emitting a DWARF4 bit field. by Adrian Prantl · 9 years ago
  72. abc9f47 AMDGPU: Add some private element size tests by Matt Arsenault · 9 years ago
  73. 85bfb07 Add a (size, value) constructor to TinyPtrVector. by Richard Smith · 9 years ago
  74. 80bf9f5 Add missing TinyPtrVector functionality: reverse iterators and conversion of by Richard Smith · 9 years ago
  75. 7985e4b AMDGPU: Fix promote alloca pass creating huge arrays by Matt Arsenault · 9 years ago
  76. e26e7d3 Fail early on unknown appending linkage variables. by Rafael Espindola · 9 years ago
  77. 02e7a26 llvm-dwp: Add .test files missing from r269339 by David Blaikie · 9 years ago
  78. ce4aff9 Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"" by Vedant Kumar · 9 years ago
  79. 3b880e3 SelectionDAG: Select min/max when both are used by Matt Arsenault · 9 years ago
  80. 7f7d468 [AArch64] Fix bug in large stack spill slot handling (PR27717) by Geoff Berry · 9 years ago
  81. 515ee3e Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC" by Vedant Kumar · 9 years ago
  82. 119b930 llvm-dwp: Streamline duplicate DWO ID diagnostic handling by David Blaikie · 9 years ago
  83. addf109 sync up common profile header /nfc by Xinliang David Li · 9 years ago
  84. 82733bd [SystemZ] Support LRVH and STRVH opcodes by Bryan Chan · 9 years ago
  85. 94bb740 Remove extra whitespace. NFC. by Chad Rosier · 9 years ago
  86. bfed1d5 ThinLTO: sort inputs and schedule by decreasing size by Mehdi Amini · 9 years ago
  87. 594d70d [WebAssembly] Mark COPY_LOCAL and TEE_LOCAL instructions has having no side effects. by Dan Gohman · 9 years ago
  88. 4f2e861 ThinLTO caching: reload cached file with mmap and drop heap-allocated memory buffer by Mehdi Amini · 9 years ago
  89. b57691d [WebAssembly] Use eqz to negate a branch conditions. by Dan Gohman · 9 years ago
  90. 4d2c6de [BasicAA] Update comments based on feedback from hfinkel. NFCI. by Geoff Berry · 9 years ago
  91. b5e7861 [WebAssembly] Add a few optimization ideas to README.txt. by Dan Gohman · 9 years ago
  92. ee1280d [X86] Remove transformVSELECTtoBlendVECTOR_SHUFFLE by Michael Kuperstein · 9 years ago
  93. f6ed63a [Hexagon] Make getCallerSavedRegs specific to a register class by Krzysztof Parzyszek · 9 years ago
  94. 12427ad [LAA] Rename forwarding conflict detection option (NFC) by Matthew Simpson · 9 years ago
  95. 095bb7d [LAA] Comment couldPreventStoreLoadForward. NFC by Adam Nemet · 9 years ago
  96. 24331f2 [LAA] clang-format the function couldPreventStoreLoadForward. NFC by Adam Nemet · 9 years ago
  97. ec3abaa [Hexagon] Simplify HexagonInstrInfo::isPredicable by Krzysztof Parzyszek · 9 years ago
  98. 61ce277 [PM] Port indirect call promotion pass to new pass manager by Xinliang David Li · 9 years ago
  99. 20ebcfc [LV] Ensure safe VF for loops with interleaved accesses by Matthew Simpson · 9 years ago
  100. 3b0d377 [llc] New diagnostic handler by Renato Golin · 9 years ago