1. 695766d Don't hardcode path to dot in the doxygen config file. Let doxygen search the PATH by Chris Lattner · 22 years ago
  2. 6d4d3e96 Don't hardcode path to doxygen by Chris Lattner · 22 years ago
  3. 9646e6b Clean up LICM significantly now that it is guaranteed to have loop preheaders by Chris Lattner · 22 years ago
  4. 0bd3616 Change pass name to something sane by Chris Lattner · 22 years ago
  5. eb53ae4 Loop invariant code motion now depends on the LoopPreheader pass. Dead code by Chris Lattner · 22 years ago
  6. c178d94 - Cleanup break-crit-edges pass by making SplitCriticalEdge a member method. by Chris Lattner · 22 years ago
  7. f6b684c by Chris Lattner · 22 years ago
  8. 38acf9e Checkin new loop-preheader insertion pass. by Chris Lattner · 22 years ago
  9. fce46ef Fix printing of loop information by Chris Lattner · 22 years ago
  10. de39b71 - Fix bug in LoopInfo causing ParentLoop to be garbage by Chris Lattner · 22 years ago
  11. d74472e - Add methods to ImmediateDominators & DominatorTree to allow updates by Chris Lattner · 22 years ago
  12. 3a294d6 - Add methods to ImmediateDominators & DominatorTree to allow updates by Chris Lattner · 22 years ago
  13. b51bf39 Add a new "DominatorSet::addDominator" method to allow updates by Chris Lattner · 22 years ago
  14. 699b305 by Chris Lattner · 22 years ago
  15. 2b7bb7a - Add new methods to LoopInfo: getLoopPreheader, addBasicBlockToLoop. by Chris Lattner · 22 years ago
  16. 0a1a874 - Add new ctor to BasicBlock to allow insertion before any BB, not just at by Chris Lattner · 22 years ago
  17. 5cf816b by Chris Lattner · 22 years ago
  18. 3a15d70 by Chris Lattner · 22 years ago
  19. 7afd98d Converted SimpleStructMutation to take TargetData as a required pass. by Chris Lattner · 22 years ago
  20. 1751b7e Change LowerAllocations pass to 'require' TargetData instead of it being by Chris Lattner · 22 years ago
  21. 3b2106f by Chris Lattner · 22 years ago
  22. 2da7afb by Chris Lattner · 22 years ago
  23. aa31ad0 Convert TargetData to be an ImmutablePass by Chris Lattner · 22 years ago
  24. f004f9a Add documentation for ImmutablePass's by Chris Lattner · 22 years ago
  25. 9be827a ImmutablePass's don't need a runOnFunction, nor do they need to explicitly say by Chris Lattner · 22 years ago
  26. c3a3881 Convert BasicVN to be an ImmutablePass by Chris Lattner · 22 years ago
  27. 6ffa0a7 * Fix ugly bug in previous checkin where I reused the name 'i' one too many times by Chris Lattner · 22 years ago
  28. 700975b Convert BasicAA to be an immutable pass instead of a FunctionPass by Chris Lattner · 22 years ago
  29. 70b4f3e Add support for ImmutablePasses, which are not run, and cannot be invalidated. by Chris Lattner · 22 years ago
  30. e548f00 Strings now handled correctly. by Nick Hildenbrandt · 22 years ago
  31. 9474dd6 Checkin stub for Misha to implement by Chris Lattner · 22 years ago
  32. 9e39816 Make sure to print message when linking a debug .o file by Chris Lattner · 22 years ago
  33. 112e97d - Fix bug: Mem2Reg/2002-05-01-ShouldNotPromoteThisAlloca.ll by Chris Lattner · 22 years ago
  34. 2ada19e Eliminate extraneous #include by Chris Lattner · 22 years ago
  35. ab60856 A lot of this stuff has been done. Remove the done items by Chris Lattner · 22 years ago
  36. 04b9d29 New feature test for something we have done for a long time by Chris Lattner · 22 years ago
  37. 929b2c6 Fix bug: SimplifyCFG/2002-09-24-PHIAssertion.ll by Chris Lattner · 22 years ago
  38. d7490bc New testcase that causes SimplifyCFG to assert out. by Chris Lattner · 22 years ago
  39. f03cafc - Do not expose Critical Edge breaking mechanics outside the BCE pass, thus by Chris Lattner · 22 years ago
  40. eb0456c - Do not expose Critical Edge breaking mechanics outside the BCE pass, thus by Chris Lattner · 22 years ago
  41. 04d8dc3 - Do not expose Critical Edge breaking mechanics outside the BCE pass, thus by Chris Lattner · 22 years ago
  42. 16e7a52 Correlated Exprs pass now requires BCE pass instead of doing it manually by Chris Lattner · 22 years ago
  43. 6de302b - Expose passinfo from BreakCriticalEdges pass so that it may be "Required" by Chris Lattner · 22 years ago
  44. 8794491 Expose passinfo from BreakCriticalEdges pass so that it may be "Required" by by Chris Lattner · 22 years ago
  45. 93c2668 Make sure to close the file before deleting it by Chris Lattner · 22 years ago
  46. 3abb95d Minor cleanups by Chris Lattner · 22 years ago
  47. d76efa0 by Chris Lattner · 22 years ago
  48. 119e9ea Add new BreakCriticalEdges pass by Chris Lattner · 22 years ago
  49. 2d23785 There are no implicit gep forms of load and store anymore by Chris Lattner · 22 years ago
  50. 5057b00 Make users of FindUsedTypes not have problems with linkage. This fixes Cwriter. by Chris Lattner · 22 years ago
  51. 47b6f84 Make users of FindUsedTypes not have problems with linkage. This fixes cwriter. by Chris Lattner · 22 years ago
  52. aaab467 Convert to using long indexes instead of uint by Chris Lattner · 22 years ago
  53. d06451f Optimize away cases like: by Chris Lattner · 22 years ago
  54. a30b70f Add some more testcases for things to get optimized away by Chris Lattner · 22 years ago
  55. e4314ed Fix: ConstantMerge/2002-09-23-CPR-Update.ll by Chris Lattner · 22 years ago
  56. 10b37b6 New testcase distilled from SPEC vortex benchmark by Chris Lattner · 22 years ago
  57. da37a05 Run constantmerge tests too by Chris Lattner · 22 years ago
  58. c14ded4 Parenthesis are now added to casts of type array. by Nick Hildenbrandt · 22 years ago
  59. c017d91 * Fix bug: CorrelatedExprs/2002-09-23-PHIUpdateBug.ll by Chris Lattner · 22 years ago
  60. cba39ca Fix testcase to accurately expose bug by Chris Lattner · 22 years ago
  61. b9c0d60 New testcase distilled from SPEC MCF benchmark by Chris Lattner · 22 years ago
  62. d149c05 Insert resolved constants into the global map so they are reused correctly. by Chris Lattner · 22 years ago
  63. fb8c89f Group #includes better by Chris Lattner · 22 years ago
  64. 11fd1d3 Allow LLC to be executed on Linux; only the LLC output should not be executed. by Vikram S. Adve · 22 years ago
  65. 26d4a48 C tests are run via Makefile.singlesrc so don't run them twice. by Vikram S. Adve · 22 years ago
  66. 1b5710a Put intermediate source files in a subdirectory here instead of with by Vikram S. Adve · 22 years ago
  67. c308aef Disable reassociation pass in LLC until it is fixed. by Vikram S. Adve · 22 years ago
  68. 35fcad0 'whoami' doesn't exist on solaris by Chris Lattner · 22 years ago
  69. ab0577b Update url by Chris Lattner · 22 years ago
  70. 986e0c9 Add information about the DEBUG() macro and the Statistic template by Chris Lattner · 22 years ago
  71. cc377df * Remove the -stopraise option, which is no longer needed now that we have by Chris Lattner · 22 years ago
  72. bdccb00 Don't insert a PHI node to merge "returns" from an inlined function if there by Chris Lattner · 22 years ago
  73. 172b648 * Minor fixes to support C files. by Chris Lattner · 22 years ago
  74. 28c664d Clean up dead rules by Chris Lattner · 22 years ago
  75. 9c9bfa7 Fix tons of warnings, convert burg to use Makefile.common system, rename by Chris Lattner · 22 years ago
  76. c078930 Changed codegen to add 2 empty slots at the top of stack using StackSlots pass by Anand Shukla · 22 years ago
  77. 33db9ba Initial version: it adds 2 empty slots at the top of stack by Anand Shukla · 22 years ago
  78. d1cf1b4 Fix cwriter to not output FP constants in ascii, output them in hex instead. by Chris Lattner · 22 years ago
  79. 1f8c4a1 Fix bug: 2002-09-20-VarArgPrototypes.ll by Chris Lattner · 22 years ago
  80. 61e4391 Build with $(CC), not gcc explicitly by Chris Lattner · 22 years ago
  81. 90d7119 New testcase for cbe by Chris Lattner · 22 years ago
  82. c92779b New testcase for broken type printing for the cwriter by Nick Hildenbrandt · 22 years ago
  83. 4f2d5a4 Changed uchar to unsigned char in function ParseBytecodeBuffer, because seemingly it affects opt in uncertain ways :) by Anand Shukla · 22 years ago
  84. e155af8 Fix yet another profile linking issue. by Vikram S. Adve · 22 years ago
  85. 590df88 Added checking threshold by Anand Shukla · 22 years ago
  86. 65ce103 Peephole optimization pass on final machine code. by Vikram S. Adve · 22 years ago
  87. 12520cd Fix link error for profile version. Also, build Burg differently by Vikram S. Adve · 22 years ago
  88. c4f6727 Build burg separately for different architectures. by Vikram S. Adve · 22 years ago
  89. 270d78a Fix output of typedefs to avoid syntax errors. by Chris Lattner · 22 years ago
  90. 58d04d4 * Add a couple of comments to the output c code by Chris Lattner · 22 years ago
  91. 2db41cd Another change that doesn't affect functionality. Since we are only looking by Chris Lattner · 22 years ago
  92. 2c601a7 Make the StructPrinted set only take memory when it's being used. by Chris Lattner · 22 years ago
  93. a4c047e No functionality changes, primarily just changing tab indentation to space by Chris Lattner · 22 years ago
  94. 70019ab Checkin old testcase by Chris Lattner · 22 years ago
  95. 41e7891 The ENABLE_PROFILING flag now builds the profiled libraries and executables by Vikram S. Adve · 22 years ago
  96. 9c32df3 Let CC invoke gcc and not cc. The latter doesn't work with either our by Vikram S. Adve · 22 years ago
  97. b194f62 Include our config and system-specific Makefiles to get the by Vikram S. Adve · 22 years ago
  98. ad6b4f3 Fix data types header file and declarations to work on Linux. by Vikram S. Adve · 22 years ago
  99. ba3b3e8 Fix to avoid addition on pointers, which is no longer legal. by Vikram S. Adve · 22 years ago
  100. 46d6a1a Add erase() method for a single element. by Vikram S. Adve · 22 years ago