1. 6fd866c Add DSGraph to the tests by Chris Lattner · 22 years ago
  2. e9a64ea Avoid printing out huge structures or arrays if they are just filled with zeros by Chris Lattner · 22 years ago
  3. f460048 Add support for a new zeroinitializer token which can be used to get rid of by Chris Lattner · 22 years ago
  4. 22b1fa0 Add test for new zeroinitializer token by Chris Lattner · 22 years ago
  5. 2fa42a8 jmp_buf is really a pointer type that is passed around... by Chris Lattner · 22 years ago
  6. 9bda5f5 Add support for the Invoke instruction! by Chris Lattner · 22 years ago
  7. 4097b2a9 New testcase for invoke support by Chris Lattner · 22 years ago
  8. 4148819 Preserve compatibility with non-gcc compilers by Chris Lattner · 22 years ago
  9. 76d9f1b Fix bug: CBackend/2003-06-28-LinkOnceGlobalVars.llx by Chris Lattner · 22 years ago
  10. a4610ec New testcase by Chris Lattner · 22 years ago
  11. cf6bac3 Allow the inlining limit to be controlled from the command line! by Chris Lattner · 22 years ago
  12. d2a6fc3 Add support for 'unsigned' command line arguments by Chris Lattner · 22 years ago
  13. 3a56364 Added code to the clean rule that deletes files placed in the source directory. by John Criswell · 22 years ago
  14. 2a6530f Added the OPTIONAL_DIRS variable for specifying optional directories to build. by John Criswell · 22 years ago
  15. acd48e4 New testcase that crashes the cfe by Chris Lattner · 22 years ago
  16. d7908f6 Nice tasty llc fixes. These should fix LLC for x86 for everything in by Brian Gaeke · 22 years ago
  17. f818386 Here are the notes from our Reoptimizer meetings. by Brian Gaeke · 22 years ago
  18. c0f33b5 Modify script to support checkins on branches by Chris Lattner · 22 years ago
  19. 5e00157 Number constants from constant pool as CPIf_i where f is the function index by Brian Gaeke · 22 years ago
  20. 102f901 Add a testcase to ensure that ctor/dtor attributes work in C by Chris Lattner · 22 years ago
  21. b12b753 Add support to globaldce for deleting dead function prototypes by Chris Lattner · 22 years ago
  22. 81d4e14 When internalizing global ctor/dtor list, also mark it constant. This is gross, but by Chris Lattner · 22 years ago
  23. dc52353 Run the simplify CFG pass after instcombine which has the effect of deleting by Chris Lattner · 22 years ago
  24. 083de22 New variable which is just the GCCLD tool by Chris Lattner · 22 years ago
  25. 6a2a60a Implement more aggressive folding of constant GEP instructions by Chris Lattner · 22 years ago
  26. 833b8a4 Add support for elimination of load instruction from global constants by Chris Lattner · 22 years ago
  27. b75e1e7 add tests for elimination of loads by Chris Lattner · 22 years ago
  28. 293a33a Move the instcombine pass before globaldce, so that if globals are made dead by instcombine, that they can be deleted. by Chris Lattner · 22 years ago
  29. 5d243c2 Don't register the destructors if the list is empty by Chris Lattner · 22 years ago
  30. bc601fe Integrate the C writer's name mangler. by Brian Gaeke · 22 years ago
  31. 01d79ff First draft of X86 LLC backend. This should be OK for small programs like by Brian Gaeke · 22 years ago
  32. d4c914f Add test for instcombine -1*X -> -X by Chris Lattner · 22 years ago
  33. 0af1fab Instcombine: X * -1 -> -X by Chris Lattner · 22 years ago
  34. 5db61fd Fix bug: LevelRaise/2003-06-25-ExprAnalysis.ll by Chris Lattner · 22 years ago
  35. 262a791 New testcase by Chris Lattner · 22 years ago
  36. 83c39d2 Fix bug: Mem2Reg/2003-06-26-IterativePromote.ll by Chris Lattner · 22 years ago
  37. 4f7ae85 New testcase by Chris Lattner · 22 years ago
  38. f56703b Remove completed tasks by Chris Lattner · 22 years ago
  39. 54f6032 - Fixed name mangling conditions to handle 'linkonce' linkage type. In by Joel Stanley · 22 years ago
  40. 898e0e4 Try to run cleanups even if nothing was modified in the preview passes by Chris Lattner · 22 years ago
  41. 06c818e Run dead arg elimination, and tell it that it's ok to hack up non-internal functions by Chris Lattner · 22 years ago
  42. 9b2a14b Add argument to DAE to allow operation on non-internal functions by Chris Lattner · 22 years ago
  43. e99f4cf It seems likely that floats would need a cast too, because they are by Brian Gaeke · 22 years ago
  44. 484147d New testcase by Chris Lattner · 22 years ago
  45. 2d8270c Don't print message, remove temp files by Chris Lattner · 22 years ago
  46. 837e42c Fix bug: ADCE/2003-06-24-BadSuccessor.ll by Chris Lattner · 22 years ago
  47. 77825a3 New testcase by Chris Lattner · 22 years ago
  48. a89ab2c Make assertion more descriptive by Chris Lattner · 22 years ago
  49. 6932f6b Modernize testcase by Chris Lattner · 22 years ago
  50. 99c91e0 Do not mark ALL terminators live if any instruciton in the block is live. We only by Chris Lattner · 22 years ago
  51. e4b79d3 modernize testcase by Chris Lattner · 22 years ago
  52. ad0f417 Make sure adce is basically working! by Chris Lattner · 22 years ago
  53. 82c94e2 Modernize testcases by Chris Lattner · 22 years ago
  54. 38b5ae4 Fix bug: SCCP/2003-06-24-OverdefinedPHIValue.ll by Chris Lattner · 22 years ago
  55. 1e3af1e New testcase by Chris Lattner · 22 years ago
  56. fcd74e2 Fix bug: TailDup/2003-06-24-Simpleloop.ll by Chris Lattner · 22 years ago
  57. d0d09e6 Testcase reduced by bugpoint by Chris Lattner · 22 years ago
  58. 6973815 Run the tail dup tests by Chris Lattner · 22 years ago
  59. b1b3fb3 Prevented inclusion of (non-existent) stdint.h on Sparc. by Joel Stanley · 22 years ago
  60. 79d35b3 Implement new transforms: by Chris Lattner · 22 years ago
  61. 8c1ab94 Fix comment by Chris Lattner · 22 years ago
  62. d9fa6a3 Yet another testcase by Chris Lattner · 22 years ago
  63. 8186a94 Test cases for when casts to bool can be eliminated by Chris Lattner · 22 years ago
  64. 031a112 Fix 2003-06-23-PromotedExprs.llx -- if we are adding two bytes we better by Brian Gaeke · 22 years ago
  65. 508a41b New test case for C Writer regression found in 256.bzip2 by Brian Gaeke · 22 years ago
  66. 1440c2a Allow .llx testcases (i.e., those that contain explicit RUN: stmts.) by Brian Gaeke · 22 years ago
  67. 7033798 Include <cmath> instead of <math.h> by Brian Gaeke · 22 years ago
  68. 1d5fc3f Add support for GCC 3.3 by Chris Lattner · 22 years ago
  69. aac575d New testcase for a GCC bug by Chris Lattner · 22 years ago
  70. 8a334a4 avoid dividing by zero when dealing with zero sized types (like [0 x double]) by Chris Lattner · 22 years ago
  71. 8054444 Add the padding needed for variable-size alloca's, which should work now. by Vikram S. Adve · 22 years ago
  72. ba38fe6 New testcase narrowed down by Joel by Chris Lattner · 22 years ago
  73. 037d258 Fix bug: InstCombine/2003-06-22-ConstantExprCrash.ll by Chris Lattner · 22 years ago
  74. 066ab6a Add paranoia checking by Chris Lattner · 22 years ago
  75. ddd7e39 New testcase by Chris Lattner · 22 years ago
  76. 578aa74 New testcases by Chris Lattner · 22 years ago
  77. 5e11fd3 Initial checkin by Chris Lattner · 22 years ago
  78. ea635cd Test change by Chris Lattner · 22 years ago
  79. e643a6c Add tail duplication pass to the pipeline, move the verifier pass to the front by Chris Lattner · 22 years ago
  80. 1ee7855 Add prototype for tail-dup pass by Chris Lattner · 22 years ago
  81. 7a7bef4 Initial checkin of Tail duplication pass. by Chris Lattner · 22 years ago
  82. 7b52c03 Do not use the inefficient, fixed function, CBW, CDQ, ... instructions by Chris Lattner · 22 years ago
  83. 680a7c2 Get rid of WORDSIZE macro which can pollute untold numbers of translation units by Chris Lattner · 22 years ago
  84. 3889a2c Remove a ton of extraneous #includes by Chris Lattner · 22 years ago
  85. 18345bb Whoops, accidentally lost a #include by Chris Lattner · 22 years ago
  86. e0f4b98 Remove support for the MultiObject flag, which was fundamentally broken by Chris Lattner · 22 years ago
  87. 5bb8776 Remove support for the MultiObject flag, which was just fundamentally broken by Chris Lattner · 22 years ago
  88. 797249b Instcombine cast (getelementptr Ptr, 0, 0, 0) to ... into: cast Ptr to ... by Chris Lattner · 22 years ago
  89. 1474b47 Add testcase for reason that typesafety of power is being broken by Chris Lattner · 22 years ago
  90. edf351f Clarify that variables must be global by Chris Lattner · 22 years ago
  91. da5a643 update documentation about columns by Chris Lattner · 22 years ago
  92. 034acf0 Minor simplification to 64-bit instsel by Chris Lattner · 22 years ago
  93. 0f1c461 For 16 and 32-bit multiplies, use the IMUL instruction instead of the MUL instruction. by Chris Lattner · 22 years ago
  94. a8cb100 Add IMULr16 & IMULr32 instructions by Chris Lattner · 22 years ago
  95. f585447 Generate code for LONG indexes to getelementptr instructions more efficiently by Chris Lattner · 22 years ago
  96. c901e8b Some preprocessors doen't support // comments and get confused by Chris Lattner · 22 years ago
  97. b7009c6 Remove obsolete support for LD_LIBRARY_PATH by Chris Lattner · 22 years ago
  98. a2e89c6 Updated to the new Makefile.common. by John Criswell · 22 years ago
  99. 6f4ad0b Reverted back to revision 1.91. by John Criswell · 22 years ago
  100. 917fb38 Added a hack that takes the path relative to the home directory into account by John Criswell · 22 years ago