1. e940714 Remove duplicated link to "Machine backend" by Misha Brukman · 20 years ago
  2. 9855b84 Reverting this patch: by Tanya Lattner · 20 years ago
  3. 527efc6 Initial support for packed types, contributed by Morten Ofstad by Chris Lattner · 20 years ago
  4. f71755d Remove unneeded cast. by Chris Lattner · 20 years ago
  5. f022805 Get GEP's working with packed types. Contributed by Morten Ofstad! by Chris Lattner · 20 years ago
  6. d92017a Add line # info by Chris Lattner · 20 years ago
  7. c7f4264 Fixed pathname to LLVM tools. Thanks to Vladimir Merzliakov for finding this. by John Criswell · 20 years ago
  8. 0b4f468 Be a little more explicit about how to configure LLVM with the --prefix by Reid Spencer · 20 years ago
  9. 302ed2a Fix typeo, thanks to Duraid for pointing it out by Chris Lattner · 20 years ago
  10. 0022b83 Revert version 1.39. It breaks the ordering of the library processing. by Reid Spencer · 20 years ago
  11. 40e7c35 Do not let GCC emit a warning for INT64_MIN by Chris Lattner · 20 years ago
  12. 33ce43e Sparcs behave better if we use <alloca.h> and avoid messing with __builtin_alloca. by Brian Gaeke · 20 years ago
  13. 78887f4 Added TCLSH var to site.exp. by Tanya Lattner · 20 years ago
  14. d616597 Move this from the C test suite by Chris Lattner · 20 years ago
  15. 11875ec This is a c++ test by Chris Lattner · 20 years ago
  16. adc5390 Add back -e, which apparently works in sh's echo but not tcsh's, which does by Chris Lattner · 20 years ago
  17. 5b0a4ff If TESTSUITE is set, we obviously want to run dejagnu by Chris Lattner · 20 years ago
  18. 532343b Fix the JIT when being used from llvm-db by Chris Lattner · 20 years ago
  19. 907e9bc do not pass -e into llvm-db as a command. by Chris Lattner · 20 years ago
  20. 13eef45 Put the output in the temporary location by Chris Lattner · 20 years ago
  21. 15a286b This is a cross platform fail, failing on freebsd as well by Chris Lattner · 20 years ago
  22. 6b205c3 This pass is completely broken. by Chris Lattner · 20 years ago
  23. 3af4b4f RevisionNum is read by error(), initialize it early. by Chris Lattner · 20 years ago
  24. 3a9e1fa This was fixed with the recent tester changes. by Chris Lattner · 20 years ago
  25. cb7a762 Update list of failing benchmarks. by Brian Gaeke · 20 years ago
  26. 9e0b902 If we're about to emit something like: by Brian Gaeke · 20 years ago
  27. 0fcb941 Add a check for the tclsh program needed by dejagnu. This can have weird by Reid Spencer · 20 years ago
  28. 0f535c6 Squelch warning by Chris Lattner · 20 years ago
  29. 7d66434 This passes on darwin now by Chris Lattner · 20 years ago
  30. 0284628 Fix several bugs in 'op x, imm' handling. Foremost is that we now emit by Chris Lattner · 20 years ago
  31. a7a5cc8 Up the compression threshold to 64K so we avoid it for all but the largest by Reid Spencer · 20 years ago
  32. 5a85d9c Fix test/Regression/Transforms/LICM/2004-09-14-AliasAnalysisInvalidate.llx by Chris Lattner · 20 years ago
  33. 35f2bbe Fix CodeGen/PowerPC/2004-11-30-shr-var-crash.ll by Chris Lattner · 20 years ago
  34. aac2d44 New testcase that crashes the PPC BE by Chris Lattner · 20 years ago
  35. e74ed0d Fix test/Regression/CodeGen/PowerPC/2004-11-29-ShrCrash.ll by Chris Lattner · 20 years ago
  36. d510293 New testcase by Chris Lattner · 20 years ago
  37. b761433 Adding timeout for a test. by Tanya Lattner · 20 years ago
  38. 7747040 Fix test/Regression/CodeGen/PowerPC/2004-11-30-shift-crash.ll by Chris Lattner · 20 years ago
  39. 93e6d83 New testcase that crashes the PPC backend by Chris Lattner · 20 years ago
  40. 6f9e571 Alkis noticed that this variable is dead. Thanks! by Chris Lattner · 20 years ago
  41. 38f1455 Add method by Chris Lattner · 20 years ago
  42. 8cca1a7 New testcase for simplifycfg by Chris Lattner · 20 years ago
  43. 37dc938 If we have something like this: by Chris Lattner · 20 years ago
  44. ee8c9ad Remove extraneous namespacification. In particular, don't define llvm::llvm::createInternalGlobalMapperPass by Chris Lattner · 20 years ago
  45. 6e35eda Fix a typo. Corrected a potential grammary issue. by John Criswell · 20 years ago
  46. 8a91939 Allow hoisting loads of globals and alloca's in conditionals. by Chris Lattner · 20 years ago
  47. 478b3b4 Make built bytecode libraries depend on gccas/gccld as appropriate. This by Chris Lattner · 20 years ago
  48. 5507eab Fix two bugs: by Reid Spencer · 20 years ago
  49. e934219 Functionality moved to portable lib/System/DynamicLibrary.cpp implementation by Reid Spencer · 20 years ago
  50. df5a37e Use System/DynamicLibrary instead of Support/DynamicLinker by Reid Spencer · 20 years ago
  51. 737459d Use System/DynamicLibrary instead of Support/DynamicLinker to implement. by Reid Spencer · 20 years ago
  52. 19cd4a9 Implement two new functions: LoadLibraryPermanently and by Reid Spencer · 20 years ago
  53. b0b0ea0 Add in some methods for use by the JIT. LoadLibraryPermanently brings the by Reid Spencer · 20 years ago
  54. a564845 Shared library extension is now in LTDL_SHLIB_EXT by Reid Spencer · 20 years ago
  55. 29ae177 We just use ltdl's implementation for this abstraction now. Its portable to by Reid Spencer · 20 years ago
  56. 7d27700 Allow reconfig from any directory, not just the top build directory, by by Reid Spencer · 20 years ago
  57. 8c8af32 Changes resulting from AC_LIB_LTDL usage. by Reid Spencer · 20 years ago
  58. 2bc7bd5 * Implement embedding libltdl into LLVM which required some rearranging. by Reid Spencer · 20 years ago
  59. 8baa775 * Update instructions about upgrading libtool by Reid Spencer · 20 years ago
  60. 6ab9b4c Don't include ltdl.h any more. Its nested in lib/System now. by Reid Spencer · 20 years ago
  61. 58c8ee1 Mods for compilation with llvm. by Reid Spencer · 20 years ago
  62. 9c16ed5 Original version of ltdl.h from libtool 1.5.10 by Reid Spencer · 20 years ago
  63. 535af2b Original version of ltdl.c from libtool 1.5.10 by Reid Spencer · 20 years ago
  64. 5252d95 Converted with autoupdate for autoconf 2.50 -> 2.59 differences. by Reid Spencer · 20 years ago
  65. 2197262 This file contains macros that allow us to incorporate the ltdl source into by Reid Spencer · 20 years ago
  66. 441cc2a Implement the default constructor which causes the current program to be by Reid Spencer · 20 years ago
  67. 7a93690 Make the default constructor cause the program's symbols to be loaded as by Reid Spencer · 20 years ago
  68. 6f14a5b Make it HTML 4.01 Strict compliant. by Reid Spencer · 20 years ago
  69. 31ce7fb * Document how to turn on doxygen documentation generation by Reid Spencer · 20 years ago
  70. aadc418 No longer necessary, moved Makefile.rules by Reid Spencer · 20 years ago
  71. 8f63178 Use LLVMLIBS=JIT to get JIT libraries by Reid Spencer · 20 years ago
  72. 7c787c9 Incorporate tools/Makefile.JIT by Reid Spencer · 20 years ago
  73. f00b540 Make sure the program's symbols can be dlsym'd as well. by Reid Spencer · 20 years ago
  74. 928b47a Revamp long/ulong comparisons to use a much more efficient sequence (thanks by Chris Lattner · 20 years ago
  75. fbbf307 * Allow date command to be printed in verbose mode by Reid Spencer · 20 years ago
  76. 513b921 Add "docs" as a descendable directory (at the end) by Reid Spencer · 20 years ago
  77. 1f31942 * allow doxygen documentation to be enabled/disabled (default off) by Reid Spencer · 20 years ago
  78. e120021 * Get additional configured values into the makefiles by Reid Spencer · 20 years ago
  79. 1a3ba7f Make the check a little quieter. by Reid Spencer · 20 years ago
  80. ca5fc7b * Make this makefile compliant with LLVM makefile standards by Reid Spencer · 20 years ago
  81. ebafced Moved --> doxygen.cfg.in by Reid Spencer · 20 years ago
  82. 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
  83. 3c54b6c * Get rid of extraneous directories by Reid Spencer · 20 years ago
  84. 38f98b5 * add llvmc and llvm-ld by Reid Spencer · 20 years ago
  85. e53b5c1 Adjust this so that doxygen doesn't barf on it. by Reid Spencer · 20 years ago
  86. 52d7a75 * Adjust so this falls in line with LLVM Makefile standards. by Reid Spencer · 20 years ago
  87. f8d3e4a * Fix an item list. by Reid Spencer · 20 years ago
  88. ede0ae0 Add a link. by Reid Spencer · 20 years ago
  89. 22e4cde For PR393: by Reid Spencer · 20 years ago
  90. 28e5eab Fixed bug where instructions in the kernel were not ordered right to preserve dependencies in a cycle. by Tanya Lattner · 20 years ago
  91. b2e4cd6 Update the test to match the optimization. The optimization can let some by Reid Spencer · 20 years ago
  92. 6731d5c Fix for PR454: by Reid Spencer · 20 years ago
  93. 9d0087e The LLVM bool type shall have 1 byte alignment on PPC. by Chris Lattner · 20 years ago
  94. 8305a64 Make DSE potentially more aggressive by being more specific about alloca sizes. by Chris Lattner · 20 years ago
  95. eaf8f9c Fix DeadStoreElimination/2004-11-28-LiveStoreDeleted.ll by Chris Lattner · 20 years ago
  96. f4a0e50 New testcase. The store is not dead here. by Chris Lattner · 20 years ago
  97. 63eb930 Fix SingleSource/UnitTests/2004-11-28-GlobalBoolLayout.c, and hopefully PR449 by Chris Lattner · 20 years ago
  98. 96d7dac new testcase for PR463 by Chris Lattner · 20 years ago
  99. 7891593 Fix PR463 by Chris Lattner · 20 years ago
  100. 2ded5d0 Correct the RUN line to remove unneeded parameters and make sure the test by Reid Spencer · 20 years ago