1. c99ba9f `effect' is the noun, `affect' is the verb. by Misha Brukman · 22 years ago
  2. e11700b New testcase for PR165 by Chris Lattner · 22 years ago
  3. 8a0b924 Add note about sucky suse compiler by Chris Lattner · 22 years ago
  4. 7152da3 Cleanup and restructure the code to make it easier to read and maintain. by Chris Lattner · 22 years ago
  5. 63c08be New testcase, this should be -tailcallelim'inated by Chris Lattner · 22 years ago
  6. a08bca9 Since ssaification of the varargs builtings, the vaarg instruction no longer by Chris Lattner · 22 years ago
  7. 4768dc5 Regenerated using autoheader-2.57 by Brian Gaeke · 22 years ago
  8. de9750d Bugpoint had appalingly bad grammar. Fix some of it. by Chris Lattner · 22 years ago
  9. 1b74716 Do not leave a bunch of crud lying around by Chris Lattner · 22 years ago
  10. 1dcf7bc It is now after pldi. This issue has been fixed, so remove the hack by Chris Lattner · 22 years ago
  11. eb12cd6 Implement RaiseAllocations/FreeCastConstantExpr.ll by Chris Lattner · 22 years ago
  12. 120fb19 New testcase that the raiseallocations pass should be able to handle. by Chris Lattner · 22 years ago
  13. 67b1e1b * Finegrainify namespacification by Chris Lattner · 22 years ago
  14. eae45cf The recalclulate method was a nasty hack that was once used by the -cee pass, by Chris Lattner · 22 years ago
  15. 16addf8 Completely rewrite domset, idom, and domtree implementation. Now it is based by Chris Lattner · 22 years ago
  16. 31b9353 Rewrite dominators implementation. Now domset is constructed from immdom, by Chris Lattner · 22 years ago
  17. cd7c287 Finegrainify namespacification by Chris Lattner · 22 years ago
  18. 677d027 Move this method out of the generic dominators calculation code by Chris Lattner · 22 years ago
  19. 57bd796 New command line parsing. This isn't as perfect as I would have liked. The CommandLine Library needs to be extended, in order to parse the options and allow for optional dashes. In addition, the help option isn't correct since I do the parsing mostly myself. But this is in the ocorrect ar format. by Tanya Lattner · 22 years ago
  20. d180300 Stop using the -fshort-enum compile option by Chris Lattner · 22 years ago
  21. 7fcfac0 Fix awkward wording by Chris Lattner · 22 years ago
  22. a509996 Cleanup the release notes in preparation for the release. by Chris Lattner · 22 years ago
  23. 5f268f7 Add check for pthread_mutex_lock() in -lpthread (or otherwise). by Brian Gaeke · 22 years ago
  24. a327e7f Make assertion stricter. Since the source operands are allocated at by Alkis Evlogimenos · 22 years ago
  25. 49787e3 Fix bug in register spilling when a preallocated live range overlaps a by Alkis Evlogimenos · 22 years ago
  26. b27ef24 Move operator<<(std::ostream&, const LiveInterval&) out of the header file. by Alkis Evlogimenos · 22 years ago
  27. 91ceae6 Sort live intervals by increasing start point. by Alkis Evlogimenos · 22 years ago
  28. 69546d5 Improve debugging output and clean up some code. by Alkis Evlogimenos · 22 years ago
  29. d866473 Finegrainify namespacification by Chris Lattner · 22 years ago
  30. 59e47e3 Lock abstraction, introduced with a view toward making the JIT thread-safe. by Brian Gaeke · 22 years ago
  31. a8df7bd Make stripped-bytecode a recursive target by Chris Lattner · 22 years ago
  32. 7f5dbcc Add new block number by Chris Lattner · 22 years ago
  33. 8d1dbd2 Emit & read more compressed bytecode by not emitting a bytecodeblock for by Chris Lattner · 22 years ago
  34. d540e2c Remove unused enum value by Chris Lattner · 22 years ago
  35. ac5d96b This may fix the "0 dirs" stuff we get in the nightly tests when they are by Brian Gaeke · 22 years ago
  36. 786a518 Add some "useful" methods by Chris Lattner · 22 years ago
  37. 9b52770 Add an option to enable the SSA based peephole optimizer. by Chris Lattner · 22 years ago
  38. 4537076 Add a new SSA-based peephole optimizer which includes copy propagation and by Chris Lattner · 22 years ago
  39. f2d2925 generalize the instruction types permitted a bit by Chris Lattner · 22 years ago
  40. 832e250 fix broken link by Chris Lattner · 22 years ago
  41. 5858707 Print instructions before register allocation is performed. Also fix by Alkis Evlogimenos · 22 years ago
  42. 9ca419e add missing dependency by Chris Lattner · 22 years ago
  43. e1cc79f Finegrainify namespacification by Chris Lattner · 22 years ago
  44. 8522e38 A line was missing by Chris Lattner · 22 years ago
  45. 99d1a8f Remove "numReloaded" statistic. by Alkis Evlogimenos · 22 years ago
  46. 2c0a6a1 Emit constants to one contiguous block, but this time, respect alignment constraints. by Chris Lattner · 22 years ago
  47. 91de352 Go back to allocating memory for each constant separately. Since SPARCs do not by Misha Brukman · 22 years ago
  48. 043b972 be 3.4 happy by Chris Lattner · 22 years ago
  49. f17072b be GCC 3.4 clean by Chris Lattner · 22 years ago
  50. d2aa7b8 Hrm, how could this compile? by Chris Lattner · 22 years ago
  51. 9e6f686 Fix compatibility with gcc 3.4 by Chris Lattner · 22 years ago
  52. f168b75 Build _lib_crtend.a, not crtend.a by Chris Lattner · 22 years ago
  53. 53005b0 Don't print out tons of crap by Chris Lattner · 22 years ago
  54. ef1835d Rewrite makefile logic to build an archive instead of a .o file. This is by Chris Lattner · 22 years ago
  55. eefa3d3 Simplify some rules Move LGCCLDPROG from test/Makefile.tests by Chris Lattner · 22 years ago
  56. f6968f3 Move rule to top-level makefile by Chris Lattner · 22 years ago
  57. e893d64 Add readme and spiff up makefile header by Chris Lattner · 22 years ago
  58. b895fb0 Testcase for duplicated cleanup work (PR11). Note that this testcase is not actually by Chris Lattner · 22 years ago
  59. 3607f4d Fix test: Transforms/LevelRaise/2003-11-28-IllegalTypeConversion.ll by Chris Lattner · 22 years ago
  60. 7219a21 new testcase for problem causing 2003-10-12-GlobalVarInitializers failures by Chris Lattner · 22 years ago
  61. 548e813 The function resolving pass must be run, even if -disable-opt is specified by Chris Lattner · 22 years ago
  62. 6cc8ca9 * The return value of LinkLibraries is ignored, so remove it. by Chris Lattner · 22 years ago
  63. d423fb5 fix gcc 3.4 compatibility problem by Chris Lattner · 22 years ago
  64. f095db1 Testcase for PR160 by Chris Lattner · 22 years ago
  65. 2bc9988 New testcase for PR158 by Chris Lattner · 22 years ago
  66. d8db4eb Fix grammaro by Chris Lattner · 22 years ago
  67. 1f80115 testcase for PR159 by Chris Lattner · 22 years ago
  68. f5e25aa PR11 is now fixed for 1.1! by Chris Lattner · 22 years ago
  69. 3074b34 PR11 is now fixed for 1.1 by Chris Lattner · 22 years ago
  70. 35976d9 * Squelch warning on Sun by Chris Lattner · 22 years ago
  71. f2ec35b Makefiles are now copies over to the object root directory dynamically. by John Criswell · 22 years ago
  72. 1b4fb5a Renamed intermediate values that used the same type and name as previous by John Criswell · 22 years ago
  73. f733073 Bugz die! by Chris Lattner · 22 years ago
  74. 7dd9334 Testcase for PR157 by Chris Lattner · 22 years ago
  75. 4257098 To not barf when an error occurs. by Chris Lattner · 22 years ago
  76. 5b26658 Boogs by Chris Lattner · 22 years ago
  77. 676c255 More dead boogers by Chris Lattner · 22 years ago
  78. 4f7e173 output foo(void) as appropriate by Chris Lattner · 22 years ago
  79. bc771c5 Fix bug in previous checkin by Chris Lattner · 22 years ago
  80. 009900b Fixed a small grammatical error. by John Criswell · 22 years ago
  81. d85cbe8 Fix const correctness by Chris Lattner · 22 years ago
  82. b9da9c1 Relax constrains on GEP type indexes by Chris Lattner · 22 years ago
  83. 6c7901b It is legal to index into sequential types with any integer by Chris Lattner · 22 years ago
  84. be883a2 Do not use index type to determine what it is indexing into! by Chris Lattner · 22 years ago
  85. 23e9070 Do not depend on the gep index types to determine what flavor of index it is by Chris Lattner · 22 years ago
  86. 4af6de8 Do not depend on structure elements being of type UByteTy by Chris Lattner · 22 years ago
  87. 9b3b5de Adjusted the projects Makefile so that it picks up the name of projects by John Criswell · 22 years ago
  88. 33a911a Configure all project directories contained in llvm/projects. by John Criswell · 22 years ago
  89. fa3711a Do not depend on index type to determine whether it is a structure or sequential index by Chris Lattner · 22 years ago
  90. c4c6b9e Work with gepi's and constant exprs. Also, add versions of iterator ctors that take references by Chris Lattner · 22 years ago
  91. 9d7c9ea Fix file header by Chris Lattner · 22 years ago
  92. b66214c Remove dead variable by Chris Lattner · 22 years ago
  93. 1af55e1 Use gep_type_begin/end instead of looking for ubytes by Chris Lattner · 22 years ago
  94. bf6b5d0 Configure script for ModuleMaker. by John Criswell · 22 years ago
  95. 02af846 Auto-confed ModuleMaker. by John Criswell · 22 years ago
  96. 27bf637 Auto-conf'ed the ModuleMaker code. Moved Makefile.common to Makefile.common.in. by John Criswell · 22 years ago
  97. 94a28c6 Rename class to be consistent with other iterator classes by Chris Lattner · 22 years ago
  98. 19ed305 Initial checkin of gep_type_begin/end which will be used to address PR82 by Chris Lattner · 22 years ago
  99. b3866b6 All directory targets now install the Makefile only if it is missing. by John Criswell · 22 years ago
  100. ec4e808 Finegrainify namespacification by Chris Lattner · 22 years ago