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