1. 7116556 MIR: Remove 2 empty non-reverted directories form SVN. by Alex Lorenz · 10 years ago
  2. b72f3e0 Final fix for PR 23499 and IR test case. by Diego Novillo · 10 years ago
  3. 3c41ae8 Revert "AsmPrinter: Change DIEValue to be stored by value" by Duncan P. N. Exon Smith · 10 years ago
  4. b9d92c6 AsmPrinter: Change DIEValue to be stored by value by Duncan P. N. Exon Smith · 10 years ago
  5. 3e7c30a AsmPrinter: Reorganize DIE.h, NFC by Duncan P. N. Exon Smith · 10 years ago
  6. a052a77 ARMTargetParser: Normalising build attributes by Renato Golin · 10 years ago
  7. fb421f4 Avoid creating and destroying a std::string on every iteration. by Yaron Keren · 10 years ago
  8. 61aecc8 Resubmit r237954 (MIR Serialization: print and parse LLVM IR using MIR format). by Alex Lorenz · 10 years ago
  9. e93c0d6 R600: Rely on TypeLegalizer to use divrem instead of div/rem by Jan Vesely · 10 years ago
  10. 72be0e4 SelectionDAG: Don't do libcall on div/rem if divrem is custom by Jan Vesely · 10 years ago
  11. df65fd3 Fix PR 23499 - Avoid multiple profile counters for functions in comdat sections. by Diego Novillo · 10 years ago
  12. dbab00a [mips][microMIPSr6] Implement SEB and SEH instructions by Zoran Jovanovic · 10 years ago
  13. 3e6e360 Fix NDEBUG build. by Rafael Espindola · 10 years ago
  14. 899cab6 Delete MCSectionData. by Rafael Espindola · 10 years ago
  15. b167996 Delete dead code. NFC. by Rafael Espindola · 10 years ago
  16. 7e5614e Stop using MCSectionData in WinCOFFObjectWriter.cpp. by Rafael Espindola · 10 years ago
  17. 1da0f91 clang-format WinCOFFObjectWriter.cpp. NFC. by Rafael Espindola · 10 years ago
  18. faf2872 Remove uses of MCSectionData from MachObjectWriter.cpp. by Rafael Espindola · 10 years ago
  19. b8124ac [mips][microMIPSr6] Implement BEQZALC, BGEZALC, BGTZALC, BLEZALC, BLTZALC and BNEZALC instructions by Jozef Kolek · 10 years ago
  20. d56dcc4 AVX-512: Fixed a bug in extracting subvector from v64i1 by Elena Demikhovsky · 10 years ago
  21. 919ce81 Move getSubsectionInsertionPoint to MCSection. by Rafael Espindola · 10 years ago
  22. a287fe7 Remove uses of MCSectionData from ELFObjectWriter. NFC. by Rafael Espindola · 10 years ago
  23. eac1f66 Use operator<< instead of print in a few more places. by Rafael Espindola · 10 years ago
  24. baaf8b8 We always have an InstPrinter. by Rafael Espindola · 10 years ago
  25. 8be6039 Revert r238305: [PM] Use a simpler technique to drop optional analysis by Chandler Carruth · 10 years ago
  26. 910146c [PM] Use a simpler technique to drop optional analysis manager arguments by Chandler Carruth · 10 years ago
  27. 3a9cbff Revert r238190 and r238197: [mips] Make TTypeEncoding indirect to allow .eh_frame to be read-only. by Daniel Sanders · 10 years ago
  28. 078088b AVX-512: Implemented all forms of sign-extend and zero-extend instructions for KNL and SKX by Elena Demikhovsky · 10 years ago
  29. 957830d Add some more detailed docs about the current state of Phabricator and by Chandler Carruth · 10 years ago
  30. 60c91c2 [X86] Implement the support for shrink-wrapping. by Quentin Colombet · 10 years ago
  31. bdfc117 [ShrinkWrap] Add a target hook to check whether or not by Quentin Colombet · 10 years ago
  32. 63e9bfa ARMLoadStoreOptimizer: Code cleanup; NFC by Matthias Braun · 10 years ago
  33. f5b4273 MachineBasicBlock: Cleanup computeRegisterLiveness() by Matthias Braun · 10 years ago
  34. 299e502 MCSymbol: Make print() robust against empty names by Matthias Braun · 10 years ago
  35. e498b50 Object/COFF: Add accessors for import header bitfields. by Rui Ueyama · 10 years ago
  36. 34afa06 [inliner] Fix the early-exit of the inline cost analysis to correctly by Chandler Carruth · 10 years ago
  37. 7306f3b Object/COFF: Add coff_import_header. by Rui Ueyama · 10 years ago
  38. 1c0b496 [BitcodeReader] Change assert to report_fatal_error by Filipe Cabecinhas · 10 years ago
  39. 316f9e0 [BitstreamReader] Make sure the Array operand type is an encoding by Filipe Cabecinhas · 10 years ago
  40. ba7ccd4 clang-format a couple of lines by Filipe Cabecinhas · 10 years ago
  41. c756772 [BitcodeReader] Make sure abbrev records have at least one operand (record code) by Filipe Cabecinhas · 10 years ago
  42. 13146c7 Add initial support for the convergent attribute. by Owen Anderson · 10 years ago
  43. 1c74d47 [BitcodeReader] Sanity check on Comdat ID by Filipe Cabecinhas · 10 years ago
  44. 116e31f clang-format TargetRegistry.h. NFC. by Rafael Espindola · 10 years ago
  45. 90b5eb2 [PlaceSafepoints] Entry safepoint location doesn't need to be a terminator by Philip Reames · 10 years ago
  46. d59f970 [PlaceSafepoints] Cleanup InsertSafepointPoll function by Philip Reames · 10 years ago
  47. ea8a396 [lib/Fuzzer] make the fuzzing timeout 1200 seconds by default (was: infinity) by Kostya Serebryany · 10 years ago
  48. 8a7b4ea Simplify boolean conditional return statements. by Rafael Espindola · 10 years ago
  49. 30244ce Object/COFF: Add COFFSymbolRef::isAbsolute(). by Rui Ueyama · 10 years ago
  50. 6f49135 Remove NoFramePointerElim and NoFramePointerElimOverride from TargetOptions and by Akira Hatanaka · 10 years ago
  51. 2cc3e0a Use "auto &" in range-based for-loop and remove the extra braces. by Adrian Prantl · 10 years ago
  52. 74f44b6 Fix a use-after-free in a DEBUG output. by Adrian Prantl · 10 years ago
  53. e4af3b4 [lib/Fuzzer] fix docs by Kostya Serebryany · 10 years ago
  54. f580f36 [lib/Fuzzer] fix build with assertions by Kostya Serebryany · 10 years ago
  55. 890a876 Print "lock \t foo" instead of "lock \n foo". by Rafael Espindola · 10 years ago
  56. 176d1fa R600: Use SIGN_EXTEND_INREG for SEXT loads by Jan Vesely · 10 years ago
  57. 0704171 R600: Add comments to subword private address load lowering code by Jan Vesely · 10 years ago
  58. 9c24c95 Revert "Re-commit changes in r237579 with fix for bug breaking windows builds." by Diego Novillo · 10 years ago
  59. 69dd375 Make EmitFunctionHeader virtual by Matt Arsenault · 10 years ago
  60. c068b91 Forgot to add lit.local.cfg for new R600 directory by Matt Arsenault · 10 years ago
  61. a0dd2b4 CodeGenPrepare: Don't match addressing modes through addrspacecast by Matt Arsenault · 10 years ago
  62. 013041a Object/COFF: Define .idata import directory table entry. by Rui Ueyama · 10 years ago
  63. 5a22e84 Object: Add Archive::getNumberOfSymbols(). by Rui Ueyama · 10 years ago
  64. 8352b74 R600/SI: Add assembler support for all CI and VI VOP2 instructions by Tom Stellard · 10 years ago
  65. 7577593 AsmMatcherEmitter: Add an option to override custom converters for InstAlias by Tom Stellard · 10 years ago
  66. b14ebd6 Replace getOrCreateSectionData with registerSection. by Rafael Espindola · 10 years ago
  67. 9ec47b8 Remove dead forward declaration. by Rafael Espindola · 10 years ago
  68. 7ff8c5c Have getCurrentSectionData return a MCSection. by Rafael Espindola · 10 years ago
  69. da68b18 Pass a MCSection to getCurrentSectionData. by Rafael Espindola · 10 years ago
  70. 262e24f Re-commit changes in r237579 with fix for bug breaking windows builds. by Luke Cheeseman · 10 years ago
  71. 617dbfc Test Commit by Luke Cheeseman · 10 years ago
  72. 001a2ba AVX-512: fixed a bug in arithmetic operations lowering for i1 type by Elena Demikhovsky · 10 years ago
  73. 9ed9b04 Fix warning introduced in r238190 about lack of virtual destructor in MCObjectFileInfo. by Daniel Sanders · 10 years ago
  74. 55fd780 AVX-512: fixed a bug in lowering VSELECT for 512-bit vector by Elena Demikhovsky · 10 years ago
  75. d714fcf Use std::bitset for SubtargetFeatures. by Michael Kuperstein · 10 years ago
  76. bda72d8 [mips] Make TTypeEncoding indirect to allow .eh_frame to be read-only. by Daniel Sanders · 10 years ago
  77. eda9f8a [mips] Move some structures represent MIPS specific ELF sections from LLD to LLVM by Simon Atanasyan · 10 years ago
  78. 7b0f8fc [TableGen] Fix line wrapping logic for the autogenerated header to use math that makes more sense (at least to me). by Craig Topper · 10 years ago
  79. c9739ec [TableGen] Rewrite an assert to not do a bunch unsigned math and then try to ensure the result is a positive number. by Craig Topper · 10 years ago
  80. 88008cb [TableGen] Put a space between '*' and description in the autogenerated tablegen header. Minor cleanup in surrounding code. by Craig Topper · 10 years ago
  81. d0185f8 [TableGen] Fix indentation. NFC by Craig Topper · 10 years ago
  82. cfacb30 [TableGen] Include header for each cpp file first. NFC by Craig Topper · 10 years ago
  83. d60caad [TableGen] Remove unnecessary include and just forward declare. NFC by Craig Topper · 10 years ago
  84. a274efb [TableGen] Remove unneeded namespace around a function. Just put llvm:: on the definition since it's already declared in a header file. by Craig Topper · 10 years ago
  85. ef92f29 [TableGen] Use 'static' instead of an anonymous namespace. by Craig Topper · 10 years ago
  86. 2224f64 Remove most uses of MCSectionData from MCAssembler. by Rafael Espindola · 10 years ago
  87. ea3533b Stop using MCSectionData in MCAsmLayout.h. by Rafael Espindola · 10 years ago
  88. 3696119 Delete dead code. by Rafael Espindola · 10 years ago
  89. eac71e2 Move MCSection destruction to MCContext::reset. by Rafael Espindola · 10 years ago
  90. 1826cd6 Stop using MCSectionData in MCMachObjectWriter.h. by Rafael Espindola · 10 years ago
  91. 5c84463 Remove dead forward declaration. by Rafael Espindola · 10 years ago
  92. 504473e Stop using MCSectionData in MCExpr.h. by Rafael Espindola · 10 years ago
  93. f363960 Return a MCSection from MCFragment::getParent(). by Rafael Espindola · 10 years ago
  94. be38d7c Call the destructors of the MCSections. by Rafael Espindola · 10 years ago
  95. 68e7d22 Store a MCSection in MCFragment. by Rafael Espindola · 10 years ago
  96. e86bc46 Turn MCSectionData into a field of MCSection. by Rafael Espindola · 10 years ago
  97. 5e43584 Move MCSectionData to MCSection.h. by Rafael Espindola · 10 years ago
  98. 50c2fe1 Remove dead code. NFC. by Rafael Espindola · 10 years ago
  99. ab78d67 Make a few MCSectionELF& variables const. NFC. by Rafael Espindola · 10 years ago
  100. 0d46e8a Insert MCSectionData into the section list directly in getOrCreateSectionData. by Rafael Espindola · 10 years ago