1. d2aa7b8 Hrm, how could this compile? by Chris Lattner · 21 years ago
  2. 9e6f686 Fix compatibility with gcc 3.4 by Chris Lattner · 21 years ago
  3. f168b75 Build _lib_crtend.a, not crtend.a by Chris Lattner · 21 years ago
  4. 53005b0 Don't print out tons of crap by Chris Lattner · 21 years ago
  5. ef1835d Rewrite makefile logic to build an archive instead of a .o file. This is by Chris Lattner · 21 years ago
  6. eefa3d3 Simplify some rules Move LGCCLDPROG from test/Makefile.tests by Chris Lattner · 21 years ago
  7. f6968f3 Move rule to top-level makefile by Chris Lattner · 21 years ago
  8. e893d64 Add readme and spiff up makefile header by Chris Lattner · 21 years ago
  9. b895fb0 Testcase for duplicated cleanup work (PR11). Note that this testcase is not actually by Chris Lattner · 21 years ago
  10. 3607f4d Fix test: Transforms/LevelRaise/2003-11-28-IllegalTypeConversion.ll by Chris Lattner · 21 years ago
  11. 7219a21 new testcase for problem causing 2003-10-12-GlobalVarInitializers failures by Chris Lattner · 21 years ago
  12. 548e813 The function resolving pass must be run, even if -disable-opt is specified by Chris Lattner · 21 years ago
  13. 6cc8ca9 * The return value of LinkLibraries is ignored, so remove it. by Chris Lattner · 21 years ago
  14. d423fb5 fix gcc 3.4 compatibility problem by Chris Lattner · 21 years ago
  15. f095db1 Testcase for PR160 by Chris Lattner · 21 years ago
  16. 2bc9988 New testcase for PR158 by Chris Lattner · 21 years ago
  17. d8db4eb Fix grammaro by Chris Lattner · 21 years ago
  18. 1f80115 testcase for PR159 by Chris Lattner · 21 years ago
  19. f5e25aa PR11 is now fixed for 1.1! by Chris Lattner · 21 years ago
  20. 3074b34 PR11 is now fixed for 1.1 by Chris Lattner · 21 years ago
  21. 35976d9 * Squelch warning on Sun by Chris Lattner · 21 years ago
  22. f2ec35b Makefiles are now copies over to the object root directory dynamically. by John Criswell · 21 years ago
  23. 1b4fb5a Renamed intermediate values that used the same type and name as previous by John Criswell · 21 years ago
  24. f733073 Bugz die! by Chris Lattner · 21 years ago
  25. 7dd9334 Testcase for PR157 by Chris Lattner · 21 years ago
  26. 4257098 To not barf when an error occurs. by Chris Lattner · 21 years ago
  27. 5b26658 Boogs by Chris Lattner · 21 years ago
  28. 676c255 More dead boogers by Chris Lattner · 21 years ago
  29. 4f7e173 output foo(void) as appropriate by Chris Lattner · 21 years ago
  30. bc771c5 Fix bug in previous checkin by Chris Lattner · 21 years ago
  31. 009900b Fixed a small grammatical error. by John Criswell · 21 years ago
  32. d85cbe8 Fix const correctness by Chris Lattner · 21 years ago
  33. b9da9c1 Relax constrains on GEP type indexes by Chris Lattner · 21 years ago
  34. 6c7901b It is legal to index into sequential types with any integer by Chris Lattner · 21 years ago
  35. be883a2 Do not use index type to determine what it is indexing into! by Chris Lattner · 21 years ago
  36. 23e9070 Do not depend on the gep index types to determine what flavor of index it is by Chris Lattner · 21 years ago
  37. 4af6de8 Do not depend on structure elements being of type UByteTy by Chris Lattner · 21 years ago
  38. 9b3b5de Adjusted the projects Makefile so that it picks up the name of projects by John Criswell · 21 years ago
  39. 33a911a Configure all project directories contained in llvm/projects. by John Criswell · 21 years ago
  40. fa3711a Do not depend on index type to determine whether it is a structure or sequential index by Chris Lattner · 21 years ago
  41. c4c6b9e Work with gepi's and constant exprs. Also, add versions of iterator ctors that take references by Chris Lattner · 21 years ago
  42. 9d7c9ea Fix file header by Chris Lattner · 21 years ago
  43. b66214c Remove dead variable by Chris Lattner · 21 years ago
  44. 1af55e1 Use gep_type_begin/end instead of looking for ubytes by Chris Lattner · 21 years ago
  45. bf6b5d0 Configure script for ModuleMaker. by John Criswell · 21 years ago
  46. 02af846 Auto-confed ModuleMaker. by John Criswell · 21 years ago
  47. 27bf637 Auto-conf'ed the ModuleMaker code. Moved Makefile.common to Makefile.common.in. by John Criswell · 21 years ago
  48. 94a28c6 Rename class to be consistent with other iterator classes by Chris Lattner · 21 years ago
  49. 19ed305 Initial checkin of gep_type_begin/end which will be used to address PR82 by Chris Lattner · 21 years ago
  50. b3866b6 All directory targets now install the Makefile only if it is missing. by John Criswell · 21 years ago
  51. ec4e808 Finegrainify namespacification by Chris Lattner · 21 years ago
  52. 6057760 Added a pseudo-hack: The Makefile now copies Makefiles from source tree to by John Criswell · 21 years ago
  53. 38eeb15 boog by Chris Lattner · 21 years ago
  54. f7d10b7 testcase for PR 148 by Chris Lattner · 21 years ago
  55. edaa674 Testcase for PR147 by Chris Lattner · 21 years ago
  56. 0b268fb Fix PR147 by Chris Lattner · 21 years ago
  57. 22e4686 add link to the stacker dox by Chris Lattner · 21 years ago
  58. 0b404c8 Minor fixes by Chris Lattner · 21 years ago
  59. e46d601 Apply docs patch fro Reid by Chris Lattner · 21 years ago
  60. 261efe9 checkin reid's docpatch by Chris Lattner · 21 years ago
  61. 5af06f6 Modified directory building rules so that using the cd program/alias is by John Criswell · 21 years ago
  62. 07e89e4 Apply doc patch from PR136. by Brian Gaeke · 21 years ago
  63. 971a7b8 Fix copy-pasto. by Misha Brukman · 21 years ago
  64. 0d2459a I'm gonna be picky and say we don't really need that trailing slash "lib/" by Misha Brukman · 21 years ago
  65. 3e15c7a Make sure we ONLY add a `-load' switch to the JIT command line if the file is by Misha Brukman · 21 years ago
  66. a140b3c Expose functionality to query if a file is an ELF shared object. by Misha Brukman · 21 years ago
  67. 17cca96 Add ability to query if a file is a legitimate ELF shared object. by Misha Brukman · 21 years ago
  68. 3e4a271 Apply patches from PR136 by Brian Gaeke · 21 years ago
  69. 866f10c Regenerated using autoconf-2.57 by Brian Gaeke · 21 years ago
  70. 1548802 Add Stacker directories. by Brian Gaeke · 21 years ago
  71. 9018148 Add documentation for Stacker. by Brian Gaeke · 21 years ago
  72. ac981ae Add a script I missed by Chris Lattner · 21 years ago
  73. e44f1db Checkin tests by Chris Lattner · 21 years ago
  74. 7610029 Disable test. by Chris Lattner · 21 years ago
  75. c7afc06 Fix these assertions: by Chris Lattner · 21 years ago
  76. 767a1e4 Checkin the stacker compiler by Chris Lattner · 21 years ago
  77. afec3dc Fix file header by Chris Lattner · 21 years ago
  78. 42cb6df Initial checkin by Chris Lattner · 21 years ago
  79. 9d014e7 Initial checkin of stacker samples by Chris Lattner · 21 years ago
  80. 900f12b Adjust file header by Chris Lattner · 21 years ago
  81. 302810d Initial checkin of stacker runtime by Chris Lattner · 21 years ago
  82. f608e85 Initial stacker checkin by Chris Lattner · 21 years ago
  83. 3fabd81 Update file header by Chris Lattner · 21 years ago
  84. 2025b24 initial checkin of stacker makefile by Chris Lattner · 21 years ago
  85. c6b519d Do not DESTROY programs by default. No wonder bugpoint was not being useful all this time! by Chris Lattner · 21 years ago
  86. 9bb2188 A better way to get std::pair into the compiler's little, walnut-sized brain. by Brian Gaeke · 21 years ago
  87. 6de98f2 This is a hack to make this file compile under g++-3.0.x; by Brian Gaeke · 21 years ago
  88. 3edb77c Revert the previous patch since it causes lots of miscompilations. :( :( by Chris Lattner · 21 years ago
  89. f9c86cf Support constant casting constant pointers to ints/uints, and/or by Brian Gaeke · 21 years ago
  90. dfcc9cf Constant shift expressions, meet InstSelectSimple. Yow!! by Brian Gaeke · 21 years ago
  91. 3d55eda Unbreak this test case - llvm-as no longer tolerates redefining names in any by Brian Gaeke · 21 years ago
  92. 2dd3e1b Stub for constant shift expr support. by Brian Gaeke · 21 years ago
  93. 0415b6c Fix PR149 - support constant shift expressions. by Brian Gaeke · 21 years ago
  94. 95c03fd Strengthen test case. by Brian Gaeke · 21 years ago
  95. b1ef7d6 C Writer was dumping core on this test case. by Brian Gaeke · 21 years ago
  96. ab25f5a Delete dead line by Chris Lattner · 21 years ago
  97. 3788c24 Fix bug: Transforms/PruneEH/2003-11-21-PHIUpdate.llx by Chris Lattner · 21 years ago
  98. be8d299 New testcase that breaks the pruneeh pass by Chris Lattner · 21 years ago
  99. c8ecd22 Do not crash when deleing a region with a dead invoke instruction by Chris Lattner · 21 years ago
  100. 8bc098b Do not crash when dealing with invoke and unwind instructions! by Chris Lattner · 21 years ago