1. ab0577b Update url by Chris Lattner · 22 years ago
  2. 986e0c9 Add information about the DEBUG() macro and the Statistic template by Chris Lattner · 22 years ago
  3. cc377df * Remove the -stopraise option, which is no longer needed now that we have by Chris Lattner · 22 years ago
  4. bdccb00 Don't insert a PHI node to merge "returns" from an inlined function if there by Chris Lattner · 22 years ago
  5. 172b648 * Minor fixes to support C files. by Chris Lattner · 22 years ago
  6. 28c664d Clean up dead rules by Chris Lattner · 22 years ago
  7. 9c9bfa7 Fix tons of warnings, convert burg to use Makefile.common system, rename by Chris Lattner · 22 years ago
  8. c078930 Changed codegen to add 2 empty slots at the top of stack using StackSlots pass by Anand Shukla · 22 years ago
  9. 33db9ba Initial version: it adds 2 empty slots at the top of stack by Anand Shukla · 22 years ago
  10. d1cf1b4 Fix cwriter to not output FP constants in ascii, output them in hex instead. by Chris Lattner · 22 years ago
  11. 1f8c4a1 Fix bug: 2002-09-20-VarArgPrototypes.ll by Chris Lattner · 22 years ago
  12. 61e4391 Build with $(CC), not gcc explicitly by Chris Lattner · 22 years ago
  13. 90d7119 New testcase for cbe by Chris Lattner · 22 years ago
  14. c92779b New testcase for broken type printing for the cwriter by Nick Hildenbrandt · 22 years ago
  15. 4f2d5a4 Changed uchar to unsigned char in function ParseBytecodeBuffer, because seemingly it affects opt in uncertain ways :) by Anand Shukla · 22 years ago
  16. e155af8 Fix yet another profile linking issue. by Vikram S. Adve · 22 years ago
  17. 590df88 Added checking threshold by Anand Shukla · 22 years ago
  18. 65ce103 Peephole optimization pass on final machine code. by Vikram S. Adve · 22 years ago
  19. 12520cd Fix link error for profile version. Also, build Burg differently by Vikram S. Adve · 22 years ago
  20. c4f6727 Build burg separately for different architectures. by Vikram S. Adve · 22 years ago
  21. 270d78a Fix output of typedefs to avoid syntax errors. by Chris Lattner · 22 years ago
  22. 58d04d4 * Add a couple of comments to the output c code by Chris Lattner · 22 years ago
  23. 2db41cd Another change that doesn't affect functionality. Since we are only looking by Chris Lattner · 22 years ago
  24. 2c601a7 Make the StructPrinted set only take memory when it's being used. by Chris Lattner · 22 years ago
  25. a4c047e No functionality changes, primarily just changing tab indentation to space by Chris Lattner · 22 years ago
  26. 70019ab Checkin old testcase by Chris Lattner · 22 years ago
  27. 41e7891 The ENABLE_PROFILING flag now builds the profiled libraries and executables by Vikram S. Adve · 22 years ago
  28. 9c32df3 Let CC invoke gcc and not cc. The latter doesn't work with either our by Vikram S. Adve · 22 years ago
  29. b194f62 Include our config and system-specific Makefiles to get the by Vikram S. Adve · 22 years ago
  30. ad6b4f3 Fix data types header file and declarations to work on Linux. by Vikram S. Adve · 22 years ago
  31. ba3b3e8 Fix to avoid addition on pointers, which is no longer legal. by Vikram S. Adve · 22 years ago
  32. 46d6a1a Add erase() method for a single element. by Vikram S. Adve · 22 years ago
  33. 0efb507 Add method IGNode::getCombinedDegree to count the sum of the degrees by Vikram S. Adve · 22 years ago
  34. 57e14bd Add PostOpts/ and rename PreSelection/ to PreOpts/. by Vikram S. Adve · 22 years ago
  35. e5b2565 Add peephole optimization pass at the end of code generation. by Vikram S. Adve · 22 years ago
  36. d55697c Added class MachineOptInfo as interface to target-specific by Vikram S. Adve · 22 years ago
  37. 2542d9a Interface to target-specific routines that support machine code optimization. by Vikram S. Adve · 22 years ago
  38. e8b57ef Add method MachineInstr::replace to rewrite a machine instruction in place. by Vikram S. Adve · 22 years ago
  39. 32f81a3 Allow copy coalescing in more cases: if sum of node degrees is more than by Vikram S. Adve · 22 years ago
  40. dcde9bd Renamed library preselect to preopts. by Vikram S. Adve · 22 years ago
  41. 25d80cd Peephole optimization pass on final machine code. by Vikram S. Adve · 22 years ago
  42. fafda59 Files moved to CodeGen/PreOpts. by Vikram S. Adve · 22 years ago
  43. abf055c Moving these files from Code/PreSelection to here. by Vikram S. Adve · 22 years ago
  44. 3aaff7e Reenable these options because they break testing on sparc without them. by Chris Lattner · 22 years ago
  45. 2ad319c Native CC compiler has the same problem as CXX compiler. by Chris Lattner · 22 years ago
  46. 698a131 Don't run llc tests on linux, they won't work. by Chris Lattner · 22 years ago
  47. fd479b6 Workaround for bug in GCC 3.1.1 iostreams library on sparc. It apprarently by Chris Lattner · 22 years ago
  48. b4ee4f9 Minor non-functionality changing changes. by Chris Lattner · 22 years ago
  49. e2b5485 Reorder options to be sorted basically by how important they are. by Chris Lattner · 22 years ago
  50. 4b2e291 * Burg is no longer configured in Makefile.config by Chris Lattner · 22 years ago
  51. 7f666ca Platform specific makefiles specify where to find the GCC frontend for their by Chris Lattner · 22 years ago
  52. 4512f33 * Move the burg option into Makefile.common, since it is no longer configurable by Chris Lattner · 22 years ago
  53. 9b94701 Move the burg option out of Makefile.config into Makefile.common since by Chris Lattner · 22 years ago
  54. 90c7d67 Point gccld to the correct library directory. by Chris Lattner · 22 years ago
  55. 3f6962e Add an optimization to support the most common access pattern for the by Chris Lattner · 22 years ago
  56. 5542b9f Switch over to using the x86 version of the C frontend, by default. by Chris Lattner · 22 years ago
  57. ecd3546 It turns out that the cannonical name for the llvm-gcc compiler is, well by Chris Lattner · 22 years ago
  58. c63ffc5 Avoid Solaris-specific defines. by Vikram S. Adve · 22 years ago
  59. dfd621f New testcase that breaks the CFE. by Chris Lattner · 22 years ago
  60. 3e1f144 Make sure that we abort if an error happens as early as neccesary. Before by Chris Lattner · 22 years ago
  61. 0f82df4 Indent a comment right, add a new one by Chris Lattner · 22 years ago
  62. 39c36e8 Add support for passing in arbitrary flags to gmake (except -n and -h by Vikram S. Adve · 22 years ago
  63. 75fb432 New testcase for a bug fixed in the GCC SSA construction algorithm: by Chris Lattner · 22 years ago
  64. d14d376 Avoid deleting the ostream more than once. by Chris Lattner · 22 years ago
  65. d3448cd Fix to work in new location (utils/) and to use gmake instead of gnumake by Vikram S. Adve · 22 years ago
  66. 66c1ab8 Change Makefile.config to support building on the group's linux machines by Chris Lattner · 22 years ago
  67. 2f0a51c KEEP_SYMBOLS by default. by Vikram S. Adve · 22 years ago
  68. feeae58 Strip tools/Debug/ executables by default. Define KEEP_SYMBOLS to by Vikram S. Adve · 22 years ago
  69. 7dbf683 Clean up tags, link to the right .h file by Chris Lattner · 22 years ago
  70. 7c7a07e corrected small bug, to handle when DIRS is not defined. by Anand Shukla · 22 years ago
  71. 6689b06 split retracing into a separate file by Anand Shukla · 22 years ago
  72. ec9962e Compile sub-directories in parallel, because they don't have interdependencies by Chris Lattner · 22 years ago
  73. a8abc22 Add support for the new PARALLEL_DIRS option by Chris Lattner · 22 years ago
  74. 9dd1ad6 Finished instruction replacement section, etc. Need better example for replaceAllUsesWith(). by Joel Stanley · 22 years ago
  75. e6fe671 Fixed grammar. by Misha Brukman · 22 years ago
  76. c4f5bb0 Fixed grammar (User's -> Users). by Misha Brukman · 22 years ago
  77. 0a4aa5a gcc3.1.1 seems much more selective about what it loads from archives, and by Vikram S. Adve · 22 years ago
  78. bfb4724 Removed unnecessary #includes. by Misha Brukman · 22 years ago
  79. 5f41748 Fixed typo. by Misha Brukman · 22 years ago
  80. 16ca2b9 Fix ambiguity problem due to builtin log2(double) function by Chris Lattner · 22 years ago
  81. 5fda997 Don't put default parameter values into .cpp files, it breaks 3.x compilers by Chris Lattner · 22 years ago
  82. ccec07a Fix namespace correctness bug by Chris Lattner · 22 years ago
  83. cb16c65 There is a #define in some header that conflicts with INFINITY, rename it. by Chris Lattner · 22 years ago
  84. 16d1f73 Allow the VERBOSE=1 option to turn on output of recursive make behavior by Chris Lattner · 22 years ago
  85. b430e0b Add support for gcc 3.2 by Chris Lattner · 22 years ago
  86. f1ffd99 Fix parallel recursive make to build directories in order by Chris Lattner · 22 years ago
  87. 52ee1b0 Use locally built burg by Chris Lattner · 22 years ago
  88. ea4b0b2 Build burg tree by Chris Lattner · 22 years ago
  89. 3ae260d TEst commit by Chris Lattner · 22 years ago
  90. 9277d45 Test commit by Chris Lattner · 22 years ago
  91. 72c6f02 Test change by Chris Lattner · 22 years ago
  92. 29e8558 We need an 'all' target to build burg, add it back by Chris Lattner · 22 years ago
  93. ab83fe2 Don't run tests by default by Chris Lattner · 22 years ago
  94. 4f372f0 Initial checkin of burg documetnation files by Chris Lattner · 22 years ago
  95. 633a5b1 Initial checkin of burg files by Chris Lattner · 22 years ago
  96. 24b7092 Avoid using two i's in the same statements by Chris Lattner · 22 years ago
  97. dfcbf01 Fix bug: test/Regression/Transforms/InstCombine/2002-09-17-GetElementPtrCrash.ll by Chris Lattner · 22 years ago
  98. 44404ec New regression test by Chris Lattner · 22 years ago
  99. db5e5df Convert to use long indexes instead of uint by Chris Lattner · 22 years ago
  100. 72e66f4 by Chris Lattner · 22 years ago