1. 7b7200c * Significant rework of DSNode to support arbitrary aliasing due to merging by Chris Lattner · 23 years ago
  2. e68bf61 Changes to work with Statistics rework by Chris Lattner · 23 years ago
  3. a92f696 Updates to work with recent Statistic's changes: by Chris Lattner · 23 years ago
  4. 6ee6bbe Updates to work with recent Statistic's changes: by Chris Lattner · 23 years ago
  5. 249be91 Build subdirs in parallel by Chris Lattner · 23 years ago
  6. 96ef1b9 - Rework Statistics: by Chris Lattner · 23 years ago
  7. 1c7ce2c Initial checkin of Steensgaards context insensitive flow insensitive by Chris Lattner · 23 years ago
  8. fccd06f Checkin some major reworks of data structure analysis. This is not done, by Chris Lattner · 23 years ago
  9. 57b062a Make sure to use the TimerGroup that we created! by Chris Lattner · 23 years ago
  10. ccc7bef Make sure not to count the PassManager wrapers by Chris Lattner · 23 years ago
  11. f1da555 Factor timer code out of PassManager implementation, into a generic interface by Chris Lattner · 23 years ago
  12. 6c38a79 Checkin generic interval timer support by Chris Lattner · 23 years ago
  13. c3dd2af Fixed to properly escape quotes in strings. by Nick Hildenbrandt · 23 years ago
  14. c8f25d9 Minor tweak by Chris Lattner · 23 years ago
  15. aebdbe6 Bug fix in folding getElementPtr instructions: don't fold one into by Vikram S. Adve · 23 years ago
  16. 3f00ef9 Fix a problem that was caused by stale analyses being in CurrentAnalyses by Chris Lattner · 23 years ago
  17. b461373 Fix bug in LICM that caused the previous big win. :( by Chris Lattner · 23 years ago
  18. 952eaee Hoist the contents of Loops in depth first order in the dominator tree, by Chris Lattner · 23 years ago
  19. b1f8aeb Fix printing of loop information by Chris Lattner · 23 years ago
  20. 4d7a75a Improve printing of dominator sets by Chris Lattner · 23 years ago
  21. 4d01892 Fix major bugs in dominator set & tree information updating by Chris Lattner · 23 years ago
  22. 4117459 Convert DIRS to PARALLEL_DIRS. They can be built independently. by Vikram S. Adve · 23 years ago
  23. 1c397aa Added a couple of helper methods for live range construction. by Vikram S. Adve · 23 years ago
  24. 9d67cd1 Live ranges for Return value and return address of a Call are now by Vikram S. Adve · 23 years ago
  25. f425884 Fixed method getReturnValue(): it should return NULL if the by Vikram S. Adve · 23 years ago
  26. ad9c978 Fixed incorrect assertion: spill code for function ptr should be by Vikram S. Adve · 23 years ago
  27. ac67006 Return address register should be marked as "result" for the JMPL instruction by Vikram S. Adve · 23 years ago
  28. 8781765 Live ranges for Return value and return address of a Call are no longer by Vikram S. Adve · 23 years ago
  29. 106604e Simplified code that handles call args and rets, so it no longer by Vikram S. Adve · 23 years ago
  30. 4a8bb2b Simplify Call translation slightly. by Vikram S. Adve · 23 years ago
  31. 94c4081 Overhaul integer conversions to match C++ ISO standard. by Vikram S. Adve · 23 years ago
  32. 5cedede Modify operand order for Create{Sign,Zero}ExtensionInstructions. by Vikram S. Adve · 23 years ago
  33. 7e5167a Bug fix: some redundant copies were not being deleted after detection :-|. by Vikram S. Adve · 23 years ago
  34. 1c10f17 Sign-extend integer constants from original type size to 64 bits! by Vikram S. Adve · 23 years ago
  35. e9cb735 Decompose FP-to-UInt casts into FP-to-ULong-toUInt. by Vikram S. Adve · 23 years ago
  36. 009cc3d First try at implementing the AliasSetTracker class. I'm sure it will need by Chris Lattner · 23 years ago
  37. 99a5721 - Further cleanups of LICM pass, remove extra work from previous implementation by Chris Lattner · 23 years ago
  38. 9417059 Improve comments, doxygenize more by Chris Lattner · 23 years ago
  39. 9646e6b Clean up LICM significantly now that it is guaranteed to have loop preheaders by Chris Lattner · 23 years ago
  40. 0bd3616 Change pass name to something sane by Chris Lattner · 23 years ago
  41. eb53ae4 Loop invariant code motion now depends on the LoopPreheader pass. Dead code by Chris Lattner · 23 years ago
  42. c178d94 - Cleanup break-crit-edges pass by making SplitCriticalEdge a member method. by Chris Lattner · 23 years ago
  43. 38acf9e Checkin new loop-preheader insertion pass. by Chris Lattner · 23 years ago
  44. fce46ef Fix printing of loop information by Chris Lattner · 23 years ago
  45. d74472e - Add methods to ImmediateDominators & DominatorTree to allow updates by Chris Lattner · 23 years ago
  46. 699b305 by Chris Lattner · 23 years ago
  47. 0a1a874 - Add new ctor to BasicBlock to allow insertion before any BB, not just at by Chris Lattner · 23 years ago
  48. 3a15d70 by Chris Lattner · 23 years ago
  49. 3b2106f by Chris Lattner · 23 years ago
  50. aa31ad0 Convert TargetData to be an ImmutablePass by Chris Lattner · 23 years ago
  51. c3a3881 Convert BasicVN to be an ImmutablePass by Chris Lattner · 23 years ago
  52. 6ffa0a7 * Fix ugly bug in previous checkin where I reused the name 'i' one too many times by Chris Lattner · 23 years ago
  53. 70b4f3e Add support for ImmutablePasses, which are not run, and cannot be invalidated. by Chris Lattner · 23 years ago
  54. e548f00 Strings now handled correctly. by Nick Hildenbrandt · 23 years ago
  55. 112e97d - Fix bug: Mem2Reg/2002-05-01-ShouldNotPromoteThisAlloca.ll by Chris Lattner · 23 years ago
  56. 2ada19e Eliminate extraneous #include by Chris Lattner · 23 years ago
  57. 929b2c6 Fix bug: SimplifyCFG/2002-09-24-PHIAssertion.ll by Chris Lattner · 23 years ago
  58. f03cafc - Do not expose Critical Edge breaking mechanics outside the BCE pass, thus by Chris Lattner · 23 years ago
  59. eb0456c - Do not expose Critical Edge breaking mechanics outside the BCE pass, thus by Chris Lattner · 23 years ago
  60. 16e7a52 Correlated Exprs pass now requires BCE pass instead of doing it manually by Chris Lattner · 23 years ago
  61. 6de302b - Expose passinfo from BreakCriticalEdges pass so that it may be "Required" by Chris Lattner · 23 years ago
  62. 3abb95d Minor cleanups by Chris Lattner · 23 years ago
  63. d76efa0 by Chris Lattner · 23 years ago
  64. 5057b00 Make users of FindUsedTypes not have problems with linkage. This fixes Cwriter. by Chris Lattner · 23 years ago
  65. d06451f Optimize away cases like: by Chris Lattner · 23 years ago
  66. e4314ed Fix: ConstantMerge/2002-09-23-CPR-Update.ll by Chris Lattner · 23 years ago
  67. c14ded4 Parenthesis are now added to casts of type array. by Nick Hildenbrandt · 23 years ago
  68. c017d91 * Fix bug: CorrelatedExprs/2002-09-23-PHIUpdateBug.ll by Chris Lattner · 23 years ago
  69. d149c05 Insert resolved constants into the global map so they are reused correctly. by Chris Lattner · 23 years ago
  70. 1b5710a Put intermediate source files in a subdirectory here instead of with by Vikram S. Adve · 23 years ago
  71. c308aef Disable reassociation pass in LLC until it is fixed. by Vikram S. Adve · 23 years ago
  72. bdccb00 Don't insert a PHI node to merge "returns" from an inlined function if there by Chris Lattner · 23 years ago
  73. c078930 Changed codegen to add 2 empty slots at the top of stack using StackSlots pass by Anand Shukla · 23 years ago
  74. 33db9ba Initial version: it adds 2 empty slots at the top of stack by Anand Shukla · 23 years ago
  75. d1cf1b4 Fix cwriter to not output FP constants in ascii, output them in hex instead. by Chris Lattner · 23 years ago
  76. 1f8c4a1 Fix bug: 2002-09-20-VarArgPrototypes.ll by Chris Lattner · 23 years ago
  77. 4f2d5a4 Changed uchar to unsigned char in function ParseBytecodeBuffer, because seemingly it affects opt in uncertain ways :) by Anand Shukla · 23 years ago
  78. 590df88 Added checking threshold by Anand Shukla · 23 years ago
  79. 270d78a Fix output of typedefs to avoid syntax errors. by Chris Lattner · 23 years ago
  80. 58d04d4 * Add a couple of comments to the output c code by Chris Lattner · 23 years ago
  81. 2db41cd Another change that doesn't affect functionality. Since we are only looking by Chris Lattner · 23 years ago
  82. 2c601a7 Make the StructPrinted set only take memory when it's being used. by Chris Lattner · 23 years ago
  83. a4c047e No functionality changes, primarily just changing tab indentation to space by Chris Lattner · 23 years ago
  84. 0efb507 Add method IGNode::getCombinedDegree to count the sum of the degrees by Vikram S. Adve · 23 years ago
  85. 57e14bd Add PostOpts/ and rename PreSelection/ to PreOpts/. by Vikram S. Adve · 23 years ago
  86. e5b2565 Add peephole optimization pass at the end of code generation. by Vikram S. Adve · 23 years ago
  87. d55697c Added class MachineOptInfo as interface to target-specific by Vikram S. Adve · 23 years ago
  88. e8b57ef Add method MachineInstr::replace to rewrite a machine instruction in place. by Vikram S. Adve · 23 years ago
  89. 32f81a3 Allow copy coalescing in more cases: if sum of node degrees is more than by Vikram S. Adve · 23 years ago
  90. 25d80cd Peephole optimization pass on final machine code. by Vikram S. Adve · 23 years ago
  91. fafda59 Files moved to CodeGen/PreOpts. by Vikram S. Adve · 23 years ago
  92. abf055c Moving these files from Code/PreSelection to here. by Vikram S. Adve · 23 years ago
  93. 3f6962e Add an optimization to support the most common access pattern for the by Chris Lattner · 23 years ago
  94. 3e1f144 Make sure that we abort if an error happens as early as neccesary. Before by Chris Lattner · 23 years ago
  95. 6689b06 split retracing into a separate file by Anand Shukla · 23 years ago
  96. ec9962e Compile sub-directories in parallel, because they don't have interdependencies by Chris Lattner · 23 years ago
  97. bfb4724 Removed unnecessary #includes. by Misha Brukman · 23 years ago
  98. 5f41748 Fixed typo. by Misha Brukman · 23 years ago
  99. 5fda997 Don't put default parameter values into .cpp files, it breaks 3.x compilers by Chris Lattner · 23 years ago
  100. cb16c65 There is a #define in some header that conflicts with INFINITY, rename it. by Chris Lattner · 23 years ago