1. d6c5104 Fix const problems by Chris Lattner · 22 years ago
  2. 9fcccb0 Fix constness problem by Chris Lattner · 22 years ago
  3. a48836b Fix constness problems now that the cast operators preserve the constness by Chris Lattner · 22 years ago
  4. 51727be * Be more typesafe: cast<x> now no longer discards constness by Chris Lattner · 22 years ago
  5. 4401441 Disable debugging output by Chris Lattner · 22 years ago
  6. 0f99555 *** empty log message *** by Chris Lattner · 22 years ago
  7. a51b767 Allow const bb's to be checked for containment in a loop by Chris Lattner · 22 years ago
  8. 84369b3 Avoid deleting individual instructions until AFTER dead blocks have dropped by Chris Lattner · 22 years ago
  9. 5454f82 New testcase that is a distilled form of the other one by Chris Lattner · 22 years ago
  10. 1303b5d New testcase that crashes ADCE by Chris Lattner · 22 years ago
  11. a338016 Simplify the interface to local dce and constprop by Chris Lattner · 22 years ago
  12. 16da494 Simplify the interface to local DCE and Constant prop by Chris Lattner · 22 years ago
  13. 9e77f77 Support opaque type printing a little bit at least by Chris Lattner · 22 years ago
  14. bd8619d Do not remove type names that contain a . by Chris Lattner · 22 years ago
  15. abe6c3d Fix "unimplemented features": by Chris Lattner · 22 years ago
  16. 77ff8fa Testcases to show what -funcresolve does. by Chris Lattner · 22 years ago
  17. 76ec6e1 Run FuncResolve tests by Chris Lattner · 22 years ago
  18. 22ee3eb Split the FunctionResolution pass out of CleanGCCOutput.cpp. by Chris Lattner · 22 years ago
  19. d20a98e Fix comments to reflect reality by Chris Lattner · 22 years ago
  20. 47e0f3a Support programs that do not #include <malloc.h> or give a full prototype by Chris Lattner · 22 years ago
  21. 7e9ee75 New testcase, to be inspected by hand by Chris Lattner · 22 years ago
  22. 5424e50 No need to run dce with adce right behind! by Chris Lattner · 22 years ago
  23. 0fa5906 New testcase by Chris Lattner · 22 years ago
  24. 6a13592 Make sure the extracted function has external linkage, so that it doesn't by Chris Lattner · 22 years ago
  25. 1ab854a New testcase by Chris Lattner · 22 years ago
  26. c2b42b3 Fold add X, 0 for floating point types as well by Chris Lattner · 22 years ago
  27. 89d46b0 Fix bug: test/Regression/Transforms/ADCE/2002-05-23-ZeroArgPHITest.ll by Chris Lattner · 22 years ago
  28. 37dc78d New testcase by Chris Lattner · 22 years ago
  29. 85c5465 Convert RegClass::IsColorUsedArr from a dynamically allocated array to by Chris Lattner · 22 years ago
  30. 195755c Add a new setSuccessor method to terminator instructions by Chris Lattner · 22 years ago
  31. b3eac89 Implement DataTypes.h in terms of inttypes.h by Chris Lattner · 22 years ago
  32. 0c51266 Avoid creating the symbol table if we don't need it. by Chris Lattner · 22 years ago
  33. 8ebccb7 by Chris Lattner · 22 years ago
  34. 68e0278 Print out function name with % style instead of "" style by Chris Lattner · 22 years ago
  35. 740d3cd Remove spaces from function names by Chris Lattner · 22 years ago
  36. 9488e1b New testcase by Chris Lattner · 22 years ago
  37. faa967e Run profile paths tests by Chris Lattner · 22 years ago
  38. 567c1e8 Test cases for profile paths pass by Chris Lattner · 22 years ago
  39. f09c74c Convert code to use the DEBUG macro so that debug code can simply be by Chris Lattner · 22 years ago
  40. d9036a1 Fix and implement ADCE to finally work! by Chris Lattner · 22 years ago
  41. ff8207f Add the ADCE pass to gccas finally! by Chris Lattner · 22 years ago
  42. 277f651 New testcase by Chris Lattner · 22 years ago
  43. 3329c3c Build the extract utility by Chris Lattner · 22 years ago
  44. 579d914 Initial checkin of the "extract" utility by Chris Lattner · 22 years ago
  45. 91c9337 Add more testcases for ADCE by Chris Lattner · 22 years ago
  46. b3abf9d Convert transforms over to standardize debugging output on -debug option by Chris Lattner · 22 years ago
  47. f016ea4 Use the new DEBUG(x) macro to allow debugging code to be enabled on the commandline by Chris Lattner · 22 years ago
  48. 70e60cb Move debug options out of header files so that the header does not have by Chris Lattner · 22 years ago
  49. 59dcbf9 Move the DEBUG_LV option out of the public header file into a private header. by Chris Lattner · 22 years ago
  50. e87adaa Avoid #including CommandLine.h by Chris Lattner · 22 years ago
  51. 4435ac0 Implement a new command line option, -debug, which is meant to unify all of by Chris Lattner · 22 years ago
  52. 71fb716 Add ability to update existing variables with values read from the command line by Chris Lattner · 22 years ago
  53. 7f9412b Fix bug: test/Regression/Transforms/SCCP/2002-05-21-InvalidSimplify.ll by Chris Lattner · 22 years ago
  54. bec7dca Must run cfgsimplify to eliminate dead blocks by Chris Lattner · 22 years ago
  55. 53eaf1e New testcase by Chris Lattner · 22 years ago
  56. 594b9fa * Fix typeo by Chris Lattner · 22 years ago
  57. 01d1ee3 Add implementation of SimplifyCFG by Chris Lattner · 22 years ago
  58. 573527b New CFG Simplification pass: removed from the old DCE pass by Chris Lattner · 22 years ago
  59. 814908b Expose cfg simplification pass by Chris Lattner · 22 years ago
  60. e3a20e7 Simplify CFG after code generation is done by Chris Lattner · 22 years ago
  61. 76ae344 Simplify interface to ConstantFoldTerminator by Chris Lattner · 22 years ago
  62. b8bcb08 Expose CFG simplification pass by Chris Lattner · 22 years ago
  63. 069667c New testcase by Chris Lattner · 22 years ago
  64. 87a09b1 Fix bug: test/Regression/Transforms/CFGSimplify/2002-05-21-PHIElimination.ll by Chris Lattner · 22 years ago
  65. 4a4e39d Update run line by Chris Lattner · 22 years ago
  66. 2f3ee64 This testcase was very broken! The block could not be merged because then by Chris Lattner · 22 years ago
  67. 58e06e7 New testcase by Chris Lattner · 22 years ago
  68. 963b70b Fix bug: test/Regression/CBackend/2002-05-21-MissingReturn.ll by Chris Lattner · 22 years ago
  69. 94c75ec New TEstcase by Chris Lattner · 22 years ago
  70. 8532fb0 by Mehwish Nagda · 22 years ago
  71. 1458cef Remove unneccesary path from link line now by Chris Lattner · 22 years ago
  72. c5208d4 Allow libraries to specify other libraries to link to by Chris Lattner · 22 years ago
  73. 2e0769e * Change commandline options a bit to be nicer by Chris Lattner · 22 years ago
  74. ad86b74 Hide debugging options by Chris Lattner · 22 years ago
  75. 39fd659 Fix tracing code support to link in the tracing routines if neccesary. by Chris Lattner · 22 years ago
  76. 1ee34a5 Remove explicit support for tracing code. It should be linked into the by Chris Lattner · 22 years ago
  77. 0fe380c Remove tracing code hack by Chris Lattner · 22 years ago
  78. 348d165 Tracelib is now an LLVM library just like all other libraries in this directory. by Chris Lattner · 22 years ago
  79. 2bb5c7f * If hashing a pointer, cast it to a 64 bit number so gcc doesn't warn by Chris Lattner · 22 years ago
  80. 7add8bd New testcase for bug by Chris Lattner · 22 years ago
  81. 618b4a1 Fix bug: test/Regression/Transforms/SCCP/2002-05-20-MissedIncomingValue.ll by Chris Lattner · 22 years ago
  82. a7cc6dd Use literal newline instead of endl by Chris Lattner · 22 years ago
  83. 871c24f Drop something that link will never support, use gccld instead by Chris Lattner · 22 years ago
  84. cfb8191 Implement the printf function, used by assert by Chris Lattner · 22 years ago
  85. 5245f85 Don't lose namespace qualifications on previous patch. by Chris Lattner · 22 years ago
  86. 36346c7 Rename IsPowerOf2 to isPowerOf2 by Chris Lattner · 22 years ago
  87. 54ea60c Cleanups, rename IsPowerOf2 to isPowerOf2 by Chris Lattner · 22 years ago
  88. 4335ad5 Add libsparc.a a second time to resolve link errors. by Vikram S. Adve · 22 years ago
  89. 53835b8 Link with test/Libraries/libinstr32.a for runtime routines by Vikram S. Adve · 22 years ago
  90. eb1a845 Added external functions for hashing pointers to sequence numbers. by Vikram S. Adve · 22 years ago
  91. 2df1f74 Runtime routines to support tracing. by Vikram S. Adve · 22 years ago
  92. 2a4d8d2 Fix libs and includes for compiling with llc. by Vikram S. Adve · 22 years ago
  93. bcfa423 Added log2 for log-base-2 and also modified IsPower2 to use it. by Vikram S. Adve · 22 years ago
  94. 14e3c44 Added parameter IntRegSize for standard general-purpose register size. by Vikram S. Adve · 22 years ago
  95. c864fde New function CreateSignExtensionInstructions. by Vikram S. Adve · 22 years ago
  96. febfae4 Many functions that returned a single MachineInstr now take a by Vikram S. Adve · 22 years ago
  97. 0243ff9 InstrnsBefore and InstrnsAfter are now vectors instead of deques. by Vikram S. Adve · 22 years ago
  98. 67d6208 Better interface to generating machine instr for common cases by Vikram S. Adve · 22 years ago
  99. 8eb0490 MachineInstr now inherits from Annotable. by Vikram S. Adve · 22 years ago
  100. 1e2ddcf Hash pointer values to a sequence number to get identical results from by Vikram S. Adve · 22 years ago