1. e0d4037 Devirtualize and pack MCFragment to reduce memory usage. by Pete Cooper · 10 years ago
  2. 1c8c213 [MC] Common symbols weren't being checked for redeclaration which allowed an assembly file to generate an assertion in setCommon(): !isCommon(). This change allows redeclaration as long as the size and alignment match exactly, otherwise report a fatal error. by Colin LeMahieu · 10 years ago
  3. e194400 Test commit access. by Gabor Ballabas · 10 years ago
  4. f8794ff Remove MCELFSymbolFlags.h. It is now internal to MCSymbolELF. by Rafael Espindola · 10 years ago
  5. f6dcd2a Convert BindingExplicitlySet into a MCSymbolELF field. by Rafael Espindola · 10 years ago
  6. 95fb9b9 Merge MCELF.h into MCSymbolELF.h. by Rafael Espindola · 10 years ago
  7. a869576 Create a MCSymbolELF. by Rafael Espindola · 10 years ago
  8. 13760bd MC: Clean up MCExpr naming. NFC. by Jim Grosbach · 10 years ago
  9. 4d37b2a Remove getData. by Rafael Espindola · 10 years ago
  10. beb6060 Remove the MCSymbolData typedef. by Rafael Espindola · 10 years ago
  11. b5d316b Rename getOrCreateSymbolData to registerSymbol and return void. by Rafael Espindola · 10 years ago
  12. e3b2acf Pass MCSymbols to the helper functions in MCELF.h. by Rafael Espindola · 10 years ago
  13. 1467250 Move common symbol related information from MCSectionData to MCSymbol. by Rafael Espindola · 10 years ago
  14. 7c23cba Move SymbolSize from MCSymbolData to MCSymbol. by Rafael Espindola · 10 years ago
  15. 3a5d3cc Remove a trivial forwarding function. NFC. by Rafael Espindola · 10 years ago
  16. 983bec6 Rename and move getCurrentSectionData. by Rafael Espindola · 10 years ago
  17. 2f9bdd8 There is only one current section. by Rafael Espindola · 10 years ago
  18. bb9a71c Replace getOrCreateSectionData with registerSection. by Rafael Espindola · 10 years ago
  19. 3d2aeb2 Have getCurrentSectionData return a MCSection. by Rafael Espindola · 10 years ago
  20. e6e287d Pass a MCSection to getCurrentSectionData. by Rafael Espindola · 10 years ago
  21. 64acc7f Remove most uses of MCSectionData from MCAssembler. by Rafael Espindola · 10 years ago
  22. 8324c2f Store a MCSection in MCFragment. by Rafael Espindola · 10 years ago
  23. cd62518 Move HasInstructions to MCSection. by Rafael Espindola · 10 years ago
  24. b028cc8 Move bundle info from MCSectionData to MCSection. by Rafael Espindola · 10 years ago
  25. c1cd944 Add a isBundleLocked helper to MCELFStreamer. by Rafael Espindola · 10 years ago
  26. 967d6a6 Stop forwarding (get|set)Aligment from MCSectionData to MCSection. by Rafael Espindola · 10 years ago
  27. 0709a7b Move alignment from MCSectionData to MCSection. by Rafael Espindola · 10 years ago
  28. fd28abc MC: Use MCSymbol in LocalCommon, NFC by Duncan P. N. Exon Smith · 10 years ago
  29. 91df21f MC: Update MCCodeEmitter naming. NFC. by Jim Grosbach · 10 years ago
  30. 2a1678a [MC] When using bundle aligment, align sections to bundle size by Derek Schuff · 11 years ago
  31. 5560a4c Use raw_pwrite_stream in the object writer/streamer. by Rafael Espindola · 11 years ago
  32. 9e0c890 [MC] Write padding into fragments when -mc-relax-all flag is used by Petr Hosek · 11 years ago
  33. cd584a8 Split the object streamer callback in one per file format. by Rafael Espindola · 11 years ago
  34. 867bfc5 Make constant arrays that are passed to functions as const. by Benjamin Kramer · 11 years ago
  35. ba31e27 Compute the ELF SectionKind from the flags. by Rafael Espindola · 11 years ago
  36. 5fa925e Add STB_GNU_UNIQUE to the ELF writer. by Rafael Espindola · 11 years ago
  37. b661302 Add back commits r219835 and a fixed version of r219829. by Rafael Espindola · 11 years ago
  38. 4544a40 Revert commit r219835 and r219829. by Rafael Espindola · 11 years ago
  39. a74b5e6 Correctly handle references to section symbols. by Rafael Espindola · 11 years ago
  40. 05fb735 [MC] Make bundle alignment mode setting idempotent and support nested bundles by Derek Schuff · 11 years ago
  41. 7b61ddf Simplify handling of --noexecstack by using getNonexecutableStackSection. by Rafael Espindola · 11 years ago
  42. f491704 Print a=b as an assignment. by Rafael Espindola · 11 years ago
  43. 7f4ccce Remove an always true argument. by Rafael Espindola · 11 years ago
  44. aa02427 Make getOrCreateSymbolData non virtual. by Rafael Espindola · 11 years ago
  45. 96918bc Fix the assembler to print a better relocatable expression error by Kevin Enderby · 12 years ago
  46. bb694de [C++11] More 'nullptr' conversion or in some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 12 years ago
  47. 28221d8 Mark alias symbols as microMIPS if necessary. Differential Revision: http://llvm-reviews.chandlerc.com/D3080 by Zoran Jovanovic · 12 years ago
  48. 7fadc0e Look through variables when computing relocations. by Rafael Espindola · 12 years ago
  49. 8377085 Always print the implicit .text at the start of an asm file. by Rafael Espindola · 12 years ago
  50. 7b51496 Use the default values. by Rafael Espindola · 12 years ago
  51. 9784cef Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction() by David Woodhouse · 12 years ago
  52. 6f3c73f Modify MCObjectStreamer EmitInstTo* interface by David Woodhouse · 12 years ago
  53. 24ea09e Construct the MCStreamer before constructing the MCTargetStreamer. by Rafael Espindola · 12 years ago
  54. 0e2ccb2 Simplify the logic for deciding when to initialize the sections. by Rafael Espindola · 12 years ago
  55. 247f951 Inline functions that are only called once. by Rafael Espindola · 12 years ago
  56. f144034 InitToTextSection is redundant with InitSections. Remove it. by Rafael Espindola · 12 years ago
  57. e308c0c Remove duplicated info on what .text, .data and .bss look like. by Rafael Espindola · 12 years ago
  58. 8a8cd2b Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
  59. 8ad70b3 Add support for parsing ARM symbol variants on ELF targets by David Peixotto · 12 years ago
  60. 7266731 ARM integrated assembler generates incorrect nop opcode by David Peixotto · 12 years ago
  61. fc18473 Move the STT_FILE symbols out of the normal symbol table processing for by Joerg Sonnenberger · 12 years ago
  62. 5645bad Move .ident handling to MCStreamer. by Rafael Espindola · 12 years ago
  63. a17151a Add a MCTargetStreamer interface. by Rafael Espindola · 12 years ago
  64. 21101b3 Added support for generate DWARF .debug_aranges sections automatically. by Richard Mitton · 12 years ago
  65. 550c76d Call generateCompactUnwindEncodings() right before we need to output the frame information. by Bill Wendling · 12 years ago
  66. 4208b61 [CodeGen] prevent abnormal on invalid attributes by Saleem Abdulrasool · 12 years ago
  67. 52cf8e4 by Ulrich Weigand · 12 years ago
  68. 4050995 by Ulrich Weigand · 12 years ago
  69. 64e1af8 Remove address spaces from MC. by Rafael Espindola · 12 years ago
  70. f11efe7 by Ulrich Weigand · 12 years ago
  71. 876a0d0 by Ulrich Weigand · 12 years ago
  72. d51c09f by Ulrich Weigand · 12 years ago
  73. 2f495b9 Add support for subsections to the ELF assembler. Fixes PR8717. by Peter Collingbourne · 13 years ago
  74. adac407 Use a scheme closer to that of GNU as when deciding the type of a by Peter Collingbourne · 13 years ago
  75. c1f9694 We need a shndx if the number of sections breaks SHN_LORESERVE. This condition by Nick Lewycky · 13 years ago
  76. 441907d Fix PR15359. by Bill Schmidt · 13 years ago
  77. 2f8d9d9 ELF symbol table field st_other support, excluding visibility bits. by Jack Carter · 13 years ago
  78. 8878bcc9 If bundle alignment is enabled, do not add data to a fragment with instructions by Derek Schuff · 13 years ago
  79. e0e3aef Add AArch64 as an experimental target. by Tim Northover · 13 years ago
  80. cf6009b Optimize the memory usage of MC bundling, by creating a new type of fragment by Eli Bendersky · 13 years ago
  81. cbb2514 Expose an InitToTextSection through MCStreamer. by Eli Bendersky · 13 years ago
  82. bf7bc49 Last in the series of removing unnecessary '0' arguments for by Eric Christopher · 13 years ago
  83. 4d9ada0 Renamed MCInstFragment to MCRelaxableFragment and added some comments. by Eli Bendersky · 13 years ago
  84. 802b628 Add the align_to_end option to .bundle_lock in the MC implementation of aligned by Eli Bendersky · 13 years ago
  85. f483ff9 Aligned bundling support. Following the discussion here: by Eli Bendersky · 13 years ago
  86. aee4d5d1 This patch is needed to make c++ exceptions work for mips16. by Reed Kotler · 13 years ago
  87. a31a894 Refactor MCInstFragment and MCDataFragment to adhere to a common interface, by Eli Bendersky · 13 years ago
  88. ea2824d Lift EmitAssignment into MCObjectStreamer which gets rid of at least three by Eli Bendersky · 13 years ago
  89. 5cc3dc8 Added Mapping Symbols for ARM ELF by Tim Northover · 13 years ago
  90. 59ff070 Split MCELFStreamer into a header file. by Logan Chien · 13 years ago
  91. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  92. ef206f1 PowerPC: add EmitTCEntry class for TOC creation by Adhemerval Zanella · 13 years ago
  93. 64ddcb0 Hoist some grossly duplicated code from the COFF/ELF/MachO streamers into MCObjectStreamer. by Benjamin Kramer · 13 years ago
  94. b7b750d Assembler: Darwin variables defined via .set are no-dead-strip. by Jim Grosbach · 13 years ago
  95. f5bd6c6 EmitZerofill should take a 64-bit size or else it's chopping off large zero-filled global. rdar://11729134 by Evan Cheng · 13 years ago
  96. 4b63d2a Refactor data-in-code annotations. by Jim Grosbach · 13 years ago
  97. 44ec69e For ELF, also call fixSymbolsInTLSFixups() on expressions passed to EmitValue (literal values). Previously only called on expressions in instructions. New test cases added to tls.s, tls-i386.s. Resolves PR11981. by David Meyer · 14 years ago
  98. a2886c2 Convert assert(0) to llvm_unreachable by Craig Topper · 14 years ago
  99. 81a6274 Remove MCELFStreamer.h. by Rafael Espindola · 14 years ago
  100. 0708209 Split Finish into Finish and FinishImpl to have a common place to do end of by Rafael Espindola · 14 years ago