1. 9e460f2 Transform two methods to return pointers directly instead of returning them by Chris Lattner · 21 years ago
  2. 51ca860 Use V for values, not D. by Chris Lattner · 21 years ago
  3. a983359 Do not leak the ModuleProvider if releaseModule() throws. by Chris Lattner · 21 years ago
  4. ded46e2 Constants are not getting merged together correctly when types are resolved by Chris Lattner · 21 years ago
  5. 70b06fc Minor random speedup: make Constant::getNullValue only call ConstantFOO::get by Chris Lattner · 21 years ago
  6. 23c3288 Explicit copy ctors are no longer needed by Chris Lattner · 21 years ago
  7. af6f93c Minor cleanups by Chris Lattner · 21 years ago
  8. 7685ac8 This checkin basically amounts to a complete rewrite of the type-resolution by Chris Lattner · 21 years ago
  9. 4797826 Changed all of these tests to be TestRunner tests (or, at least they can be by John Criswell · 21 years ago
  10. 9ad4dac These methods are dead, remove them. Because the bodies will soon be by Chris Lattner · 21 years ago
  11. 1ad37b2 These methods are dead, remove them by Chris Lattner · 21 years ago
  12. cf21d4f Renamed these tests so that they don't contain extra periods. by John Criswell · 21 years ago
  13. aa5ff24 Added links to the C and C++ frontends. by John Criswell · 21 years ago
  14. 700c82d Adding basic documentation for the LLVM C and C++ frontends. by John Criswell · 21 years ago
  15. 8ef852f Dramatically simplify DerivedType::refineAbstractTypeToInternal by Chris Lattner · 21 years ago
  16. 1c5164e Make the PATypeHolder use a simple union-find implementation to handle by Chris Lattner · 21 years ago
  17. c7b6f03 There is no need for BytecodeParser to be an AbstractTypeUser. Instead, it by Chris Lattner · 21 years ago
  18. 3200219 There is no reason for Value to be an AbstractTypeUser. This just makes things by Chris Lattner · 21 years ago
  19. 0dde36c There is no reason for Value to be an AbstractTypeUser. This just makes things by Chris Lattner · 21 years ago
  20. df0c1a2 There is no reason for the PATypeHolder class to derive from the by Chris Lattner · 21 years ago
  21. ce2141f Removed the check for purify as we don't support its use at present. by John Criswell · 21 years ago
  22. e0f9ac6 Fixed the conditional targets for postscript files and tags. by John Criswell · 21 years ago
  23. 876dc57 The objects mapped are really PATypeHolders, not PATypeHandles by Chris Lattner · 21 years ago
  24. 4f8ede9 Remove obsolete tests which: by Chris Lattner · 21 years ago
  25. 44ae86a Checkin new file, reduced by Brian by Chris Lattner · 21 years ago
  26. 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 · 21 years ago
  27. 1909261 Add ideas and small revisions from Vikram by Chris Lattner · 21 years ago
  28. 6b03205 Implement InstCombine/add.ll:test17 & 18 by Chris Lattner · 21 years ago
  29. ad5727d Add new testcases by Chris Lattner · 21 years ago
  30. eed462b Change llc command line for register allocators by Alkis Evlogimenos · 21 years ago
  31. 824b9a6 fix spleling by Chris Lattner · 21 years ago
  32. 47588f9 add note about .a files by Chris Lattner · 21 years ago
  33. 79c3fe1 Initial checkin of the LLVM 1.0 release notes by Chris Lattner · 21 years ago
  34. b5c1af4 Use std::string::size_type for for ColonPos to stop gcc from giving a warning by Alkis Evlogimenos · 21 years ago
  35. 01ed1c0 Remove obsolete scoped pred and succ iterator typedefs by Chris Lattner · 21 years ago
  36. 22bca4d Use graph traits to perform generic interval construction by Chris Lattner · 21 years ago
  37. 96f7b1b Add graph traits specializations for intervals by Chris Lattner · 21 years ago
  38. 08fdac8 Amazingly enough, we actually do some stuff around here. Now if we could by Chris Lattner · 21 years ago
  39. 7a30f2e Make sure to include the "support" directory by Chris Lattner · 21 years ago
  40. 77e78d0 Revert previous change. For some reason this went into the main branch by Alkis Evlogimenos · 21 years ago
  41. 6ac2c8c Added command line option for linear scan allocator by Alkis Evlogimenos · 21 years ago
  42. 99b2d3d The comment seems irrelevant as the pass has become a BasicBlock pass. by Misha Brukman · 21 years ago
  43. ac41ea2 Corrected usage synopsis. by John Criswell · 21 years ago
  44. 56d2251 Make sure to get the definition of getRegisterAllocator by Chris Lattner · 21 years ago
  45. cdeeab3 New testcase that was not correctly handled by Chris Lattner · 21 years ago
  46. 03cc099 This bug is not fixed, but will be in the future eventually by Chris Lattner · 21 years ago
  47. b51a256 new testcase by Chris Lattner · 21 years ago
  48. e5d1a22 Forward declare a class by Chris Lattner · 21 years ago
  49. 799e080 This got merged into Passes.h by Chris Lattner · 21 years ago
  50. 9cd3fe9 RegisterAllocation.h is going away by Chris Lattner · 21 years ago
  51. 0866109 Include the sparc register in this file by Chris Lattner · 21 years ago
  52. 797c136 include passes.h which defines the interface this file exposes by Chris Lattner · 21 years ago
  53. be34f0d Changed TestRunner test class so that it replaces %llvmgcc and %llvmgxx by John Criswell · 21 years ago
  54. 7822759 Removed Makefile for CompileFail tests. They are now run by QMTest and are by John Criswell · 21 years ago
  55. 2bcb2de Adjusted for the new TestRunner test class. This replaces %gcc and %g++ with by John Criswell · 21 years ago
  56. 28e7767 Added the CXXTest test class. by John Criswell · 21 years ago
  57. d3439f7 This makefile is completely wrong, don't even bother to keep it by Chris Lattner · 21 years ago
  58. 3a7fbe2 These tests got moved to test/Programs/SingleSource/Regression/C++/EH by Chris Lattner · 21 years ago
  59. 39882e8 Update comment by Chris Lattner · 21 years ago
  60. 4848689 Standardize header file comments by Chris Lattner · 21 years ago
  61. f474449 Add a file header by Chris Lattner · 21 years ago
  62. 24ef734 Remove unused header by Chris Lattner · 21 years ago
  63. c36e4f4 Fix header comment by Chris Lattner · 21 years ago
  64. 5208ba1 Doxygen-ified comments. by Misha Brukman · 21 years ago
  65. 697ebca Fix header, remove dead decl by Chris Lattner · 21 years ago
  66. 5259f8d Fix header file comment by Chris Lattner · 21 years ago
  67. e97fbed * Ordered includes according to LLVM style by Misha Brukman · 21 years ago
  68. 4c3a753 make the header comment more useful by Chris Lattner · 21 years ago
  69. 61087cc Made code more terse: by Misha Brukman · 21 years ago
  70. f478556 Add statistic for # of emitWord() calls. by Brian Gaeke · 21 years ago
  71. 1c53405 Doxygen-ified function comments. by Misha Brukman · 21 years ago
  72. b6b2843 Removed extra space in comments. by Misha Brukman · 21 years ago
  73. 238cf3c Remove initials from source file by Chris Lattner · 21 years ago
  74. bb5a4d0 Make code more terse: by Misha Brukman · 21 years ago
  75. c3a3d04 new testcase distilled from 177.mesa by Chris Lattner · 21 years ago
  76. 559a6c1 Added conditional configuration of poolalloc. by John Criswell · 21 years ago
  77. 12399a1 Added the ability to conditionally configure the reopt project if it is checked by John Criswell · 21 years ago
  78. 56a4279 New fixed bug, distilled from 252.eon by Chris Lattner · 21 years ago
  79. e98ddfc 1. Use better error messages in LinkFiles(). by Brian Gaeke · 21 years ago
  80. f5b5565 Removed the utils/Makefile file from being copied to the object root tree. by John Criswell · 21 years ago
  81. a58d2be Update file headers for renamed files. by Chris Lattner · 21 years ago
  82. 4148556 Use the newly abstracted interface for running our tools and gcc. by Misha Brukman · 21 years ago
  83. 44f8a34 Fixed space issues, code alignment, tabs -> spaces. by Misha Brukman · 21 years ago
  84. 9558c6a Implementation of the abstraction of running our tools + gcc, taken out of by Misha Brukman · 21 years ago
  85. 29afb64 Abstracted away the process of running our tools + gcc from bugpoint. by Misha Brukman · 21 years ago
  86. 516d4b1 Tersified and fixed whitespace (tabs -> spaces). by Misha Brukman · 21 years ago
  87. 2e1fbdd * Added an interface for how LLEE would communicate with the OS by Misha Brukman · 21 years ago
  88. e676313 Tersified code: by Misha Brukman · 21 years ago
  89. a61b19b update run command by Chris Lattner · 21 years ago
  90. 17dc4ce * Ordered includes according to LLVM programmers' guide by Misha Brukman · 21 years ago
  91. 4e44c0e Simplify test, include problem analysis by Chris Lattner · 21 years ago
  92. c66bbd5 Added Makefiles to llvm/test/Programs/SingleSource/Regression/C++/EH and by John Criswell · 21 years ago
  93. 20f55ba Adding Makefiles for llvm/test/Programs/SingleSource/Regression/C++/EH and by John Criswell · 21 years ago
  94. acdadf0 Updated for the new QMTest test suite. Temporary output file is now placed by John Criswell · 21 years ago
  95. 0f44ad3 New testcase, distilled by John by Chris Lattner · 21 years ago
  96. 511a491 Added information on input and output filenames. by John Criswell · 21 years ago
  97. a496777 Removed Support directory. It now lives in llvm/support/lib. by John Criswell · 21 years ago
  98. 74d1e73 Check in missing makefile by Chris Lattner · 21 years ago
  99. 870c1af Initial checkin of makefile for this directory by Chris Lattner · 21 years ago
  100. ead9a94 Moved code from llvm/lib/Support to llvm/support/lib/Support. by John Criswell · 21 years ago