1. 3326305 Make comment header span the entire line by Misha Brukman · 20 years ago
  2. 0adfeed Describe how to configure tests to work with f2c by Misha Brukman · 20 years ago
  3. 0904f09 * Reformat to fit 80 cols * Add missing <li> tags by Misha Brukman · 20 years ago
  4. b816f02 Several fixes and enhancements to the PPC32 backend. by Nate Begeman · 20 years ago
  5. cb90de3 Add ori reg, reg, 0 as a move instruction. This can be generated from by Nate Begeman · 20 years ago
  6. 5a181c8 Remove unnecessary header include by Nate Begeman · 20 years ago
  7. cf4d2a5 Improve comments, no functionality changes by Chris Lattner · 20 years ago
  8. a1c972d Fix a nasty dangling pointer problem, due to a free'd pointer being left in by Chris Lattner · 20 years ago
  9. d151657 Get friendly with Type by Chris Lattner · 20 years ago
  10. a6b10b6 Unfortunately the fix for the previous bug introduced the previous by Chris Lattner · 20 years ago
  11. 485457f Change signature of this method again by Chris Lattner · 20 years ago
  12. b25ac34 These files now live in Transforms/GlobalOpt by Chris Lattner · 20 years ago
  13. 904697e Move these files from Transforms/GlobalConstifier by Chris Lattner · 20 years ago
  14. f464ab5 Fix a bug in my previous change. Unfortunately this reverts most of the by Chris Lattner · 20 years ago
  15. 054defa Make these scripts work on SunOS too. by Reid Spencer · 20 years ago
  16. 3602549 Fix a bug in the safety analysis routine by Chris Lattner · 20 years ago
  17. bc53e5e Comment cleanups by Chris Lattner · 20 years ago
  18. 7a90b68 * Rename pass to globalopt, since we do more than just constify by Chris Lattner · 20 years ago
  19. 93a00e4 Rename pass by Chris Lattner · 20 years ago
  20. 8ecacce This pass is not needed, as there is only ever one global: the stack by Chris Lattner · 20 years ago
  21. 69406b0 Add new testcase, rename pass by Chris Lattner · 20 years ago
  22. 6856912 Don't add libz or libbz2 to the USEDLIBS lists, those are for LLVM libraries. by Chris Lattner · 20 years ago
  23. 194878f Don't call memset if malloc returns a null pointer by Chris Lattner · 20 years ago
  24. e47ba74 Implement GlobalConstifier/trivialstore.llx, and also do some by Chris Lattner · 20 years ago
  25. 86900a4 New testcase by Chris Lattner · 20 years ago
  26. 157b252 Dont' let null nodes sneak past cast instructions by Chris Lattner · 20 years ago
  27. f5d9fa7 Undoxyfy internal method. by Misha Brukman · 20 years ago
  28. 0cbd1fb Doxygen-ify comments by Misha Brukman · 20 years ago
  29. b5c1670 Change Type::isAbstract to have better comments, a more correct name by Chris Lattner · 20 years ago
  30. df00115 Rename method, change comment, add argument by Chris Lattner · 20 years ago
  31. 7c348e1 Correct some typeos by Chris Lattner · 20 years ago
  32. 91ccc15 Instcombine: -(X sdiv C) -> (X sdiv -C), tested by sub.ll:test16 by Chris Lattner · 20 years ago
  33. 24c0532 New testcase by Chris Lattner · 20 years ago
  34. 09c750f Remove debugging code, fix encoding problem. This fixes the problems by Chris Lattner · 20 years ago
  35. 35b020d Turning on fsel code gen now that we can do so would be good. by Nate Begeman · 20 years ago
  36. 087d5d9 Implement floating point select for lt, gt, le, ge using the powerpc fsel by Nate Begeman · 20 years ago
  37. 2483f67 Codegen signed mod by 2 or -2 more efficiently. Instead of generating: by Chris Lattner · 20 years ago
  38. 60e6674 Really fix FreeBSD, which apparently doesn't tolerate the extern. by Chris Lattner · 20 years ago
  39. 3ffdff6 Fix a scary bug with signed division by a power of two. We used to generate: by Chris Lattner · 20 years ago
  40. 610f1e2 Codegen signed divides by 2 and -2 more efficiently. In particular instead of: by Chris Lattner · 20 years ago
  41. d93d3b0 Add some new instructions. Fix the asm string for sbb32rr by Chris Lattner · 20 years ago
  42. c3e903f Reduce code growth implied by the tail duplication pass by not duplicating by Chris Lattner · 20 years ago
  43. fe386c4 When tail duplicating these functions, the add instruction should not be by Chris Lattner · 20 years ago
  44. 523001f FreeBSD uses GCC. Patch contributed by Jeff Cohen! by Chris Lattner · 20 years ago
  45. 3787405 Fix the path to the fixinc'd headers. Patch contributed by Jeff Cohen! by Chris Lattner · 20 years ago
  46. e789a6b Must include sys/stat.h before declaring a 'struct stat' by Brian Gaeke · 20 years ago
  47. 0c50bc4 Build BFtoLLVM example front-end by default by Brian Gaeke · 20 years ago
  48. ddc1aaa Add BFtoLLVM example front end by Brian Gaeke · 20 years ago
  49. d4984cc Make sure the const bit gets inherited correctly when linking declarations by Chris Lattner · 20 years ago
  50. 5e4f299 Another testcase for constness linkage by Chris Lattner · 20 years ago
  51. b2bf713 Testcase to ensure that the 'constant' flag follows the definition when there by Chris Lattner · 20 years ago
  52. f348ccc Adjust sys/stat.h inclusion so its only for SunOS. by Reid Spencer · 20 years ago
  53. c5a0bbf Added a couple of includes to get this to compile on Sparc. by Tanya Lattner · 20 years ago
  54. 341e1da Solaris doesn't have MAP_FILE. by Chris Lattner · 20 years ago
  55. e4421b4 Bug fixed by Chris Lattner · 20 years ago
  56. cbd141f New testcase for PR450 by Chris Lattner · 20 years ago
  57. 0d98aed Add checks for the ZLIB and BZIP2 header files, not just the libraries. by Reid Spencer · 20 years ago
  58. c441f1e Fix #include flavor by Chris Lattner · 20 years ago
  59. 5cb99fb Move the warning about no compression library down to the bottom, away by Reid Spencer · 20 years ago
  60. 94926f0 Fix typo in makefile variable name that prevents zlib from being recognized by Reid Spencer · 20 years ago
  61. 0fd3061 Add HAVE_BZIP2 and HAVE_ZLIB by Reid Spencer · 20 years ago
  62. 047c009 Excise the ill-advised RLCOMP compression algorithm and simply leave the by Reid Spencer · 20 years ago
  63. b8cbd9f Add example 'abstract' architectures for LLI: MIX, MMIX, and DLX by Misha Brukman · 20 years ago
  64. 469c34b Add a context for the callback so different compression scenarios can be by Reid Spencer · 20 years ago
  65. ce4e6ad Minor corrections suggested by Chris' ever-watchful eye. by Reid Spencer · 20 years ago
  66. ebe989c Fix build if not HAVE_BZIP2 by Chris Lattner · 20 years ago
  67. 9737492 First version of the MappedFile abstraction for operating system idependent by Reid Spencer · 20 years ago
  68. 460eb63 First version of a support utility to provide generalized compression in by Reid Spencer · 20 years ago
  69. 955f096 * Prune #includes by Chris Lattner · 20 years ago
  70. ac5701c Add support for emitting AT&T style .s files, and make it the default. Users by Chris Lattner · 20 years ago
  71. 8f99eff Convert some missed patterns to support AT&T style by Chris Lattner · 20 years ago
  72. 10f873b Apparently the GNU assembler has a HUGE hack to be compatible with really by Chris Lattner · 20 years ago
  73. 37130d2 Provide support for auto-detection and use of compression libraries. by Reid Spencer · 20 years ago
  74. ac6a475 Fix incorrect suffix by Chris Lattner · 20 years ago
  75. 707c6fe Fix some more missed suffixes and swapped operands by Chris Lattner · 20 years ago
  76. 60c715c Add missing suffixes to FP instructions for AT&T mode by Chris Lattner · 20 years ago
  77. 9a3e49a Add support for the -x86-asm-syntax flag, which can be used to choose between by Chris Lattner · 20 years ago
  78. 3a173df Add support to the instruction patterns for AT&T style output, which will by Chris Lattner · 20 years ago
  79. 953c6fe Correctly parse variant notation by Chris Lattner · 20 years ago
  80. 560a79f Add initial support for variants. This just parses the new format, no by Chris Lattner · 20 years ago
  81. 0fa2066 Add initial support for variants by Chris Lattner · 20 years ago
  82. c28d7ad Add checks for bzip2 and libz for use with the Compression concept for by Reid Spencer · 20 years ago
  83. 7cf3490 Do not repeat the map lookup by Chris Lattner · 20 years ago
  84. bec6a9e When a virtual register is folded into an instruction, keep track of whether by Chris Lattner · 20 years ago
  85. c2a5730 Add project by Chris Lattner · 20 years ago
  86. 52b25db Add a simple little improvement to the local spiller to keep track of stores by Chris Lattner · 20 years ago
  87. 7fb6434 Substantially revamp the local spiller, causing it to actually improve the by Chris Lattner · 20 years ago
  88. ef05436 Pretty print a bit nicer :) by Chris Lattner · 20 years ago
  89. 6d84e0d Add note about converting Skeleton to a useful backend and using it in the by Misha Brukman · 20 years ago
  90. c736b3a Document this class a bit :-) by Alkis Evlogimenos · 20 years ago
  91. 4b97f23 Add const version of getLastBlock() member function. by Alkis Evlogimenos · 20 years ago
  92. 30eed21 Remove whitespace from the end of the line. by Alkis Evlogimenos · 20 years ago
  93. 828c68a Make EmitMappingInfo into an "external location" option, so that it can be set by Brian Gaeke · 20 years ago
  94. f098ced Add accessor function. by Brian Gaeke · 20 years ago
  95. b3b1e33 Correct type of accessor functions. by Brian Gaeke · 20 years ago
  96. ccb87cd Namespacify. Add accessor function. by Brian Gaeke · 20 years ago
  97. f858f7f Add accessor function prototypes for reoptimizer support passes. by Brian Gaeke · 20 years ago
  98. 6672f86 I think this will handle double args. by Brian Gaeke · 20 years ago
  99. 14abc25 That should actually be __MING, not __MINGW. by Misha Brukman · 20 years ago
  100. 231684a #include DataTypes.h to compile on MinGW, patch by Henrik Bach. by Misha Brukman · 20 years ago