1. eaf6036 MachO: Emit a version-min load command when possible. by Jim Grosbach · 12 years ago
  2. 2fb5bc3 Remove the linker_private and linker_private_weak linkages. by Rafael Espindola · 12 years ago
  3. f3336bc Reject alias to undefined symbols in the verifier. by Rafael Espindola · 12 years ago
  4. 2cd3c1b Accept Twine's to AsmPrinter::getTempSymbol (refactoring for an incoming change) by David Blaikie · 12 years ago
  5. b1f25f1 Replace PROLOG_LABEL with a new CFI_INSTRUCTION. by Rafael Espindola · 12 years ago
  6. 698a8ab Move some dwarf emission routines to AsmPrinterDwarf.cpp. by Eric Christopher · 12 years ago
  7. dcb96e1 80-column fixups. by Eric Christopher · 12 years ago
  8. 3b30cb4 Remove shouldEmitUsedDirectiveFor. by Rafael Espindola · 12 years ago
  9. 9a4c9e5 [Layering] Move DebugInfo.h into the IR library where its implementation by Chandler Carruth · 12 years ago
  10. 8377085 Always print the implicit .text at the start of an asm file. by Rafael Espindola · 12 years ago
  11. 442f784 [cleanup] Re-sort all the includes with utils/sort_includes.py. by Chandler Carruth · 12 years ago
  12. 7072073 Debug info: Remove ARMAsmPrinter::EmitDwarfRegOp(). AsmPrinter can now by Adrian Prantl · 12 years ago
  13. e31563c Fix a type error that crept into r202313. by Adrian Prantl · 12 years ago
  14. 918b9a7 Debug info: Refactor AsmPrinter::EmitDwarfRegOp to make the control flow by Adrian Prantl · 12 years ago
  15. a3ad4e6 move getNameWithPrefix and getSymbol to TargetMachine. by Rafael Espindola · 12 years ago
  16. daeafb4 Add back r201608, r201622, r201624 and r201625 by Rafael Espindola · 12 years ago
  17. 7e198ad Revert r201622 and r201608. by Daniel Jasper · 12 years ago
  18. 09dcc6a Fix PR18743. by Rafael Espindola · 12 years ago
  19. f6830f4 Generate the DWARF stack frame decode operations in the function prologue for ARM/Thumb functions. by Artyom Skrobov · 12 years ago
  20. 7199fd5 Debug info: Bugfix for r201190: DW_OP_piece takes bytes, not bits. by Adrian Prantl · 12 years ago
  21. cbcd578 Reapply r201180 with an additional error path. by Adrian Prantl · 12 years ago
  22. 80b6fd0 Revert "Debug info: Emit values in subregisters that do not have a separate" by Adrian Prantl · 12 years ago
  23. c4fd6b7 whitespace by Adrian Prantl · 12 years ago
  24. a83cc8a Debug info: Emit values in subregisters that do not have a separate by Adrian Prantl · 12 years ago
  25. 15b2669 Use a consistent argument order in TargetLoweringObjectFile. by Rafael Espindola · 12 years ago
  26. fa0f728 Pass the Mangler by reference. by Rafael Espindola · 12 years ago
  27. 61acf5d Fix a bug with .weak_def_can_be_hidden: Mutable variables cannot use it. by Rafael Espindola · 12 years ago
  28. a005342 Refactor logic into a function predicate. by Rafael Espindola · 12 years ago
  29. b4eec1d Remove support for not using .loc directives. by Rafael Espindola · 12 years ago
  30. 7b51496 Use the default values. by Rafael Espindola · 12 years ago
  31. 499a748 Remove a redundant call to hasRawTextSupport. by Rafael Espindola · 12 years ago
  32. f166f6c Reland r200340 - 'Add line table debug info to COFF files when using a win32 triple' by Timur Iskhodzhanov · 12 years ago
  33. b366f01 Revert r200340, "Add line table debug info to COFF files when using a win32 triple." by NAKAMURA Takumi · 12 years ago
  34. e6c13e4 Change MCStreamer EmitInstruction interface to take subtarget info by David Woodhouse · 12 years ago
  35. 2c65964 Add line table debug info to COFF files when using a win32 triple. by Timur Iskhodzhanov · 12 years ago
  36. 0e2ccb2 Simplify the logic for deciding when to initialize the sections. by Rafael Espindola · 12 years ago
  37. 0b69481 Add an emitRawComment function and use it to simplify some uses of EmitRawText. by Rafael Espindola · 12 years ago
  38. dee1057 WinCOFF: Transform IR expressions featuring __ImageBase into image relative relocations by David Majnemer · 12 years ago
  39. 7157bb7 Decouple dllexport/dllimport from linkage by Nico Rieck · 12 years ago
  40. 9d2e0df Revert "Decouple dllexport/dllimport from linkage" by Nico Rieck · 12 years ago
  41. e43aaf7 Decouple dllexport/dllimport from linkage by Nico Rieck · 12 years ago
  42. 1995b9f Handle bundled terminators in isBlockOnlyReachableByFallthrough. by Jakob Stoklund Olesen · 12 years ago
  43. d48cdbf Put the functionality for printing a value to a raw_ostream as an by Chandler Carruth · 12 years ago
  44. 894843c Move the llvm mangler to lib/IR. by Rafael Espindola · 12 years ago
  45. 9aca918 Move the LLVM IR asm writer header files into the IR directory, as they by Chandler Carruth · 12 years ago
  46. 5887356 Make the llvm mangler depend only on DataLayout. by Rafael Espindola · 12 years ago
  47. 8458862 Remove AsmPrinter::needsRelocationsForDwarfStringPool() since it's by Eric Christopher · 12 years ago
  48. db9ee00 Remove weak vtables. No functional change. by Juergen Ributzka · 12 years ago
  49. 2b5a0c9 On ELF and COFF treat linker_private like private. by Rafael Espindola · 12 years ago
  50. 1b01849 on darwin<10, fallback to .weak_definition (PPC,X86) by David Fang · 12 years ago
  51. 3b0ce93 Remove incorrect comment and pointless cast. by Eric Christopher · 12 years ago
  52. 038a5e4 const on its own line is confusing. by Eric Christopher · 12 years ago
  53. 1cd1444 Reland 196270 "Generalize debug info / EH emission in AsmPrinter" by Timur Iskhodzhanov · 12 years ago
  54. b927161 Revert r196270, "Generalize debug info / EH emission in AsmPrinter" by NAKAMURA Takumi · 12 years ago
  55. 4c719cf Generalize debug info / EH emission in AsmPrinter by Timur Iskhodzhanov · 12 years ago
  56. 04867ce Convert two char* that are only ever used as booleans to bool. by Rafael Espindola · 12 years ago
  57. f4e6b29 Move getSymbolWithGlobalValueBase to TargetLoweringObjectFile. by Rafael Espindola · 12 years ago
  58. 61b3d0c Remove an always true parameter. by Rafael Espindola · 12 years ago
  59. 119f307 Rename DwarfException methods so the new names are consistent with DwarfDebug and the style guide by Timur Iskhodzhanov · 12 years ago
  60. f8da6aa Reformat const for readability. by Eric Christopher · 12 years ago
  61. 4929301 Error if we see an alias to a declaration. by Rafael Espindola · 12 years ago
  62. c900303 Use type form of getIntPtrType. by Matt Arsenault · 12 years ago
  63. 716e740 Remove linkonce_odr_auto_hide. by Rafael Espindola · 12 years ago
  64. 6f1b285 Produce .weak_def_can_be_hidden for some linkonce_odr values by Rafael Espindola · 12 years ago
  65. 251a1bd Debug Info: code clean up. by Manman Ren · 12 years ago
  66. e133ed8 Move getSymbol to TargetLoweringObjectFile. by Rafael Espindola · 12 years ago
  67. 79858aa Add a helper getSymbol to AsmPrinter. by Rafael Espindola · 12 years ago
  68. b028774 Reduce casting and use a fully covered switch. by Rafael Espindola · 12 years ago
  69. b768912 Fix CodeGen for different size address space GEPs by Matt Arsenault · 12 years ago
  70. e9f45e2 Emit prefix data after debug and EH directives. by Peter Collingbourne · 12 years ago
  71. 0018a59 Add support for metadata representing .ident directives. by Rafael Espindola · 12 years ago
  72. 660597d Make AsmPrinter::emitImplicitDef a virtual method so targets can emit custom comments for implicit defs by Justin Holewinski · 12 years ago
  73. 7852705 Add support for aliases with linkonce_odr. by Rafael Espindola · 12 years ago
  74. 40dddd7 Rename DataLayout variables TD -> DL by Matt Arsenault · 12 years ago
  75. 089ed89 Fixed debug_aranges handling for common symbols. by Richard Mitton · 12 years ago
  76. 21101b3 Added support for generate DWARF .debug_aranges sections automatically. by Richard Mitton · 12 years ago
  77. 3fa50f9 Implement function prefix data as an IR feature. by Peter Collingbourne · 12 years ago
  78. 0e76fa7 Add an instruction deprecation feature to TableGen. by Joey Gouly · 12 years ago
  79. b78df50 AsmPrinter: Get rid of llvm$workaround$fake$stub$ by David Majnemer · 12 years ago
  80. b12cf01 Add a function object to compare the first or second component of a std::pair. by Benjamin Kramer · 12 years ago
  81. 33fae69 Make a few more things const. by Bill Wendling · 12 years ago
  82. 2d092f0 Use a reference instead of making an unnecessary copy. Also use 'const'. by Bill Wendling · 12 years ago
  83. fb849b0 For COFF only: dwarf debug info output a label reference as a section relative item only when it's one of dw_from strp, sec_offset, ref_addr or op_call_ref instead of going by size. by Carlo Kok · 12 years ago
  84. 7af8baf Using the integrated assembler we'd fail to change section to the by Eric Christopher · 12 years ago
  85. 4382da9 Bugfix for making the DWARF debug strings and labels to code emitted as secrel32 instead of long opcodes (only for coff). This makes them debuggable with GDB (with fix for 64bits msvc) by Carlo Kok · 12 years ago
  86. 6fda3b4 Revert r187597, "Bugfix for making the DWARF debug strings and labels to code emitted as secrel32 instead of long opcodes (only for coff). This makes them debuggable with GDB." by NAKAMURA Takumi · 12 years ago
  87. afcc620 Bugfix for making the DWARF debug strings and labels to code emitted as secrel32 instead of long opcodes (only for coff). This makes them debuggable with GDB. by Carlo Kok · 12 years ago
  88. d3a34f8 Add 'const' qualifiers to static const char* variables. by Craig Topper · 12 years ago
  89. 6161b94 Initialize AsmPrinter::MF in the constructor by Hal Finkel · 12 years ago
  90. 418d1d1 Reapply an improved version of r180816/180817. by Adrian Prantl · 12 years ago
  91. 316c374 Initialize object file info before output streamer by Nico Rieck · 12 years ago
  92. 64e1af8 Remove address spaces from MC. by Rafael Espindola · 12 years ago
  93. 5fdd68e 80-column and tab character fixes. by Eric Christopher · 12 years ago
  94. 81a4dc7 DebugInfo: PR14763/r183329 correct the location of indirect parameters by David Blaikie · 12 years ago
  95. b735b4d DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineInstrs by David Blaikie · 12 years ago
  96. 0252265b Debug Info: Simplify Frame Index handling in DBG_VALUE Machine Instructions by David Blaikie · 12 years ago
  97. c9380db DebugInfo: print DBG_VALUE MachineInstrs with [] for deref and drop the offset when it's zero by David Blaikie · 12 years ago
  98. 2dbebcf Debug Info: Don't print the display name and colon prefix for DEBUG_VALUE comments if the display name is empty by David Blaikie · 12 years ago
  99. ba36601 Teach AsmPrinter how to print odd constants. by Quentin Colombet · 12 years ago
  100. 70b1400 Don't reach into the middle of TargetMachine and cache one of its ivars. by Bill Wendling · 12 years ago