1. a965bac When encountering an unknown file format, ObjectFile::createObjectFile should by Eli Bendersky · 12 years ago
  2. 939a4e8 Add command-line flags for DWARF dumping. by Eli Bendersky · 12 years ago
  3. 172d597 Rename variable to be more comprehensible and follow naming convention by Eli Bendersky · 12 years ago
  4. ed7fcf4 [bugpoint] make tool selection messages unique by Saleem Abdulrasool · 12 years ago
  5. 78d3097 [bugpoint] set Message after tool configuration by Saleem Abdulrasool · 12 years ago
  6. 5bac013 lli/RecordingMemoryManager: Free allocated sections in the destructor to satisfy --vg-leak! by NAKAMURA Takumi · 12 years ago
  7. c4c7ea3 llvm-symbolizer: factor out bits of the tool into separate LLVMSymbolize.{h,cpp} files. No functionality change. by Alexey Samsonov · 12 years ago
  8. f65dc6e Fix missed out llvm-stress after APFloat change. by Tim Northover · 12 years ago
  9. 7511aab [CMake] bugpoint-passes should not be built in "all", when LLVM_BUILD_TOOLS is OFF. by NAKAMURA Takumi · 12 years ago
  10. 3c8da31 Remove unneeded #include. by Jakub Staszak · 12 years ago
  11. 4156ca7 switch llvm-bcanalyzer onto the new cursor APIs, allowing deletion of by Chris Lattner · 12 years ago
  12. bc83720 fix method name. by Chris Lattner · 12 years ago
  13. 90230c8 Sort all of the includes. Several files got checked in with mis-sorted includes. by Chandler Carruth · 12 years ago
  14. a94c339 [MC/Mach-O] Add support for linker options in Mach-O files. by Daniel Dunbar · 12 years ago
  15. be2afb6 Remove unneeded include and empty line by Eli Bendersky · 12 years ago
  16. 75c9b93 We want the dwarf AT_producer for assembly source files to match clang's by Kevin Enderby · 12 years ago
  17. fbb662f Introduce llvm::sys::getProcessTriple() function. by Peter Collingbourne · 12 years ago
  18. ac97f5c [Object][ELF] Simplify ELFObjectFile by using ELFType. by Michael J. Spencer · 12 years ago
  19. 1c1ff3b LTO: Also init TTI for codegen passes. by Nadav Rotem · 12 years ago
  20. 030f63a Expose an InitToTextSection through MCStreamer. by Eli Bendersky · 12 years ago
  21. a125cac Added -view-callgraph module pass. by Andrew Trick · 12 years ago
  22. fc183ce llvm-symbolizer: add DATA command that allows to symbolize global variables. by Dmitry Vyukov · 12 years ago
  23. 27b2b1b [llvm-objdump] Emit addresses with the correct number of leading 0's. by Michael J. Spencer · 12 years ago
  24. 446991d Fix #includes after my last commit. by Jakub Staszak · 12 years ago
  25. 6c1d497 Add the align_to_end option to .bundle_lock in the MC implementation of aligned by Eli Bendersky · 12 years ago
  26. 3251e81 Move CallGraphSCCPass.h into the Analysis tree; that's where the by Chandler Carruth · 12 years ago
  27. aeef83c Switch TargetTransformInfo from an immutable analysis pass that requires by Chandler Carruth · 12 years ago
  28. 4641879 [objdump] Use correct format specifiers and fix C++03 variadic warning. by Michael J. Spencer · 12 years ago
  29. b2c064c [objdump] Add --private-headers, -p. by Michael J. Spencer · 12 years ago
  30. b24ce3e Fix another place where we build the TTI pass to the new interface. by Chandler Carruth · 12 years ago
  31. 7bdf6b0 Convert the TargetTransformInfo from an immutable pass with dynamic by Chandler Carruth · 12 years ago
  32. 0b8c9a8 Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 12 years ago
  33. 7f00f87 Sort a few more #include lines in tools/... unittests/... and utils/... by Chandler Carruth · 12 years ago
  34. b338d89 Make opt grab the triple from the module and use it to initialize the target machine. by Nadav Rotem · 12 years ago
  35. 87b47cc Use the generic dump template. Extracted from a patch by Sami Liedes. by Rafael Espindola · 12 years ago
  36. fc73847 Dump sections. Extracted from a patch by Sami Liedes. by Rafael Espindola · 12 years ago
  37. 148ee4f Print a header above the symbols. Extracted from a patch by Sami Liedes. by Rafael Espindola · 12 years ago
  38. ad78479 Check for errors. Extracted from a patch by Sami Liedes. by Rafael Espindola · 12 years ago
  39. 1318e14 Fix indentation. Extracted from a patch by Sami Liedes! by Rafael Espindola · 12 years ago
  40. 663cebc Style fixes in llvm-readobj.cpp. Extracted from a patch by Sami Liedes! by Rafael Espindola · 12 years ago
  41. cef81b3 Add a function to get the segment name of a section. by Rafael Espindola · 12 years ago
  42. 4766ef4 Aligned bundling support. Following the discussion here: by Eli Bendersky · 12 years ago
  43. 6af228a Remove MCTargetAsmLexer and its derived classes now that edis, by Roman Divacky · 12 years ago
  44. 759e3fa Remove edis - the enhanced disassembler. Fixes PR14654. by Roman Divacky · 12 years ago
  45. cd7ee1c Revert 170545 while I debug the ppc failures. by Rafael Espindola · 12 years ago
  46. f9a6bd8 Add r170095 back. by Rafael Espindola · 12 years ago
  47. 6c58314 Add support for passing -main-file-name all the way through to the assembler. by Eric Christopher · 12 years ago
  48. 6c31d31 Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage the by Chandler Carruth · 12 years ago
  49. 2c3a464 This patch is needed to make c++ exceptions work for mips16. by Reed Kotler · 12 years ago
  50. ef85814 Revert "Add a funciton to get the segment name of a section." by Eric Christopher · 12 years ago
  51. e3ec87a Add a funciton to get the segment name of a section. by Rafael Espindola · 12 years ago
  52. f2a68db llvm/tools: Add #include "llvm/TargetTransformInfo.h" by NAKAMURA Takumi · 12 years ago
  53. 613abf3 Change some functions to take const pointers. by Rafael Espindola · 12 years ago
  54. 50f3183 Revert r169656. by Bill Wendling · 12 years ago
  55. 60608b9 [CMake] Update dependencies to intrinsics_gen corresponding to r169711. by NAKAMURA Takumi · 12 years ago
  56. 12a38ad Revert to old behavior until linker can pass export-dynamic option. by Bill Wendling · 12 years ago
  57. f62b9cd Add the `lto_codegen_set_export_dynamic' function. by Bill Wendling · 12 years ago
  58. 68a590d Add C API for specifying CPU to the disassembler. by Jim Grosbach · 12 years ago
  59. 1246700 Quick build fix for c++03 clang. This needs a proper solution. Note that these offsets are guaranteed to be correct by Endian.h. by Michael J. Spencer · 12 years ago
  60. eef7b62 Add dump of Win64 EH unwind data. by Michael J. Spencer · 12 years ago
  61. 14ccc90 Added a option to the disassembler to print immediates as hex. by Kevin Enderby · 12 years ago
  62. f010c46 Sort the #include lines for tools/... by Chandler Carruth · 12 years ago
  63. 8820928 Add a -time-compilations=<N> option to llc. by Jakob Stoklund Olesen · 12 years ago
  64. 84bcf93 Move the InstVisitor utility into VMCore where it belongs. It heavily by Chandler Carruth · 12 years ago
  65. 6eda081 One more step towards making doInitialization and doFinalization useful for by Pedro Artigas · 12 years ago
  66. 3defc0b Add back support for reading and parsing 'deplibs'. by Bill Wendling · 12 years ago
  67. 257a009 Modifying lli to use the SectionMemoryManager. by Andrew Kaylor · 12 years ago
  68. efd08d4 Remove the dependent libraries feature. by Bill Wendling · 12 years ago
  69. b709f9f Make building of llvm-jitlistener conditional on the USE_INTEL_JITEVENTS setting. by Andrew Kaylor · 12 years ago
  70. 9780d35 Revert r168635 "Step towards implementation of pass manager with doInitialization and doFinalization per module detangled from runOn?? calls, still has temporary code not to break ASAN to be removed when that pass conforms to the proposed model". by Owen Anderson · 12 years ago
  71. 0d30d30 Step towards implementation of pass manager with doInitialization and doFinalization per module detangled from runOn?? calls, still has temporary code not to break ASAN to be removed when that pass conforms to the proposed model by Owen Anderson · 12 years ago
  72. 8a2ce5d libLTO: Add a utility method to initialize the disassemblers. by Benjamin Kramer · 12 years ago
  73. 985884c Add a -disable-cfi option to llvm-mc. This is useful for debugging as by Rafael Espindola · 12 years ago
  74. 238f34a Adding tests for the Intel JIT event listener's MCJIT support. by Andrew Kaylor · 12 years ago
  75. 8b9da53 Add the -no-show-raw-insn option to llvm-objdump, thus making it a bit more by Eli Bendersky · 12 years ago
  76. fad9751 MCJIT: [cygming] Give noop to __main also in RecordingMemoryManger. It is emitted in @main(). by NAKAMURA Takumi · 12 years ago
  77. 53608a3 Interface changes to allow RuntimeDyld memory managers to set memory permissions after an object has been loaded. by Andrew Kaylor · 12 years ago
  78. 40b6fdb Add doInitialization and doFinalization methods to ModulePass's, to allow them to be re-initialized and reused on multiple Module's. by Owen Anderson · 12 years ago
  79. ed074e9 llvm-nm: Make sort more stable when symbol names are equal. by Daniel Dunbar · 12 years ago
  80. 206252c Adding changes to support GNU style archive library reading by Shankar Easwaran · 12 years ago
  81. d1726a4 Rewrite DIContext interface to take an object. Update all callers. by Eric Christopher · 12 years ago
  82. dece703 Don't use __cxa_demangle under MSVC (which doesn't have it) by Alexander Potapenko · 12 years ago
  83. 4c0ae90 Fixup for r167558: Store raw pointer (instead of reference) to RelocMap in DIContext. This is needed to prevent crashes because of dangling reference if the clients don't provide RelocMap to DIContext constructor. by Alexey Samsonov · 12 years ago
  84. f41954b [ASan] Add llvm-symbolizer from to tools/ by Alexander Potapenko · 12 years ago
  85. 806e03d Add a relocation visitor to lib object. This works via caching relocated by Eric Christopher · 12 years ago
  86. bef6eb0 Remove accidental commit. by Bill Wendling · 12 years ago
  87. 168c190 Add comment describing what's going on here. by Bill Wendling · 12 years ago
  88. 2898988 Add a method to indicate section address re-assignment is finished. by Andrew Kaylor · 12 years ago
  89. 6837232 lli: Initialize the native asm parser for inline assembly. by Jim Grosbach · 12 years ago
  90. 647d6d7 Streamlined memory manager hierarchy for MCJIT and RuntimeDyld. by Andrew Kaylor · 12 years ago
  91. 3037a58 Fixed format strings to avoid pointer truncation during 64-bit debugging. by Andrew Kaylor · 12 years ago
  92. 7dd4dc8 MC: Simple example parser for MC assembly markup. by Jim Grosbach · 12 years ago
  93. 2932284 Mark code, not data, as executable in lli RemoteTarget simulator. by Andrew Kaylor · 12 years ago
  94. b210e6f Align the data section correctly when loading an ELF file. by Tim Northover · 12 years ago
  95. ca88cee Add -alias and -ralias options to match what we have for functions and globals. by Rafael Espindola · 12 years ago
  96. 975bc07 Adjust llvm-ar and llvm-ranlib to not depend on exception handling. by Joerg Sonnenberger · 12 years ago
  97. fffb724 libLTO has a bug in that it will keep every symbol if none is needed. We used by Rafael Espindola · 12 years ago
  98. 199063e Opt does not need to initialize the Asm printer/parser by Nadav Rotem · 12 years ago
  99. 0873bea Opt needs to initialize the different targets. by Nadav Rotem · 12 years ago
  100. 3ed0316 Add support for annotated disassembly output for X86 and arm. by Kevin Enderby · 12 years ago