1. 3b3640a Shorten and correct some function-header comments. by Brian Gaeke · 21 years ago
  2. 1548c35 new testcase by Chris Lattner · 21 years ago
  3. b6e0631 Fix the problem with running cleanups in bugpoint: We were deleting arguments by Chris Lattner · 21 years ago
  4. b257e21 Bugpoint no longer has this option by Chris Lattner · 21 years ago
  5. fcb6ec0 I hate it when bugpoint is all ready to give me a bytecode file, then crashes by Chris Lattner · 21 years ago
  6. 3323f2a Split the DAE pass into DAE and DAH passes by Chris Lattner · 21 years ago
  7. fdcc3ac Split behavior into two pieces by Chris Lattner · 21 years ago
  8. 417477d Simplify the performFinalCleanups interface by Chris Lattner · 21 years ago
  9. e7a6663 Yet more fixes for constant expr shifts by Chris Lattner · 21 years ago
  10. d981f8a Further fixes for PR93 by Chris Lattner · 21 years ago
  11. 01f93a4 A few handy methods that seem to mesh well with what CallSite already provides. by Brian Gaeke · 21 years ago
  12. 095be96 no need for endl by Chris Lattner · 21 years ago
  13. 29e3b2b Add support for constant expr shifts by Chris Lattner · 21 years ago
  14. 80f0b57 Since this function returns an int, let's actually return something. by Misha Brukman · 21 years ago
  15. 26f51d6 New testcase by Chris Lattner · 21 years ago
  16. c4856f3 If we're not checking, don't check! by Chris Lattner · 21 years ago
  17. 1bcc70d Fix flawed logic that was breaking several SPEC benchmarks, including gzip and crafty. by Chris Lattner · 21 years ago
  18. 7f1affe We know exactly what the value of $< is, so instead of using `basename $<` to by Misha Brukman · 21 years ago
  19. b6d59a2 Output only the .y filename, not the full path to it for ease of reading. by Misha Brukman · 21 years ago
  20. de3bb57 Add three more bugs by Chris Lattner · 21 years ago
  21. 414d9d2 Do not use a class before it is defined. Be gcc 3.4 clean by Chris Lattner · 21 years ago
  22. 502dda0 Be friendly to gcc 3.4... good compiler. Nice compiler. by Chris Lattner · 21 years ago
  23. 646f8d7 Be gcc 3.4 clean by Chris Lattner · 21 years ago
  24. fe32bf5 Make -r work, fixing PR 91 by Chris Lattner · 21 years ago
  25. e292da2 Add std::pair tier. This is a much simplified version of boost::tie by Alkis Evlogimenos · 21 years ago
  26. 0271345 Fix name collision by Chris Lattner · 21 years ago
  27. d1bcf59 Add a dtor to ensure that they are called the right number of times. by Chris Lattner · 21 years ago
  28. f2f05a0 NEw testcase by Chris Lattner · 21 years ago
  29. e860e0d Make code gcc 3.4 clean by Chris Lattner · 21 years ago
  30. 4dcf5e6 New testcase by Chris Lattner · 21 years ago
  31. 748b487 This works with GCC 3.4 also by Chris Lattner · 21 years ago
  32. b56a6bc Abort when the user program calls abort, instead of printing a funny message and calling exit(1). by Brian Gaeke · 21 years ago
  33. d65460f Fix bug with previous implementation: by Chris Lattner · 21 years ago
  34. 9716eb7 New testcase for the other side by Chris Lattner · 21 years ago
  35. 2fa8212 Use regular old malloc to emulate malloc/alloca instructions. by Brian Gaeke · 21 years ago
  36. 3636f4e Remove a comment which no longer applies. by Brian Gaeke · 21 years ago
  37. ad5b4fb Minor cleanup, plus implement InstCombine/xor.ll:test17 by Chris Lattner · 21 years ago
  38. 519c696 Since we're in the neighborhood, test for the inverse by Chris Lattner · 21 years ago
  39. d5e4918 Fix spello Add negate overload by Chris Lattner · 21 years ago
  40. 689d24b Implement InstCombine/xor.ll:test(15|16) by Chris Lattner · 21 years ago
  41. 736cca6 Add a generalization of the previous case by Chris Lattner · 21 years ago
  42. f61641f New testcase for masking operation that frequently occurs in the pool allocator by Chris Lattner · 21 years ago
  43. 4dad76c Update documentation since it was misleading: make it clear that a by Alkis Evlogimenos · 21 years ago
  44. e668dab Change all machine basic block modifier functions in MRegisterInfo to by Alkis Evlogimenos · 21 years ago
  45. 55766e1 Update verifySavedState()'s comment, so that it reflects its current by Brian Gaeke · 21 years ago
  46. c2630f7 New file, for use by the pool allocator project by Chris Lattner · 21 years ago
  47. 2855ecd Substantial release notes updates by Chris Lattner · 21 years ago
  48. 6926dcb New testcase for PR80 by Chris Lattner · 21 years ago
  49. 871b150 New testcase by Chris Lattner · 21 years ago
  50. cce4e7a Add comments. by Brian Gaeke · 21 years ago
  51. 2bde8bd While working on the pool allocator, I noticed that basicaa is failing a scary by Chris Lattner · 21 years ago
  52. 9053356 Fix problems in previous changes. This fixes several regressions last night. by Chris Lattner · 21 years ago
  53. 700867b Checking in Chris's suggestions: by John Criswell · 21 years ago
  54. 62a7cc8 New testcase for PR84 by Chris Lattner · 21 years ago
  55. a4c5352 Modified build rules so that a messages appears before and after linking. by John Criswell · 21 years ago
  56. ac662d1 Significantly simplify constant emission by unifying the stuff which used to build up by Chris Lattner · 21 years ago
  57. 2fb1ef8 updates to release notes by Chris Lattner · 21 years ago
  58. 3e119c6 Incorporate printSingleConstantValue into its single caller by Chris Lattner · 21 years ago
  59. 603c562 * Reformat some code by Chris Lattner · 21 years ago
  60. 1d8addb New testcase by Chris Lattner · 21 years ago
  61. 5bc3e31 Fix InstCombine/2003-11-03-VarargsCallBug.ll by Chris Lattner · 21 years ago
  62. ab13ae8 New testcase for a bug in instcombine by Chris Lattner · 21 years ago
  63. 5ea326a Work around a bug in GCC where it can't handle common variables marked weak. by Chris Lattner · 21 years ago
  64. 2580d4f Fix bugs with attribute weak emission by Chris Lattner · 21 years ago
  65. fd35c64 If linking a library, do not link other libraries, like libc, into it! by Chris Lattner · 21 years ago
  66. 1edcb09 Closed the h2 header for the LLVM Test Suite Organization section. by John Criswell · 21 years ago
  67. 5fecdec More testcases by Chris Lattner · 21 years ago
  68. 4d3ba73 Move a test from cast-set to a new bit-tracking.ll file. Update file comments by Chris Lattner · 21 years ago
  69. 6870805 Implement InstCombine/cast-set.ll:test6[a]. This improves code generated for by Chris Lattner · 21 years ago
  70. 26f9c06 Add another case, which an implementation of test6 must be sure to handle by Chris Lattner · 21 years ago
  71. 8917d36 This simplifies the CWriter code, makes the generated code easier to read, by Chris Lattner · 21 years ago
  72. de90b76 Implement InstCombine/cast-set.ll: test1, test2, test7 by Chris Lattner · 21 years ago
  73. 40cfd9e Add the testcase from PR8 by Chris Lattner · 21 years ago
  74. a5c5666 Add another case, which occurs in em3d by Chris Lattner · 21 years ago
  75. 8ee9204 Fix bug with zero sized casts by Chris Lattner · 21 years ago
  76. 7635ea4 Eliminate the silly namedContext member of printType by Chris Lattner · 21 years ago
  77. ac50030 Allow CallSites to be used as the key of a map by Chris Lattner · 21 years ago
  78. 15869aa All DSGraphs keep a reference to the targetdata they are created with. This is by Chris Lattner · 21 years ago
  79. dbfe36e Fix bug: test/Regression/Analysis/DSGraph/2003-11-02-NodeCollapsing.ll by Chris Lattner · 21 years ago
  80. dab02ae New testcase for DSA which is improperly collapsed! by Chris Lattner · 21 years ago
  81. fc07a34 Fix bug in previous checkin by Chris Lattner · 21 years ago
  82. 766be1d The 'thefunc' function should not have weak linkage, it should have linkonce linkage. by Chris Lattner · 21 years ago
  83. bc61e66 Implement transmogriphication of allocation instructions by Chris Lattner · 21 years ago
  84. fc424c3 Add test for instcombine transmogrifying allocation instructions by Chris Lattner · 21 years ago
  85. f22d843 Add note about profile.sh by Chris Lattner · 21 years ago
  86. 1ca9221 Add -help option by Chris Lattner · 21 years ago
  87. 8222eca Bugz fixed by Chris Lattner · 21 years ago
  88. e66e73a Checkin an initial version of the llvm-prof documentation by Chris Lattner · 21 years ago
  89. d6d0d8c Fix PR78 by Chris Lattner · 21 years ago
  90. fa395ec The "correct" fix for CBackend/2003-10-23-UnusedType.ll is to not even try by Chris Lattner · 21 years ago
  91. ba12c23 Including the symbol table in the FindUsedTypes analysis was the WRONG way by Chris Lattner · 21 years ago
  92. 09dc5a6 New testcase for PR79 by Chris Lattner · 21 years ago
  93. a1b82c3 new testcase, for PR 81 by Chris Lattner · 21 years ago
  94. e524589 Regression test for PR 80 by Chris Lattner · 21 years ago
  95. 1926f69 Escape "'s, which are frequent visitors to C++ types by Chris Lattner · 21 years ago
  96. bb9ae15 Strip off CPR's manually, because if we don't, the inliner doesn't delete dead by Chris Lattner · 21 years ago
  97. 07a38e7 Make the call graph more precise despite the hated constantpointerrefs. by Chris Lattner · 21 years ago
  98. bc53943 Did I mention that I _HATE_ CPRs? by Chris Lattner · 21 years ago
  99. 9408239 Use stylesheets as much as we can. I admit, I still cannot make CSS do what I by Misha Brukman · 21 years ago
  100. b816d4a Obsolete file goes byebye by Chris Lattner · 21 years ago