1. d23a35b Simplify interface to parsers. by Chris Lattner · 22 years ago
  2. c1ae40c * Write the "Custom parser" section by Chris Lattner · 22 years ago
  3. e76d4ab Write the reference section, make other minor editing changes elsewhere. by Chris Lattner · 22 years ago
  4. 5acd166 added Mapping and Function Pass by Mehwish Nagda · 22 years ago
  5. b8a45c9 Add function GetConstantValueAsUnsignedInt. by Vikram S. Adve · 22 years ago
  6. a40cbb3 Bug fix in CreateCodeToLoadConst(): use sign of dest, not operand, by Vikram S. Adve · 22 years ago
  7. 7894d56 Add a sequence of GEPs with constant indices, for folding. by Vikram S. Adve · 22 years ago
  8. ed0030e Bug fix in TargetData::getIndexedOffset(): handle struct offset by Vikram S. Adve · 22 years ago
  9. 99d4a38 Bug fix in SetOperandsForMemInstr: handle leading zeros correctly by Vikram S. Adve · 22 years ago
  10. 1b51b1b Add function GetConstantValueAsUnsignedInt. by Vikram S. Adve · 22 years ago
  11. 75ac4e5 Fix compilation problem. IsIndexZero doesn't exist, use IsZero instead. by Chris Lattner · 22 years ago
  12. 7d20fe3 Testcase for stuff instcombine should do eventually by Chris Lattner · 22 years ago
  13. d3e7929 Add some more features that we could instcombine away by Chris Lattner · 22 years ago
  14. e853548 *** empty log message *** by Chris Lattner · 22 years ago
  15. 9dd794e Comment options that may be enabled by Chris Lattner · 22 years ago
  16. ed3fefb Simplified handling of array indexes in SetMemOperands_Internal. by Vikram S. Adve · 22 years ago
  17. 607bfad Add MemAccessInst::getNumIndices(). by Vikram S. Adve · 22 years ago
  18. 900fd63 Eliminate cast instructions: use only GEPs in decomposed sequence. by Vikram S. Adve · 22 years ago
  19. a1396a1 Run both *.ll and *.c tests. by Vikram S. Adve · 22 years ago
  20. 6ae7d3c Added expected decomposed sequence in comments, plus a couple of new cases. by Vikram S. Adve · 22 years ago
  21. 69ab7a8 Fix problem where lli would not print out a 64 bit value when the client code by Chris Lattner · 22 years ago
  22. 1bbd361 Fix one real nasty bug by Chris Lattner · 22 years ago
  23. b490c20 Fix lli with no arguments by Chris Lattner · 22 years ago
  24. 8fd217c Fix bug: test/Regression/Transforms/InstCombine/2002-08-02-CastTest.ll by Chris Lattner · 22 years ago
  25. 7b572ef Fix yet another bug in the testcase by Chris Lattner · 22 years ago
  26. 77c1462 Fix bug in testcase by Chris Lattner · 22 years ago
  27. 90ac28c * Cleanups of instcombine by Chris Lattner · 22 years ago
  28. 4a6e4b3 These tests should not run -dce pass to cleanup instcombine. by Chris Lattner · 22 years ago
  29. c7f9637 Add another testcase that isn't failing because of another bug in instcombine by Chris Lattner · 22 years ago
  30. d656922 Change test to really test the cases we can hit by Chris Lattner · 22 years ago
  31. b01a8d0 New testcase by Chris Lattner · 22 years ago
  32. 60f5606 Don't build Debug/ versions when ENABLE_OPTIMIZED is on. by Vikram S. Adve · 22 years ago
  33. be1ecf6 Fix bug: test/Regression/Transforms/GCSE/2002-05-21-NoSharedDominator.ll by Chris Lattner · 22 years ago
  34. 9ce231f Implement dominator checking in the verifier, so that we check that all by Chris Lattner · 22 years ago
  35. a915ef0 Fix bug: test/Regression/Other/2002-08-02-DomSetProblem.ll by Chris Lattner · 22 years ago
  36. caa27e2 Add a note about where to put miscompilation tests. by Chris Lattner · 22 years ago
  37. 4c9df7c Split dominance calculation and post dominance calculation stuff by Chris Lattner · 22 years ago
  38. f201495 New testcase for dominator problem by Chris Lattner · 22 years ago
  39. e7e764c The verify pass is implicit by Chris Lattner · 22 years ago
  40. 20f15aa New test by Chris Lattner · 22 years ago
  41. 50d29c9 Tweak makefile after moving by Chris Lattner · 22 years ago
  42. 5315599 Verify is implicit for opt by Chris Lattner · 22 years ago
  43. 51ed58d Fix makefile to work. by Chris Lattner · 22 years ago
  44. d86cbea Fix broken testcase by Chris Lattner · 22 years ago
  45. 92ae901 Make testcase legal LLVM by Chris Lattner · 22 years ago
  46. cc8d8fb Remove unneccesary #inlcude by Chris Lattner · 22 years ago
  47. ca0a1f7 Enhance -time-passes to be more detailed and useful by Chris Lattner · 22 years ago
  48. a470404 Bug fix: incorrect SAVE instruction when using register for stack size. by Vikram S. Adve · 22 years ago
  49. 747b3bd Feature test for stack size bigger than immed. field of SAVE instruction. by Vikram S. Adve · 22 years ago
  50. 2fd5b3d Reorder tool building sequence to more closely match the reality of what by Chris Lattner · 22 years ago
  51. fc94446 Fix bug: test/Regression/Assembler/2002-07-31-SlashInString.llx by Chris Lattner · 22 years ago
  52. fdd0fba NEw testcase by Chris Lattner · 22 years ago
  53. 280b09b Implement the other half of a feature advertised by OperandConvertableToType. by Chris Lattner · 22 years ago
  54. 1917e95 Cleanup Makefile a bit by Chris Lattner · 22 years ago
  55. c190c01 Just improved comments and assertions. by Vikram S. Adve · 22 years ago
  56. 15de8f6 Trim down testcase a bit by Chris Lattner · 22 years ago
  57. 69cea54 New testcase for level-raise crash inspired by SPEC by Chris Lattner · 22 years ago
  58. 1e60669 Add a missing case: converting float/double to unsigned integer types. by Vikram S. Adve · 22 years ago
  59. 8633a48 by Chris Lattner · 22 years ago
  60. 7541b89 Changes to be GCC3.1 friendly by Chris Lattner · 22 years ago
  61. 1b0a63f *** empty log message *** by Chris Lattner · 22 years ago
  62. 49af5e4 Changes to be GCC 3.1 friendly by Chris Lattner · 22 years ago
  63. 7a40d6d We need iostream in PassManagerT.h to use cerr by Chris Lattner · 22 years ago
  64. e540dda Fix testcase by Chris Lattner · 22 years ago
  65. 3fb21e5 New testcase by Chris Lattner · 22 years ago
  66. 8aaee32 Testcase that was triggering an incorrect assertion failure by Chris Lattner · 22 years ago
  67. 134c316 Verify pass has been run for a long time now by Chris Lattner · 22 years ago
  68. dadd49b Add new -only-print-main-ds option that causes mains ds graph to be by Chris Lattner · 22 years ago
  69. f9e173e Change command line option message on -q to make it more accurate by Chris Lattner · 22 years ago
  70. d16714b Fix bug that was causing problems for lli by Chris Lattner · 22 years ago
  71. 01c7f6d Remove obsolete, confusing, method by Chris Lattner · 22 years ago
  72. aff7898 This testcase is independant of varargsness Simplify. by Chris Lattner · 22 years ago
  73. 358fc38 Add GlobalDSGraph -- a common graph that holds externally visible nodes. by Vikram S. Adve · 22 years ago
  74. dfd2f32 Print globals graph after either the BU or the TD pass. by Vikram S. Adve · 22 years ago
  75. aaeee75 This file implements the top-down propagation pass for data structure graphs. by Vikram S. Adve · 22 years ago
  76. 355e2ca Use a separate globals graph to hold externally visible nodes. by Vikram S. Adve · 22 years ago
  77. 3b43b77 Add GlobalDSGraph -- a common graph that holds externally visible nodes. by Vikram S. Adve · 22 years ago
  78. d4c7f27 by Chris Lattner · 22 years ago
  79. 50e3a20 Print the tool name when an error comes from so that I can tell which by Chris Lattner · 22 years ago
  80. fa03cc7 Print the tool name when an error comes from so that I can tell which by Chris Lattner · 22 years ago
  81. 48c1bc7 Implement new -debug-pass=Arguments option that causes PassManager to by Chris Lattner · 22 years ago
  82. 55b45bf Add hooks to get information out of concrete pass manager implementations by Chris Lattner · 22 years ago
  83. 55e41ba * Indent class into anonymous namespace, filling up the diff with garbage by Chris Lattner · 22 years ago
  84. 5e1f7ec Remove extraneous #includes by Chris Lattner · 22 years ago
  85. c188eeb by Chris Lattner · 22 years ago
  86. e8e4605 Cleanup ConstantExpr handling: by Chris Lattner · 22 years ago
  87. 53b7f26 Remove invokation of cleangcc pass which has been renamed, and is unneccesary anyway by Chris Lattner · 22 years ago
  88. ad772a7 Remove FIXME's that aren't really needed after all. by Chris Lattner · 22 years ago
  89. 17689df Declare that these passes only depend on the CFG of the function by Chris Lattner · 22 years ago
  90. 6b5fe19 * Implement stuff so that code can declare that they only depend on the CFG of by Chris Lattner · 22 years ago
  91. 37d66c4 * Move some code from Pass.cpp to PassManagerT.h by Chris Lattner · 22 years ago
  92. 5fa829c by Chris Lattner · 22 years ago
  93. e56096a Implement constant propogation of logical (and, or, xor) expressions. by Chris Lattner · 22 years ago
  94. 72de9ae Test that logical operators are correctly constant propogated! by Chris Lattner · 22 years ago
  95. 731240c Add test of newly checked in Union support! by Chris Lattner · 22 years ago
  96. f40e0c4 Simplify testcase a bit by Chris Lattner · 22 years ago
  97. a7e2dd4 New testcase found when working on union support *sigh* by Chris Lattner · 22 years ago
  98. fd5951c New testcase distilled from trying to compile burg with LLVM by Chris Lattner · 22 years ago
  99. 2e1749b * Move InstructionSelection Pass here instead of living in Sparc.cpp. It by Chris Lattner · 22 years ago
  100. 057430d * Move InstructionSelection pass to lib/CodeGen/InstrSelection so it is by Chris Lattner · 22 years ago