1. d053efd Make the index page a big more attractive by Chris Lattner · 22 years ago
  2. 537a02c More changes and updates by Chris Lattner · 22 years ago
  3. aaba10c by Chris Lattner · 22 years ago
  4. f8cf416 <tt> stuff simplify a bit by Chris Lattner · 22 years ago
  5. 090fcc1 Add pointer to LLC for code generator options. <tt> a bunch of stuff which should be by Chris Lattner · 22 years ago
  6. 7a59bc8 separate options into X86 and sparc specific options by Chris Lattner · 22 years ago
  7. da78b00 Fix bugzilla bug #5 by Chris Lattner · 22 years ago
  8. 8324fa7 These scripts are no longer needed. They have been replaced by QMTest. by John Criswell · 22 years ago
  9. ebbc1a5 Bill contributed this major rewrite of the -lowerswitch pass to make it generate by Chris Lattner · 22 years ago
  10. 7528343 Add target to regenerate top-level "configure" script. by Brian Gaeke · 22 years ago
  11. 8bf3385 Wrap at 80 columns by Chris Lattner · 22 years ago
  12. 3a8bddb Renamed llvmas.html llvmdis.html and llvmlink.html to have hyphens in them by Chris Lattner · 22 years ago
  13. a2a628f remove options specific to the -internalize pass, add the -debug option by Chris Lattner · 22 years ago
  14. 94fe1f9 Depend on config.status instead of config.h, because config.h timestamp may not by Misha Brukman · 22 years ago
  15. 6061000 Fix bug in previous checkin by Chris Lattner · 22 years ago
  16. bd08280 Added targets that force users to re-run autoconf when the script has been by John Criswell · 22 years ago
  17. 5de0bac This header file moved. Thanks to Bill and Nightly tester for noticing by Chris Lattner · 22 years ago
  18. c45be04 regenerated using autoconf-2.57. by Brian Gaeke · 22 years ago
  19. 4c42378 Don't abort if dlopen cannot be found; it's not like it's going to break by Brian Gaeke · 22 years ago
  20. a6e91d6 Check for functions: strtoq, strtoll. by Brian Gaeke · 22 years ago
  21. 85c5a3f new testcase, distilled by Brian by Chris Lattner · 22 years ago
  22. 1b36d67 Break lines so that they fit within 80 columns. by Misha Brukman · 22 years ago
  23. ef0ad41 * Alphabetized order of tools by Misha Brukman · 22 years ago
  24. 011efae Actually _PASS IN_ NO_RESERVE if we have it. by Chris Lattner · 22 years ago
  25. 6873450 ToolRunner.h has been moved from include/Support to include/llvm/Support. by Misha Brukman · 22 years ago
  26. 29f7361 Moved to llvm/include/llvm/Support because it is LLVM-specific. by Misha Brukman · 22 years ago
  27. b0a994b Remove unneeded dtors by Chris Lattner · 22 years ago
  28. 4e84e77 Users can never be null by Chris Lattner · 22 years ago
  29. 4bb7c02 Minor speedups for the instcombine pass by Chris Lattner · 22 years ago
  30. 884d6c4 Speed up the predicate used to decide when to inline by caching the size by Chris Lattner · 22 years ago
  31. 2c9b913 Add # of printed instructions statistic to both the SPARC and X86 LLC backends. by Brian Gaeke · 22 years ago
  32. 1bb9a48 I wanted to make the top of the page less verbose. Hope this helps. by Brian Gaeke · 22 years ago
  33. 5f92e2b Avoid doing pointless work. Amazingly, this makes us go faster. by Chris Lattner · 22 years ago
  34. d5a310e Implement the NamedRegionTimer class by Chris Lattner · 22 years ago
  35. aacd3c8 Doxygenize class comments. Add new NamedRegionTimer class by Chris Lattner · 22 years ago
  36. 378b524 All of our supported operating systems (so far) and FreeBSD technically by Brian Gaeke · 22 years ago
  37. 9bf6239 Hand update the configure script for moved directories by Chris Lattner · 22 years ago
  38. 5c866e1 Changes for the move of the support directory back into utils by Chris Lattner · 22 years ago
  39. 69091be This changes the PromoteMemToReg function to create "pruned" SSA form, not by Chris Lattner · 22 years ago
  40. 43f820d Change the interface to PromoteMemToReg to also take a DominatorTree by Chris Lattner · 22 years ago
  41. 5b15dee new testcase by Chris Lattner · 22 years ago
  42. 24011be Speed up the mem2reg transform for allocas which are only read/written in a single by Chris Lattner · 22 years ago
  43. 55e3459 The support directory no longer exists by Chris Lattner · 22 years ago
  44. 3fd064c Oops, missed the . files by Chris Lattner · 22 years ago
  45. 5516347 Move support/lib into lib/Support Move support/tools into utils by Chris Lattner · 22 years ago
  46. 091bbba Revert back to keeping Burg and TableGen in the utils directory by Chris Lattner · 22 years ago
  47. 0a92ebf Move support/tools/* back into utils by Chris Lattner · 22 years ago
  48. f708c79 Move support/lib/Support back to lib/Support by Chris Lattner · 22 years ago
  49. 35fccb7 The sparc backend now support invoke, but still doesn't support unwind by Chris Lattner · 22 years ago
  50. d324e25 Add support for the Invoke instruction by using the LowerInvoke pass by Chris Lattner · 22 years ago
  51. c58c169 Instead of hacking in custom support for Invoke/Unwind, use the LowerInvoke pass by Chris Lattner · 22 years ago
  52. 5e5252b Add new prototype for createLowerInvokePass(). Make simplifycfg be a by Chris Lattner · 22 years ago
  53. 86e4445 Initial checkin of the LLVM->LLVM transform to support code generators which by Chris Lattner · 22 years ago
  54. b55803a simplify-cfg is really a function pass by Chris Lattner · 22 years ago
  55. bede31f Be more careful handling PHI nodes, which might be of potentially high degree. by Chris Lattner · 22 years ago
  56. 92e4975 The first PHI node may be null, scan for the first non-null one by Chris Lattner · 22 years ago
  57. 3c881cb The VersionNumbers vector is only used during PHI placement. Turn it into an argument, allowing us to get rid of the vector. by Chris Lattner · 22 years ago
  58. afa060e * Update file header comment by Chris Lattner · 22 years ago
  59. 521c16a Simplify the loop a bit by Chris Lattner · 22 years ago
  60. 92581c2 There is no need for separate WriteSets and PhiNodeBlocks lists. It is just a by Chris Lattner · 22 years ago
  61. 036f1e7 The PhiNodes 2D vector is only used during PHI node placement. It doesn't by Chris Lattner · 22 years ago
  62. 9e38fbf * Document instance vars better by Chris Lattner · 22 years ago
  63. 9157f04 Two small cleanups/speedups: by Chris Lattner · 22 years ago
  64. 0fa1571 * Minor cleanups by Chris Lattner · 22 years ago
  65. 27db7e0 Output a very high-precision number by Chris Lattner · 22 years ago
  66. dd76aca A couple of minor code cleanups. by Chris Lattner · 22 years ago
  67. ed468e37 Type tables are now AbstractTypeUsers. This allows them to merge together by Chris Lattner · 22 years ago
  68. 5133a5c Add some new methods to forward to by Chris Lattner · 22 years ago
  69. 00413e3 Rename AbstractModuleProvider -> ModuleProvider, to match the header file name, by Chris Lattner · 22 years ago
  70. 9e460f2 Transform two methods to return pointers directly instead of returning them by Chris Lattner · 22 years ago
  71. 51ca860 Use V for values, not D. by Chris Lattner · 22 years ago
  72. a983359 Do not leak the ModuleProvider if releaseModule() throws. by Chris Lattner · 22 years ago
  73. ded46e2 Constants are not getting merged together correctly when types are resolved by Chris Lattner · 22 years ago
  74. 70b06fc Minor random speedup: make Constant::getNullValue only call ConstantFOO::get by Chris Lattner · 22 years ago
  75. 23c3288 Explicit copy ctors are no longer needed by Chris Lattner · 22 years ago
  76. af6f93c Minor cleanups by Chris Lattner · 22 years ago
  77. 7685ac8 This checkin basically amounts to a complete rewrite of the type-resolution by Chris Lattner · 22 years ago
  78. 4797826 Changed all of these tests to be TestRunner tests (or, at least they can be by John Criswell · 22 years ago
  79. 9ad4dac These methods are dead, remove them. Because the bodies will soon be by Chris Lattner · 22 years ago
  80. 1ad37b2 These methods are dead, remove them by Chris Lattner · 22 years ago
  81. cf21d4f Renamed these tests so that they don't contain extra periods. by John Criswell · 22 years ago
  82. aa5ff24 Added links to the C and C++ frontends. by John Criswell · 22 years ago
  83. 700c82d Adding basic documentation for the LLVM C and C++ frontends. by John Criswell · 22 years ago
  84. 8ef852f Dramatically simplify DerivedType::refineAbstractTypeToInternal by Chris Lattner · 22 years ago
  85. 1c5164e Make the PATypeHolder use a simple union-find implementation to handle by Chris Lattner · 22 years ago
  86. c7b6f03 There is no need for BytecodeParser to be an AbstractTypeUser. Instead, it by Chris Lattner · 22 years ago
  87. 3200219 There is no reason for Value to be an AbstractTypeUser. This just makes things by Chris Lattner · 22 years ago
  88. 0dde36c There is no reason for Value to be an AbstractTypeUser. This just makes things by Chris Lattner · 22 years ago
  89. df0c1a2 There is no reason for the PATypeHolder class to derive from the by Chris Lattner · 22 years ago
  90. ce2141f Removed the check for purify as we don't support its use at present. by John Criswell · 22 years ago
  91. e0f9ac6 Fixed the conditional targets for postscript files and tags. by John Criswell · 22 years ago
  92. 876dc57 The objects mapped are really PATypeHolders, not PATypeHandles by Chris Lattner · 22 years ago
  93. 4f8ede9 Remove obsolete tests which: by Chris Lattner · 22 years ago
  94. 44ae86a Checkin new file, reduced by Brian by Chris Lattner · 22 years ago
  95. 7237ece Moved enum and command-line option in separate file. Also added function that returns the user selected register allocator to the caller. by Alkis Evlogimenos · 22 years ago
  96. 1909261 Add ideas and small revisions from Vikram by Chris Lattner · 22 years ago
  97. 6b03205 Implement InstCombine/add.ll:test17 & 18 by Chris Lattner · 22 years ago
  98. ad5727d Add new testcases by Chris Lattner · 22 years ago
  99. eed462b Change llc command line for register allocators by Alkis Evlogimenos · 22 years ago
  100. 824b9a6 fix spleling by Chris Lattner · 22 years ago