1. b4ffc89 now that mangler is in libtarget, it can use MCAsmInfo instead of clients by Chris Lattner · 16 years ago
  2. f62e3ee move the mangler into libtarget from vmcore. by Chris Lattner · 16 years ago
  3. 32c9512 remove a couple of actively incorrect uses of getMangledName. by Chris Lattner · 16 years ago
  4. af5b9a2 by David Greene · 16 years ago
  5. fdd8790 strength reduce a ton of type equality tests to check the typeid (Through by Chris Lattner · 16 years ago
  6. 92e18c4 Fix ELF Writter related memory leaks by Bruno Cardoso Lopes · 16 years ago
  7. e9a75a6 rename TAI -> MAI, being careful not to make MAILJMP instructions :) by Chris Lattner · 16 years ago
  8. 7b26fce Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
  9. bde8a4c Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
  10. c773141 *try* to use a better name to describe how common symbols are marked on the elf object file. by Bruno Cardoso Lopes · 16 years ago
  11. 55f1c09 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  12. d2d45a5 Remove hack used to strip unwanted chars from section name by Bruno Cardoso Lopes · 16 years ago
  13. 607cd3b Change MCSectionELF to represent a section semantically instead of by Bruno Cardoso Lopes · 16 years ago
  14. 9b3484d Move ConstantExpr handling to ResolveConstantExpr method and also by Bruno Cardoso Lopes · 16 years ago
  15. 591105c sink the 'name' and 'isdirective' state out of MCSection into its derived classes. by Chris Lattner · 16 years ago
  16. 72dd2ee ELF improvements: by Bruno Cardoso Lopes · 16 years ago
  17. 2b1dc9a - Remove custom handling of jumptables by the elf writter (this was by Bruno Cardoso Lopes · 16 years ago
  18. fb53861 remove the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfo by Chris Lattner · 16 years ago
  19. f8d9710 (re)introduce new simpler apis for creation sectionkinds. by Chris Lattner · 16 years ago
  20. 0c40266 Remove "JumpTableDataSection" from TAI, instead, have AsmPrinter by Chris Lattner · 16 years ago
  21. c9c277b Change SectionKind to be a property that is true of a *section*, it by Chris Lattner · 16 years ago
  22. 4d2c0f9 switch off of 'Section' onto MCSection. We're not properly using by Chris Lattner · 16 years ago
  23. 51d5b43 refactor section construction in TLOF to be through an explicit by Chris Lattner · 16 years ago
  24. 5034329 pass the mangler down into the various SectionForGlobal methods. by Chris Lattner · 16 years ago
  25. c6c5dbd5 Handle null and file symbol on doInitialization by Bruno Cardoso Lopes · 16 years ago
  26. 5e693ed Rip all of the global variable lowering logic out of TargetAsmInfo. Since by Chris Lattner · 16 years ago
  27. 16c5b4f add module identifier to the elf object file by Bruno Cardoso Lopes · 16 years ago
  28. cb364ab Handle external symbols for ELF and add some static methods to ELFSym by Bruno Cardoso Lopes · 16 years ago
  29. 149465e Eliminate SectionFlags, just embed a SectionKind into Section by Chris Lattner · 16 years ago
  30. e45ff5c make SectionKind know whether a symbol is weak or not in addition by Chris Lattner · 16 years ago
  31. 29151b0 rename Mergable -> Mergeable and Writable -> Writeable by Chris Lattner · 16 years ago
  32. abd4751 two files I missed in the last commit. by Chris Lattner · 16 years ago
  33. fb6867c simplify getSectionForMergableConstant to take a SectionKind. by Chris Lattner · 16 years ago
  34. 60f3b73 this is (unfortunately) several changes mixed together: by Chris Lattner · 16 years ago
  35. b300a4f remove the SelectSectionForMachineConst hook, replacing it with by Chris Lattner · 16 years ago
  36. 12e5432 Support adding relocations for data sections, handling the cases where by Bruno Cardoso Lopes · 16 years ago
  37. 447b7fd For PC relative relocations where symbols are defined in the same section they by Bruno Cardoso Lopes · 16 years ago
  38. 50bf9a6 Use R_X86_64_32S to handle Jump Table Index relocation entries. Hide TAI usage inside getSection* functions by Bruno Cardoso Lopes · 16 years ago
  39. 484e90b Add support to properly reference private symbols on relocation entries. by Bruno Cardoso Lopes · 16 years ago
  40. 0cded73 revert one of the loops to use indicies over iterators because there are vector insertions inside the loop by Bruno Cardoso Lopes · 16 years ago
  41. 5dd954b Fix coding style issues pointed by Bill. by Bruno Cardoso Lopes · 16 years ago
  42. 2717863 use std::vector instead of std::list for both Section and Symbol lists because by Bruno Cardoso Lopes · 16 years ago
  43. 8c9a96b Reapply my previous asmprinter changes now with more testing and two by Chris Lattner · 16 years ago
  44. fbcc663 llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 16 years ago
  45. eb3e427 Revert r7561{9,8,7,6}, which depend on r75610. by Daniel Dunbar · 16 years ago
  46. 688920e Rename getValueName -> getMangledName by Chris Lattner · 16 years ago
  47. ffb38f8 Cleanup the global emission and refactor some code by Bruno Cardoso Lopes · 16 years ago
  48. 56d0659 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 16 years ago
  49. f539f03 Changed ELFCodeEmitter to inherit from ObjectCodeEmitter by Bruno Cardoso Lopes · 16 years ago
  50. 5661ea6 Add the Object Code Emitter class. Original patch by Aaron Gray, I did some by Bruno Cardoso Lopes · 16 years ago
  51. 95dd865 Factor some code out and support for Jump Table relocations by Bruno Cardoso Lopes · 16 years ago
  52. 6dca284 shrinking down #includes by Bruno Cardoso Lopes · 16 years ago
  53. e364a23 Support Constant Pool Sections Add section symbols to the symbol table by Bruno Cardoso Lopes · 16 years ago
  54. 02a9191 Use a default alignment for data and bss sections. by Bruno Cardoso Lopes · 16 years ago
  55. bd9c94d Use different functions to emit the string and symbol tables. by Bruno Cardoso Lopes · 16 years ago
  56. a040566 Add more methods to gather target specific elf stuff by Bruno Cardoso Lopes · 16 years ago
  57. 2f55027 Introduce new BinaryObject (blob) class, ELF Writer modified to use it. BinaryObject.h by Aaron Gray by Bruno Cardoso Lopes · 16 years ago
  58. 1656366 Support for ELF Visibility by Bruno Cardoso Lopes · 16 years ago
  59. f6d9fd2 Delete comment and fix typo by Bruno Cardoso Lopes · 16 years ago
  60. e577492 Simple ELF32/64 binary files can now be emitted for x86 and x86_64 without by Bruno Cardoso Lopes · 16 years ago
  61. 1596c3d9 Remove elf specific info from ELFWriter.h to Elf.h. Code cleanup and more comments added by Bruno Cardoso Lopes · 16 years ago
  62. d51db00 Move ELFCodeEmiter stuff to new files by Bruno Cardoso Lopes · 16 years ago
  63. af9eaa8 Rename PaddedSize to AllocSize, in the hope that this by Duncan Sands · 16 years ago
  64. 12da8ce Introduce new linkage types linkonce_odr, weak_odr, common_odr by Duncan Sands · 17 years ago
  65. 18d85e7 Add support to the JIT for true non-lazy operation. When a call to a function by Nate Begeman · 17 years ago
  66. 6de96a1 Add the private linkage. by Rafael Espindola · 17 years ago
  67. dc020f9 Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. by Duncan Sands · 17 years ago
  68. 8f561c9 elf writer really wants the size of the global, not the size by Chris Lattner · 17 years ago
  69. ac79602 The llvm::ELFWriter::EmitGlobal() method is calling the by Bill Wendling · 17 years ago
  70. 0b77319 Fix MachineCodeEmitter to use uintptr_t instead of intptr_t. This avoids some overflow issues. Patch by Thomas Jablin. by Evan Cheng · 17 years ago
  71. b31a717 Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ptr. by Evan Cheng · 17 years ago
  72. a79db30 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
  73. 9371964 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 17 years ago
  74. ce4396b Add CommonLinkage; currently tentative definitions by Dale Johannesen · 17 years ago
  75. e3a63ba Fix a bug in the ELF writer that caused it to produce malformed by Dan Gohman · 18 years ago
  76. a7557df Correlate stubs with functions in JIT: when emitting a stub, the JIT tells the memory manager which function by Nicolas Geoffray · 18 years ago
  77. 2457083 Use PassManagerBase instead of FunctionPassManager for functions by Dan Gohman · 18 years ago
  78. 21ad494 Enable exception handling int JIT by Nicolas Geoffray · 18 years ago
  79. 05837ed Use getPreferredAlignmentLog or getPreferredAlignment by Duncan Sands · 18 years ago
  80. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  81. 8a332b2 Add explicit keywords, and fix a minor typo that they uncovered. by Dan Gohman · 18 years ago
  82. 283207a Eliminate the remaining uses of getTypeSize. This by Duncan Sands · 18 years ago
  83. 8c78a0b Drop 'const' by Devang Patel · 19 years ago
  84. e95c6ad Use 'static const char' instead of 'static const int'. by Devang Patel · 19 years ago
  85. 09f162c Do not use typeinfo to identify pass in pass manager. by Devang Patel · 19 years ago
  86. 945e437 Generalize TargetData strings, to support more interesting forms of data. by Chris Lattner · 19 years ago
  87. 3c4d37a Add function to create a file writer. by Bill Wendling · 19 years ago
  88. 3814e72 Use TargetELFWriterInfo class. by Bill Wendling · 19 years ago
  89. 50ee0e4 Teach TargetData to handle 'preferred' alignment for each target, and use by Chris Lattner · 19 years ago
  90. e750f61 Have the OutputBuffer take the is64Bit and isLittleEndian booleans. by Bill Wendling · 19 years ago
  91. cd9c1f0 Changed to use the OutputBuffer instead of the methods in MachO and ELF writers. by Bill Wendling · 19 years ago
  92. 38ee651 Revert patch. by Bill Wendling · 19 years ago
  93. dcc324b Use the methods in the TargetObjInfo object instead of internal methods. by Bill Wendling · 19 years ago
  94. f3baad3 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
  95. 5c3966a Converted to using llvm streams instead of <iostream>s by Bill Wendling · 19 years ago
  96. 9fd73b8 Match MachineCodeEmitter changes. by Evan Cheng · 19 years ago
  97. de46e48 For PR786: by Reid Spencer · 19 years ago
  98. 8c2c1e9 Refactor a bunch of includes so that TargetMachine.h doesn't have to include by Owen Anderson · 19 years ago
  99. 1d8ee1f Suck block address tracking out of targets into the JIT Emitter. This by Chris Lattner · 20 years ago
  100. 20a631f Refactor TargetMachine, pushing handling of TargetData into the target-specific subclasses. This has one caller-visible change: getTargetData() now returns a pointer instead of a reference. by Owen Anderson · 20 years ago