1. 88216af Constant fold int-to-long-double conversions; by Dale Johannesen · 18 years ago
  2. cce23a4 Simplify and fix signed int -> FP conversions. by Dale Johannesen · 18 years ago
  3. cd8bc05 AsmPrinters overriding getAnalysisUsage should call super. by Gordon Henriksen · 18 years ago
  4. 1bcc796 Add a helper useful when mapping from a map element to its hash node. by Chris Lattner · 18 years ago
  5. 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 · 18 years ago
  6. c28476f document DenseSet. by Chris Lattner · 18 years ago
  7. be20773 Add a new DenseSet abstraction. by Chris Lattner · 18 years ago
  8. 3c5f023 Add newline at end of file. by Duncan Sands · 18 years ago
  9. f51edad Check that the second parameter of init_trampoline by Duncan Sands · 18 years ago
  10. 078f5e1 This is done already. by Gordon Henriksen · 18 years ago
  11. 364caf0 Collector is the base class for garbage collection code generators. by Gordon Henriksen · 18 years ago
  12. d070d1e Demoting CHelpers.h to include/llvm/Support. by Gordon Henriksen · 18 years ago
  13. 336c6c0 Switch to densemap rather than std::set by Daniel Berlin · 18 years ago
  14. 9b7a248 Regenerate. by Gordon Henriksen · 18 years ago
  15. 4229371 PR1601: etags not configured correctly by Gordon Henriksen · 18 years ago
  16. e5f6204 Enabling new condition code modeling scheme. by Evan Cheng · 18 years ago
  17. fb71392 Do not ignore packed member size while selecting union type. by Devang Patel · 18 years ago
  18. 9fe4662 Teach SplitVectorOp how to split INSERT_VECTOR_ELT. by Dan Gohman · 18 years ago
  19. 7638565 Update how to release document. Add release version to getting started guide. by Tanya Lattner · 18 years ago
  20. 22a5299 If two instructions are both two-address code, favors (schedule closer to by Evan Cheng · 18 years ago
  21. 6745458 really fix PR1581, thanks to Daniel Dunbar for pointing this out. by Chris Lattner · 18 years ago
  22. d7c4ca1 Make Value::getNameLen not crash on an empty name, fixing PR1712. by Chris Lattner · 18 years ago
  23. ddde335 Remove a poor scheduling heuristic. by Evan Cheng · 18 years ago
  24. 74d2fd8 Trim some unneeded fields. by Evan Cheng · 18 years ago
  25. 005ac65 Record latest work. by Dale Johannesen · 18 years ago
  26. 72292f0 Fix long double -> uint64 conversion. by Dale Johannesen · 18 years ago
  27. 4292d1c minor long double related changes by Dale Johannesen · 18 years ago
  28. 9fda5be Make the checks for DW_FORM_data4 consistent with the others, and by Dan Gohman · 18 years ago
  29. 06ff4e6 Use 32-bit data directives for DW_FORM_data4 format data, even on by Dan Gohman · 18 years ago
  30. 068317b Refactor the memcpy lowering for the x86 target. by Rafael Espindola · 18 years ago
  31. fa00feb Stop inventing new words. :-) by Evan Cheng · 18 years ago
  32. 2824121 Remove unneeded #include. by Owen Anderson · 18 years ago
  33. 303f47b Have PostDomTree use the newly templated DFSPass. by Owen Anderson · 18 years ago
  34. 8decf6b Pessimisively assume ADJCALLSTACKDOWN / ADJCALLSTACKUP (which becomes sub / add) clobbers EFLAGS. by Evan Cheng · 18 years ago
  35. 317096a Add sqrt and powi intrinsics for long double. by Dale Johannesen · 18 years ago
  36. ef0ab93 Don't do SRA for unions with long double fields. Fixes a SWB crash. by Dale Johannesen · 18 years ago
  37. 58ec882 Convert DFSPass into a templated friend function, in preparation for making it common to DomTree and PostDomTree. by Owen Anderson · 18 years ago
  38. 8248294 TargetAsmInfo::getAddressSize() was incorrect for x86-64 and 64-bit targets by Dan Gohman · 18 years ago
  39. fc32822 CollectorMetadata abstractly describes stack maps for a function. It includes: by Gordon Henriksen · 18 years ago
  40. 3f2d9ec Use GR64 in 64-bit mode. by Evan Cheng · 18 years ago
  41. d9900c9 My previous Registry.h header, as well as Collectors.h, which is the by Gordon Henriksen · 18 years ago
  42. 326e24f GarbageCollection.html is expanded to encompass the coming by Gordon Henriksen · 18 years ago
  43. 1ed37fd Doh. Calls clobber EFLAGS. by Evan Cheng · 18 years ago
  44. cd1c00c Avoid inserting a live register more than once. by Evan Cheng · 18 years ago
  45. ff37adc Couple of fixes to mention bunzip2 and make instructions more clear. by Tanya Lattner · 18 years ago
  46. cdc52b0 While searching for appropriate place for temporaries, do not over-incerement iterator. by Devang Patel · 18 years ago
  47. 5d02a0c Mention Loop Index Split by Devang Patel · 18 years ago
  48. b1ab71d new testcase for PR1708 by Chris Lattner · 18 years ago
  49. c7a12ae Ignore redundant constraints by Daniel Berlin · 18 years ago
  50. 9a2f931 Build the correct range for loops with unusual bounds. Fix from Jay Foad. by Nick Lewycky · 18 years ago
  51. 0678f60 No, really, it *is* SSSE3. ;-) by Bill Wendling · 18 years ago
  52. 97f214c SSSE3 -> SSE3. Reported by Alex Kellett. by Duncan Sands · 18 years ago
  53. 20acdce Grammer fix reported by Alex Kellett. by Duncan Sands · 18 years ago
  54. 64f638d Silence a compiler warning. by Evan Cheng · 18 years ago
  55. 2dc7a0e Boogs. by Evan Cheng · 18 years ago
  56. a2ee275 Be smarter about which node to force schedule. Reduce # of duplications + copies; Added statistics. by Evan Cheng · 18 years ago
  57. 0673705 Remove debugging. by Gordon Henriksen · 18 years ago
  58. 6e4c46c Backtracking only when it won't create a cycle. by Evan Cheng · 18 years ago
  59. 693717f Make temporaries explicit to avoid premature by Dale Johannesen · 18 years ago
  60. 0e99c53 Updating LLVM.xcodeproj. by Gordon Henriksen · 18 years ago
  61. 8ed3ffe Oops. Forgot this. by Evan Cheng · 18 years ago
  62. 42d6027 - Move getPhysicalRegisterRegClass() from ScheduleDAG to MRegisterInfo. by Evan Cheng · 18 years ago
  63. 117acf9 Whitespace cleanup. by Neil Booth · 18 years ago
  64. 4f88170 Whitespace and compiler warning cleanup. by Neil Booth · 18 years ago
  65. 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 · 18 years ago
  66. bf4f89d Some assemblers do not recognize aliases pushfd, pushfq, popfd, and popfq. Just emit them as pushf and popf. by Evan Cheng · 18 years ago
  67. fe5293d Modernize fabs.ll, add long double. Add tests for direct codegen of fsin/fcos. by Dale Johannesen · 18 years ago
  68. 2f42901 Enable codegen for long double abs, sin, cos by Dale Johannesen · 18 years ago
  69. 46abf91 Added C and Ocaml bindings for functions, basic blocks, and by Gordon Henriksen · 18 years ago
  70. f41db21 Fix f80 UNDEF. by Dale Johannesen · 18 years ago
  71. 0869f4a X86 -> X86-32 in appropriate places. by Duncan Sands · 18 years ago
  72. c90d68b Various cleanups. Especially, EH is turned on by default! by Duncan Sands · 18 years ago
  73. 9412489 ok ok we get it. CBE and vectors don't like each other yet. by Chris Lattner · 18 years ago
  74. b323ca8 be less redundantly redundant. by Chris Lattner · 18 years ago
  75. 0d91645 Test the C front-end, not the C++ front-end. by Duncan Sands · 18 years ago
  76. 6b588d9 make old crappy browsers produce less crappy output :) by Chris Lattner · 18 years ago
  77. 8d5562b Typos: POPQ -> POPFQ, POPD -> POPFD. by Evan Cheng · 18 years ago
  78. 1efa169 move PR1160 here. by Chris Lattner · 18 years ago
  79. 9efce63 Allow copyRegToReg to emit cross register classes copies. by Evan Cheng · 18 years ago
  80. 61001b8 move PR1264 here. by Chris Lattner · 18 years ago
  81. 72e4633 noone uses etags. Connected to PR1601 by Chris Lattner · 18 years ago
  82. 11d120f we support attribute(noinline) now :) by Chris Lattner · 18 years ago
  83. 725a0d8 update bugs list by Chris Lattner · 18 years ago
  84. d429871 now with more prose. by Chris Lattner · 18 years ago
  85. ca9976d Test that local variables are aligned as the user requested. by Duncan Sands · 18 years ago
  86. 2f245ba Add pushf{d|q}, popf{d|q} to push and pop EFLAGS register. by Evan Cheng · 18 years ago
  87. 1a35edb translateX86CC updates the last two operands. by Evan Cheng · 18 years ago
  88. 29be848 Correctly restore stack pointer after realignment in main() on Cygwin/Mingw32 by Anton Korobeynikov · 18 years ago
  89. 9f71125 Fix small bug in operator== for iterators by Daniel Berlin · 18 years ago
  90. 350add8 Remove no-longer-used variable. by Dale Johannesen · 18 years ago
  91. 0edc47a Make APFloat->int conversions deterministic even in by Dale Johannesen · 18 years ago
  92. 7086ce7 explain why not vector<bool> by Chris Lattner · 18 years ago
  93. fdd0837 Missing load / store folding entries. by Evan Cheng · 18 years ago
  94. 2fe1259 Partly revert invalid r41774 by Anton Korobeynikov · 18 years ago
  95. ee143ad Grammar fix. by Bill Wendling · 18 years ago
  96. 677ccc6 More explicit keywords. by Dan Gohman · 18 years ago
  97. 2a3876d Add a newline to the end of this file. by Duncan Sands · 18 years ago
  98. b94fc1b Fix a typo in a comment. by Dan Gohman · 18 years ago
  99. 4e4d2d7 New style x87 cmp instructions. by Evan Cheng · 18 years ago
  100. a6dff2f Handle multiple induction variables. This fixes PR714. by Devang Patel · 18 years ago