1. f1972c6 Mention class CallSite by Brian Gaeke · 21 years ago
  2. 4ba0f57 Add a warning about not "new"ing or "delete"ing CallSites by Brian Gaeke · 21 years ago
  3. 12a3f84 Added ability to register FunctionPasses as optimizations, with by Misha Brukman · 21 years ago
  4. 3c29911 Make the page footer consistent with the rest of the site. by Misha Brukman · 21 years ago
  5. e5ad815 Switch to emitting MachineConstantPool the way it was meant to be done. by Misha Brukman · 21 years ago
  6. f905ed5 Switch to using the standard representation of the constant pool -- namely, the by Misha Brukman · 21 years ago
  7. 941fc9a We accept TargetMachine as a const reference. by Misha Brukman · 21 years ago
  8. 7eabdc5 PreSelection and PeepholeOpts are now FunctionPasses. by Misha Brukman · 21 years ago
  9. feed25f * Stop making a global for each constant that cannot live in an instruction; by Misha Brukman · 21 years ago
  10. 49ab7f2 * Use the MachineConstantPool for storing constants instead of a hash_set; by Misha Brukman · 21 years ago
  11. 22eb796 Use `basename $<` to get just the filename, not full path, for ease of reading. by Misha Brukman · 21 years ago
  12. ed1f7c8 Declare FunctionPasses as such so that they can be used in FunctionPassManager. by Misha Brukman · 21 years ago
  13. d24fdda Declare FunctionPasses as such. by Misha Brukman · 21 years ago
  14. f0d6b49 Add some ctors for this allocator by Chris Lattner · 21 years ago
  15. af955ba Refactor the return-from-function code into popStackAndReturnValueToCaller(). by Brian Gaeke · 21 years ago
  16. 5b3fb03 Add bugz by Chris Lattner · 21 years ago
  17. 94ed65f Fix a really bad build problem for users who have .o in their build directory! by Chris Lattner · 21 years ago
  18. c1e0d78 Hopefully this will fix PR98 by Chris Lattner · 21 years ago
  19. 0239d7a Hopefully fix the objdir != srcdir issue by Chris Lattner · 21 years ago
  20. a653885 * Added a "contents"-like list of questions at the beginning of the file by Misha Brukman · 21 years ago
  21. 5cea0e1 fix warnings on sparc by Chris Lattner · 21 years ago
  22. 2bee057 Fix warnings building on sparc by Chris Lattner · 21 years ago
  23. 2852c4d All 'llvmgcc' tests should specify %llvmgcc so that the path is passed by Brian Gaeke · 21 years ago
  24. e9660e0 No wonder noone can set up LLVMGCCDIR correctly! by Chris Lattner · 21 years ago
  25. 934c9c9 Add new commandline option by Chris Lattner · 21 years ago
  26. cde1cf3 Add new command line option by Chris Lattner · 21 years ago
  27. 0c7e8e1 Various cleanups and efficiency improvements by Chris Lattner · 21 years ago
  28. d7222ec Fix bug: PR93 by Chris Lattner · 21 years ago
  29. 6d7aad1 * Make the comment header 80 columns long * Alphabetize #includes by Misha Brukman · 21 years ago
  30. e2bf0a2 Let's not forget about our friends -- Constant Pool indices. by Misha Brukman · 21 years ago
  31. aee4de9 Give this header file an Emacs mode-line. by Brian Gaeke · 21 years ago
  32. 00cc86a Do not assume the first file is a bytecode file. Instead, construct a dummy by Brian Gaeke · 21 years ago
  33. 3b3640a Shorten and correct some function-header comments. by Brian Gaeke · 21 years ago
  34. 1548c35 new testcase by Chris Lattner · 21 years ago
  35. b6e0631 Fix the problem with running cleanups in bugpoint: We were deleting arguments by Chris Lattner · 21 years ago
  36. b257e21 Bugpoint no longer has this option by Chris Lattner · 21 years ago
  37. fcb6ec0 I hate it when bugpoint is all ready to give me a bytecode file, then crashes by Chris Lattner · 21 years ago
  38. 3323f2a Split the DAE pass into DAE and DAH passes by Chris Lattner · 21 years ago
  39. fdcc3ac Split behavior into two pieces by Chris Lattner · 21 years ago
  40. 417477d Simplify the performFinalCleanups interface by Chris Lattner · 21 years ago
  41. e7a6663 Yet more fixes for constant expr shifts by Chris Lattner · 21 years ago
  42. d981f8a Further fixes for PR93 by Chris Lattner · 21 years ago
  43. 01f93a4 A few handy methods that seem to mesh well with what CallSite already provides. by Brian Gaeke · 21 years ago
  44. 095be96 no need for endl by Chris Lattner · 21 years ago
  45. 29e3b2b Add support for constant expr shifts by Chris Lattner · 21 years ago
  46. 80f0b57 Since this function returns an int, let's actually return something. by Misha Brukman · 21 years ago
  47. 26f51d6 New testcase by Chris Lattner · 21 years ago
  48. c4856f3 If we're not checking, don't check! by Chris Lattner · 21 years ago
  49. 1bcc70d Fix flawed logic that was breaking several SPEC benchmarks, including gzip and crafty. by Chris Lattner · 21 years ago
  50. 7f1affe We know exactly what the value of $< is, so instead of using `basename $<` to by Misha Brukman · 21 years ago
  51. b6d59a2 Output only the .y filename, not the full path to it for ease of reading. by Misha Brukman · 21 years ago
  52. de3bb57 Add three more bugs by Chris Lattner · 21 years ago
  53. 414d9d2 Do not use a class before it is defined. Be gcc 3.4 clean by Chris Lattner · 21 years ago
  54. 502dda0 Be friendly to gcc 3.4... good compiler. Nice compiler. by Chris Lattner · 21 years ago
  55. 646f8d7 Be gcc 3.4 clean by Chris Lattner · 21 years ago
  56. fe32bf5 Make -r work, fixing PR 91 by Chris Lattner · 21 years ago
  57. e292da2 Add std::pair tier. This is a much simplified version of boost::tie by Alkis Evlogimenos · 21 years ago
  58. 0271345 Fix name collision by Chris Lattner · 21 years ago
  59. d1bcf59 Add a dtor to ensure that they are called the right number of times. by Chris Lattner · 21 years ago
  60. f2f05a0 NEw testcase by Chris Lattner · 21 years ago
  61. e860e0d Make code gcc 3.4 clean by Chris Lattner · 21 years ago
  62. 4dcf5e6 New testcase by Chris Lattner · 21 years ago
  63. 748b487 This works with GCC 3.4 also by Chris Lattner · 21 years ago
  64. b56a6bc Abort when the user program calls abort, instead of printing a funny message and calling exit(1). by Brian Gaeke · 21 years ago
  65. d65460f Fix bug with previous implementation: by Chris Lattner · 21 years ago
  66. 9716eb7 New testcase for the other side by Chris Lattner · 21 years ago
  67. 2fa8212 Use regular old malloc to emulate malloc/alloca instructions. by Brian Gaeke · 21 years ago
  68. 3636f4e Remove a comment which no longer applies. by Brian Gaeke · 21 years ago
  69. ad5b4fb Minor cleanup, plus implement InstCombine/xor.ll:test17 by Chris Lattner · 21 years ago
  70. 519c696 Since we're in the neighborhood, test for the inverse by Chris Lattner · 21 years ago
  71. d5e4918 Fix spello Add negate overload by Chris Lattner · 21 years ago
  72. 689d24b Implement InstCombine/xor.ll:test(15|16) by Chris Lattner · 21 years ago
  73. 736cca6 Add a generalization of the previous case by Chris Lattner · 21 years ago
  74. f61641f New testcase for masking operation that frequently occurs in the pool allocator by Chris Lattner · 21 years ago
  75. 4dad76c Update documentation since it was misleading: make it clear that a by Alkis Evlogimenos · 21 years ago
  76. e668dab Change all machine basic block modifier functions in MRegisterInfo to by Alkis Evlogimenos · 21 years ago
  77. 55766e1 Update verifySavedState()'s comment, so that it reflects its current by Brian Gaeke · 21 years ago
  78. c2630f7 New file, for use by the pool allocator project by Chris Lattner · 21 years ago
  79. 2855ecd Substantial release notes updates by Chris Lattner · 21 years ago
  80. 6926dcb New testcase for PR80 by Chris Lattner · 21 years ago
  81. 871b150 New testcase by Chris Lattner · 21 years ago
  82. cce4e7a Add comments. by Brian Gaeke · 21 years ago
  83. 2bde8bd While working on the pool allocator, I noticed that basicaa is failing a scary by Chris Lattner · 21 years ago
  84. 9053356 Fix problems in previous changes. This fixes several regressions last night. by Chris Lattner · 21 years ago
  85. 700867b Checking in Chris's suggestions: by John Criswell · 21 years ago
  86. 62a7cc8 New testcase for PR84 by Chris Lattner · 21 years ago
  87. a4c5352 Modified build rules so that a messages appears before and after linking. by John Criswell · 21 years ago
  88. ac662d1 Significantly simplify constant emission by unifying the stuff which used to build up by Chris Lattner · 21 years ago
  89. 2fb1ef8 updates to release notes by Chris Lattner · 21 years ago
  90. 3e119c6 Incorporate printSingleConstantValue into its single caller by Chris Lattner · 21 years ago
  91. 603c562 * Reformat some code by Chris Lattner · 21 years ago
  92. 1d8addb New testcase by Chris Lattner · 21 years ago
  93. 5bc3e31 Fix InstCombine/2003-11-03-VarargsCallBug.ll by Chris Lattner · 21 years ago
  94. ab13ae8 New testcase for a bug in instcombine by Chris Lattner · 21 years ago
  95. 5ea326a Work around a bug in GCC where it can't handle common variables marked weak. by Chris Lattner · 21 years ago
  96. 2580d4f Fix bugs with attribute weak emission by Chris Lattner · 21 years ago
  97. fd35c64 If linking a library, do not link other libraries, like libc, into it! by Chris Lattner · 21 years ago
  98. 1edcb09 Closed the h2 header for the LLVM Test Suite Organization section. by John Criswell · 21 years ago
  99. 5fecdec More testcases by Chris Lattner · 21 years ago
  100. 4d3ba73 Move a test from cast-set to a new bit-tracking.ll file. Update file comments by Chris Lattner · 21 years ago