1. 3cb3650 Change uses of getTypeSize to getABITypeSize, getTypeStoreSize by Duncan Sands · 17 years ago
  2. c92da38 There are times when the coalescer would not coalesce away a copy but the copy by Evan Cheng · 17 years ago
  3. 24384d1 Added overloaded version of Deserializer::ReadOwnedPtr which allows by Ted Kremenek · 17 years ago
  4. 1ef14f6 VAArgInst does, in fact, read memory. by Owen Anderson · 17 years ago
  5. ee7ae38 When converting to integer, do bit manipulations in the destination by Neil Booth · 17 years ago
  6. ff37ccc Removed ReadVal from SerializeTrait<T>, and also removed it from Deserializer. by Ted Kremenek · 17 years ago
  7. 514ab34 Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. by Duncan Sands · 17 years ago
  8. 651dfd1 Get rid of compilation warning during release builds by Bill Wendling · 17 years ago
  9. 0547bab - Coalesce extract_subreg when both intervals are relatively small. by Evan Cheng · 17 years ago
  10. 066ff5b Rewrote backpatcher. Backpatcher now stores the "has final pointer" by Ted Kremenek · 17 years ago
  11. aef806e Added typedef "value_type" to DenseMap (similar typedef appears in std::map). by Ted Kremenek · 17 years ago
  12. a7963a5 constified several pointer arguments for methods in the Deserializer. by Ted Kremenek · 17 years ago
  13. eb9409d Implemented deserialization of references. References are handled by Ted Kremenek · 17 years ago
  14. 8aac61c Added Serializer::EmitRef to deal with emitting arbitrary references. by Ted Kremenek · 17 years ago
  15. 8092406 Changed access control within FoldingSet for some ivars from "private" by Ted Kremenek · 17 years ago
  16. 1bd3271 Add a newline at the end of the file. by Duncan Sands · 17 years ago
  17. 0bda0e8 Add the skeleton of a better PHI elimination pass. by Owen Anderson · 17 years ago
  18. 5d32ec4 Some fixes to get MachineDomTree working better. by Owen Anderson · 17 years ago
  19. 20b7907 Added member function "size()" to FoldingSet to return the number of by Ted Kremenek · 17 years ago
  20. c784208 Add missing SSE builtins: CVTPD2PI, CVTPS2PI, by Dale Johannesen · 17 years ago
  21. 6e3a8f3 Fix argument types for PSLLQ, PSRLQ. by Dale Johannesen · 17 years ago
  22. 3c3ddb3 Enable more fold (sext (load x)) -> (sext (truncate (sextload x))) by Evan Cheng · 17 years ago
  23. 9962054 Add explicit keywords. by Dan Gohman · 17 years ago
  24. cee291c Model stacksave and stackrestore as both writing memory, since we by Chris Lattner · 17 years ago
  25. 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
  26. 5973ef4 Updated backpatching logic during object deserialization to perform by Ted Kremenek · 17 years ago
  27. dc84650 The guaranteed alignment of ptr+offset is only the minimum of by Duncan Sands · 17 years ago
  28. d9c8822 Fixed bug where default SerializeTrait<>::Materialize would not return the materialized object pointer. by Ted Kremenek · 17 years ago
  29. 1a43e5f Added serialization support for APInt. by Ted Kremenek · 17 years ago
  30. 7f46734 Fixed incorrect "path name" in preamble (comment) of header file. by Ted Kremenek · 17 years ago
  31. 02760ed Fixed incorrect "path name" in preamble (comment) of header file. by Ted Kremenek · 17 years ago
  32. 6a13dfd Added default implementation of SerializeTrait<> that dispatches to by Ted Kremenek · 17 years ago
  33. 55cbec3 More fleshing out of docs/Passes.html, plus some typo fixes and by Gordon Henriksen · 17 years ago
  34. 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
  35. 3bd9dcc Updated backpatching during object deserialization to support "smart" by Ted Kremenek · 17 years ago
  36. 2423e03 Added special treatment of serializing NULL pointers. by Ted Kremenek · 17 years ago
  37. 3b8ac40 Created header file to include minimal forward references needed for by Ted Kremenek · 17 years ago
  38. b36904b Fix comment typos. by Duncan Sands · 17 years ago
  39. 33819d9 remove unimplemented ctor, add some comments. by Chris Lattner · 17 years ago
  40. 4d6d578 Make it possible for DomTreeBase to be constructed from MachineFunction's as well as just Function's. by Owen Anderson · 17 years ago
  41. fe2a012 Implemented prototype serialization of pointers, including support by Ted Kremenek · 17 years ago
  42. 6e9b496 Split Serialization.h into separate headers: Serialize.h and by Ted Kremenek · 17 years ago
  43. 10c4218 add a nice predicate to check to see if nan by Chris Lattner · 17 years ago
  44. 4d40b50 Silenced a VC++ warning. by Hartmut Kaiser · 17 years ago
  45. 211f674 Added "ReadEnum" and "WriteEnum" to serialization classes. by Ted Kremenek · 17 years ago
  46. 7feb3be Make DomTreeBase not a FunctionPass. by Owen Anderson · 17 years ago
  47. 0b2d7aa Added preliminary implementation of generic object serialization to bitcode. by Ted Kremenek · 17 years ago
  48. 78daec9 Unbreak the build. Forgot to commit this file. by Owen Anderson · 17 years ago
  49. d20cc14 Make DomTree and PostDomTree thin wrappers around DomTreeBase, rather than inheriting from it. by Owen Anderson · 17 years ago
  50. e11fb34 isSubRegOf() is a dup of isSubRegister. by Evan Cheng · 17 years ago
  51. 246b256 Move the SCEV object factors from being static members of the individual by Dan Gohman · 17 years ago
  52. d958a5a add a mechanism for the JIT to invoke a function to lazily create functions as they are referenced. by Chris Lattner · 17 years ago
  53. a024e8c Reg2Mem cleanup and optimizations: by Anton Korobeynikov · 17 years ago
  54. 8b5295b Add a convenience method for creating EE's. by Chris Lattner · 17 years ago
  55. 66f7163 Local spiller optimization: by Evan Cheng · 17 years ago
  56. 1c4d492 rename ExpandOperation to ExpandOperationResult, as suggested by Duncan by Chris Lattner · 17 years ago
  57. 5c0d6ed Add support for byval function whose argument is not 32 bit aligned. by Rafael Espindola · 17 years ago
  58. f58dac3 add a new target hook. by Chris Lattner · 17 years ago
  59. fabd32d More ppcf128 issues (maybe the last)? by Dale Johannesen · 17 years ago
  60. f0a0cdd - Added getOpcodeAfterMemoryUnfold(). It doesn't unfold an instruction, but only returns the opcode of the instruction post unfolding. by Evan Cheng · 17 years ago
  61. 58184e6 Use SmallVectorImpl instead of SmallVector with hardcoded size in MRegister public interface. by Evan Cheng · 17 years ago
  62. c5ccbdb Add an uppercase conversion utility function. by Christopher Lamb · 17 years ago
  63. a0d9de0 remove dead file by Chris Lattner · 17 years ago
  64. 44b38f2 update comment. by Chris Lattner · 17 years ago
  65. 9bb4ea0 Missing 'public' keyword. by Gordon Henriksen · 17 years ago
  66. 4ae31a5 Really fix PR1734. Carefully track which register uses are sub-register uses by by Evan Cheng · 17 years ago
  67. cf1d725 Remove unnecessary include. by Evan Cheng · 17 years ago
  68. 7b71432 Move Split<...>() into DomTreeBase. This should make the #include's of DominatorInternals.h by Owen Anderson · 17 years ago
  69. 52e2d83 Changed the return type of type-specific Allocate() methods to return by Ted Kremenek · 17 years ago
  70. fa47104 ImutAVLTree now allocates tree nodes from the BumpPtrAllocator using by Ted Kremenek · 17 years ago
  71. 129d7d3 Removed inclusion of cassert, which is no longer needed. by Ted Kremenek · 17 years ago
  72. 6740463 Minor cosmetic cleanups in the calculation of alignments for by Ted Kremenek · 17 years ago
  73. 87f3870 Added template function alignof() which provides a clean by Ted Kremenek · 17 years ago
  74. 4b2b940 Switching TargetMachineRegistry to use the new generic Registry. by Gordon Henriksen · 17 years ago
  75. 9080aab Updated StringMap to use llvm::AlignOf to compute the alignment of map entries. by Ted Kremenek · 17 years ago
  76. 869a334 Added member template functions to MallocAllocator and by Ted Kremenek · 17 years ago
  77. a4d9869 Added llvm::AlignOf, a template class whose purpose is to portably by Ted Kremenek · 17 years ago
  78. 3b7cf0a Define a helper function ConstantVector::getSplatValue for testing for by Dan Gohman · 17 years ago
  79. efd4a51 Updated VC++ build system. Silenced some VC warnings. by Hartmut Kaiser · 17 years ago
  80. f411b83 Return Expand from getOperationAction for all extended by Duncan Sands · 17 years ago
  81. a5bfc97 Apply Chris' suggestions. by Evan Cheng · 17 years ago
  82. 28e9a5f Update comments. by Evan Cheng · 17 years ago
  83. 4ca980e Clean up code that calculate MBB live-in's. by Evan Cheng · 17 years ago
  84. 05d2318 Move splitBlock into DomTreeBase from DomTree. by Owen Anderson · 17 years ago
  85. 280f8a2 Fix some formatting. by Owen Anderson · 17 years ago
  86. 49b653a Template DominatorTreeBase by node type. This is the next major step towards by Owen Anderson · 17 years ago
  87. 67c18d5 Document the fact that the verifier currently requires the by Duncan Sands · 17 years ago
  88. af47b11 Initial infrastructure for arbitrary precision integer by Duncan Sands · 17 years ago
  89. 8b0b874 Code clean up. by Evan Cheng · 17 years ago
  90. 73d0e21 Add removeModuleProvider() by Devang Patel · 17 years ago
  91. fd9c58a Fixed incorrect renaming of method name (forgot two characters). by Ted Kremenek · 17 years ago
  92. 85d03ae Added more doxygen comments. by Ted Kremenek · 17 years ago
  93. 37ce9df add a new CreateStackTemporary helper method. by Chris Lattner · 17 years ago
  94. 01d029b One mundane change: Change ReplaceAllUsesOfValueWith to *optionally* by Chris Lattner · 17 years ago
  95. 9195688 remove dead enum, make setNodeId public. by Chris Lattner · 17 years ago
  96. 1622768 Fix 80 col violation by Chris Lattner · 17 years ago
  97. e5e0194 Consolidate logic for creating NaNs. Silence compiler warning. by Neil Booth · 17 years ago
  98. 3472925 When coalescing an EXTRACT_SUBREG and the dst register is a physical register, by Evan Cheng · 17 years ago
  99. 347d39f Revert 42908 for now. by Evan Cheng · 17 years ago
  100. 106e802 Change unfoldMemoryOperand(). User is now responsible for passing in the by Evan Cheng · 17 years ago