1. ef15029 Make a comment better. by Owen Anderson · 17 years ago
  2. 55cbec3 More fleshing out of docs/Passes.html, plus some typo fixes and by Gordon Henriksen · 17 years ago
  3. 2bd122c Loosen up iv reuse to allow reuse of the same stride but a larger type when truncating from the larger type to smaller type is free. by Evan Cheng · 17 years ago
  4. 081fdf2 Silenced a VC++ warning. by Hartmut Kaiser · 17 years ago
  5. 3bd9dcc Updated backpatching during object deserialization to support "smart" by Ted Kremenek · 17 years ago
  6. 8df77a9 Clarified operator precedence. Silenced VC++ warning. by Hartmut Kaiser · 17 years ago
  7. 0fcf68a Disambiguated variable name to comply with VC++'s archaic variable scoping rules. by Hartmut Kaiser · 17 years ago
  8. 3faa173 Updated VC++ build system by Hartmut Kaiser · 17 years ago
  9. 5f8ebaa Do not rewrite compare instruction using iv of a different stride if the new by Evan Cheng · 17 years ago
  10. ca4571e Support non-POSIX hosts by removing use of strncasecmp. by Dale Johannesen · 17 years ago
  11. da6efc5 Changed XXX to FIXME, and added comment to the README file by Bill Wendling · 17 years ago
  12. 2423e03 Added special treatment of serializing NULL pointers. by Ted Kremenek · 17 years ago
  13. 2c8ca5c Remove code that's commented out. by Evan Cheng · 17 years ago
  14. 0713a22 Added comment explaining why we are doing this check. by Bill Wendling · 17 years ago
  15. 3b8ac40 Created header file to include minimal forward references needed for by Ted Kremenek · 17 years ago
  16. e949512 typo by Chris Lattner · 17 years ago
  17. 7271423 some minor edits, link to Passes.html, make one point I forgot about yesterday. by Chris Lattner · 17 years ago
  18. 89a354d Added Serialization.h, Serialize.h, Deserialize.h, Serialize.cpp, and by Ted Kremenek · 17 years ago
  19. 2e606cf Small formatting changes. Add a sanity check. by Duncan Sands · 17 years ago
  20. cac99db Promote SETCC operands. by Duncan Sands · 17 years ago
  21. a3d10d8 Correctly extract the ValueType from a VTSDNode. by Duncan Sands · 17 years ago
  22. b36904b Fix comment typos. by Duncan Sands · 17 years ago
  23. 0e15dc2 Fleshing out docs/Passes.html for some analyses. by Gordon Henriksen · 17 years ago
  24. cdf43b1 If a loop termination compare instruction is the only use of its stride, by Evan Cheng · 17 years ago
  25. ddaa61d Passes.html now 'passes' validation. by Gordon Henriksen · 17 years ago
  26. 1f5cce0 Bringing Passes.html structurally up-to-date, and enabling by Gordon Henriksen · 17 years ago
  27. 6867aec Fix an obvious typo. by Owen Anderson · 17 years ago
  28. 18f0992 More tutorial cleanups. by Owen Anderson · 17 years ago
  29. 34ba67a Add proper footers. by Owen Anderson · 17 years ago
  30. 5339f85 Don't bother providing code samples. Maintaining zip files in the repository is a pain. by Owen Anderson · 17 years ago
  31. 118749e Add chapter 4, feedback appreciated. by Chris Lattner · 17 years ago
  32. 33819d9 remove unimplemented ctor, add some comments. by Chris Lattner · 17 years ago
  33. d9b8616 Run the verifier on generated code. by Chris Lattner · 17 years ago
  34. f92ff03 Fix for PR1741. by Owen Anderson · 17 years ago
  35. 691645e Testcase for PR 1397. by Dale Johannesen · 17 years ago
  36. 4d6d578 Make it possible for DomTreeBase to be constructed from MachineFunction's as well as just Function's. by Owen Anderson · 17 years ago
  37. fe2a012 Implemented prototype serialization of pointers, including support by Ted Kremenek · 17 years ago
  38. 8eadd5a Another expansion for i64 multiply, suitable for PPC. by Dale Johannesen · 17 years ago
  39. 0bd5fcf This was failing on Darwin, which defaults to PIC; by Dale Johannesen · 17 years ago
  40. 0fcee06 Fix off by 1 bug in printf->puts lowering. by Dale Johannesen · 17 years ago
  41. 6e9b496 Split Serialization.h into separate headers: Serialize.h and by Ted Kremenek · 17 years ago
  42. be3e348 simplify some code by using the new isNaN predicate by Chris Lattner · 17 years ago
  43. 10c4218 add a nice predicate to check to see if nan by Chris Lattner · 17 years ago
  44. 975de81 Update Makefile to use simpler llvm-config parameters. by Owen Anderson · 17 years ago
  45. 8f9710b Update Makefile to use simpler llvm-config parameters. by Owen Anderson · 17 years ago
  46. 44f1476 switch some calls to SelectionDAG::getTargetNode to use by Chris Lattner · 17 years ago
  47. 99c6574 Implement a couple of foldings for ordered and unordered comparisons, by Chris Lattner · 17 years ago
  48. 9ac0ca0 further simplify run options, thanks to gordonh for pointing this out by Chris Lattner · 17 years ago
  49. 06bb404 Fix instructions now that PR1739 is fixed. by Chris Lattner · 17 years ago
  50. 4a444c7 Fix PR1739. by Chris Lattner · 17 years ago
  51. fac5be9 Added VC++ solution file allowing to build clang. by Hartmut Kaiser · 17 years ago
  52. 4d40b50 Silenced a VC++ warning. by Hartmut Kaiser · 17 years ago
  53. 3d251c6 Updated VC++ build system by Hartmut Kaiser · 17 years ago
  54. 30eeb3c Fix comment and use the "Size" variable that's already provided. by Bill Wendling · 17 years ago
  55. 8b1c68c If there's an unaligned memcpy to/from the stack, don't lower it. Just call the by Bill Wendling · 17 years ago
  56. 7921706 Disable a couple more things for ppcf128. by Dale Johannesen · 17 years ago
  57. 211f674 Added "ReadEnum" and "WriteEnum" to serialization classes. by Ted Kremenek · 17 years ago
  58. 803396f This broke lots. Reverting. by Bill Wendling · 17 years ago
  59. 7feb3be Make DomTreeBase not a FunctionPass. by Owen Anderson · 17 years ago
  60. de09040 Lowering a memcpy to the stack is killing PPC. The ARM and X86 backends already by Bill Wendling · 17 years ago
  61. 0b2d7aa Added preliminary implementation of generic object serialization to bitcode. by Ted Kremenek · 17 years ago
  62. 78daec9 Unbreak the build. Forgot to commit this file. by Owen Anderson · 17 years ago
  63. d20cc14 Make DomTree and PostDomTree thin wrappers around DomTreeBase, rather than inheriting from it. by Owen Anderson · 17 years ago
  64. 7bb175b It's possible to commute instrctions with more than 3 operands. by Evan Cheng · 17 years ago
  65. a915477 new testcase by Chris Lattner · 17 years ago
  66. ee19b86 llvm/test programs should not be execution programs. This by Chris Lattner · 17 years ago
  67. e11fb34 isSubRegOf() is a dup of isSubRegister. by Evan Cheng · 17 years ago
  68. 152b7e1 Temporary solution: added a different set of BCTRL_Macho / BCTRL_ELF with right callee-saved defs set for ppc64. by Evan Cheng · 17 years ago
  69. 8eef4b2 Fix validation problems, which were somewhat ironically in the "valid html" button code :) by Chris Lattner · 17 years ago
  70. c0b42e9 add a skeleton for part 4 by Chris Lattner · 17 years ago
  71. 35abbf5 complete the codegen chapter by Chris Lattner · 17 years ago
  72. bad82d8 Now with valid HTML 4.01! by Owen Anderson · 17 years ago
  73. a6f31fe Add a link to the "writing an optimization" tutorial. by Owen Anderson · 17 years ago
  74. a7dfb75 Add downloadable code sample for tutorial 2. by Owen Anderson · 17 years ago
  75. c04ee69 Add the second of the "basic topics" tutorials. by Owen Anderson · 17 years ago
  76. 485eff5 Reorder the optimization and bitcode tutorials. by Owen Anderson · 17 years ago
  77. d93a584 Fix up a broken #include, move code to its own section, add conclusions. by Chris Lattner · 17 years ago
  78. d3f0cdd Finish up expr codegen. by Chris Lattner · 17 years ago
  79. 28571ed several improvements suggested by Dan, thanks! by Chris Lattner · 17 years ago
  80. 4102eb5 Fix memcpy lowering when addresses are 4-byte aligned but size is not multiple of 4. by Evan Cheng · 17 years ago
  81. ac72058 The #include <iterator> isn't needed in this header. by Dan Gohman · 17 years ago
  82. 02e4fa7 Strength reduction improvements. by Dan Gohman · 17 years ago
  83. 8368805 Fix the folding of multiplication into addresses on x86, which was broken by Dan Gohman · 17 years ago
  84. 3311876 Use ptr type in the immediate field of a BxA instruction so we don't end up selecting 32-bit call instruction for ppc64. by Evan Cheng · 17 years ago
  85. 76500d5 Add missing paratheses. by Evan Cheng · 17 years ago
  86. 706a5e6 add a 'don't use me' marker. by Chris Lattner · 17 years ago
  87. fec3ad3 Support for expanding extending loads of integers with funky bit-widths. by Duncan Sands · 17 years ago
  88. 246b256 Move the SCEV object factors from being static members of the individual by Dan Gohman · 17 years ago
  89. 245741d Fix up the logic for result expanding the various extension by Duncan Sands · 17 years ago
  90. bee175b fit in 80 cols :) by Chris Lattner · 17 years ago
  91. 2e90204 start of chapter 3 by Chris Lattner · 17 years ago
  92. c6311b9 Fix a few typos I noticed. by Owen Anderson · 17 years ago
  93. c333e4f Add downloadable code samples. by Owen Anderson · 17 years ago
  94. e6c9104 Check in part 2: parser and ast. by Chris Lattner · 17 years ago
  95. d2ae9a9 Fix some code to make it actually work. by Owen Anderson · 17 years ago
  96. 8c6c72d Put correct link in example by Bill Wendling · 17 years ago
  97. c38ef54 add part 1, review appreciated. by Chris Lattner · 17 years ago
  98. 9de3c39 add an outline for "part 2". by Chris Lattner · 17 years ago
  99. 7d63bea rename tutorial 1 -> JITTutorial1, make unimplemented links not be dead links. by Chris Lattner · 17 years ago
  100. 42b08be Fix an unfolding bug. by Evan Cheng · 17 years ago