1. 38f1455 Add method by Chris Lattner · 20 years ago
  2. 8cca1a7 New testcase for simplifycfg by Chris Lattner · 20 years ago
  3. 37dc938 If we have something like this: by Chris Lattner · 20 years ago
  4. ee8c9ad Remove extraneous namespacification. In particular, don't define llvm::llvm::createInternalGlobalMapperPass by Chris Lattner · 20 years ago
  5. 6e35eda Fix a typo. Corrected a potential grammary issue. by John Criswell · 20 years ago
  6. 8a91939 Allow hoisting loads of globals and alloca's in conditionals. by Chris Lattner · 20 years ago
  7. 478b3b4 Make built bytecode libraries depend on gccas/gccld as appropriate. This by Chris Lattner · 20 years ago
  8. 5507eab Fix two bugs: by Reid Spencer · 20 years ago
  9. e934219 Functionality moved to portable lib/System/DynamicLibrary.cpp implementation by Reid Spencer · 20 years ago
  10. df5a37e Use System/DynamicLibrary instead of Support/DynamicLinker by Reid Spencer · 20 years ago
  11. 737459d Use System/DynamicLibrary instead of Support/DynamicLinker to implement. by Reid Spencer · 20 years ago
  12. 19cd4a9 Implement two new functions: LoadLibraryPermanently and by Reid Spencer · 20 years ago
  13. b0b0ea0 Add in some methods for use by the JIT. LoadLibraryPermanently brings the by Reid Spencer · 20 years ago
  14. a564845 Shared library extension is now in LTDL_SHLIB_EXT by Reid Spencer · 20 years ago
  15. 29ae177 We just use ltdl's implementation for this abstraction now. Its portable to by Reid Spencer · 20 years ago
  16. 7d27700 Allow reconfig from any directory, not just the top build directory, by by Reid Spencer · 20 years ago
  17. 8c8af32 Changes resulting from AC_LIB_LTDL usage. by Reid Spencer · 20 years ago
  18. 2bc7bd5 * Implement embedding libltdl into LLVM which required some rearranging. by Reid Spencer · 20 years ago
  19. 8baa775 * Update instructions about upgrading libtool by Reid Spencer · 20 years ago
  20. 6ab9b4c Don't include ltdl.h any more. Its nested in lib/System now. by Reid Spencer · 20 years ago
  21. 58c8ee1 Mods for compilation with llvm. by Reid Spencer · 20 years ago
  22. 9c16ed5 Original version of ltdl.h from libtool 1.5.10 by Reid Spencer · 20 years ago
  23. 535af2b Original version of ltdl.c from libtool 1.5.10 by Reid Spencer · 20 years ago
  24. 5252d95 Converted with autoupdate for autoconf 2.50 -> 2.59 differences. by Reid Spencer · 20 years ago
  25. 2197262 This file contains macros that allow us to incorporate the ltdl source into by Reid Spencer · 20 years ago
  26. 441cc2a Implement the default constructor which causes the current program to be by Reid Spencer · 20 years ago
  27. 7a93690 Make the default constructor cause the program's symbols to be loaded as by Reid Spencer · 20 years ago
  28. 6f14a5b Make it HTML 4.01 Strict compliant. by Reid Spencer · 20 years ago
  29. 31ce7fb * Document how to turn on doxygen documentation generation by Reid Spencer · 20 years ago
  30. aadc418 No longer necessary, moved Makefile.rules by Reid Spencer · 20 years ago
  31. 8f63178 Use LLVMLIBS=JIT to get JIT libraries by Reid Spencer · 20 years ago
  32. 7c787c9 Incorporate tools/Makefile.JIT by Reid Spencer · 20 years ago
  33. f00b540 Make sure the program's symbols can be dlsym'd as well. by Reid Spencer · 20 years ago
  34. 928b47a Revamp long/ulong comparisons to use a much more efficient sequence (thanks by Chris Lattner · 20 years ago
  35. fbbf307 * Allow date command to be printed in verbose mode by Reid Spencer · 20 years ago
  36. 513b921 Add "docs" as a descendable directory (at the end) by Reid Spencer · 20 years ago
  37. 1f31942 * allow doxygen documentation to be enabled/disabled (default off) by Reid Spencer · 20 years ago
  38. e120021 * Get additional configured values into the makefiles by Reid Spencer · 20 years ago
  39. 1a3ba7f Make the check a little quieter. by Reid Spencer · 20 years ago
  40. ca5fc7b * Make this makefile compliant with LLVM makefile standards by Reid Spencer · 20 years ago
  41. ebafced Moved --> doxygen.cfg.in by Reid Spencer · 20 years ago
  42. 58fe2f0 Reworked branching so we don't handle BAs specially. It just updates the branchTO regardless of what type of branch it is. by Tanya Lattner · 20 years ago
  43. 3c54b6c * Get rid of extraneous directories by Reid Spencer · 20 years ago
  44. 38f98b5 * add llvmc and llvm-ld by Reid Spencer · 20 years ago
  45. e53b5c1 Adjust this so that doxygen doesn't barf on it. by Reid Spencer · 20 years ago
  46. 52d7a75 * Adjust so this falls in line with LLVM Makefile standards. by Reid Spencer · 20 years ago
  47. f8d3e4a * Fix an item list. by Reid Spencer · 20 years ago
  48. ede0ae0 Add a link. by Reid Spencer · 20 years ago
  49. 22e4cde For PR393: by Reid Spencer · 20 years ago
  50. 28e5eab Fixed bug where instructions in the kernel were not ordered right to preserve dependencies in a cycle. by Tanya Lattner · 20 years ago
  51. b2e4cd6 Update the test to match the optimization. The optimization can let some by Reid Spencer · 20 years ago
  52. 6731d5c Fix for PR454: by Reid Spencer · 20 years ago
  53. 9d0087e The LLVM bool type shall have 1 byte alignment on PPC. by Chris Lattner · 20 years ago
  54. 8305a64 Make DSE potentially more aggressive by being more specific about alloca sizes. by Chris Lattner · 20 years ago
  55. eaf8f9c Fix DeadStoreElimination/2004-11-28-LiveStoreDeleted.ll by Chris Lattner · 20 years ago
  56. f4a0e50 New testcase. The store is not dead here. by Chris Lattner · 20 years ago
  57. 63eb930 Fix SingleSource/UnitTests/2004-11-28-GlobalBoolLayout.c, and hopefully PR449 by Chris Lattner · 20 years ago
  58. 96d7dac new testcase for PR463 by Chris Lattner · 20 years ago
  59. 7891593 Fix PR463 by Chris Lattner · 20 years ago
  60. 2ded5d0 Correct the RUN line to remove unneeded parameters and make sure the test by Reid Spencer · 20 years ago
  61. d3938b1 Test case for PR454 by Reid Spencer · 20 years ago
  62. 8dde18f Compute the firstFileOffset correctly after reading the LLVM symbol table. by Reid Spencer · 20 years ago
  63. 04cf0c2 Bug fixed by Chris Lattner · 20 years ago
  64. a171384 New testcase for PR447 by Chris Lattner · 20 years ago
  65. 87c74b7 Bug fixed by Chris Lattner · 20 years ago
  66. 1b64141 New testcase for PR360 by Chris Lattner · 20 years ago
  67. 9b5d395 Bug fixed by Chris Lattner · 20 years ago
  68. 393db9d New testcase for PR244 by Chris Lattner · 20 years ago
  69. eeeff01 Bug fixed by Chris Lattner · 20 years ago
  70. f97bf6d New testcase for PR397 by Chris Lattner · 20 years ago
  71. 0db649c Bug fixed by Chris Lattner · 20 years ago
  72. df284a7 new testcase by Chris Lattner · 20 years ago
  73. 3be58f9 Remove a dead check at the end of the configure script that was a left over by Reid Spencer · 20 years ago
  74. 9274621 Get the cache variable name right. by Reid Spencer · 20 years ago
  75. c33bf81 Move this to the QOI section by Chris Lattner · 20 years ago
  76. b7c0075 Mention dj by Chris Lattner · 20 years ago
  77. 6bc7e12 Bug fixed by Chris Lattner · 20 years ago
  78. 65de86b New testcase by Chris Lattner · 20 years ago
  79. cca50c6 Pass in llvmgxx by Chris Lattner · 20 years ago
  80. 748e58b Add notes by Chris Lattner · 20 years ago
  81. e63632f New testcase for PR424 by Chris Lattner · 20 years ago
  82. a4bcecf Add some notes by Chris Lattner · 20 years ago
  83. d5c36ea Add bzip2 by Chris Lattner · 20 years ago
  84. 1cccb6e These have been removed by Chris Lattner · 20 years ago
  85. 5abdbdc Remove zlib from the llvm tarball. This is only used (in theory by povray-31 by Chris Lattner · 20 years ago
  86. de09f3e Remove zlib from the llvm tarball. This is only used (in theory by povray-31 by Chris Lattner · 20 years ago
  87. cc8d524 When merging to alias sets, if they are both must alias, the result is not by Chris Lattner · 20 years ago
  88. 276636c Change interface to this method a bit by Chris Lattner · 20 years ago
  89. 646641e Implement Regression/Transforms/InstCombine/getelementptr_cast.ll, which by Chris Lattner · 20 years ago
  90. ef1ef82 New testcase by Chris Lattner · 20 years ago
  91. e524156 Don't depend on grep or sed to be portable at all. Just compare against by Reid Spencer · 20 years ago
  92. dc647db Put the expected tables of contents of the test archives into separate by Reid Spencer · 20 years ago
  93. f461ead Use grep instead of sed because on Solaris sed doesn't copy null bytes and by Reid Spencer · 20 years ago
  94. 9df7aea Accommodate the braindead Solaris "diff" that doesn't understand the -q option. by Reid Spencer · 20 years ago
  95. 3330e08 Remove the ISel->AsmPrinter link via the TargetMachine that was put in by Nate Begeman · 20 years ago
  96. 07bfa52 Add a new interface by Chris Lattner · 20 years ago
  97. f3e1d69 Provide size information when checking to see if we can LICM a load, this by Chris Lattner · 20 years ago
  98. 1ed80b6 When evaluating an AA, pass in size info by Chris Lattner · 20 years ago
  99. 15ee8ad There is no reason to store <x,x>, just store <x>. by Chris Lattner · 20 years ago
  100. 4e61676 The trick with globals actually works with allocas and malloc too by Chris Lattner · 20 years ago