1. b9ffeb09 Merge computeSymbolTable and writeSymbolTable. by Rafael Espindola · 10 years ago
  2. 95fa1db [mips] Add new format for dmtc2/dmfc2 for Octeon CPUs. by Kai Nacke · 10 years ago
  3. 5d25204 DebugInfo: .debug_line DWARF64 support by Ed Maste · 10 years ago
  4. c4e38f6 Don't create an unused _GLOBAL_OFFSET_TABLE_. by Rafael Espindola · 10 years ago
  5. 6952e75 [ARMTargetParser] Adding sub-arch information for Clang. NFC by Renato Golin · 10 years ago
  6. 8bf191d [mips] Make TTypeEncoding indirect to allow .eh_frame to be read-only. by Daniel Sanders · 10 years ago
  7. a703f67 [Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6 by Petar Jovanovic · 10 years ago
  8. b97d261 Silencing two signed/unsigned mismatch warnings; NFC. by Aaron Ballman · 10 years ago
  9. 331b719 [AsmPrinter] Destroy allocated DIEAbbrevs on teardown. by Benjamin Kramer · 10 years ago
  10. 1af0c40 [ARMTargetParser] Adding a few more CPUs for Clang CPU detection. NFC. by Renato Golin · 10 years ago
  11. 7f4bf08 [MC] Replace custom string join function with the one from StringExtras. by Benjamin Kramer · 10 years ago
  12. 24bccaf Don't call utostr in Twine/raw_ostream contexts. by Benjamin Kramer · 10 years ago
  13. ae2de5d Fix comments in ARMTargetParser. NFC. by Renato Golin · 10 years ago
  14. bf2ac0e [ASan] Fix previous commit. Patch by Max Ostapenko! by Yury Gribov · 10 years ago
  15. 08e5ec4 [ASan] New approach to dynamic allocas unpoisoning. Patch by Max Ostapenko! by Yury Gribov · 10 years ago
  16. aac3ba8 [TableGen] Use DefInit::getAsString instead of getDef()->getName(). NFC by Craig Topper · 10 years ago
  17. 38e3e6a [TableGen] Don't convert types to strings to query what they are. Just use 'isa' by Craig Topper · 10 years ago
  18. 48e2671 [Reassociate] Canonicalizing 'x [+-] (-Constant * y)' isn't always a win by David Majnemer · 10 years ago
  19. 4977e92 [NaryReassociate] Run EarlyCSE after NaryReassociate by Jingyue Wu · 10 years ago
  20. 9dacaea [x86] Refactor the tests for popcnt. by Chandler Carruth · 10 years ago
  21. bd47c6b [omp] Actually provide a default OpenMP runtime -- libgomp for now. by Chandler Carruth · 10 years ago
  22. ba80ee7 [omp] Add a configuration variable for the default OpenMP runtime. by Chandler Carruth · 10 years ago
  23. 2c46a37 AsmPrinter: Avoid a warning in NDEBUG, NFC by Duncan P. N. Exon Smith · 10 years ago
  24. 59be554 AsmPrinter: Return added DIE from DIE::addChild() by Duncan P. N. Exon Smith · 10 years ago
  25. 49e9f44 RegisterPressure: fix debug prints in case of physical registers by Fiona Glaser · 10 years ago
  26. 636aba5 AsmPrinter: Stop exposing underlying DIEValue list, NFC by Duncan P. N. Exon Smith · 10 years ago
  27. 95afdd3 AsmPrinter: Remove DIEHash::AttrEntry, NFC by Duncan P. N. Exon Smith · 10 years ago
  28. 611a2f2 AsmPrinter: Store abbreviation data directly in DIE and DIEValue by Duncan P. N. Exon Smith · 10 years ago
  29. 09fe4bf Reapply "AsmPrinter: Change DIEValue to be stored by value" by Duncan P. N. Exon Smith · 10 years ago
  30. 344593c AsmPrinter: Introduce DIEValue.def, NFC by Duncan P. N. Exon Smith · 10 years ago
  31. 792e158 Rename and move getCurrentSectionData. by Rafael Espindola · 10 years ago
  32. 41cea41 There is only one current section. by Rafael Espindola · 10 years ago
  33. 8cc212a [RuntimeDyld] Fix MachO i386 SECTDIFF relocation to support non-zero addends. by Lang Hames · 10 years ago
  34. deae59f ARMTargetParser: Make BSD Thumb/BE armv6 work by Renato Golin · 10 years ago
  35. 7116556 MIR: Remove 2 empty non-reverted directories form SVN. by Alex Lorenz · 10 years ago
  36. b72f3e0 Final fix for PR 23499 and IR test case. by Diego Novillo · 10 years ago
  37. 3c41ae8 Revert "AsmPrinter: Change DIEValue to be stored by value" by Duncan P. N. Exon Smith · 10 years ago
  38. b9d92c6 AsmPrinter: Change DIEValue to be stored by value by Duncan P. N. Exon Smith · 10 years ago
  39. 3e7c30a AsmPrinter: Reorganize DIE.h, NFC by Duncan P. N. Exon Smith · 10 years ago
  40. a052a77 ARMTargetParser: Normalising build attributes by Renato Golin · 10 years ago
  41. fb421f4 Avoid creating and destroying a std::string on every iteration. by Yaron Keren · 10 years ago
  42. 61aecc8 Resubmit r237954 (MIR Serialization: print and parse LLVM IR using MIR format). by Alex Lorenz · 10 years ago
  43. e93c0d6 R600: Rely on TypeLegalizer to use divrem instead of div/rem by Jan Vesely · 10 years ago
  44. 72be0e4 SelectionDAG: Don't do libcall on div/rem if divrem is custom by Jan Vesely · 10 years ago
  45. df65fd3 Fix PR 23499 - Avoid multiple profile counters for functions in comdat sections. by Diego Novillo · 10 years ago
  46. dbab00a [mips][microMIPSr6] Implement SEB and SEH instructions by Zoran Jovanovic · 10 years ago
  47. 3e6e360 Fix NDEBUG build. by Rafael Espindola · 10 years ago
  48. 899cab6 Delete MCSectionData. by Rafael Espindola · 10 years ago
  49. b167996 Delete dead code. NFC. by Rafael Espindola · 10 years ago
  50. 7e5614e Stop using MCSectionData in WinCOFFObjectWriter.cpp. by Rafael Espindola · 10 years ago
  51. 1da0f91 clang-format WinCOFFObjectWriter.cpp. NFC. by Rafael Espindola · 10 years ago
  52. faf2872 Remove uses of MCSectionData from MachObjectWriter.cpp. by Rafael Espindola · 10 years ago
  53. b8124ac [mips][microMIPSr6] Implement BEQZALC, BGEZALC, BGTZALC, BLEZALC, BLTZALC and BNEZALC instructions by Jozef Kolek · 10 years ago
  54. d56dcc4 AVX-512: Fixed a bug in extracting subvector from v64i1 by Elena Demikhovsky · 10 years ago
  55. 919ce81 Move getSubsectionInsertionPoint to MCSection. by Rafael Espindola · 10 years ago
  56. a287fe7 Remove uses of MCSectionData from ELFObjectWriter. NFC. by Rafael Espindola · 10 years ago
  57. eac1f66 Use operator<< instead of print in a few more places. by Rafael Espindola · 10 years ago
  58. baaf8b8 We always have an InstPrinter. by Rafael Espindola · 10 years ago
  59. 8be6039 Revert r238305: [PM] Use a simpler technique to drop optional analysis by Chandler Carruth · 10 years ago
  60. 910146c [PM] Use a simpler technique to drop optional analysis manager arguments by Chandler Carruth · 10 years ago
  61. 3a9cbff Revert r238190 and r238197: [mips] Make TTypeEncoding indirect to allow .eh_frame to be read-only. by Daniel Sanders · 10 years ago
  62. 078088b AVX-512: Implemented all forms of sign-extend and zero-extend instructions for KNL and SKX by Elena Demikhovsky · 10 years ago
  63. 957830d Add some more detailed docs about the current state of Phabricator and by Chandler Carruth · 10 years ago
  64. 60c91c2 [X86] Implement the support for shrink-wrapping. by Quentin Colombet · 10 years ago
  65. bdfc117 [ShrinkWrap] Add a target hook to check whether or not by Quentin Colombet · 10 years ago
  66. 63e9bfa ARMLoadStoreOptimizer: Code cleanup; NFC by Matthias Braun · 10 years ago
  67. f5b4273 MachineBasicBlock: Cleanup computeRegisterLiveness() by Matthias Braun · 10 years ago
  68. 299e502 MCSymbol: Make print() robust against empty names by Matthias Braun · 10 years ago
  69. e498b50 Object/COFF: Add accessors for import header bitfields. by Rui Ueyama · 10 years ago
  70. 34afa06 [inliner] Fix the early-exit of the inline cost analysis to correctly by Chandler Carruth · 10 years ago
  71. 7306f3b Object/COFF: Add coff_import_header. by Rui Ueyama · 10 years ago
  72. 1c0b496 [BitcodeReader] Change assert to report_fatal_error by Filipe Cabecinhas · 10 years ago
  73. 316f9e0 [BitstreamReader] Make sure the Array operand type is an encoding by Filipe Cabecinhas · 10 years ago
  74. ba7ccd4 clang-format a couple of lines by Filipe Cabecinhas · 10 years ago
  75. c756772 [BitcodeReader] Make sure abbrev records have at least one operand (record code) by Filipe Cabecinhas · 10 years ago
  76. 13146c7 Add initial support for the convergent attribute. by Owen Anderson · 10 years ago
  77. 1c74d47 [BitcodeReader] Sanity check on Comdat ID by Filipe Cabecinhas · 10 years ago
  78. 116e31f clang-format TargetRegistry.h. NFC. by Rafael Espindola · 10 years ago
  79. 90b5eb2 [PlaceSafepoints] Entry safepoint location doesn't need to be a terminator by Philip Reames · 10 years ago
  80. d59f970 [PlaceSafepoints] Cleanup InsertSafepointPoll function by Philip Reames · 10 years ago
  81. ea8a396 [lib/Fuzzer] make the fuzzing timeout 1200 seconds by default (was: infinity) by Kostya Serebryany · 10 years ago
  82. 8a7b4ea Simplify boolean conditional return statements. by Rafael Espindola · 10 years ago
  83. 30244ce Object/COFF: Add COFFSymbolRef::isAbsolute(). by Rui Ueyama · 10 years ago
  84. 6f49135 Remove NoFramePointerElim and NoFramePointerElimOverride from TargetOptions and by Akira Hatanaka · 10 years ago
  85. 2cc3e0a Use "auto &" in range-based for-loop and remove the extra braces. by Adrian Prantl · 10 years ago
  86. 74f44b6 Fix a use-after-free in a DEBUG output. by Adrian Prantl · 10 years ago
  87. e4af3b4 [lib/Fuzzer] fix docs by Kostya Serebryany · 10 years ago
  88. f580f36 [lib/Fuzzer] fix build with assertions by Kostya Serebryany · 10 years ago
  89. 890a876 Print "lock \t foo" instead of "lock \n foo". by Rafael Espindola · 10 years ago
  90. 176d1fa R600: Use SIGN_EXTEND_INREG for SEXT loads by Jan Vesely · 10 years ago
  91. 0704171 R600: Add comments to subword private address load lowering code by Jan Vesely · 10 years ago
  92. 9c24c95 Revert "Re-commit changes in r237579 with fix for bug breaking windows builds." by Diego Novillo · 10 years ago
  93. 69dd375 Make EmitFunctionHeader virtual by Matt Arsenault · 10 years ago
  94. c068b91 Forgot to add lit.local.cfg for new R600 directory by Matt Arsenault · 10 years ago
  95. a0dd2b4 CodeGenPrepare: Don't match addressing modes through addrspacecast by Matt Arsenault · 10 years ago
  96. 013041a Object/COFF: Define .idata import directory table entry. by Rui Ueyama · 10 years ago
  97. 5a22e84 Object: Add Archive::getNumberOfSymbols(). by Rui Ueyama · 10 years ago
  98. 8352b74 R600/SI: Add assembler support for all CI and VI VOP2 instructions by Tom Stellard · 10 years ago
  99. 7577593 AsmMatcherEmitter: Add an option to override custom converters for InstAlias by Tom Stellard · 10 years ago
  100. b14ebd6 Replace getOrCreateSectionData with registerSection. by Rafael Espindola · 10 years ago