1. a455cca Don't bother with a re-linked library, ensure archive library is built. by Reid Spencer · 20 years ago
  2. 8bbb17a *Adjust prototypes for public interface. *Rewrite LinkInArchive to use symbol tables. by Reid Spencer · 20 years ago
  3. a70d84d Simplify compression code by using the high level interface to the Compressor by Reid Spencer · 20 years ago
  4. 565ff3d Add wrappers to get defined symbols from bytecode by Reid Spencer · 20 years ago
  5. d3539b8 Simplify handling of decompression by Reid Spencer · 20 years ago
  6. 61aaf2e Simplify decompression code by using the high level interface to the Compressor by Reid Spencer · 20 years ago
  7. f9d7a51 Completely rewritten to allow reading of archives and symbol table lookup in a more efficient manner. by Reid Spencer · 20 years ago
  8. bc9fc84 Implementation declarations for Archive by Reid Spencer · 20 years ago
  9. cf6afc6 First working version by Reid Spencer · 20 years ago
  10. 5544b5e Add the Archive library by Reid Spencer · 20 years ago
  11. 9d969b8 Add the Linker library by Reid Spencer · 20 years ago
  12. f31c7ff *Make naming convention consistent.*Add convertion to/from Unix Epoch time.*Add ability to convert to readable string. by Reid Spencer · 20 years ago
  13. 00e9ca7 Make the remove*OnSignal functions deal with Paths not strings by Reid Spencer · 20 years ago
  14. c5fe253 *Put the StatusInfo type in the right section. *Provide the ability to rename a file.*Provide the ability to get/set stat(2) information.*Provide the ability to identify LLVM file types. by Reid Spencer · 20 years ago
  15. 8d2a8c3 Allow explicit closing of the MappedFile, before destruction by Reid Spencer · 20 years ago
  16. f447156 Linker is its own module now. Moved to include/llvm/Linker.h by Reid Spencer · 20 years ago
  17. 14ef014 Add higher level interface to simplify use of Compressor by Reid Spencer · 20 years ago
  18. cc08ee5 Add the MoreHelp function pointer. If non-null, this specifies a function to be called to print out additional help information by Reid Spencer · 20 years ago
  19. 33e2fcd Remove ReadArchiveFile (functionality moved to Archive.h). Add an alternate form for GetBytecodeSymbols. by Reid Spencer · 20 years ago
  20. 9461bd7 Complete rewrite to get first working version. by Reid Spencer · 20 years ago
  21. 5991dcb Add a command for using llvm-ar correctly. by Reid Spencer · 20 years ago
  22. 56ae518 Interface to Linker (revised/expanded from Support/Linker.h) by Reid Spencer · 20 years ago
  23. 3c8f2c6 GhostLinkage not allowed in LLVM AsmWriter, either by Misha Brukman · 20 years ago
  24. d2691fd GhostLinkage should not reach asm printing stage by Misha Brukman · 20 years ago
  25. 3a8a42a Handle GhostLinkage (should not ever reach the assembly printing stage!) by Misha Brukman · 20 years ago
  26. a3e6ad6 Mark an unmaterialized function as having GhostLinkage by Misha Brukman · 20 years ago
  27. f2cdf5e Add GhostLinkage for marking functions before they're fully materialized by Misha Brukman · 20 years ago
  28. bd38edf If a global is just loaded and restored, realize that it is not changing by Chris Lattner · 20 years ago
  29. 826c47e New testcase. Believe it or not, this happens a LOT in vortex by Chris Lattner · 20 years ago
  30. fc25659 Fix build on Linux/PowerPC64 using SuSE GCC (#undef PPC) by Misha Brukman · 20 years ago
  31. 7d0a022 Moved from include/llvm/Support/Linker.h by Reid Spencer · 20 years ago
  32. 9577667 Moved to lib/Bytecode/Archive in preparation for re-write. by Reid Spencer · 20 years ago
  33. b589344 This optimization makes MANY phi nodes that all have the same incoming value. by Chris Lattner · 20 years ago
  34. bac3286 Implement instcombine/phi.ll:test6 - pulling operations through PHI nodes. by Chris Lattner · 20 years ago
  35. 6e54db0 New testcase: the phi can be eliminated if the casts are sucked into it. by Chris Lattner · 20 years ago
  36. e58b254 Fix typo by Chris Lattner · 20 years ago
  37. 56ef3ae add a testcase, which we already handle by Chris Lattner · 20 years ago
  38. 711b340 Transform this: %X = alloca ... %Y = alloca ... X == Y by Chris Lattner · 20 years ago
  39. 6739eae Remove note to self by Chris Lattner · 20 years ago
  40. da9b366 Fix problem with insertion point for ADJCALLSTACKDOWN. by Brian Gaeke · 20 years ago
  41. 5179e41 Update lists of failing unit tests. by Brian Gaeke · 20 years ago
  42. f2c83db Oops, make this test the right thing. by Chris Lattner · 20 years ago
  43. a990d94 If a function always returns a constant, replace all calls sites with that by Chris Lattner · 20 years ago
  44. 0240a37 New testcase by Chris Lattner · 20 years ago
  45. 04fe747 Fix NotTest - round up extraStack to the nearest doubleword, if it is not zero. by Brian Gaeke · 20 years ago
  46. d878ecd Teach SROA how to promote an array index that is variable, if the dimension by Chris Lattner · 20 years ago
  47. 6c84e79 New testcase, SROA with variable array index by Chris Lattner · 20 years ago
  48. b31a828 Update failing Benchmarks; point out that I'm skipping Shootout-C++. by Brian Gaeke · 20 years ago
  49. f5990ed Rearrange some code, no functionality changes. by Chris Lattner · 20 years ago
  50. 1c74581 Update expected UnitTests failures. by Brian Gaeke · 20 years ago
  51. 24b90c3 Rewrite outgoing arg handling to handle more weird corner cases. by Brian Gaeke · 20 years ago
  52. 54799c2 Support UndefValue emission. by Brian Gaeke · 20 years ago
  53. d85f0af setting path to prcontext.tcl script. Right now it searches for tclsh in your path, but this should be obtained from configure. by Tanya Lattner · 20 years ago
  54. 4c989b6 Remove debugging code by Chris Lattner · 20 years ago
  55. 11a3d7b Argument promotion transforms functions to unconditionally load their by Chris Lattner · 20 years ago
  56. 32e7a80 Add a testcase we should continue to argpromote by Chris Lattner · 20 years ago
  57. 78d223e Add a testcase for a function we cannot legally promote the argument of. by Chris Lattner · 20 years ago
  58. e6c7452 Add useful method, minor cleanups by Chris Lattner · 20 years ago
  59. 4b2c09f Don't print unneeded labels by Chris Lattner · 20 years ago
  60. c7185ac Run prcontext.tcl with tclsh and let it be found in the path. This should be found by configure. by Tanya Lattner · 20 years ago
  61. 28b372f Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression) by Tanya Lattner · 20 years ago
  62. de942dc Changed to use tcl script. by Tanya Lattner · 20 years ago
  63. 4394d51 Hack around stupidity in GCC, fixing Burg with the CBE and by Chris Lattner · 20 years ago
  64. 8408d0b New testcase by Chris Lattner · 20 years ago
  65. 4913cdc Rewrote prcontext.py in tcl. by Tanya Lattner · 20 years ago
  66. ce7cafa by Chris Lattner · 20 years ago
  67. 62f5a94 Add missing check by Chris Lattner · 20 years ago
  68. 44205ca Compile: by Chris Lattner · 20 years ago
  69. 50af16a Simplify handling of shifts to be the same as we do for adds. Add support by Chris Lattner · 20 years ago
  70. 706759e New testcase by Chris Lattner · 20 years ago
  71. f17ffcc Add support for shifts by Chris Lattner · 20 years ago
  72. 65aedc1 Fold: by Chris Lattner · 20 years ago
  73. 0c3b390 Lazily create the abort message, so only translation units that use unwind by Chris Lattner · 20 years ago
  74. 9ecc046 Fix: CodeExtractor/2004-11-12-InvokeExtract.ll by Chris Lattner · 20 years ago
  75. 8de2da4 New testcase by Chris Lattner · 20 years ago
  76. 68c311a Fix a bug where the code extractor would get a bit confused handling invoke by Chris Lattner · 20 years ago
  77. 44c94b9 Simplify handling of constant initializers by Chris Lattner · 20 years ago
  78. 5c911ab Makefile for lib/Linker by Reid Spencer · 20 years ago
  79. 7f49602 This file originated in lib/VMCore/Linker.cpp but now lives in by Reid Spencer · 20 years ago
  80. c408c45 This file originated in tools/gccld/Linker.cpp but now lives in by Reid Spencer · 20 years ago
  81. 12d7951 * Clean up all the shared library output on uninstall by Reid Spencer · 20 years ago
  82. 37d813d Document the new llvm-ranlib command. by Reid Spencer · 20 years ago
  83. 2152cca Correctly terminate a list. by Reid Spencer · 20 years ago
  84. 742ecbc Document the modifiers and the file format. by Reid Spencer · 20 years ago
  85. 04252fe Make this build in release mode by Chris Lattner · 20 years ago
  86. 0aa1899 Add llvm-ar to the index. by Reid Spencer · 20 years ago
  87. e26ed7a First attempt at llvm-ar documentation. Modifiers need a little more by Reid Spencer · 20 years ago
  88. d79c7b4 Actually, leave the check in. This prevents us from counting dead arguments by Chris Lattner · 20 years ago
  89. 3e062ea Fix bug: IPConstantProp/deadarg.ll by Chris Lattner · 20 years ago
  90. 1f7893f new testcase by Chris Lattner · 20 years ago
  91. 7863c40 Fix documentation for Makefile target name change. install-bytecode is now by Reid Spencer · 20 years ago
  92. ff1529b Make IP Constant prop more aggressive about handling self recursive calls. by Chris Lattner · 20 years ago
  93. 6285016 New testcase by Chris Lattner · 20 years ago
  94. 546faca Correct the name of stosd for the AT&T syntax: by John Criswell · 20 years ago
  95. c890bfe Do not let dead constant expressions hanging off of functions prevent IPCP. by Chris Lattner · 20 years ago
  96. 8ee9da0 Provide conversion from posix time. by Reid Spencer · 20 years ago
  97. 4b82681 Fix isBytecodeFile to correctly recognized compressed bytecode too. by Reid Spencer · 20 years ago
  98. 9195f37 * Implement getStatusInfo for getting stat(2) like information by Reid Spencer · 20 years ago
  99. 31391b6 Make sure llee can deal with compressed bytecode too. by Reid Spencer · 20 years ago
  100. b581028 Recognize compressed LLVM bytecode files. by John Criswell · 20 years ago