1. 5a22e84 Object: Add Archive::getNumberOfSymbols(). by Rui Ueyama · 10 years ago
  2. 8352b74 R600/SI: Add assembler support for all CI and VI VOP2 instructions by Tom Stellard · 10 years ago
  3. 7577593 AsmMatcherEmitter: Add an option to override custom converters for InstAlias by Tom Stellard · 10 years ago
  4. b14ebd6 Replace getOrCreateSectionData with registerSection. by Rafael Espindola · 10 years ago
  5. 9ec47b8 Remove dead forward declaration. by Rafael Espindola · 10 years ago
  6. 7ff8c5c Have getCurrentSectionData return a MCSection. by Rafael Espindola · 10 years ago
  7. da68b18 Pass a MCSection to getCurrentSectionData. by Rafael Espindola · 10 years ago
  8. 262e24f Re-commit changes in r237579 with fix for bug breaking windows builds. by Luke Cheeseman · 10 years ago
  9. 617dbfc Test Commit by Luke Cheeseman · 10 years ago
  10. 001a2ba AVX-512: fixed a bug in arithmetic operations lowering for i1 type by Elena Demikhovsky · 10 years ago
  11. 9ed9b04 Fix warning introduced in r238190 about lack of virtual destructor in MCObjectFileInfo. by Daniel Sanders · 10 years ago
  12. 55fd780 AVX-512: fixed a bug in lowering VSELECT for 512-bit vector by Elena Demikhovsky · 10 years ago
  13. d714fcf Use std::bitset for SubtargetFeatures. by Michael Kuperstein · 10 years ago
  14. bda72d8 [mips] Make TTypeEncoding indirect to allow .eh_frame to be read-only. by Daniel Sanders · 10 years ago
  15. eda9f8a [mips] Move some structures represent MIPS specific ELF sections from LLD to LLVM by Simon Atanasyan · 10 years ago
  16. 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
  17. 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
  18. 88008cb [TableGen] Put a space between '*' and description in the autogenerated tablegen header. Minor cleanup in surrounding code. by Craig Topper · 10 years ago
  19. d0185f8 [TableGen] Fix indentation. NFC by Craig Topper · 10 years ago
  20. cfacb30 [TableGen] Include header for each cpp file first. NFC by Craig Topper · 10 years ago
  21. d60caad [TableGen] Remove unnecessary include and just forward declare. NFC by Craig Topper · 10 years ago
  22. 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
  23. ef92f29 [TableGen] Use 'static' instead of an anonymous namespace. by Craig Topper · 10 years ago
  24. 2224f64 Remove most uses of MCSectionData from MCAssembler. by Rafael Espindola · 10 years ago
  25. ea3533b Stop using MCSectionData in MCAsmLayout.h. by Rafael Espindola · 10 years ago
  26. 3696119 Delete dead code. by Rafael Espindola · 10 years ago
  27. eac71e2 Move MCSection destruction to MCContext::reset. by Rafael Espindola · 10 years ago
  28. 1826cd6 Stop using MCSectionData in MCMachObjectWriter.h. by Rafael Espindola · 10 years ago
  29. 5c84463 Remove dead forward declaration. by Rafael Espindola · 10 years ago
  30. 504473e Stop using MCSectionData in MCExpr.h. by Rafael Espindola · 10 years ago
  31. f363960 Return a MCSection from MCFragment::getParent(). by Rafael Espindola · 10 years ago
  32. be38d7c Call the destructors of the MCSections. by Rafael Espindola · 10 years ago
  33. 68e7d22 Store a MCSection in MCFragment. by Rafael Espindola · 10 years ago
  34. e86bc46 Turn MCSectionData into a field of MCSection. by Rafael Espindola · 10 years ago
  35. 5e43584 Move MCSectionData to MCSection.h. by Rafael Espindola · 10 years ago
  36. 50c2fe1 Remove dead code. NFC. by Rafael Espindola · 10 years ago
  37. ab78d67 Make a few MCSectionELF& variables const. NFC. by Rafael Espindola · 10 years ago
  38. 0d46e8a Insert MCSectionData into the section list directly in getOrCreateSectionData. by Rafael Espindola · 10 years ago
  39. 002c528 Use range-based for loops. NFC. by Craig Topper · 10 years ago
  40. 0cb6d37 Remove conflicting attributes before adding deduced readonly/readnone by Bjorn Steinbrink · 10 years ago
  41. 41a6e6a [llvm-readobj/ELF] Teach how to decode DF_1_XXX flags by Davide Italiano · 10 years ago
  42. 712c27f Move HasInstructions to MCSection. by Rafael Espindola · 10 years ago
  43. 4da2358 [X86][AVX2] Vectorized i16 shift operators by Simon Pilgrim · 10 years ago
  44. e2b87de R600/SI: Remove some unnecessary patterns from VINTRP multiclass by Tom Stellard · 10 years ago
  45. 38aad1c R600/SI: Fix bug with v_interp_p1_f32 instructions on 16 bank lds chips by Tom Stellard · 10 years ago
  46. cbb9151 R600/SI: Use NAME rather than opName as the key to the MCOpcode tables by Tom Stellard · 10 years ago
  47. 948ecae2 This patch adds support for the vector quadword add/sub instructions introduced by Kit Barton · 10 years ago
  48. 68c5b83 Move bundle info from MCSectionData to MCSection. by Rafael Espindola · 10 years ago
  49. 63b7563 Add a isBundleLocked helper to MCELFStreamer. by Rafael Espindola · 10 years ago
  50. b3eb86c Move LayoutOrder to MCSection. by Rafael Espindola · 10 years ago
  51. 6cd7f1b Use a simple initial value for the ordinal. by Rafael Espindola · 10 years ago
  52. 8823110 Stop forwarding getOrdinal and setOrdinal. by Rafael Espindola · 10 years ago
  53. 98e5e8e Use default member initializes. NFC. by Rafael Espindola · 10 years ago
  54. 84ff6c4 Move Ordinal from MCSectionData to MCSection. NFC. by Rafael Espindola · 10 years ago
  55. b9f5ce3 Simplify boolean conditional return statements. by Rafael Espindola · 10 years ago
  56. 675da70 Refactor: Simplify boolean conditional return statements in llvm/lib/DebugInfo/DWARF by Benjamin Kramer · 10 years ago
  57. 8ffbb68 [X86] When pattern-matching scalar FMA3 intrinsics, don't re-arrange the first and second operands. by Michael Kuperstein · 10 years ago
  58. 17b7d6b Added promotion to EXTRACT_SUBVECTOR operand. by Elena Demikhovsky · 10 years ago
  59. 4d3b6d4 Reformat. by NAKAMURA Takumi · 10 years ago
  60. f61fb0c Prune CRLFs. by NAKAMURA Takumi · 10 years ago
  61. 3dd00ff [Unroll] Switch from an eagerly populated SCEV cache to one that is by Chandler Carruth · 10 years ago
  62. 8ef4be7 AsmPrinter: Make DIEValue::Ty private, NFC by Duncan P. N. Exon Smith · 10 years ago
  63. 518dcb9 AsmPrinter: Avoid creating symbols in DwarfStringPool by Duncan P. N. Exon Smith · 10 years ago
  64. b976cab AsmPrinter: Prune an include, NFC by Duncan P. N. Exon Smith · 10 years ago
  65. 6c44d1f AsmPrinter: Remove dead code, NFC by Duncan P. N. Exon Smith · 10 years ago
  66. 9ec6380 AsmPrinter: Avoid EmitLabelDifference() in DwarfAccelTable by Duncan P. N. Exon Smith · 10 years ago
  67. 3755781 AsmPrinter: Use DwarfStringPoolEntry in DwarfAccelTable, NFC by Duncan P. N. Exon Smith · 10 years ago
  68. 24ad5c9 AsmPrinter: Make DIEString small by Duncan P. N. Exon Smith · 10 years ago
  69. 1717728 AsmPrinter: Extract DwarfStringPoolEntry from DwarfStringPool, NFC by Duncan P. N. Exon Smith · 10 years ago
  70. e3ae958 AsmPrinter: Emit the DwarfStringPool offset directly when possible by Duncan P. N. Exon Smith · 10 years ago
  71. 2371375 DebugInfo: Clarify test/DebugInfo/X86/stmt-list-multiple-compile-units.ll by Duncan P. N. Exon Smith · 10 years ago
  72. 8d2d4e2 AsmPrinter: Refactor DwarfStringPool::getEntry(), NFC by Duncan P. N. Exon Smith · 10 years ago
  73. 556ca51 Remove log2 dependency when building against Android API-9 SDK by Vince Harron · 10 years ago
  74. 4064cb4 Move parseSubArch to ARMTargetParser. NFC by Renato Golin · 10 years ago
  75. f44ed09 Add target hook to allow merging stores of nonzero constants by Matt Arsenault · 10 years ago
  76. c009e84 [Support/ELF] Add missing DF_1_XXX bits. by Davide Italiano · 10 years ago
  77. 1de72bd Bump SmallString to the minimum required amount for raw_ostream to avoid allocation. by Benjamin Kramer · 10 years ago
  78. 2b5e379 [Mips] Prefer Twine::utohexstr over utohexstr, saves a string copy. by Benjamin Kramer · 10 years ago
  79. 083d79a [AArch64] Clean up the ELF streamer a bit. by Benjamin Kramer · 10 years ago
  80. 24b6dad [AArch64] Move AArch64TargetStreamer out of MCStreamer.h by Benjamin Kramer · 10 years ago
  81. a5d0a48 Silencing a spurious -Wreturn-type warning; NFC. by Aaron Ballman · 10 years ago
  82. 43a5aa6 [PowerPC] Fix fast-isel when compare is split from branch by Hal Finkel · 10 years ago
  83. c1c3e6c Update ExecutionEngine/LLVMBuild.txt, to add LLVMCodeGen. by NAKAMURA Takumi · 10 years ago
  84. 2077fc4 Give more meaningful names than I and J to some for loop variables after converting to range-based loops. by Craig Topper · 10 years ago
  85. 2b6e06c Fix an unused variable warning in release builds. by Craig Topper · 10 years ago
  86. 01fc7e7 Use range-based for loops. NFC. by Craig Topper · 10 years ago
  87. 762dbd0 [lib/Fuzzer] doxygen-ify the comments for the user interface by Kostya Serebryany · 10 years ago
  88. b5f8c9b AsmPrinter: Remove the vtable-entry from DIEValue by Duncan P. N. Exon Smith · 10 years ago
  89. 804c199 CodeGen: Remove redundant DIETypeSignature::dump(), NFC by Duncan P. N. Exon Smith · 10 years ago
  90. d434a0a [lib/Fuzzer] fully get rid of std::cerr in libFuzzer by Kostya Serebryany · 10 years ago
  91. 0146120 Stop resetting NoFramePointerElim in TargetMachine::resetTargetOptions. by Akira Hatanaka · 10 years ago
  92. c17da71 Simplify and rename function overrideFunctionAttributes. NFC. by Akira Hatanaka · 10 years ago
  93. 4ea4cb3 [lib/Fuzzer] start getting rid of std::cerr. Sadly, these parts of C++ library used in libFuzzer badly interract with the same code used in the target function and also with dfsan. It's easier to just not use std::cerr than to defeat these issues. by Kostya Serebryany · 10 years ago
  94. 9484f57 Remove unnecessary command line option "-disable-fp-elim". by Akira Hatanaka · 10 years ago
  95. 58bf282 Revert "make reciprocal estimate code generation more flexible by adding command-line options" by Rafael Espindola · 10 years ago
  96. 4e5aa77 Correct a mistaken comment from 238071 [NFC] by Philip Reames · 10 years ago
  97. 7c4f3dc Produce a single string table in a ELF .o by Rafael Espindola · 10 years ago
  98. e00c0df Extend EarlyCSE to handle basic cases from JumpThreading and CVP by Philip Reames · 10 years ago
  99. 12baade [InstCombine] Don't eagerly propagate nsw for A*B+A*C => A*(B+C) by David Majnemer · 10 years ago
  100. 464deac [lib/Fuzzer] remove -use_coverage_pairs=1, an experimental feature that is unlikely to ever scale by Kostya Serebryany · 10 years ago