1. 019b92a Start the process of making MachineLoopInfo possible by templating Loop. by Owen Anderson · 17 years ago
  2. ffb15de Fixed a compilation error. by Hartmut Kaiser · 17 years ago
  3. 729bd28 Fixed a strange construct. Please review. by Hartmut Kaiser · 17 years ago
  4. 660c5b9 Wow. I definitely shouldn't write code when I'm tird. by Owen Anderson · 17 years ago
  5. b97aec6 Add parameter to getDwarfRegNum to permit targets by Dale Johannesen · 17 years ago
  6. 0f8d9c0 Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stack by Bill Wendling · 17 years ago
  7. 3ba3a9b Renamed serialization method "Materialize" to "Create". This is an API change. by Ted Kremenek · 17 years ago
  8. dd479dd Fixed bug with inconsistent serialization/deserialization in matching by Ted Kremenek · 17 years ago
  9. 62724da Added versions of ReadPtr that takes an explicit SerializedPtrID. This allows by Ted Kremenek · 17 years ago
  10. e923e21 Compile fix. by Duncan Sands · 17 years ago
  11. 20ab290 Add a flag for indirect branch instructions. by Owen Anderson · 17 years ago
  12. f2fbca6 Refactor some code. by Evan Cheng · 17 years ago
  13. e6e1384 Fix rewriting of PHI nodes. by Owen Anderson · 17 years ago
  14. 91a91ff Remove unnecessary #include's. by Owen Anderson · 17 years ago
  15. fe0c882 As Chris and Evan pointed out, BreakCriticalMachineEdges doesn't really need by Owen Anderson · 17 years ago
  16. e7bbd41 Fixed a bug introduced by my last patch. Now we properly clear out the BatchIDVec by Ted Kremenek · 17 years ago
  17. 303f7fe Fixed hack in BatchReadOwnedPtrs to no longer use the array of pointers passed in for by Ted Kremenek · 17 years ago
  18. 1a8a08a Added "random access" to the Deserializer to allow a client to jump to any by Ted Kremenek · 17 years ago
  19. 13faf5c Made Deserializer a friend class of BitstreamReader. by Ted Kremenek · 17 years ago
  20. fd617d0 Move MinAlign to MathExtras.h. by Duncan Sands · 17 years ago
  21. 18d083f Make this header public by Anton Korobeynikov · 17 years ago
  22. c6fa170 Fix some load/store logic that would be wrong for by Duncan Sands · 17 years ago
  23. cc41586 Much improved pic jumptable codegen: by Evan Cheng · 17 years ago
  24. 48a3969 Updated Deserializer class to provide more information about the current by Ted Kremenek · 17 years ago
  25. d195ce1 Make BreakCriticalMachineEdges available as a pass that can be depended on. by Owen Anderson · 17 years ago
  26. ec8cd06 Added typedef "SerializedPtrID" to represent the pointer handle written to disk by Ted Kremenek · 17 years ago
  27. e0cb36b [ARM] Implement __builtin_thread_pointer. by Lauro Ramos Venancio · 17 years ago
  28. 401f78f Fix MachineDominators' getAnalysisUsage. by Owen Anderson · 17 years ago
  29. fc8663d Oops, forgot to commit this file. by Owen Anderson · 17 years ago
  30. 43b665d Revised BatchEmitOwnedPtrs to work better with constant pointers. by Ted Kremenek · 17 years ago
  31. 6d0372d Revised implementation of BatchReadOwnedPtrs() that deserializes an by Ted Kremenek · 17 years ago
  32. 3b46b6d Fixed bug where we did not properly serialize owned objects due to a missing by Ted Kremenek · 17 years ago
  33. fba9cda Added version of BatchEmitOwnedPtrs and BatchReadOwnedPtrs that emits/reads by Ted Kremenek · 17 years ago
  34. 6d8ab4a Added methods to batch emit and deserialize owned pointers. This allows by Ted Kremenek · 17 years ago
  35. a1dc96e Fixed compilation errors on VC++. by Hartmut Kaiser · 17 years ago
  36. c47dfdd Implemented generic serialization of APFloat. by Ted Kremenek · 17 years ago
  37. 2e6452c Implemented serialization of signed integers. by Ted Kremenek · 17 years ago
  38. 18b5ddb Added special version of ReadPtr() that returns a deserialized pointer by Ted Kremenek · 17 years ago
  39. 586504d Fixed default ctor for APInt to properly initialize BitWidth to a by Ted Kremenek · 17 years ago
  40. 68dd3fb Serializer no longer automatically emits a root-level block in the bitstream. by Ted Kremenek · 17 years ago
  41. b12a82d Augmented ReadPtr and ReadOwnedPtr to control whether or not a pointer is allowed to be backpatched by Ted Kremenek · 17 years ago
  42. 373a733 make smallptrset more const and type correct, which caught a few minor bugs. by Chris Lattner · 17 years ago
  43. 730c273 Renamed "Flush()" to "FlushRecord()". by Ted Kremenek · 17 years ago
  44. 26e25b3 Added support for processing abbreviations in the Deserializer. by Ted Kremenek · 17 years ago
  45. f1ba1ca Move the LowerMEMCPY and LowerMEMCPYCall to a common place. by Rafael Espindola · 17 years ago
  46. 0a6d98e Added support in serializer and deserializer to create arbitrary blocks. by Ted Kremenek · 17 years ago
  47. 14ac17e Added default creation of root-level block by bitstream serializer. by Ted Kremenek · 17 years ago
  48. 6fd11c5 Fixed bug where tombstone key and empty key for DenseMap used for by Ted Kremenek · 17 years ago
  49. a461c4d Move SimpleRegisterCoalescing.h to lib/CodeGen since there is now a common by Evan Cheng · 17 years ago
  50. 4e1be6d Deleting redundant copy of block extractor pass. See also PR1775. by Gordon Henriksen · 17 years ago
  51. ca0ed74 Eliminate the remaining uses of getTypeSize. This by Duncan Sands · 17 years ago
  52. 3cb3650 Change uses of getTypeSize to getABITypeSize, getTypeStoreSize by Duncan Sands · 17 years ago
  53. c92da38 There are times when the coalescer would not coalesce away a copy but the copy by Evan Cheng · 17 years ago
  54. 24384d1 Added overloaded version of Deserializer::ReadOwnedPtr which allows by Ted Kremenek · 17 years ago
  55. 1ef14f6 VAArgInst does, in fact, read memory. by Owen Anderson · 17 years ago
  56. ee7ae38 When converting to integer, do bit manipulations in the destination by Neil Booth · 17 years ago
  57. ff37ccc Removed ReadVal from SerializeTrait<T>, and also removed it from Deserializer. by Ted Kremenek · 17 years ago
  58. 514ab34 Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. by Duncan Sands · 17 years ago
  59. 651dfd1 Get rid of compilation warning during release builds by Bill Wendling · 17 years ago
  60. 0547bab - Coalesce extract_subreg when both intervals are relatively small. by Evan Cheng · 17 years ago
  61. 066ff5b Rewrote backpatcher. Backpatcher now stores the "has final pointer" by Ted Kremenek · 17 years ago
  62. aef806e Added typedef "value_type" to DenseMap (similar typedef appears in std::map). by Ted Kremenek · 17 years ago
  63. a7963a5 constified several pointer arguments for methods in the Deserializer. by Ted Kremenek · 17 years ago
  64. eb9409d Implemented deserialization of references. References are handled by Ted Kremenek · 17 years ago
  65. 8aac61c Added Serializer::EmitRef to deal with emitting arbitrary references. by Ted Kremenek · 17 years ago
  66. 8092406 Changed access control within FoldingSet for some ivars from "private" by Ted Kremenek · 17 years ago
  67. 1bd3271 Add a newline at the end of the file. by Duncan Sands · 17 years ago
  68. 0bda0e8 Add the skeleton of a better PHI elimination pass. by Owen Anderson · 17 years ago
  69. 5d32ec4 Some fixes to get MachineDomTree working better. by Owen Anderson · 17 years ago
  70. 20b7907 Added member function "size()" to FoldingSet to return the number of by Ted Kremenek · 17 years ago
  71. c784208 Add missing SSE builtins: CVTPD2PI, CVTPS2PI, by Dale Johannesen · 17 years ago
  72. 6e3a8f3 Fix argument types for PSLLQ, PSRLQ. by Dale Johannesen · 17 years ago
  73. 3c3ddb3 Enable more fold (sext (load x)) -> (sext (truncate (sextload x))) by Evan Cheng · 17 years ago
  74. 9962054 Add explicit keywords. by Dan Gohman · 17 years ago
  75. cee291c Model stacksave and stackrestore as both writing memory, since we by Chris Lattner · 17 years ago
  76. 08895f8 Add a first attempt at dominator information for MBB's. Use with caution: this has been tested to compile. It has not yet been confirmed to generate correct analysis. by Owen Anderson · 17 years ago
  77. 5973ef4 Updated backpatching logic during object deserialization to perform by Ted Kremenek · 17 years ago
  78. dc84650 The guaranteed alignment of ptr+offset is only the minimum of by Duncan Sands · 17 years ago
  79. d9c8822 Fixed bug where default SerializeTrait<>::Materialize would not return the materialized object pointer. by Ted Kremenek · 17 years ago
  80. 1a43e5f Added serialization support for APInt. by Ted Kremenek · 17 years ago
  81. 7f46734 Fixed incorrect "path name" in preamble (comment) of header file. by Ted Kremenek · 17 years ago
  82. 02760ed Fixed incorrect "path name" in preamble (comment) of header file. by Ted Kremenek · 17 years ago
  83. 6a13dfd Added default implementation of SerializeTrait<> that dispatches to by Ted Kremenek · 17 years ago
  84. 55cbec3 More fleshing out of docs/Passes.html, plus some typo fixes and by Gordon Henriksen · 17 years ago
  85. 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
  86. 3bd9dcc Updated backpatching during object deserialization to support "smart" by Ted Kremenek · 17 years ago
  87. 2423e03 Added special treatment of serializing NULL pointers. by Ted Kremenek · 17 years ago
  88. 3b8ac40 Created header file to include minimal forward references needed for by Ted Kremenek · 17 years ago
  89. b36904b Fix comment typos. by Duncan Sands · 17 years ago
  90. 33819d9 remove unimplemented ctor, add some comments. by Chris Lattner · 17 years ago
  91. 4d6d578 Make it possible for DomTreeBase to be constructed from MachineFunction's as well as just Function's. by Owen Anderson · 17 years ago
  92. fe2a012 Implemented prototype serialization of pointers, including support by Ted Kremenek · 17 years ago
  93. 6e9b496 Split Serialization.h into separate headers: Serialize.h and by Ted Kremenek · 17 years ago
  94. 10c4218 add a nice predicate to check to see if nan by Chris Lattner · 17 years ago
  95. 4d40b50 Silenced a VC++ warning. by Hartmut Kaiser · 17 years ago
  96. 211f674 Added "ReadEnum" and "WriteEnum" to serialization classes. by Ted Kremenek · 17 years ago
  97. 7feb3be Make DomTreeBase not a FunctionPass. by Owen Anderson · 17 years ago
  98. 0b2d7aa Added preliminary implementation of generic object serialization to bitcode. by Ted Kremenek · 17 years ago
  99. 78daec9 Unbreak the build. Forgot to commit this file. by Owen Anderson · 17 years ago
  100. d20cc14 Make DomTree and PostDomTree thin wrappers around DomTreeBase, rather than inheriting from it. by Owen Anderson · 17 years ago