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