1. a928403 changes to make it compatible with 64bit gcc by Anand Shukla · 23 years ago
  2. add9643 minor change in removing endl by Anand Shukla · 23 years ago
  3. 0d1fa55 We must with with GCC 2.95 :( by Chris Lattner · 23 years ago
  4. 4a9f933 changes to make it compatible with 64bit gcc by Anand Shukla · 23 years ago
  5. b7c6c2a Avoid calling LLVM "Strongly typed" by Chris Lattner · 23 years ago
  6. 0bdbfe0 Added setSuccessor() method to terminator instructions by Anand Shukla · 23 years ago
  7. a3b8867 New testcase by Chris Lattner · 23 years ago
  8. c98cbbc Add borders to truth tables by Chris Lattner · 23 years ago
  9. 7bae395 Minor tuning and fleshing out of the language reference. by Chris Lattner · 23 years ago
  10. 3eaf59b Build all subdirectories by Chris Lattner · 23 years ago
  11. 7e70829 MEGAPATCH checkin. by Chris Lattner · 23 years ago
  12. 0b12b5f by Chris Lattner · 23 years ago
  13. 1896150 *** empty log message *** by Chris Lattner · 23 years ago
  14. a2204e1 Description of a large patch that I checked in by Chris Lattner · 23 years ago
  15. 624c3e0 Simplify the code that adds passes so compilation can stop after any step by Chris Lattner · 23 years ago
  16. bb03efd * Update with MegaPatch * Fix various bugs by Chris Lattner · 23 years ago
  17. 24e845f * Update to work with Megapatch by Chris Lattner · 23 years ago
  18. 9234d03 Remove DynamicConstantMerge pass, because it did not fit in with the Pass by Chris Lattner · 23 years ago
  19. ce0141e Remove "fixers" for problems in GCC generated code that cannot be generated by Chris Lattner · 23 years ago
  20. c43fa80 Relocating Graph.h by Anand Shukla · 23 years ago
  21. 15c5977 Test more thoroughly by Chris Lattner · 23 years ago
  22. 65fbd4a Expose the analyzer by Chris Lattner · 23 years ago
  23. f497640 Basic test of the inlinr by Chris Lattner · 23 years ago
  24. 578cf90 Testcase for unimplemented feature by Chris Lattner · 23 years ago
  25. 6a45509 Checkin descriptive note by Chris Lattner · 23 years ago
  26. 8bed246 Mark some stuff as done by Chris Lattner · 23 years ago
  27. 23e07e7 New testcases for verifier by Chris Lattner · 23 years ago
  28. db241dc Fix constness by Chris Lattner · 23 years ago
  29. 122787b Fix Constness problems by Chris Lattner · 23 years ago
  30. d6c5104 Fix const problems by Chris Lattner · 23 years ago
  31. 9fcccb0 Fix constness problem by Chris Lattner · 23 years ago
  32. a48836b Fix constness problems now that the cast operators preserve the constness by Chris Lattner · 23 years ago
  33. 51727be * Be more typesafe: cast<x> now no longer discards constness by Chris Lattner · 23 years ago
  34. 4401441 Disable debugging output by Chris Lattner · 23 years ago
  35. 0f99555 *** empty log message *** by Chris Lattner · 23 years ago
  36. a51b767 Allow const bb's to be checked for containment in a loop by Chris Lattner · 23 years ago
  37. 84369b3 Avoid deleting individual instructions until AFTER dead blocks have dropped by Chris Lattner · 23 years ago
  38. 5454f82 New testcase that is a distilled form of the other one by Chris Lattner · 23 years ago
  39. 1303b5d New testcase that crashes ADCE by Chris Lattner · 23 years ago
  40. a338016 Simplify the interface to local dce and constprop by Chris Lattner · 23 years ago
  41. 16da494 Simplify the interface to local DCE and Constant prop by Chris Lattner · 23 years ago
  42. 9e77f77 Support opaque type printing a little bit at least by Chris Lattner · 23 years ago
  43. bd8619d Do not remove type names that contain a . by Chris Lattner · 23 years ago
  44. abe6c3d Fix "unimplemented features": by Chris Lattner · 23 years ago
  45. 77ff8fa Testcases to show what -funcresolve does. by Chris Lattner · 23 years ago
  46. 76ec6e1 Run FuncResolve tests by Chris Lattner · 23 years ago
  47. 22ee3eb Split the FunctionResolution pass out of CleanGCCOutput.cpp. by Chris Lattner · 23 years ago
  48. d20a98e Fix comments to reflect reality by Chris Lattner · 23 years ago
  49. 47e0f3a Support programs that do not #include <malloc.h> or give a full prototype by Chris Lattner · 23 years ago
  50. 7e9ee75 New testcase, to be inspected by hand by Chris Lattner · 23 years ago
  51. 5424e50 No need to run dce with adce right behind! by Chris Lattner · 23 years ago
  52. 0fa5906 New testcase by Chris Lattner · 23 years ago
  53. 6a13592 Make sure the extracted function has external linkage, so that it doesn't by Chris Lattner · 23 years ago
  54. 1ab854a New testcase by Chris Lattner · 23 years ago
  55. c2b42b3 Fold add X, 0 for floating point types as well by Chris Lattner · 23 years ago
  56. 89d46b0 Fix bug: test/Regression/Transforms/ADCE/2002-05-23-ZeroArgPHITest.ll by Chris Lattner · 23 years ago
  57. 37dc78d New testcase by Chris Lattner · 23 years ago
  58. 85c5465 Convert RegClass::IsColorUsedArr from a dynamically allocated array to by Chris Lattner · 23 years ago
  59. 195755c Add a new setSuccessor method to terminator instructions by Chris Lattner · 23 years ago
  60. b3eac89 Implement DataTypes.h in terms of inttypes.h by Chris Lattner · 23 years ago
  61. 0c51266 Avoid creating the symbol table if we don't need it. by Chris Lattner · 23 years ago
  62. 8ebccb7 by Chris Lattner · 23 years ago
  63. 68e0278 Print out function name with % style instead of "" style by Chris Lattner · 23 years ago
  64. 740d3cd Remove spaces from function names by Chris Lattner · 23 years ago
  65. 9488e1b New testcase by Chris Lattner · 23 years ago
  66. faa967e Run profile paths tests by Chris Lattner · 23 years ago
  67. 567c1e8 Test cases for profile paths pass by Chris Lattner · 23 years ago
  68. f09c74c Convert code to use the DEBUG macro so that debug code can simply be by Chris Lattner · 23 years ago
  69. d9036a1 Fix and implement ADCE to finally work! by Chris Lattner · 23 years ago
  70. ff8207f Add the ADCE pass to gccas finally! by Chris Lattner · 23 years ago
  71. 277f651 New testcase by Chris Lattner · 23 years ago
  72. 3329c3c Build the extract utility by Chris Lattner · 23 years ago
  73. 579d914 Initial checkin of the "extract" utility by Chris Lattner · 23 years ago
  74. 91c9337 Add more testcases for ADCE by Chris Lattner · 23 years ago
  75. b3abf9d Convert transforms over to standardize debugging output on -debug option by Chris Lattner · 23 years ago
  76. f016ea4 Use the new DEBUG(x) macro to allow debugging code to be enabled on the commandline by Chris Lattner · 23 years ago
  77. 70e60cb Move debug options out of header files so that the header does not have by Chris Lattner · 23 years ago
  78. 59dcbf9 Move the DEBUG_LV option out of the public header file into a private header. by Chris Lattner · 23 years ago
  79. e87adaa Avoid #including CommandLine.h by Chris Lattner · 23 years ago
  80. 4435ac0 Implement a new command line option, -debug, which is meant to unify all of by Chris Lattner · 23 years ago
  81. 71fb716 Add ability to update existing variables with values read from the command line by Chris Lattner · 23 years ago
  82. 7f9412b Fix bug: test/Regression/Transforms/SCCP/2002-05-21-InvalidSimplify.ll by Chris Lattner · 23 years ago
  83. bec7dca Must run cfgsimplify to eliminate dead blocks by Chris Lattner · 23 years ago
  84. 53eaf1e New testcase by Chris Lattner · 23 years ago
  85. 594b9fa * Fix typeo by Chris Lattner · 23 years ago
  86. 01d1ee3 Add implementation of SimplifyCFG by Chris Lattner · 23 years ago
  87. 573527b New CFG Simplification pass: removed from the old DCE pass by Chris Lattner · 23 years ago
  88. 814908b Expose cfg simplification pass by Chris Lattner · 23 years ago
  89. e3a20e7 Simplify CFG after code generation is done by Chris Lattner · 23 years ago
  90. 76ae344 Simplify interface to ConstantFoldTerminator by Chris Lattner · 23 years ago
  91. b8bcb08 Expose CFG simplification pass by Chris Lattner · 23 years ago
  92. 069667c New testcase by Chris Lattner · 23 years ago
  93. 87a09b1 Fix bug: test/Regression/Transforms/CFGSimplify/2002-05-21-PHIElimination.ll by Chris Lattner · 23 years ago
  94. 4a4e39d Update run line by Chris Lattner · 23 years ago
  95. 2f3ee64 This testcase was very broken! The block could not be merged because then by Chris Lattner · 23 years ago
  96. 58e06e7 New testcase by Chris Lattner · 23 years ago
  97. 963b70b Fix bug: test/Regression/CBackend/2002-05-21-MissingReturn.ll by Chris Lattner · 23 years ago
  98. 94c75ec New TEstcase by Chris Lattner · 23 years ago
  99. 8532fb0 by Mehwish Nagda · 23 years ago
  100. 1458cef Remove unneccesary path from link line now by Chris Lattner · 23 years ago