1. ee22be0 Fix for PR1801 by Tanya Lattner · 17 years ago
  2. be6fe28 These were implemented by Anton Korobeynikov · 17 years ago
  3. a7d1ab0 Fix PR1800 by correcting mistaken logic. by Chris Lattner · 17 years ago
  4. b763228 fix a typo by Chris Lattner · 17 years ago
  5. 45b22fa Implement codegen for flt_rounds on x86 by Anton Korobeynikov · 17 years ago
  6. 917c2a6 Implement necessary bits for flt_rounds gcc builtin. by Anton Korobeynikov · 17 years ago
  7. 5db1afb Basic non-power-of-2 vector support by Nate Begeman · 17 years ago
  8. 4e1a0e3 Reverted r44163 per request by Anton Korobeynikov · 17 years ago
  9. 0726817 Fix bugs in iterator invalidation by Daniel Berlin · 17 years ago
  10. 560a737 This assertion was bogus. by Duncan Sands · 17 years ago
  11. 5d44626 Fix a thinko in post-allocation coalescer. by Evan Cheng · 17 years ago
  12. 65e2da3 Fix handling of overflow in loop calculation by adding new UDiv SCEV. This SCEV by Nick Lewycky · 17 years ago
  13. 701bc42 Fix PR1788 by taking the approach suggested by Richard Smith. by Chris Lattner · 17 years ago
  14. ab64806 Import the boost scoped_ptr class to LLVM. This patch was prepared by by Chris Lattner · 17 years ago
  15. 44a95e0 More templatization. by Owen Anderson · 17 years ago
  16. b7e6b1a many edits, patch by Kelly Wilson! by Chris Lattner · 17 years ago
  17. 5b8318a Adding debug output during coalescing. by Bill Wendling · 17 years ago
  18. 87075ca Need to increment the iterator. by Bill Wendling · 17 years ago
  19. 7c6ad0c Fixed serious bug in BatchReadOwnedPtrs where in a chain of calls to by Ted Kremenek · 17 years ago
  20. c455ebe I discover array_lengthof, thanks to gabor on #llvm. by Duncan Sands · 17 years ago
  21. f04d584 Tweak the descriptions of the new 'const' and 'pure' attributes. by Duncan Sands · 17 years ago
  22. e40740b Oops. Debugging code shouldn't have been checked in. by Evan Cheng · 17 years ago
  23. 233b60e Removed debug #define that was accidentally checked in while debugging by Ted Kremenek · 17 years ago
  24. 0a4f91e Simplify the attribute verification code. by Duncan Sands · 17 years ago
  25. 7e9ab25 Un XFAIL these tests, now that Bill has backported the fix from 4.2. by Duncan Sands · 17 years ago
  26. e925df7 Document pure/const parameter attributes by Anton Korobeynikov · 17 years ago
  27. b9b977d Regenerate by Anton Korobeynikov · 17 years ago
  28. 0adb7b4 Add pure/const attributes. Documentation will follow. by Anton Korobeynikov · 17 years ago
  29. 9de1934 Fix PIC jump table codegen on x86-32/linux. In fact, such thing should be applied by Anton Korobeynikov · 17 years ago
  30. 87b665d Eliminate the recently introduced CCAssignToStackABISizeAlign by Duncan Sands · 17 years ago
  31. 38afd9e Added two new overloaded versions of BatchEmitOwnedPtrs and BatchReadOwnedPtrs. by Ted Kremenek · 17 years ago
  32. c498b02 Clean up sub-register implementation by moving subReg information back to by Evan Cheng · 17 years ago
  33. f9572a4 XFAIL these tests until the fix gets backported from llvm-gcc-4.2 to 4.0. by Duncan Sands · 17 years ago
  34. c2bb123 Document a limitation, patch contributed by George Russell by Chris Lattner · 17 years ago
  35. 6fa98b1 Allow the block extractor take to take a list of basic blocks to not extract by Nick Lewycky · 17 years ago
  36. 1b12d88 Implement PR1796 and Transforms/SimplifyCFG/noreturn-call.ll by Chris Lattner · 17 years ago
  37. 019b92a Start the process of making MachineLoopInfo possible by templating Loop. by Owen Anderson · 17 years ago
  38. ffb15de Fixed a compilation error. by Hartmut Kaiser · 17 years ago
  39. 729bd28 Fixed a strange construct. Please review. by Hartmut Kaiser · 17 years ago
  40. ea966dd Updated VC++ build system by Hartmut Kaiser · 17 years ago
  41. 1945024 Fix the regression on Transforms/GlobalOpt/deadglobal-2.ll from my by Chris Lattner · 17 years ago
  42. 59ab338 upgrade test by Chris Lattner · 17 years ago
  43. 42f9e96 Run computeDomForest() on the set of registers that need to be tested for by Owen Anderson · 17 years ago
  44. 17b1418 Preserve LiveVariables when doing critical edge splitting. by Owen Anderson · 17 years ago
  45. 660c5b9 Wow. I definitely shouldn't write code when I'm tird. by Owen Anderson · 17 years ago
  46. b1d40d9 Revert previous; these files aren't ready to go in yet. by Dale Johannesen · 17 years ago
  47. b97aec6 Add parameter to getDwarfRegNum to permit targets by Dale Johannesen · 17 years ago
  48. 120119d Make llvm2cpp better, patch for PR1794, contributed by Zack Rusin. by Chris Lattner · 17 years ago
  49. e7c8754 Fix x86-64 jit: remove reliance on Dwarf numbers. by Evan Cheng · 17 years ago
  50. c69107c Unifacalize the CALLSEQ{START,END} stuff. by Bill Wendling · 17 years ago
  51. b42c8f7 Implement PR1786 by iterating between dead cycle elimination by Chris Lattner · 17 years ago
  52. 41fcea3 Many typos, grammaro, and wording fixes. Patch by Kelly Wilson, thanks! by Chris Lattner · 17 years ago
  53. 0f8d9c0 Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stack by Bill Wendling · 17 years ago
  54. 3ba3a9b Renamed serialization method "Materialize" to "Create". This is an API change. by Ted Kremenek · 17 years ago
  55. dd479dd Fixed bug with inconsistent serialization/deserialization in matching by Ted Kremenek · 17 years ago
  56. 553d22c Move SYSCTL stuff close to where it's used. by Bill Wendling · 17 years ago
  57. 5250f1f Build universal llvm. by Devang Patel · 17 years ago
  58. 3809fbe Completely forgot, that we have some debug information emission on PPC. This should fix by Anton Korobeynikov · 17 years ago
  59. 753a987 Added JumpTable support by Bruno Cardoso Lopes · 17 years ago
  60. 62724da Added versions of ReadPtr that takes an explicit SerializedPtrID. This allows by Ted Kremenek · 17 years ago
  61. 35e2dba Break critical edges coming into blocks with PHI nodes. by Owen Anderson · 17 years ago
  62. bb310f1 Typo fix in the tutorial. by Gordon Henriksen · 17 years ago
  63. e923e21 Compile fix. by Duncan Sands · 17 years ago
  64. 20ab290 Add a flag for indirect branch instructions. by Owen Anderson · 17 years ago
  65. f2fbca6 Refactor some code. by Evan Cheng · 17 years ago
  66. e6e1384 Fix rewriting of PHI nodes. by Owen Anderson · 17 years ago
  67. 7de5a94 Updated VC++ build system by Hartmut Kaiser · 17 years ago
  68. 91a91ff Remove unnecessary #include's. by Owen Anderson · 17 years ago
  69. fe0c882 As Chris and Evan pointed out, BreakCriticalMachineEdges doesn't really need by Owen Anderson · 17 years ago
  70. e7e1133 Fix on 64-bit machines. by Owen Anderson · 17 years ago
  71. 2e7eedf Clarify the meaning of '-2' register number by Anton Korobeynikov · 17 years ago
  72. f191c80 Use TableGen to emit information for dwarf register numbers. by Anton Korobeynikov · 17 years ago
  73. af1b61d Add convenient helper to obtain list of ints by Anton Korobeynikov · 17 years ago
  74. e3ef744 Add CCAssignToStackABISizeAlign for convenience in by Dale Johannesen · 17 years ago
  75. e7bbd41 Fixed a bug introduced by my last patch. Now we properly clear out the BatchIDVec by Ted Kremenek · 17 years ago
  76. 303f7fe Fixed hack in BatchReadOwnedPtrs to no longer use the array of pointers passed in for by Ted Kremenek · 17 years ago
  77. 5d1f2cc Updated method signature to conform with the typedef in the method prototype. by Ted Kremenek · 17 years ago
  78. 38ada86 Update tailcall code to include inline attribute operand for memcpy. by Arnold Schwaighofer · 17 years ago
  79. 1a8a08a Added "random access" to the Deserializer to allow a client to jump to any by Ted Kremenek · 17 years ago
  80. 13faf5c Made Deserializer a friend class of BitstreamReader. by Ted Kremenek · 17 years ago
  81. 2ba49a9 Added -test-opts to specify test options. by Evan Cheng · 17 years ago
  82. 788ee28 Update links. by Chris Lattner · 17 years ago
  83. 9858c34 Fix tests. by Evan Cheng · 17 years ago
  84. 7168be9 Fixed a strange construct. Please review. by Hartmut Kaiser · 17 years ago
  85. 55ce3d0 Updated VC++ build system by Hartmut Kaiser · 17 years ago
  86. 1b024ce try again by Chris Lattner · 17 years ago
  87. ed2fc71 Unbreak x86-64 jumptable. by Evan Cheng · 17 years ago
  88. b623ce9 Silence a warning by Anton Korobeynikov · 17 years ago
  89. 7a42f24 Revert previous rewrite per chris's comments. by Dale Johannesen · 17 years ago
  90. 7b52fe7 Tighten up a check for folding away loads from (newly constant) globals. This by Chris Lattner · 17 years ago
  91. 27b1238 Thanks to the XTARGET line, this test should still by Duncan Sands · 17 years ago
  92. fd617d0 Move MinAlign to MathExtras.h. by Duncan Sands · 17 years ago
  93. 20a990e Fix indent by Anton Korobeynikov · 17 years ago
  94. 344ef19 Forget to commit users part of value mapper interface by Anton Korobeynikov · 17 years ago
  95. 8be8137 And delete this one by Anton Korobeynikov · 17 years ago
  96. 18d083f Make this header public by Anton Korobeynikov · 17 years ago
  97. c6fa170 Fix some load/store logic that would be wrong for by Duncan Sands · 17 years ago
  98. f6bd0ce Add terminating newline. by Duncan Sands · 17 years ago
  99. 38c576c Check that the first and third characters, s and u, by Duncan Sands · 17 years ago
  100. 506f908 Check that accesses to the second short, t, have by Duncan Sands · 17 years ago