1. c1b5d09 Initial checkin by Chris Lattner · 23 years ago
  2. 6dc0193 Ignore the boost #include files by Chris Lattner · 23 years ago
  3. e62dbe9 Enable USEDLIBS to contain .a and .o files by Chris Lattner · 23 years ago
  4. 56d2701 *** empty log message *** by Chris Lattner · 23 years ago
  5. f78a824 Convert over to new style makefile where libraries by default build .o files by Chris Lattner · 23 years ago
  6. 40ac148 Convert over to new style of Makefile, where there is a difference between .o and .a libraries. by Chris Lattner · 23 years ago
  7. aa852bb *** empty log message *** by Chris Lattner · 23 years ago
  8. af7e821 Add support for removing an option from a genericparser by Chris Lattner · 23 years ago
  9. ae1257a Change to avoid bug in GCC 3.0.4 by Chris Lattner · 23 years ago
  10. 5eb6b70 initial checkin by Chris Lattner · 23 years ago
  11. 973fe1f *** empty log message *** by Chris Lattner · 23 years ago
  12. e08728b Initial checkin by Chris Lattner · 23 years ago
  13. 6cf7849 moving to the Reoptimizer/Mapping dir by Mehwish Nagda · 23 years ago
  14. 5fb72ae moved from CodeGen to this dir by Mehwish Nagda · 23 years ago
  15. c4e9a14 Moved to Reoptimizer/Mapping directory by Mehwish Nagda · 23 years ago
  16. eef796c Always create a shadow node for a store instruction, even if it's storing by Chris Lattner · 23 years ago
  17. 54ec7ae Minor bugfix, prevents error in LLI by Chris Lattner · 23 years ago
  18. 54e05af Fix synopsis by Chris Lattner · 23 years ago
  19. 84b362b Add description to Enum options. by Chris Lattner · 23 years ago
  20. 4689728 Hide extra argument by Chris Lattner · 23 years ago
  21. 5ff62e9 *** empty log message *** by Chris Lattner · 23 years ago
  22. 50e3f88 Convert command line option processing code over to use the syntax supported by Chris Lattner · 23 years ago
  23. 21735d7 Convert Command Line option handling code to use the CommandLine 2.0 interface by Chris Lattner · 23 years ago
  24. 331de23 Checkin CommandLine 2.0 by Chris Lattner · 23 years ago
  25. 173e424 Print the contents, not the pointer... by Chris Lattner · 23 years ago
  26. 5585f53 comeented out debug printing by Anand Shukla · 23 years ago
  27. 3ee2ea8 Adding code for outputing length in .s by Anand Shukla · 23 years ago
  28. 9bdf841 changed first arg of parseBytecodeBuffer to unsigned char by Anand Shukla · 23 years ago
  29. 9cd186c changed first arg og parseBytecodeBuffer to uchar by Anand Shukla · 23 years ago
  30. b8a9d90 *** empty log message *** by Chris Lattner · 23 years ago
  31. cb86317 Check in the boost type_traits library, because it is now used by the CommandLine library. by Chris Lattner · 23 years ago
  32. cafc0d2 changed size computation by Mehwish Nagda · 23 years ago
  33. 9eee58d Ignore some common varargs functions. by Chris Lattner · 23 years ago
  34. 1eeefa2 New testcase by Chris Lattner · 23 years ago
  35. e617f92 minor corrections by Anand Shukla · 23 years ago
  36. e221976 * Inline CopyFunctionCallsList by Chris Lattner · 23 years ago
  37. 2a2c490 Rename removeDeadNodes to removeTriviallyDeadNodes by Chris Lattner · 23 years ago
  38. 2dfbe3a Rename removeDeadNodes to removeTriviallyDeadNodes by Chris Lattner · 23 years ago
  39. a990291 Simplify saveOrigFunctionCalls by Chris Lattner · 23 years ago
  40. c44e9bf Add support for a top-down propagation pass: by Vikram S. Adve · 23 years ago
  41. 6aa0d62 Add support for a top-down propagation pass. by Vikram S. Adve · 23 years ago
  42. 055dc2c Implement cast nodes correctly. by Chris Lattner · 23 years ago
  43. f7ccb70 Add support for bottom up closure of ds analysis by Chris Lattner · 23 years ago
  44. ebfd1b9 Build globaldce tests by Chris Lattner · 23 years ago
  45. 5796091 Seperate stats for DCE'd functions and vars by Chris Lattner · 23 years ago
  46. f8dff73 * Code cleanups * Fix a REALLY misleading error message by Chris Lattner · 23 years ago
  47. f0cd472 *** empty log message *** by Chris Lattner · 23 years ago
  48. d99d4d7 * s/method/function by Chris Lattner · 23 years ago
  49. b195911 * s/method/function by Chris Lattner · 23 years ago
  50. 4f5e49c New testcase by Chris Lattner · 23 years ago
  51. e28751f New testcases for bug in globaldce by Chris Lattner · 23 years ago
  52. 7f20ea7 Only functions with external linkage can be resolved to function declarations. by Chris Lattner · 23 years ago
  53. e306d94 * Rewrite loop to be slightly more efficient (arguably) by Chris Lattner · 23 years ago
  54. d124c38 The graph is more accurate when I don't completely ignore the return value. by Chris Lattner · 23 years ago
  55. 0b5909e * Correctly get prototype for void*malloc(size_t) by Chris Lattner · 23 years ago
  56. d6c68c4 Fixes to be LP64 correct by Chris Lattner · 23 years ago
  57. 6183b92 * ConstExpr::getelementptr now takes a vector of Constants not Values by Chris Lattner · 23 years ago
  58. cc4b6ec ConstExpr::getelementptr now takes a vector of Constants not Values by Chris Lattner · 23 years ago
  59. 3535c9b Add a hack to check for a subset of true dominance properties by Chris Lattner · 23 years ago
  60. 6cdf197 Implement linking of ConstExprs by Chris Lattner · 23 years ago
  61. 0d9bab8 Lots of bug fixes, add BottomUpClosure, which has bugs, but is a start. by Chris Lattner · 23 years ago
  62. 84428e1 First cut at implementing bottom up analysis by Chris Lattner · 23 years ago
  63. 1aa7132 Make getelementptr ConstExpr take a vector of constants not values by Chris Lattner · 23 years ago
  64. e011665 added check for Function with 0 BB by Mehwish Nagda · 23 years ago
  65. f4688a8 *** empty log message *** by Guochun Shi · 23 years ago
  66. e19292b New testcase by Chris Lattner · 23 years ago
  67. 1416089 Fix prototype to make function. by Chris Lattner · 23 years ago
  68. e76c4f6 New testcase, unanalyzed. by Chris Lattner · 23 years ago
  69. 260fc14 Anand forgot to check in the makefile corresponding to his previous change by Chris Lattner · 23 years ago
  70. b1b4262 * Remove dead code from ExprTypeConvert.cpp by Chris Lattner · 23 years ago
  71. 1ab8425 New testcase finally identified!! by Chris Lattner · 23 years ago
  72. 3378a5b * Add a bunch of debugging features to LevelRaise by Chris Lattner · 23 years ago
  73. 23014c9 Avoid !sized assertion failure if Ty is not a sized type by Chris Lattner · 23 years ago
  74. 3fb2ddd Fix bug: test/Regression/Transforms/LevelRaise/2002-07-16-RaiseCrash2.ll by Chris Lattner · 23 years ago
  75. 4069c84 New testcase by Chris Lattner · 23 years ago
  76. c2c5a64 Add testcase for raise opportunity missed. by Chris Lattner · 23 years ago
  77. b3ce2f9 Removed emitfuncs: now its part of instrument library by Anand Shukla · 23 years ago
  78. e0b5142 Moved over EmitFunctions to this library by Anand Shukla · 23 years ago
  79. f080ec7 removed this directory by Anand Shukla · 23 years ago
  80. 1187087 Moved EmitFunctions.cpp up to instrumentation directory by Anand Shukla · 23 years ago
  81. 8b1b4e2 * Make global variables with external linkage get emitted correctly by Chris Lattner · 23 years ago
  82. a66c7bf Bugfix to previous checkin by Chris Lattner · 23 years ago
  83. 0af0dff Bug fix to RUN line by Chris Lattner · 23 years ago
  84. 3115540 Now will profile all Basic Blocks by Mehwish Nagda · 23 years ago
  85. 9713c4e * Cleanup pass by Chris Lattner · 23 years ago
  86. 131454e * Add assertion to ExprTypeConvert to detect error earlier than without it by Chris Lattner · 23 years ago
  87. b39df57 New testcase distilled from olden-tsp. by Chris Lattner · 23 years ago
  88. c5debd4 New testcase by Chris Lattner · 23 years ago
  89. 3edfb64 added std:: to pair by Anand Shukla · 23 years ago
  90. 18be6fb added std:: to vector by Anand Shukla · 23 years ago
  91. 6c5ed41 added std:: to string by Anand Shukla · 23 years ago
  92. 4d2da0d added std:: to cerr and endl by Anand Shukla · 23 years ago
  93. 634cd1c Added the Mapping Pass to out put Mapping Info to .s file by Mehwish Nagda · 23 years ago
  94. 0226fdb *** empty log message *** by Mehwish Nagda · 23 years ago
  95. b43086b Initial checking : Writes LLVM - MI mappiing to the .s file by Mehwish Nagda · 23 years ago
  96. ab6317a Ensure ConstExpr constants are unique. by Vikram S. Adve · 23 years ago
  97. d0b1bb0 Ensure ConstExpr constants are unique using a by Vikram S. Adve · 23 years ago
  98. 0850978 Added duplicate constant expressions to test uniqueness support. by Vikram S. Adve · 23 years ago
  99. 5659dd1 Fix bug: test/Regression/Assembler/2002-07-14-InternalLossage.llx by Chris Lattner · 23 years ago
  100. 38c4272 Check in tests that have been in my tree for a long time by Chris Lattner · 23 years ago