1. cc2d1e2 Internalize variable names to prevent recursive assignment. Cleanup docs. by Reid Spencer · 20 years ago
  2. f1bd4b4 Fix some more problems where we called getOffset before getNode() by Chris Lattner · 20 years ago
  3. 857eb06 Fix three bugs: by Chris Lattner · 20 years ago
  4. 62c3a95 Fix more undefined behavior by Chris Lattner · 20 years ago
  5. 6f96774 * Add a method by Chris Lattner · 20 years ago
  6. 5b3ed50 Add an assertion and a method by Chris Lattner · 20 years ago
  7. c74ea9f No really, this is LLVM! by Chris Lattner · 20 years ago
  8. 260652a Fixed bug with infinite epilogues. by Tanya Lattner · 20 years ago
  9. b188393 Fix file header comment by Misha Brukman · 20 years ago
  10. 9437db4 * Fix compilation on AIX: GCC's fixincludes eliminates isinf() declaration by Misha Brukman · 20 years ago
  11. 7614e51 Don't modify user vars because they will get passed down (modified) to by Reid Spencer · 20 years ago
  12. b982c42 Change name of target lib to conform to new naming scheme. by Brian Gaeke · 20 years ago
  13. b13fac7 Remove dependency on MRegisterInfo::getRegClass by Brian Gaeke · 20 years ago
  14. 7175822 Fix grammar (i.e.) by Misha Brukman · 20 years ago
  15. bdfefc9 Disable the build in the samples directory so that llvmc dependencies don't by Reid Spencer · 20 years ago
  16. 1b0d4f3 The Alpha (tm) intrinsics aren't even being used by Misha Brukman · 20 years ago
  17. e7a3f3e The Alpha (tm) intrinsics have never been used anywhere by Misha Brukman · 20 years ago
  18. a6ad12d LLEE execve() wrapper library has changed its name and location by Misha Brukman · 20 years ago
  19. 88560c3 When emitting debug msgs for function stubs, don't truncate the by Brian Gaeke · 20 years ago
  20. 65dea6e Print P and [AR] files on update. by Vikram S. Adve · 20 years ago
  21. 6e039e5 Make sure the LLVM_CONFIG_DIR environment variable is set so we don't get by Reid Spencer · 20 years ago
  22. 85ec003 Make the list of automatic Makefile* files updated explicit instead of by Reid Spencer · 20 years ago
  23. b0e7e45 * Add spaces between function names for readability by Misha Brukman · 20 years ago
  24. da033ce This line breaks FreeBSD and apparently isn't useful anymore. by Chris Lattner · 20 years ago
  25. 9ba883c Commented out the _Alloc_traits specialization entirely, as it is only by John Criswell · 20 years ago
  26. cd74271 Only add the _Alloc_traits specialization in if we're compiling for by John Criswell · 20 years ago
  27. cd1e7dd Fix the dependency of lex.o on gram.tab.h by Reid Spencer · 20 years ago
  28. e96aa1c Added the poolalloc module to the list of projects to configure, if present. by John Criswell · 20 years ago
  29. a69b1ea Bug Fixes: by Reid Spencer · 20 years ago
  30. c6dcc6a Make parallel "install" and "uninstall" targets not step on itself. by Reid Spencer · 20 years ago
  31. 56a2468 Gep indices must be of int, uint, long or ulong type. by Alkis Evlogimenos · 20 years ago
  32. 64b5fb2 Make sure the sources get distributed (use EXTRA_DIST) Add the goof.st sample. by Reid Spencer · 20 years ago
  33. d6d8b83 Fix library names for sparc by Brian Gaeke · 20 years ago
  34. 685f86a Fix library name. by Reid Spencer · 20 years ago
  35. 0022421 Fix library name. by Alkis Evlogimenos · 20 years ago
  36. 06aada9 Fix library name. by Reid Spencer · 20 years ago
  37. e55bd78 Fix name of library by Reid Spencer · 20 years ago
  38. 6802b55 Regenerated after fixing typo. by Brian Gaeke · 20 years ago
  39. cd9bbdd Make sure we test the right variable for the AC_DEFINE by Reid Spencer · 20 years ago
  40. 1d460f9 It's spelled IEEEFP by Brian Gaeke · 20 years ago
  41. e198cd1 Use llvmc to compile the Stacker programs by Reid Spencer · 20 years ago
  42. 5456091 Add the samples directory to the build by Reid Spencer · 20 years ago
  43. 0dac2eb Remove the FORCE token, rename VERSION to VERSION_TOK so it doesn't by Reid Spencer · 20 years ago
  44. af77d74 Implement linking. by Reid Spencer · 20 years ago
  45. 3a9b222 Eliminate the force flag, configuration item, and related support by Reid Spencer · 20 years ago
  46. 5a7f13b Pass -f to stkrc to ensure the output file is always written. by Reid Spencer · 20 years ago
  47. 2967b61 Eliminate the -F option (for forcing output) .. not needed by Reid Spencer · 20 years ago
  48. 6cf4acc Add llvm-ld to the subdirs to be built by Reid Spencer · 20 years ago
  49. e84f92d Convert to new library names. by Reid Spencer · 20 years ago
  50. 7c6201f Get rid of drivel. by Reid Spencer · 20 years ago
  51. 5d6ca51 Make sure that the yacc and lex output are specified as BUILT_SOURCES. by Reid Spencer · 20 years ago
  52. 80f0ef7 Bug Fixes: by Reid Spencer · 20 years ago
  53. f113e7b Update for library name change. by Reid Spencer · 20 years ago
  54. 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 20 years ago
  55. af362fc Add the HAVE_RAND48 define. by Reid Spencer · 20 years ago
  56. abec8f9 Changes to support rand48 tests by Reid Spencer · 20 years ago
  57. 0b8d2f9 Fix auto-reconfigure bug: make sure we actually reconfigure not just by Reid Spencer · 20 years ago
  58. f1ccf1a Add a couple of new features by Chris Lattner · 20 years ago
  59. 1fca5ff Convert 'struct' to 'class' in various places to adhere to the coding standards by Chris Lattner · 20 years ago
  60. 3acd918 Give sumant credit too! by Chris Lattner · 20 years ago
  61. 0aafc32 Move destructor out of line to avoid vtable emission in every file that includes the header. Thanks to sabre. by Nate Begeman · 20 years ago
  62. dc78122 Hrm, this code was severely botched. As it turns out, this patch: by Chris Lattner · 20 years ago
  63. 4c34801 Fix the build by eliminating some more dead code. That'll learn me not to listen to Reid by Nate Begeman · 20 years ago
  64. 7853b38 Remove dead data member in MRegisterInfo class. Thanks sabre! by Nate Begeman · 20 years ago
  65. 1654448 Get the *.inc files to depend on tblgen so if tblgen gets fixed, all the by Reid Spencer · 20 years ago
  66. 2f48686 Initialize with the correct constant type by Chris Lattner · 20 years ago
  67. 8660678 Make sure that Makefile.rules and Makefile.config.in are not candidates for by Reid Spencer · 20 years ago
  68. 9411c64 Cleanup/Fixes: by Reid Spencer · 20 years ago
  69. a4b07c5 * Make the libcrtend.a installation depend on the bytecode-libs directory by Reid Spencer · 20 years ago
  70. 58aef7f Unless someone seriously objects, I don't think we really need this. Sorry by Chris Lattner · 20 years ago
  71. e8343a5 Plug a memory leak in the asmparser. It turns out that we were leaking by Chris Lattner · 20 years ago
  72. 28ab668 Wrap comments at 80 cols by Misha Brukman · 20 years ago
  73. 48b2f6b add support for UndefValue by Chris Lattner · 20 years ago
  74. b2fc1fc Fix header by Chris Lattner · 20 years ago
  75. 91d64af Use <tt> around "#include" and "std::endl" by Misha Brukman · 20 years ago
  76. e757752 * DataTypesFix.h moved to AIXDataTypesFix.h by Misha Brukman · 20 years ago
  77. 84d17fe Use <tt> around header names by Misha Brukman · 20 years ago
  78. 309ca69 * Thanks to Morten Ofstad for the Visual C++ compatibility fixes by Misha Brukman · 20 years ago
  79. edcc78a * Fix spelling and grammar errors by Misha Brukman · 20 years ago
  80. 52c09d7 Move method bodies that depend on <algorithm> from MBB.h to MBB.cpp by Chris Lattner · 20 years ago
  81. 3dfbb55 Remove the unused MachineBasicBlock2IndexFunctor class. by Chris Lattner · 20 years ago
  82. 27f2916 Clean up the MachineBasicBlock.h file, percolating #includes into this file. by Chris Lattner · 20 years ago
  83. e45ebfa * Implement the "dist-check" target that verifies the contents of a zipped by Reid Spencer · 20 years ago
  84. 90c2949 Reduce the number of EXTRA_DIST files since Makefile.rules now handles the by Reid Spencer · 20 years ago
  85. e817154 Make sure the samples and test directories get distributed. by Reid Spencer · 20 years ago
  86. c4ea7d8 Make sure the include files get distributed. by Reid Spencer · 20 years ago
  87. 9826173 Add the export symbols list files as extra distribution files. by Reid Spencer · 20 years ago
  88. b9cad90 Remove include of MRegisterInfo.h, since it is already included by by Nate Begeman · 20 years ago
  89. 17304c3 Remove file that is no longer used, and move include of MRegisterInfo.h by Nate Begeman · 20 years ago
  90. 01808b3 Remove method getRegClass from MRegisterInfo, as it is no longer used. by Nate Begeman · 20 years ago
  91. 608624b Really get mkinstalldirs to shut up about what its doing .. who cares? by Reid Spencer · 20 years ago
  92. 395236f Improve help output from llvm-db 'info' command. Patch contributed by by Chris Lattner · 20 years ago
  93. dfd0e7b Eliminate usage of MRegisterInfo::getRegClass(physreg) by Nate Begeman · 20 years ago
  94. 6f335f9 Fix the interpreter crash that Michael McCracken found by Chris Lattner · 20 years ago
  95. ad3c74f Reduce usage of MRegisterInfo::getRegClass by Chris Lattner · 20 years ago
  96. 4a0de07 Update to-do list by Nate Begeman · 20 years ago
  97. 9b508c3 Fix treecc. Also fix a latent bug in emitBinaryConstOperation that would by Nate Begeman · 20 years ago
  98. 20ac4e3 Add EXTRA_DIST for additional files to be distributed. by Reid Spencer · 20 years ago
  99. 7f2cd27 Give a useful hint by Chris Lattner · 20 years ago
  100. a2a394f Bug fixed by Chris Lattner · 20 years ago