1. 786cfa5 New testcase by Chris Lattner · 21 years ago
  2. d77922f Do NOT inline self recursive calls into other functions. This is causing the by Chris Lattner · 21 years ago
  3. b045e14 Untypo by Chris Lattner · 21 years ago
  4. cda2347 Add more functions by Chris Lattner · 21 years ago
  5. 4d728e8 None of the __llvm_* functions call into the program. This makes the by Chris Lattner · 21 years ago
  6. 67ce57a Add support for memmove by Chris Lattner · 21 years ago
  7. 0bb3c2b Remove #include of PassManager.h which was marked FIXME, and apparently is no by Brian Gaeke · 21 years ago
  8. d338a23 Totally disable assert, in order to fix PR101 by Chris Lattner · 21 years ago
  9. 07909a3 new testcase by Chris Lattner · 21 years ago
  10. 102f1b6 new testcase by Chris Lattner · 21 years ago
  11. fb8c610 Handle bzero and memset in the local analysis, because we were missing the fact by Chris Lattner · 21 years ago
  12. 52d792c Fix broken makefile dependency generation by Chris Lattner · 21 years ago
  13. 492dda9 This doesn't use DSCallSiteIterator by Chris Lattner · 21 years ago
  14. a3ed7d3 * Add units to the yaxis of each chart * Add charts to the nightly test report by Chris Lattner · 21 years ago
  15. 75dd3e5 Since we are collecting all of this data, we might as well graph it! by Chris Lattner · 21 years ago
  16. 641271d Fix two typos I found in comments. by Brian Gaeke · 21 years ago
  17. 3e2959e Update the portability section by Chris Lattner · 21 years ago
  18. 7af4d5e sjlj bug by Chris Lattner · 21 years ago
  19. a395409 Fix wierd problems linking C programs which look for symbols in libstdc++. by Chris Lattner · 21 years ago
  20. 0ef1906 Add news from brian by Chris Lattner · 21 years ago
  21. 9d0919f First pass at cleaning up LangRef.html: stylesheet-ification, consistent by Misha Brukman · 21 years ago
  22. 6d2670d For some reason, LICM and GCSE like to crash the FunctionPassManager when they by Misha Brukman · 21 years ago
  23. 94db570 Provide a specialization of _Alloc_traits, which allows the G++ runtime to avoid by Chris Lattner · 21 years ago
  24. c1a2be1 Implement vaarg instruction. This is not quite perfect: 2003-08-11-VaListArg by Brian Gaeke · 21 years ago
  25. 5270945 Implement branching to a PC-relative constant (not a BasicBlock). by Misha Brukman · 21 years ago
  26. dbde1ae popStackAndReturnValueToCaller() must advance instruction pointer to normal by Brian Gaeke · 21 years ago
  27. 3518817 PreSelection is not optional, it performs a necessary and vital transformation by Misha Brukman · 21 years ago
  28. cb93d8d Remove the *BIG UGLY HACK* from the JIT: PreSelection is now a FunctionPass. by Misha Brukman · 21 years ago
  29. 9bf06b1 Add stub version of unwind support by Brian Gaeke · 21 years ago
  30. fea483d visitCallInst --> visitCallSite. by Brian Gaeke · 21 years ago
  31. ae2495a Make the operation of visitCallInst() only depend on the CallSite. by Brian Gaeke · 21 years ago
  32. 00c73d2 Completely hacked apart the file and put it back together using stylesheets. by Misha Brukman · 21 years ago
  33. 8becd71 Actually have a target "#introduction" if we're making a link to it. by Misha Brukman · 21 years ago
  34. 2cb474c Use CallSites for call sites, instead of CallInsts. A revolutionary concept. by Brian Gaeke · 21 years ago
  35. f1972c6 Mention class CallSite by Brian Gaeke · 21 years ago
  36. 4ba0f57 Add a warning about not "new"ing or "delete"ing CallSites by Brian Gaeke · 21 years ago
  37. 12a3f84 Added ability to register FunctionPasses as optimizations, with by Misha Brukman · 21 years ago
  38. 3c29911 Make the page footer consistent with the rest of the site. by Misha Brukman · 21 years ago
  39. e5ad815 Switch to emitting MachineConstantPool the way it was meant to be done. by Misha Brukman · 21 years ago
  40. f905ed5 Switch to using the standard representation of the constant pool -- namely, the by Misha Brukman · 21 years ago
  41. 941fc9a We accept TargetMachine as a const reference. by Misha Brukman · 21 years ago
  42. 7eabdc5 PreSelection and PeepholeOpts are now FunctionPasses. by Misha Brukman · 21 years ago
  43. feed25f * Stop making a global for each constant that cannot live in an instruction; by Misha Brukman · 21 years ago
  44. 49ab7f2 * Use the MachineConstantPool for storing constants instead of a hash_set; by Misha Brukman · 21 years ago
  45. 22eb796 Use `basename $<` to get just the filename, not full path, for ease of reading. by Misha Brukman · 21 years ago
  46. ed1f7c8 Declare FunctionPasses as such so that they can be used in FunctionPassManager. by Misha Brukman · 21 years ago
  47. d24fdda Declare FunctionPasses as such. by Misha Brukman · 21 years ago
  48. f0d6b49 Add some ctors for this allocator by Chris Lattner · 21 years ago
  49. af955ba Refactor the return-from-function code into popStackAndReturnValueToCaller(). by Brian Gaeke · 21 years ago
  50. 5b3fb03 Add bugz by Chris Lattner · 21 years ago
  51. 94ed65f Fix a really bad build problem for users who have .o in their build directory! by Chris Lattner · 21 years ago
  52. c1e0d78 Hopefully this will fix PR98 by Chris Lattner · 21 years ago
  53. 0239d7a Hopefully fix the objdir != srcdir issue by Chris Lattner · 21 years ago
  54. a653885 * Added a "contents"-like list of questions at the beginning of the file by Misha Brukman · 21 years ago
  55. 5cea0e1 fix warnings on sparc by Chris Lattner · 21 years ago
  56. 2bee057 Fix warnings building on sparc by Chris Lattner · 21 years ago
  57. 2852c4d All 'llvmgcc' tests should specify %llvmgcc so that the path is passed by Brian Gaeke · 21 years ago
  58. e9660e0 No wonder noone can set up LLVMGCCDIR correctly! by Chris Lattner · 21 years ago
  59. 934c9c9 Add new commandline option by Chris Lattner · 21 years ago
  60. cde1cf3 Add new command line option by Chris Lattner · 21 years ago
  61. 0c7e8e1 Various cleanups and efficiency improvements by Chris Lattner · 21 years ago
  62. d7222ec Fix bug: PR93 by Chris Lattner · 21 years ago
  63. 6d7aad1 * Make the comment header 80 columns long * Alphabetize #includes by Misha Brukman · 21 years ago
  64. e2bf0a2 Let's not forget about our friends -- Constant Pool indices. by Misha Brukman · 21 years ago
  65. aee4de9 Give this header file an Emacs mode-line. by Brian Gaeke · 21 years ago
  66. 00cc86a Do not assume the first file is a bytecode file. Instead, construct a dummy by Brian Gaeke · 21 years ago
  67. 3b3640a Shorten and correct some function-header comments. by Brian Gaeke · 21 years ago
  68. 1548c35 new testcase by Chris Lattner · 21 years ago
  69. b6e0631 Fix the problem with running cleanups in bugpoint: We were deleting arguments by Chris Lattner · 21 years ago
  70. b257e21 Bugpoint no longer has this option by Chris Lattner · 21 years ago
  71. fcb6ec0 I hate it when bugpoint is all ready to give me a bytecode file, then crashes by Chris Lattner · 21 years ago
  72. 3323f2a Split the DAE pass into DAE and DAH passes by Chris Lattner · 21 years ago
  73. fdcc3ac Split behavior into two pieces by Chris Lattner · 21 years ago
  74. 417477d Simplify the performFinalCleanups interface by Chris Lattner · 21 years ago
  75. e7a6663 Yet more fixes for constant expr shifts by Chris Lattner · 21 years ago
  76. d981f8a Further fixes for PR93 by Chris Lattner · 21 years ago
  77. 01f93a4 A few handy methods that seem to mesh well with what CallSite already provides. by Brian Gaeke · 21 years ago
  78. 095be96 no need for endl by Chris Lattner · 21 years ago
  79. 29e3b2b Add support for constant expr shifts by Chris Lattner · 21 years ago
  80. 80f0b57 Since this function returns an int, let's actually return something. by Misha Brukman · 21 years ago
  81. 26f51d6 New testcase by Chris Lattner · 21 years ago
  82. c4856f3 If we're not checking, don't check! by Chris Lattner · 21 years ago
  83. 1bcc70d Fix flawed logic that was breaking several SPEC benchmarks, including gzip and crafty. by Chris Lattner · 21 years ago
  84. 7f1affe We know exactly what the value of $< is, so instead of using `basename $<` to by Misha Brukman · 21 years ago
  85. b6d59a2 Output only the .y filename, not the full path to it for ease of reading. by Misha Brukman · 21 years ago
  86. de3bb57 Add three more bugs by Chris Lattner · 21 years ago
  87. 414d9d2 Do not use a class before it is defined. Be gcc 3.4 clean by Chris Lattner · 21 years ago
  88. 502dda0 Be friendly to gcc 3.4... good compiler. Nice compiler. by Chris Lattner · 21 years ago
  89. 646f8d7 Be gcc 3.4 clean by Chris Lattner · 21 years ago
  90. fe32bf5 Make -r work, fixing PR 91 by Chris Lattner · 21 years ago
  91. e292da2 Add std::pair tier. This is a much simplified version of boost::tie by Alkis Evlogimenos · 21 years ago
  92. 0271345 Fix name collision by Chris Lattner · 21 years ago
  93. d1bcf59 Add a dtor to ensure that they are called the right number of times. by Chris Lattner · 21 years ago
  94. f2f05a0 NEw testcase by Chris Lattner · 21 years ago
  95. e860e0d Make code gcc 3.4 clean by Chris Lattner · 21 years ago
  96. 4dcf5e6 New testcase by Chris Lattner · 21 years ago
  97. 748b487 This works with GCC 3.4 also by Chris Lattner · 21 years ago
  98. b56a6bc Abort when the user program calls abort, instead of printing a funny message and calling exit(1). by Brian Gaeke · 21 years ago
  99. d65460f Fix bug with previous implementation: by Chris Lattner · 21 years ago
  100. 9716eb7 New testcase for the other side by Chris Lattner · 21 years ago