1. 288e78f add a simplified accessor for creating an fp constant of a by Chris Lattner · 17 years ago
  2. f20d943 Missed a hasInterval check. by Evan Cheng · 17 years ago
  3. 4592230 add a version of ConstantFP::get that doesn't take a redundant Type* value, by Chris Lattner · 17 years ago
  4. 77d00b0 many cleanups to the pow optimizer. Allow it to handle powf, by Chris Lattner · 17 years ago
  5. def2864 make ConstantFP::isExactlyValue work for long double as well. by Chris Lattner · 17 years ago
  6. cba931f Add CreateGetResult() by Devang Patel · 17 years ago
  7. 7497b92 Check that bodies and calls but not declarations by Duncan Sands · 17 years ago
  8. c8abfde Rename -disable-required-unwind-tables to -unwind-tables-optional. by Dale Johannesen · 17 years ago
  9. e8277dc Rename -disable-required-unwind-tables to unwind-tables-optional. by Dale Johannesen · 17 years ago
  10. d9c7dbf merge r48768 from branches/ggreif/parallelized-test by Gabor Greif · 17 years ago
  11. 7518583 Add multiple value return instruction constructor. by Devang Patel · 17 years ago
  12. 92432a8 Convenience method for setting the nounwind attribute for a function. by Duncan Sands · 17 years ago
  13. 7098772 silence warning when assertions are disabled. by Chris Lattner · 17 years ago
  14. 34437f3 Fix insert point handling for multiple return values. by Devang Patel · 17 years ago
  15. f2247cf Handle the situation in 2008-01-25-EmptyFunction.ll by Dale Johannesen · 17 years ago
  16. a25e578 Missed one. by Dale Johannesen · 17 years ago
  17. 235f7fb Add -disable-required-unwind-tables to tests by Dale Johannesen · 17 years ago
  18. 4e1b794 Implement new llc flag -disable-required-unwind-tables. by Dale Johannesen · 17 years ago
  19. 9b01cc0 Make getDirnameSep a static method (not part of Path's interface). by Ted Kremenek · 17 years ago
  20. cf55c8e Added method Path::getDirname(). by Ted Kremenek · 17 years ago
  21. a056200 Added support for Create() calls that take an argument besides the deserializer. by Sam Bishop · 17 years ago
  22. 36b5c13 Rename MemOperand to MachineMemOperand. This was suggested by by Dan Gohman · 17 years ago
  23. cb76b12 Remove llvm-upgrade. by Tanya Lattner · 17 years ago
  24. 148df15 Added note to getting started guide to use llvm-gcc4.2. by Tanya Lattner · 17 years ago
  25. 4128212 Add operator= implementations to SparseBitVector, allowing it to be used in GVN. This results by Owen Anderson · 17 years ago
  26. f02a807 Testcase for pr2169. by Duncan Sands · 17 years ago
  27. 565ada0 Fix test. by Evan Cheng · 17 years ago
  28. a2ce2e3 Fix PR 2169. by Daniel Berlin · 17 years ago
  29. e2c4304 Use Intrinsic::getDeclaration in more places. by Duncan Sands · 17 years ago
  30. 3d292ac The "stacksave is not nounwind problem" no longer by Duncan Sands · 17 years ago
  31. a122043 Use Intrinsic::getDeclaration to get hold of by Duncan Sands · 17 years ago
  32. 79ab3e8 Make sure that intrinsics automagically get the by Duncan Sands · 17 years ago
  33. dc1adac Re-commit of the r48822, where the infinite looping problem discovered by Roman Levenstein · 17 years ago
  34. e5ffa90 Make GVN more memory efficient, particularly on code that contains a large number of by Owen Anderson · 17 years ago
  35. 58f3bcd Remove tabs. Patch by Mike Stump! by Bill Wendling · 17 years ago
  36. 11b80a8 Mark calls to llvm.stacksave, llvm.stackrestore as by Dale Johannesen · 17 years ago
  37. e64d248 regenerate by Gabor Greif · 17 years ago
  38. aee7f21 fix warnings with assertions disabled. by Chris Lattner · 17 years ago
  39. 409a3d0 Silence warning when no assertions. by Chris Lattner · 17 years ago
  40. 0c80c75 silence a warning when assertions are disabled. by Chris Lattner · 17 years ago
  41. c024cbc fix a warning by Gabor Greif · 17 years ago
  42. eeb939a fix this testcase to pass and remove a duplicate instance of itself. by Chris Lattner · 17 years ago
  43. 4fea2e9 Prefer to expand mask for xor to -1, so we have a chance to turn it into a not. by Torok Edwin · 17 years ago
  44. 051a950 API changes for class Use size reduction, wave 1. by Gabor Greif · 17 years ago
  45. d963ab1 Fix generation of multi-stage instruction itineraries. Patch by by Chris Lattner · 17 years ago
  46. af4fc28 -fPIC is required on x86-64 when building shared objects. by Torok Edwin · 17 years ago
  47. e524191 disable this for now. by Chris Lattner · 17 years ago
  48. c5ea201 Forgot this. by Evan Cheng · 17 years ago
  49. 1dc7869 1. IMPLICIT_DEF can *re-define* any register. by Evan Cheng · 17 years ago
  50. 0c0f83f Favors pshufd over shufps when shuffling elements from one vector. pshufd is faster than shufps. by Evan Cheng · 17 years ago
  51. a4091d3 Make sure both PendingLoads and PendingExports are flushed by Dale Johannesen · 17 years ago
  52. 3e3dc57 strdup needs <cstring>. This fixes a build error with g++-4.3. by Torok Edwin · 17 years ago
  53. b51a0d8 If a value is cast to its own type, then the cast is not needed. by Duncan Sands · 17 years ago
  54. 8ac66c1 Provide an initial cut at exposing JIT compiled symbols to performance by Chris Lattner · 17 years ago
  55. f4cc309 Make ExecutionEngine::updateGlobalMapping return the old mapping. by Chris Lattner · 17 years ago
  56. fc5423d Undo PHI elimination copy placement patch. This causes coalescing (performace) issues. by Evan Cheng · 17 years ago
  57. e04f736 This is done. by Evan Cheng · 17 years ago
  58. e278470 Reenable running StripSymbols when EH is on. Dale fixed EH. by Devang Patel · 17 years ago
  59. b589d9f New test case. by Evan Cheng · 17 years ago
  60. 6d41b1c Removed a deleted file from the VStudio System project. Also added custom build commands to engage 64 bit assembler for compilation callback on 64 bit configurations only. by Chuck Rose III · 17 years ago
  61. 51dd8c9 if some functions don't have debug info, we were outputing the same label at the start of each of those functions. This makes assemblers unhappy by Andrew Lenharth · 17 years ago
  62. a150ffe Add member template version of SerializeTrait<T>::Create that also accepts by Ted Kremenek · 17 years ago
  63. db9b1c3 - Turn copies of implicit_def into implicit_def instructions. by Evan Cheng · 17 years ago
  64. f30a49d Special handling of zero-sized live intervals. by Evan Cheng · 17 years ago
  65. 419852c - Treat a live range defined by an implicit_def as a zero-sized one. by Evan Cheng · 17 years ago
  66. 576a270 - PHI elimination also eliminates implicit_def that fits into a PHI node rather than copying it. by Evan Cheng · 17 years ago
  67. 8a50f1f Start of a series of patches related to implicit_def. by Evan Cheng · 17 years ago
  68. c5412c5 Re-implemented Path::createDirectoryOnDisk (for Unix). by Ted Kremenek · 17 years ago
  69. 43b7ca1 Re-enable SSE4. by Evan Cheng · 17 years ago
  70. ab394bd Fix x86-64 encoding bug. REX prefix must always follow 0x0F prefix. For example, extractps in 64bit mode: 66 REX 0F 3A 17, not 66 0F 3A REX 17. by Evan Cheng · 17 years ago
  71. 90ce87b Cosmetic by Evan Cheng · 17 years ago
  72. b4e56d4 Temporarily disabling SSE4 until we fix the encoding issues. by Evan Cheng · 17 years ago
  73. 6397c64 Backing out 48222 temporarily. by Evan Cheng · 17 years ago
  74. ee4fa19 Move instruction flag inference out of InstrInfoEmitter and into by Dan Gohman · 17 years ago
  75. 271515a Suppress the 128-bit integer typedef on 32-bit targets, because by Dan Gohman · 17 years ago
  76. 4672d5d Testcase for EH with functions whose names are stripped. by Dale Johannesen · 17 years ago
  77. dedf502 Make EH work with unnamed functions. Reenable running by Dale Johannesen · 17 years ago
  78. d761480 Partial CBackend support for 128-bit integers. This is needed by Dan Gohman · 17 years ago
  79. a022e3f by David Greene · 17 years ago
  80. ea1d9cd Now that I am told MachineRegisterInfo also tracks physical register uses / defs, I can do away with the horribleness I introduced a while back. It's impossible to detect if there is any use of a physical register below an instruction (and before any def of the register) with some cheap book keeping. by Evan Cheng · 17 years ago
  81. 1088317 Remove #include<map> from LiveVariables.h. Not referenced. by Evan Cheng · 17 years ago
  82. e004062 Cosmetic changes per EH patch review feedback. by Dale Johannesen · 17 years ago
  83. 56c2f99 Add new file Support/DataFlow.h. by Torok Edwin · 17 years ago
  84. 67073f1 Add new CC lowering rule: provide a list of registers, which can be 'shadowed', by Anton Korobeynikov · 17 years ago
  85. 52b1733 In some situations, we need to check for local interferences between the PHI by Owen Anderson · 17 years ago
  86. 59df878 Correctly mark a valno that was previous defined by a PHI node as having an by Owen Anderson · 17 years ago
  87. 4316dec more edits from Jon Sargeant by Chris Lattner · 17 years ago
  88. 1532f3d Recommitting EH patch; this should answer most of the by Dale Johannesen · 17 years ago
  89. 7c3becd 1. Drop default inline threshold back down to 200. by Evan Cheng · 17 years ago
  90. 48afd9f Reverting 49056 due to the build being broken. by Tanya Lattner · 17 years ago
  91. ffe2eb0 ReMat of load from stub in pic mode extends the life of pic base. Currently spiller doesn't do a good job of estimating the impact. Disable for now. by Evan Cheng · 17 years ago
  92. da2903f by David Greene · 17 years ago
  93. a442006 Fix compilation errors on MSVC. Patch by Argiris Kirtzidis! by Bill Wendling · 17 years ago
  94. 247faff Remove unnecessary and non-deterministic checking code. Re-enable remat of load from gv stub. by Evan Cheng · 17 years ago
  95. 3c75ba8 Re-materialization is for uses only. by Evan Cheng · 17 years ago
  96. 38c9226 Don't use __bzero for memset if the second argument isn't zero. by Dan Gohman · 17 years ago
  97. 68d599d Speculatively micro-optimize memory-zeroing calls on Darwin 10. by Dan Gohman · 17 years ago
  98. b6d5b14 Revert 49006 for the moment. by Dale Johannesen · 17 years ago
  99. 5a15814 add a dropped hunk from Jon Sargeant's patch. by Chris Lattner · 17 years ago
  100. a73afe0 make langref more precise, wave 1, from Jon Sargeant by Chris Lattner · 17 years ago