1. 841e00b Fix bug where we considered function types equivalent even if they had differing numbers of arguments by Chris Lattner · 21 years ago
  2. 77c5f73 Fix bug: Linker/2003-08-23-GlobalVarLinking.ll by Chris Lattner · 21 years ago
  3. 873c5e7 Implement: Linker/2003-08-24-InheritPtrSize.ll by Chris Lattner · 21 years ago
  4. f44c605 Do not consider any types that exist in the global symbol table! by Chris Lattner · 21 years ago
  5. e3092c9 Fix bug: Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll by Chris Lattner · 21 years ago
  6. fcd0234 Implement Linker/2003-08-23-GlobalVarLinking.ll, which should fix 176.gcc by Chris Lattner · 21 years ago
  7. 9732be7 Fix typeo by Chris Lattner · 21 years ago
  8. 43f4ba8 The process of linking types can cause their addresses to become invalid. For this reason, we must use TypeHandles! by Chris Lattner · 21 years ago
  9. e76c57a Implement Linker/2003-08-20-OpaqueTypeResolve.ll by Chris Lattner · 21 years ago
  10. 4c00e53 Fix Bug: Linker/2003-05-15-TypeProblem.ll by Chris Lattner · 21 years ago
  11. f414646 Fix major problem with appending linkage changes by Chris Lattner · 21 years ago
  12. 8166e6e Implement linkage of appending global variables! by Chris Lattner · 21 years ago
  13. c2b97d4 Fix Bug: Linker/2003-04-23-LinkOnceLost.ll by Chris Lattner · 21 years ago
  14. 43a9994 Add warning when linking modules with disagreeing target properties by Chris Lattner · 21 years ago
  15. 2719bac Fix bug: 2003-01-30-LinkerRename.ll by Chris Lattner · 21 years ago
  16. 0fec08e Fix linking a function with qualifiers to a external function declaration: by Chris Lattner · 21 years ago
  17. 4ad02e7 Add new linkage types to support a real frontend by Chris Lattner · 21 years ago
  18. 2f6bb2b * Fix linking of opaque types and their non-opaque versions by Chris Lattner · 22 years ago
  19. 5c2d335 Eliminate using decls by Chris Lattner · 22 years ago
  20. b91b657 Fix big bug introduced with symbol table changes by Chris Lattner · 22 years ago
  21. 6e6026b - Eliminated the deferred symbol table stuff in Module & Function, it really by Chris Lattner · 22 years ago
  22. 69da5cf - Change Function's so that their argument list is populated when they are by Chris Lattner · 22 years ago
  23. d149c05 Insert resolved constants into the global map so they are reused correctly. by Chris Lattner · 22 years ago
  24. b319faf fixed bug: test/Regression/Linker/2002-08-20-ConstantExpr.ll by Chris Lattner · 22 years ago
  25. ad33348 Remove support for Not ConstantExpr. This simplifies the unary case to only by Chris Lattner · 22 years ago
  26. e8e4605 Cleanup ConstantExpr handling: by Chris Lattner · 22 years ago
  27. ad772a7 Remove FIXME's that aren't really needed after all. by Chris Lattner · 22 years ago
  28. b1443b1 *** empty log message *** by Chris Lattner · 22 years ago
  29. e306d94 * Rewrite loop to be slightly more efficient (arguably) by Chris Lattner · 22 years ago
  30. 6cdf197 Implement linking of ConstExprs by Chris Lattner · 22 years ago
  31. 1896150 *** empty log message *** by Chris Lattner · 22 years ago
  32. c8cc4cb Updates to move some header files out of include/llvm/Transforms into by Chris Lattner · 22 years ago
  33. 31bcdb8 Split ConstantVals.h into Constant.h and Constants.h by Chris Lattner · 22 years ago
  34. 73e2142 Move FunctionArgument out of iOther.h into Argument.h and rename class to by Chris Lattner · 22 years ago
  35. 87182ae Eliminate explicit use of Writer library, using debug dump output instead. by Chris Lattner · 22 years ago
  36. 6bfd6a5 s/Method/Function by Chris Lattner · 22 years ago
  37. 79df7c0 Change references from Method to Function by Chris Lattner · 22 years ago
  38. 9b63801 Cleanup error message output a bit by Chris Lattner · 22 years ago
  39. 221d688 Method.h no longer includes BasicBlock.h by Chris Lattner · 23 years ago
  40. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 23 years ago
  41. 7a17675 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 23 years ago
  42. e9bb2df Rename ConstPoolVal -> Constant by Chris Lattner · 23 years ago
  43. e4d25aa Implement support for internal methods by Chris Lattner · 23 years ago
  44. 161aa5a Add #includes to enable buiding in Release mode by Chris Lattner · 23 years ago
  45. 2c236f3 Don't forget to link type names together too. Fix for Olden/mst benchmark by Chris Lattner · 23 years ago
  46. 2d3e8bb Add extra code for debugging linker problems by Chris Lattner · 23 years ago
  47. 43a6f2e Pull method symbols over when linking. Otherwise the result of the link will appear stripped by Chris Lattner · 23 years ago
  48. 2301a07 Remove non linking related stuff by Chris Lattner · 23 years ago
  49. 9466f51 Added name-mangling routines for future use. by Vikram S. Adve · 23 years ago
  50. c2d774b Fix problem linking in a method prototype when a method body exists by Chris Lattner · 23 years ago
  51. c18545d Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tired typing that much by Chris Lattner · 23 years ago
  52. 8d2de8a Implement linking of global variable constant references by Chris Lattner · 23 years ago
  53. 5c377c5 Implement linker. It's 95% working now. by Chris Lattner · 23 years ago
  54. 52f7e90 Start of a linker by Chris Lattner · 23 years ago