1. 1d4e078 Providing --with-ocaml-libdir for ./configure. The default is the by Gordon Henriksen · 17 years ago
  2. bae4adc Regenerate. by Gordon Henriksen · 17 years ago
  3. 48c7253 Fixing (harmless) typos. by Gordon Henriksen · 17 years ago
  4. c0efff8 Regenerate. by Gordon Henriksen · 17 years ago
  5. 6530e9d Add explicit --enable-bindings option to configure. by Gordon Henriksen · 17 years ago
  6. fdd7c6b Fix test. by Devang Patel · 17 years ago
  7. d8b4728 Fix typo. by Owen Anderson · 17 years ago
  8. 5a726b8 Mention memdep in the AA documentation. by Owen Anderson · 17 years ago
  9. d6f8ee7 New test. by Devang Patel · 17 years ago
  10. 9949c2a If the user did not check out LLVM and request it to be built, it should be a build error. This relies on the user having a successful build of LLVM, but the tests will fail if they dont. by Tanya Lattner · 17 years ago
  11. 7f3394f Refactor code to add load / store folded instructions -> register only by Evan Cheng · 17 years ago
  12. a7ac2bd Fix stride computations for long double arrays. by Dale Johannesen · 17 years ago
  13. d57c388 Move the code that emits the .file directives so that it runs after the by Dan Gohman · 17 years ago
  14. d18ba7c -pre-RA-sched=none, simple, simple-noitin are gone. by Evan Cheng · 17 years ago
  15. 4424757 PR 1603 test case. by Devang Patel · 17 years ago
  16. 450ff01 Remove simple scheduler. by Evan Cheng · 17 years ago
  17. bc2265a Relax unsafe use check. If there is one unconditional use inside the loop then it is safe to promote value even if there is another conditional use inside the loop. by Devang Patel · 17 years ago
  18. fef922a Typo. X86comi doesn't read / write chain's. by Evan Cheng · 17 years ago
  19. 3b5b4cd Add getABITypeSize, getABITypeSizeInBits by Dale Johannesen · 17 years ago
  20. 21c276d Add empty() member functions to a few container-like classes. by Dan Gohman · 17 years ago
  21. d89b117 remove dup comment by Dale Johannesen · 17 years ago
  22. 88216af Constant fold int-to-long-double conversions; by Dale Johannesen · 17 years ago
  23. cce23a4 Simplify and fix signed int -> FP conversions. by Dale Johannesen · 17 years ago
  24. cd8bc05 AsmPrinters overriding getAnalysisUsage should call super. by Gordon Henriksen · 17 years ago
  25. 1bcc796 Add a helper useful when mapping from a map element to its hash node. by Chris Lattner · 17 years ago
  26. ab528fe Template-ize more of the DomTree internal implementation details. Only the calculate() methods for DomTree and PostDomTree remain to be merged/template-ized. by Owen Anderson · 17 years ago
  27. c28476f document DenseSet. by Chris Lattner · 17 years ago
  28. be20773 Add a new DenseSet abstraction. by Chris Lattner · 17 years ago
  29. 3c5f023 Add newline at end of file. by Duncan Sands · 17 years ago
  30. f51edad Check that the second parameter of init_trampoline by Duncan Sands · 17 years ago
  31. 078f5e1 This is done already. by Gordon Henriksen · 17 years ago
  32. 364caf0 Collector is the base class for garbage collection code generators. by Gordon Henriksen · 17 years ago
  33. d070d1e Demoting CHelpers.h to include/llvm/Support. by Gordon Henriksen · 17 years ago
  34. 336c6c0 Switch to densemap rather than std::set by Daniel Berlin · 17 years ago
  35. 9b7a248 Regenerate. by Gordon Henriksen · 17 years ago
  36. 4229371 PR1601: etags not configured correctly by Gordon Henriksen · 17 years ago
  37. e5f6204 Enabling new condition code modeling scheme. by Evan Cheng · 17 years ago
  38. fb71392 Do not ignore packed member size while selecting union type. by Devang Patel · 17 years ago
  39. 9fe4662 Teach SplitVectorOp how to split INSERT_VECTOR_ELT. by Dan Gohman · 17 years ago
  40. 7638565 Update how to release document. Add release version to getting started guide. by Tanya Lattner · 17 years ago
  41. 22a5299 If two instructions are both two-address code, favors (schedule closer to by Evan Cheng · 17 years ago
  42. 6745458 really fix PR1581, thanks to Daniel Dunbar for pointing this out. by Chris Lattner · 17 years ago
  43. d7c4ca1 Make Value::getNameLen not crash on an empty name, fixing PR1712. by Chris Lattner · 17 years ago
  44. ddde335 Remove a poor scheduling heuristic. by Evan Cheng · 17 years ago
  45. 74d2fd8 Trim some unneeded fields. by Evan Cheng · 17 years ago
  46. 005ac65 Record latest work. by Dale Johannesen · 17 years ago
  47. 72292f0 Fix long double -> uint64 conversion. by Dale Johannesen · 17 years ago
  48. 4292d1c minor long double related changes by Dale Johannesen · 17 years ago
  49. 9fda5be Make the checks for DW_FORM_data4 consistent with the others, and by Dan Gohman · 17 years ago
  50. 06ff4e6 Use 32-bit data directives for DW_FORM_data4 format data, even on by Dan Gohman · 17 years ago
  51. 068317b Refactor the memcpy lowering for the x86 target. by Rafael Espindola · 17 years ago
  52. fa00feb Stop inventing new words. :-) by Evan Cheng · 17 years ago
  53. 2824121 Remove unneeded #include. by Owen Anderson · 17 years ago
  54. 303f47b Have PostDomTree use the newly templated DFSPass. by Owen Anderson · 17 years ago
  55. 8decf6b Pessimisively assume ADJCALLSTACKDOWN / ADJCALLSTACKUP (which becomes sub / add) clobbers EFLAGS. by Evan Cheng · 17 years ago
  56. 317096a Add sqrt and powi intrinsics for long double. by Dale Johannesen · 17 years ago
  57. ef0ab93 Don't do SRA for unions with long double fields. Fixes a SWB crash. by Dale Johannesen · 17 years ago
  58. 58ec882 Convert DFSPass into a templated friend function, in preparation for making it common to DomTree and PostDomTree. by Owen Anderson · 17 years ago
  59. 8248294 TargetAsmInfo::getAddressSize() was incorrect for x86-64 and 64-bit targets by Dan Gohman · 17 years ago
  60. fc32822 CollectorMetadata abstractly describes stack maps for a function. It includes: by Gordon Henriksen · 17 years ago
  61. 3f2d9ec Use GR64 in 64-bit mode. by Evan Cheng · 17 years ago
  62. d9900c9 My previous Registry.h header, as well as Collectors.h, which is the by Gordon Henriksen · 17 years ago
  63. 326e24f GarbageCollection.html is expanded to encompass the coming by Gordon Henriksen · 17 years ago
  64. 1ed37fd Doh. Calls clobber EFLAGS. by Evan Cheng · 17 years ago
  65. cd1c00c Avoid inserting a live register more than once. by Evan Cheng · 17 years ago
  66. ff37adc Couple of fixes to mention bunzip2 and make instructions more clear. by Tanya Lattner · 17 years ago
  67. cdc52b0 While searching for appropriate place for temporaries, do not over-incerement iterator. by Devang Patel · 17 years ago
  68. 5d02a0c Mention Loop Index Split by Devang Patel · 17 years ago
  69. b1ab71d new testcase for PR1708 by Chris Lattner · 17 years ago
  70. c7a12ae Ignore redundant constraints by Daniel Berlin · 17 years ago
  71. 9a2f931 Build the correct range for loops with unusual bounds. Fix from Jay Foad. by Nick Lewycky · 17 years ago
  72. 0678f60 No, really, it *is* SSSE3. ;-) by Bill Wendling · 17 years ago
  73. 97f214c SSSE3 -> SSE3. Reported by Alex Kellett. by Duncan Sands · 17 years ago
  74. 20acdce Grammer fix reported by Alex Kellett. by Duncan Sands · 17 years ago
  75. 64f638d Silence a compiler warning. by Evan Cheng · 17 years ago
  76. 2dc7a0e Boogs. by Evan Cheng · 17 years ago
  77. a2ee275 Be smarter about which node to force schedule. Reduce # of duplications + copies; Added statistics. by Evan Cheng · 17 years ago
  78. 0673705 Remove debugging. by Gordon Henriksen · 17 years ago
  79. 6e4c46c Backtracking only when it won't create a cycle. by Evan Cheng · 17 years ago
  80. 693717f Make temporaries explicit to avoid premature by Dale Johannesen · 17 years ago
  81. 0e99c53 Updating LLVM.xcodeproj. by Gordon Henriksen · 17 years ago
  82. 8ed3ffe Oops. Forgot this. by Evan Cheng · 17 years ago
  83. 42d6027 - Move getPhysicalRegisterRegClass() from ScheduleDAG to MRegisterInfo. by Evan Cheng · 17 years ago
  84. 117acf9 Whitespace cleanup. by Neil Booth · 17 years ago
  85. 4f88170 Whitespace and compiler warning cleanup. by Neil Booth · 17 years ago
  86. ff11026 - Added MRegisterInfo::getCrossCopyRegClass() hook. For register classes where reg to reg copies are not possible, this returns another register class which registers in the specified register class can be copied to (and copy back from). by Evan Cheng · 17 years ago
  87. bf4f89d Some assemblers do not recognize aliases pushfd, pushfq, popfd, and popfq. Just emit them as pushf and popf. by Evan Cheng · 17 years ago
  88. fe5293d Modernize fabs.ll, add long double. Add tests for direct codegen of fsin/fcos. by Dale Johannesen · 17 years ago
  89. 2f42901 Enable codegen for long double abs, sin, cos by Dale Johannesen · 17 years ago
  90. 46abf91 Added C and Ocaml bindings for functions, basic blocks, and by Gordon Henriksen · 17 years ago
  91. f41db21 Fix f80 UNDEF. by Dale Johannesen · 17 years ago
  92. 0869f4a X86 -> X86-32 in appropriate places. by Duncan Sands · 17 years ago
  93. c90d68b Various cleanups. Especially, EH is turned on by default! by Duncan Sands · 17 years ago
  94. 9412489 ok ok we get it. CBE and vectors don't like each other yet. by Chris Lattner · 17 years ago
  95. b323ca8 be less redundantly redundant. by Chris Lattner · 17 years ago
  96. 0d91645 Test the C front-end, not the C++ front-end. by Duncan Sands · 17 years ago
  97. 6b588d9 make old crappy browsers produce less crappy output :) by Chris Lattner · 17 years ago
  98. 8d5562b Typos: POPQ -> POPFQ, POPD -> POPFD. by Evan Cheng · 17 years ago
  99. 1efa169 move PR1160 here. by Chris Lattner · 17 years ago
  100. 9efce63 Allow copyRegToReg to emit cross register classes copies. by Evan Cheng · 17 years ago