1. 81a0382 Live interval splitting: by Evan Cheng · 18 years ago
  2. ee22be0 Fix for PR1801 by Tanya Lattner · 18 years ago
  3. a7d1ab0 Fix PR1800 by correcting mistaken logic. by Chris Lattner · 18 years ago
  4. 45b22fa Implement codegen for flt_rounds on x86 by Anton Korobeynikov · 18 years ago
  5. 917c2a6 Implement necessary bits for flt_rounds gcc builtin. by Anton Korobeynikov · 18 years ago
  6. 5db1afb Basic non-power-of-2 vector support by Nate Begeman · 18 years ago
  7. 4e1a0e3 Reverted r44163 per request by Anton Korobeynikov · 18 years ago
  8. 560a737 This assertion was bogus. by Duncan Sands · 18 years ago
  9. 5d44626 Fix a thinko in post-allocation coalescer. by Evan Cheng · 18 years ago
  10. 65e2da3 Fix handling of overflow in loop calculation by adding new UDiv SCEV. This SCEV by Nick Lewycky · 18 years ago
  11. 701bc42 Fix PR1788 by taking the approach suggested by Richard Smith. by Chris Lattner · 18 years ago
  12. 44a95e0 More templatization. by Owen Anderson · 18 years ago
  13. 5b8318a Adding debug output during coalescing. by Bill Wendling · 18 years ago
  14. 87075ca Need to increment the iterator. by Bill Wendling · 18 years ago
  15. c455ebe I discover array_lengthof, thanks to gabor on #llvm. by Duncan Sands · 18 years ago
  16. e40740b Oops. Debugging code shouldn't have been checked in. by Evan Cheng · 18 years ago
  17. 233b60e Removed debug #define that was accidentally checked in while debugging by Ted Kremenek · 18 years ago
  18. 0a4f91e Simplify the attribute verification code. by Duncan Sands · 18 years ago
  19. b9b977d Regenerate by Anton Korobeynikov · 18 years ago
  20. 0adb7b4 Add pure/const attributes. Documentation will follow. by Anton Korobeynikov · 18 years ago
  21. 9de1934 Fix PIC jump table codegen on x86-32/linux. In fact, such thing should be applied by Anton Korobeynikov · 18 years ago
  22. 87b665d Eliminate the recently introduced CCAssignToStackABISizeAlign by Duncan Sands · 18 years ago
  23. 38afd9e Added two new overloaded versions of BatchEmitOwnedPtrs and BatchReadOwnedPtrs. by Ted Kremenek · 18 years ago
  24. c498b02 Clean up sub-register implementation by moving subReg information back to by Evan Cheng · 18 years ago
  25. 6fa98b1 Allow the block extractor take to take a list of basic blocks to not extract by Nick Lewycky · 18 years ago
  26. 1b12d88 Implement PR1796 and Transforms/SimplifyCFG/noreturn-call.ll by Chris Lattner · 18 years ago
  27. 019b92a Start the process of making MachineLoopInfo possible by templating Loop. by Owen Anderson · 18 years ago
  28. 1945024 Fix the regression on Transforms/GlobalOpt/deadglobal-2.ll from my by Chris Lattner · 18 years ago
  29. 42f9e96 Run computeDomForest() on the set of registers that need to be tested for by Owen Anderson · 18 years ago
  30. 17b1418 Preserve LiveVariables when doing critical edge splitting. by Owen Anderson · 18 years ago
  31. b1d40d9 Revert previous; these files aren't ready to go in yet. by Dale Johannesen · 18 years ago
  32. b97aec6 Add parameter to getDwarfRegNum to permit targets by Dale Johannesen · 18 years ago
  33. e7c8754 Fix x86-64 jit: remove reliance on Dwarf numbers. by Evan Cheng · 18 years ago
  34. c69107c Unifacalize the CALLSEQ{START,END} stuff. by Bill Wendling · 18 years ago
  35. b42c8f7 Implement PR1786 by iterating between dead cycle elimination by Chris Lattner · 18 years ago
  36. 0f8d9c0 Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stack by Bill Wendling · 18 years ago
  37. 3809fbe Completely forgot, that we have some debug information emission on PPC. This should fix by Anton Korobeynikov · 18 years ago
  38. 753a987 Added JumpTable support by Bruno Cardoso Lopes · 18 years ago
  39. 62724da Added versions of ReadPtr that takes an explicit SerializedPtrID. This allows by Ted Kremenek · 18 years ago
  40. 35e2dba Break critical edges coming into blocks with PHI nodes. by Owen Anderson · 18 years ago
  41. 20ab290 Add a flag for indirect branch instructions. by Owen Anderson · 18 years ago
  42. f2fbca6 Refactor some code. by Evan Cheng · 18 years ago
  43. fe0c882 As Chris and Evan pointed out, BreakCriticalMachineEdges doesn't really need by Owen Anderson · 18 years ago
  44. 2e7eedf Clarify the meaning of '-2' register number by Anton Korobeynikov · 18 years ago
  45. f191c80 Use TableGen to emit information for dwarf register numbers. by Anton Korobeynikov · 18 years ago
  46. e3ef744 Add CCAssignToStackABISizeAlign for convenience in by Dale Johannesen · 18 years ago
  47. 5d1f2cc Updated method signature to conform with the typedef in the method prototype. by Ted Kremenek · 18 years ago
  48. 38ada86 Update tailcall code to include inline attribute operand for memcpy. by Arnold Schwaighofer · 18 years ago
  49. 1a8a08a Added "random access" to the Deserializer to allow a client to jump to any by Ted Kremenek · 18 years ago
  50. 7168be9 Fixed a strange construct. Please review. by Hartmut Kaiser · 18 years ago
  51. ed2fc71 Unbreak x86-64 jumptable. by Evan Cheng · 18 years ago
  52. b623ce9 Silence a warning by Anton Korobeynikov · 18 years ago
  53. 7a42f24 Revert previous rewrite per chris's comments. by Dale Johannesen · 18 years ago
  54. 7b52fe7 Tighten up a check for folding away loads from (newly constant) globals. This by Chris Lattner · 18 years ago
  55. fd617d0 Move MinAlign to MathExtras.h. by Duncan Sands · 18 years ago
  56. 20a990e Fix indent by Anton Korobeynikov · 18 years ago
  57. 344ef19 Forget to commit users part of value mapper interface by Anton Korobeynikov · 18 years ago
  58. 8be8137 And delete this one by Anton Korobeynikov · 18 years ago
  59. c6fa170 Fix some load/store logic that would be wrong for by Duncan Sands · 18 years ago
  60. f6bd0ce Add terminating newline. by Duncan Sands · 18 years ago
  61. cc41586 Much improved pic jumptable codegen: by Evan Cheng · 18 years ago
  62. 2dfdefd Didn't mean to check these in. by Evan Cheng · 18 years ago
  63. 7da8f39 Bug fix. Passive nodes are not in SUnitMap. by Evan Cheng · 18 years ago
  64. 3556bc1 Rewrite Dwarf number handling per review comments. by Dale Johannesen · 18 years ago
  65. 48a3969 Updated Deserializer class to provide more information about the current by Ted Kremenek · 18 years ago
  66. 0823cea This preserves critical edge breaking. by Owen Anderson · 18 years ago
  67. d195ce1 Make BreakCriticalMachineEdges available as a pass that can be depended on. by Owen Anderson · 18 years ago
  68. ec8cd06 Added typedef "SerializedPtrID" to represent the pointer handle written to disk by Ted Kremenek · 18 years ago
  69. b410df9 Better check by Andrew Lenharth · 18 years ago
  70. ab9338e Fix PR1780 by Andrew Lenharth · 18 years ago
  71. e0cb36b [ARM] Implement __builtin_thread_pointer. by Lauro Ramos Venancio · 18 years ago
  72. 4471194 If both parts of smul_lohi, etc. are used, don't simplify. If only one part is used, try simplify it. by Evan Cheng · 18 years ago
  73. 01f43a4 Add the majority of machine-level critical edge breaking pass. Most of this was written by Fernando, cleanup and updating to TOT by me. by Owen Anderson · 18 years ago
  74. 14b3fb7 Take another stab at getting isLiveIn() and isLiveOut() right. by Owen Anderson · 18 years ago
  75. a018540 Bring UsedBlocks back. StrongPHIElimination needs this information. by Owen Anderson · 18 years ago
  76. 4542edc Complete conditionalization of Dwarf reg numbers. by Dale Johannesen · 18 years ago
  77. c47dfdd Implemented generic serialization of APFloat. by Ted Kremenek · 18 years ago
  78. 2e6452c Implemented serialization of signed integers. by Ted Kremenek · 18 years ago
  79. 2912184 Simplify my (il)logic. by Evan Cheng · 18 years ago
  80. 60a877d Add some more of StrongPHIElim. by Owen Anderson · 18 years ago
  81. 483ec21 Interchange Dwarf numbers of ESP and EBP on x86 Darwin. by Dale Johannesen · 18 years ago
  82. 68dd3fb Serializer no longer automatically emits a root-level block in the bitstream. by Ted Kremenek · 18 years ago
  83. b12a82d Augmented ReadPtr and ReadOwnedPtr to control whether or not a pointer is allowed to be backpatched by Ted Kremenek · 18 years ago
  84. 373a733 make smallptrset more const and type correct, which caught a few minor bugs. by Chris Lattner · 18 years ago
  85. 0d97426 Remainder operations must be either integer or floating-point. by Dan Gohman · 18 years ago
  86. f67f73a fix const correctness, BB is const, so its predecessors are too by Chris Lattner · 18 years ago
  87. 6390ae0 don't put erase or query for non-allocainst pointers in an set of allocainsts*'s by Chris Lattner · 18 years ago
  88. cf5008a Implement PR1777 by detecting dependent phis that all compute the same value. by Chris Lattner · 18 years ago
  89. be6781b When the allocator rewrite a spill register with new virtual register, it replaces other operands of the same register. Watch out for situations where by Evan Cheng · 18 years ago
  90. 91508a4 At the point of calculating the shift amount, the by Duncan Sands · 18 years ago
  91. 730c273 Renamed "Flush()" to "FlushRecord()". by Ted Kremenek · 18 years ago
  92. 26e25b3 Added support for processing abbreviations in the Deserializer. by Ted Kremenek · 18 years ago
  93. 8fc9a10 First step towards moving the coalescer to priority_queue based machinery. by Evan Cheng · 18 years ago
  94. ab84724 Fix a bug where a def use operand isn't being detected as a sub-register use. by Evan Cheng · 18 years ago
  95. 1fd15ba Add pseudo dependency to force two-address instruction to be scheduled after by Evan Cheng · 18 years ago
  96. 9907cb1 Fix PR1774 and BasicAA/2007-11-05-SizeCrash.ll by Chris Lattner · 18 years ago
  97. 8b96b9f Add a few comments. by Owen Anderson · 18 years ago
  98. ee49b53 DomForest is a forest of registers, not instructions. by Owen Anderson · 18 years ago
  99. a4ad2e7 StrongPHIElimination requires LiveVariables. by Owen Anderson · 18 years ago
  100. 000604a Better processor definition by Bruno Cardoso Lopes · 18 years ago