1. 9b2a14b Add argument to DAE to allow operation on non-internal functions by Chris Lattner · 21 years ago
  2. e99f4cf It seems likely that floats would need a cast too, because they are by Brian Gaeke · 21 years ago
  3. 484147d New testcase by Chris Lattner · 21 years ago
  4. 2d8270c Don't print message, remove temp files by Chris Lattner · 21 years ago
  5. 837e42c Fix bug: ADCE/2003-06-24-BadSuccessor.ll by Chris Lattner · 21 years ago
  6. 77825a3 New testcase by Chris Lattner · 21 years ago
  7. a89ab2c Make assertion more descriptive by Chris Lattner · 21 years ago
  8. 6932f6b Modernize testcase by Chris Lattner · 21 years ago
  9. 99c91e0 Do not mark ALL terminators live if any instruciton in the block is live. We only by Chris Lattner · 21 years ago
  10. e4b79d3 modernize testcase by Chris Lattner · 21 years ago
  11. ad0f417 Make sure adce is basically working! by Chris Lattner · 21 years ago
  12. 82c94e2 Modernize testcases by Chris Lattner · 21 years ago
  13. 38b5ae4 Fix bug: SCCP/2003-06-24-OverdefinedPHIValue.ll by Chris Lattner · 21 years ago
  14. 1e3af1e New testcase by Chris Lattner · 21 years ago
  15. fcd74e2 Fix bug: TailDup/2003-06-24-Simpleloop.ll by Chris Lattner · 21 years ago
  16. d0d09e6 Testcase reduced by bugpoint by Chris Lattner · 21 years ago
  17. 6973815 Run the tail dup tests by Chris Lattner · 21 years ago
  18. b1b3fb3 Prevented inclusion of (non-existent) stdint.h on Sparc. by Joel Stanley · 21 years ago
  19. 79d35b3 Implement new transforms: by Chris Lattner · 21 years ago
  20. 8c1ab94 Fix comment by Chris Lattner · 21 years ago
  21. d9fa6a3 Yet another testcase by Chris Lattner · 21 years ago
  22. 8186a94 Test cases for when casts to bool can be eliminated by Chris Lattner · 21 years ago
  23. 031a112 Fix 2003-06-23-PromotedExprs.llx -- if we are adding two bytes we better by Brian Gaeke · 21 years ago
  24. 508a41b New test case for C Writer regression found in 256.bzip2 by Brian Gaeke · 21 years ago
  25. 1440c2a Allow .llx testcases (i.e., those that contain explicit RUN: stmts.) by Brian Gaeke · 21 years ago
  26. 7033798 Include <cmath> instead of <math.h> by Brian Gaeke · 21 years ago
  27. 1d5fc3f Add support for GCC 3.3 by Chris Lattner · 21 years ago
  28. aac575d New testcase for a GCC bug by Chris Lattner · 21 years ago
  29. 8a334a4 avoid dividing by zero when dealing with zero sized types (like [0 x double]) by Chris Lattner · 21 years ago
  30. 8054444 Add the padding needed for variable-size alloca's, which should work now. by Vikram S. Adve · 21 years ago
  31. ba38fe6 New testcase narrowed down by Joel by Chris Lattner · 21 years ago
  32. 037d258 Fix bug: InstCombine/2003-06-22-ConstantExprCrash.ll by Chris Lattner · 21 years ago
  33. 066ab6a Add paranoia checking by Chris Lattner · 21 years ago
  34. ddd7e39 New testcase by Chris Lattner · 21 years ago
  35. 578aa74 New testcases by Chris Lattner · 21 years ago
  36. 5e11fd3 Initial checkin by Chris Lattner · 21 years ago
  37. ea635cd Test change by Chris Lattner · 21 years ago
  38. e643a6c Add tail duplication pass to the pipeline, move the verifier pass to the front by Chris Lattner · 21 years ago
  39. 1ee7855 Add prototype for tail-dup pass by Chris Lattner · 21 years ago
  40. 7a7bef4 Initial checkin of Tail duplication pass. by Chris Lattner · 21 years ago
  41. 7b52c03 Do not use the inefficient, fixed function, CBW, CDQ, ... instructions by Chris Lattner · 21 years ago
  42. 680a7c2 Get rid of WORDSIZE macro which can pollute untold numbers of translation units by Chris Lattner · 21 years ago
  43. 3889a2c Remove a ton of extraneous #includes by Chris Lattner · 21 years ago
  44. 18345bb Whoops, accidentally lost a #include by Chris Lattner · 21 years ago
  45. e0f4b98 Remove support for the MultiObject flag, which was fundamentally broken by Chris Lattner · 21 years ago
  46. 5bb8776 Remove support for the MultiObject flag, which was just fundamentally broken by Chris Lattner · 21 years ago
  47. 797249b Instcombine cast (getelementptr Ptr, 0, 0, 0) to ... into: cast Ptr to ... by Chris Lattner · 21 years ago
  48. 1474b47 Add testcase for reason that typesafety of power is being broken by Chris Lattner · 21 years ago
  49. edf351f Clarify that variables must be global by Chris Lattner · 21 years ago
  50. da5a643 update documentation about columns by Chris Lattner · 21 years ago
  51. 034acf0 Minor simplification to 64-bit instsel by Chris Lattner · 21 years ago
  52. 0f1c461 For 16 and 32-bit multiplies, use the IMUL instruction instead of the MUL instruction. by Chris Lattner · 21 years ago
  53. a8cb100 Add IMULr16 & IMULr32 instructions by Chris Lattner · 21 years ago
  54. f585447 Generate code for LONG indexes to getelementptr instructions more efficiently by Chris Lattner · 21 years ago
  55. c901e8b Some preprocessors doen't support // comments and get confused by Chris Lattner · 21 years ago
  56. b7009c6 Remove obsolete support for LD_LIBRARY_PATH by Chris Lattner · 21 years ago
  57. a2e89c6 Updated to the new Makefile.common. by John Criswell · 21 years ago
  58. 6f4ad0b Reverted back to revision 1.91. by John Criswell · 21 years ago
  59. 917fb38 Added a hack that takes the path relative to the home directory into account by John Criswell · 21 years ago
  60. 259a144 The modifications to LD_LIBRARY_PATH now add the specified paths to the by John Criswell · 21 years ago
  61. 5b836c4 Minor cleanups by Chris Lattner · 21 years ago
  62. e3ba95e Fix problem building optmized build by Chris Lattner · 21 years ago
  63. 1c6d6c9 Fix the build. :( by Chris Lattner · 21 years ago
  64. ddafa49 RDCCR defines arg. #1, not arg. #2. by Vikram S. Adve · 21 years ago
  65. 31f6125 Changes to privatize NodeType by Chris Lattner · 21 years ago
  66. bd92b73 * Changes to make NodeType be private to DSNode. by Chris Lattner · 21 years ago
  67. 160cf48 Lots of changes to make the NodeType field private to DSNode. by Chris Lattner · 21 years ago
  68. 3387e7f Fix output bug: Intel asm comment character is #, not ;. by Brian Gaeke · 21 years ago
  69. 088fa11 RECAPITALIZE all the names of pseudo-instructions, and add a comment explaining by Brian Gaeke · 21 years ago
  70. 96b07e5 Rename many instructions to their Intel asm-compatible names. This by Brian Gaeke · 21 years ago
  71. 9e474c4 Add Initialization and Finalization methods for the Printer pass, by Brian Gaeke · 21 years ago
  72. ed4775a Remove usage of sys/unistd.h by Chris Lattner · 21 years ago
  73. dccb6d0 Funcresolve no longer performs nicification of resolved functions by Chris Lattner · 21 years ago
  74. 936f771 Update comments by Chris Lattner · 21 years ago
  75. 0e60941 The actual nicification of calls is now implemented in instcombine, not in by Chris Lattner · 21 years ago
  76. 9fe3886 Implement the functionality of InstCombine/call.ll by Chris Lattner · 21 years ago
  77. a3df1ff Remove a bunch of complicated code. The functionality is implemented in instcombine instead by Chris Lattner · 21 years ago
  78. 037b568 New testcase by Chris Lattner · 21 years ago
  79. 5ce1a58 tools/llc/llc.cpp: Make "-o -" work. by Brian Gaeke · 21 years ago
  80. de3aa4f lib/Target/X86/X86TargetMachine.{cpp,h}: Add initial version by Brian Gaeke · 21 years ago
  81. 8c6bb90 Diversify examples by Chris Lattner · 21 years ago
  82. b5561ff fix incorrect anchor by Chris Lattner · 21 years ago
  83. 2e2f2dc lib/Target/Sparc/Sparc.cpp: by Brian Gaeke · 21 years ago
  84. baed073 Move llvm tools to the start of the testrunner path, which allows the llvm 'as' by Chris Lattner · 21 years ago
  85. 893f025 Detemplatize the PATypeHandle class, which was only really instantiated on 'Type'. by Chris Lattner · 21 years ago
  86. c500cf2 Remove extra line by Chris Lattner · 21 years ago
  87. cccc28c Reindent code to match the rest of the file by Chris Lattner · 21 years ago
  88. 433c3fe Fix breakage due to John's recent changes by Chris Lattner · 21 years ago
  89. a34f440 Add new DAE pass to gccld. It does not add cause any regressions in the test-suite by Chris Lattner · 21 years ago
  90. 97f4b66 Handle arguments passed in through the va_arg area by Chris Lattner · 21 years ago
  91. c8621e6 These instructions really take three operands. This fixes some assertions by Chris Lattner · 21 years ago
  92. b471a23 lib/CWriter/Writer.cpp: Copy AsmWriter's ConstantFP checking code here by Brian Gaeke · 21 years ago
  93. 4399a49 Add #ifdef hack for MAP_ANONYMOUS being spelled MAP_ANON on some platforms. by Brian Gaeke · 21 years ago
  94. c0feeb5 Make testcase more interesting, remove absolute path from -load line by Chris Lattner · 21 years ago
  95. 08227e4 Initial checkin of DAE pass by Chris Lattner · 21 years ago
  96. 697a00f * Add new CallSite::get factory method by Chris Lattner · 21 years ago
  97. a599f87 Add new op_erase method by Chris Lattner · 21 years ago
  98. 57ec659 Make sure accessor is properly doxygenized. It wants two lines by Chris Lattner · 21 years ago
  99. 95ab3d4 Add accessor by Chris Lattner · 21 years ago
  100. fac0eca Fix to mesh with Johns recent changes by Chris Lattner · 21 years ago