1. d411419 Avoid creating expensive comment string if it's not going to be printed. by Evan Cheng · 16 years ago
  2. ac2673e Add FIXME for future checking. by Anton Korobeynikov · 16 years ago
  3. eb580ee Loosen our check here. Local regalloc only cares that the reg is used and def'd by the same instruction, but about the details of by Owen Anderson · 16 years ago
  4. 03b5ee7 Remove extra call to DW.SetModuleInfo on Linux. by Dale Johannesen · 16 years ago
  5. d037724 Emit debug info for data-only files on Cell SPU. by Dale Johannesen · 16 years ago
  6. 757809a Emit debug into for data-only files for Linux PPC. by Dale Johannesen · 16 years ago
  7. 492f276 Move the IsVolatile and SVOffset fields into the MemSDNode base by Dan Gohman · 16 years ago
  8. f2452c5 Emit debug info for data-only files. ARM version. by Dale Johannesen · 16 years ago
  9. dd4b47c Don't use an expensive check for two-address-ness when we have the information sitting around to determine it much more quickly, by Owen Anderson · 16 years ago
  10. 7bc39e2 Emit debug info for data-only files. This version is X86 ATT only. by Dale Johannesen · 16 years ago
  11. b126f3b Add missed section by Anton Korobeynikov · 16 years ago
  12. 94618eb Emit debug info for data-only files. This version applies to ppc Darwin only. by Dale Johannesen · 16 years ago
  13. 9094db1 Factor local liveness computation out into its own function. by Owen Anderson · 16 years ago
  14. 85e6815 Reuse the MO variable instead of recomputing it in RegAllocLocal. by Dan Gohman · 16 years ago
  15. 9a06ed9 Distinguish .const and .const_data on Darwin, when needed. This is somehow crazy :) by Anton Korobeynikov · 16 years ago
  16. 88cef24 Give RegAllocSimple a TargetInstrInfo member to keep it consistent by Dan Gohman · 16 years ago
  17. 8849054 RegAllocLocal has a TargetInstrInfo data member. Use it instead by Dan Gohman · 16 years ago
  18. 0383bc0 Use find with std::map, when that's what's needed, instead of lower_bound by Dan Gohman · 16 years ago
  19. f56c2f7 Weak stuff always goes to coalesced sections on Darwin by Anton Korobeynikov · 16 years ago
  20. 4b9235b Remove #include <iostream>. by Dan Gohman · 16 years ago
  21. 091be59 Testcase for PR2024 by Anton Korobeynikov · 16 years ago
  22. 8e819ae Silence a warning by Anton Korobeynikov · 16 years ago
  23. 4b4d100 Drop enum and use constants for SectionFlags by Anton Korobeynikov · 16 years ago
  24. c5a7e40 Add FIXME needed to be resolved later by Anton Korobeynikov · 16 years ago
  25. 7d51edf Use only 'subset' of flags by Anton Korobeynikov · 16 years ago
  26. a3af0bf Typo by Anton Korobeynikov · 16 years ago
  27. 3b48591 Revert accidentially added stuff by Anton Korobeynikov · 16 years ago
  28. 0d44ba8 First sketch of special section objects by Anton Korobeynikov · 16 years ago
  29. c5c92f6 Honour text sections by Anton Korobeynikov · 16 years ago
  30. c33a744 Use isWeakForLinker() hook by Anton Korobeynikov · 16 years ago
  31. 93911d2 Unbreak by Anton Korobeynikov · 16 years ago
  32. e87f52d Switch to new section name handling facility by Anton Korobeynikov · 16 years ago
  33. 7e7fc82 Another bunch of hacks for named sections support by Anton Korobeynikov · 16 years ago
  34. 1290ecf Typo by Anton Korobeynikov · 16 years ago
  35. 87fc6b4 Drop mergeable flag, if size is no suitable by Anton Korobeynikov · 16 years ago
  36. 2a88917 Fix several bugs in named sections handling by Anton Korobeynikov · 16 years ago
  37. b20015b Add hacky way to distinguish named and named sections. This will be generalized in the future. by Anton Korobeynikov · 16 years ago
  38. 5248670 Use 'gnu.linkonce', where needed by Anton Korobeynikov · 16 years ago
  39. 0e48a0c Fix thinko by Anton Korobeynikov · 16 years ago
  40. c6f4947 Drop dead member reference by Anton Korobeynikov · 16 years ago
  41. 4039e68 Add funny darwin section selection logic by Anton Korobeynikov · 16 years ago
  42. 01b0e24 Handle ELF mergeable sections by Anton Korobeynikov · 16 years ago
  43. 4260ad3 Provide section selection for X86 ELF targets by Anton Korobeynikov · 16 years ago
  44. 265c525 Provide general hook for section name calculation by Anton Korobeynikov · 16 years ago
  45. 6d82942 Print entity size for mergeable sections by Anton Korobeynikov · 16 years ago
  46. f447e3d Split PrintSectionFlags by Anton Korobeynikov · 16 years ago
  47. b9a02fc Split UniqueSectionForGlobal() by Anton Korobeynikov · 16 years ago
  48. b9e58ef Split PreferredEHDataFormat hook by Anton Korobeynikov · 16 years ago
  49. 4468b7a Split X86TargetAsmInfo into 4 subtarget-specific classes by Anton Korobeynikov · 16 years ago
  50. 8210045 Whitespace cleanup by Anton Korobeynikov · 16 years ago
  51. 6e405f3 Move flag decoding stuff into special hook by Anton Korobeynikov · 16 years ago
  52. 29b03f7 Properly handle linkonce stuff by Anton Korobeynikov · 16 years ago
  53. c0f41db Provide skeletone code for calculation of section, where global should be emitted into by Anton Korobeynikov · 16 years ago
  54. a2d3307 Use 'llvm-linkonce' consistently by Anton Korobeynikov · 16 years ago
  55. 5555078 Make hooks virtual by Anton Korobeynikov · 16 years ago
  56. 0c60246 Add default section name resolution routine by Anton Korobeynikov · 16 years ago
  57. 8cc948d Constify by Anton Korobeynikov · 16 years ago
  58. beb9d40 Add code for default section falgs computation by Anton Korobeynikov · 16 years ago
  59. dd1c20d Remove some unneeded includes. by Duncan Sands · 16 years ago
  60. b5508e4 Redo LegalizeTypes soft float support for by Duncan Sands · 16 years ago
  61. 452911c Forgot to update the chain result when softening loads. by Duncan Sands · 16 years ago
  62. f8568b4 LegalizeTypes soft float support for FP_TO_SINT and FP_TO_UINT. by Duncan Sands · 16 years ago
  63. 851b1ee LegalizeTypes support for powi soft float. by Duncan Sands · 16 years ago
  64. ddc7aa3 Make the role of MVT::i32 clearer here, and add a by Duncan Sands · 16 years ago
  65. d8ad492 Simplify, suggested by Chris Lattner. by Nick Lewycky · 16 years ago
  66. 9ee863e Fold (a < 8) && (b < 8) into (a|b) < 8 for unsigned less or greater than. by Nick Lewycky · 16 years ago
  67. 1afe5c3 Missed alignment argument on stores lowered from memcpy. by Evan Cheng · 16 years ago
  68. 526be70 Back out 53254. It broke ppc debug info codegen. by Evan Cheng · 16 years ago
  69. 3e30cbb Make the DICountVisitor not a visitor. This keeps us from calling virtual by Bill Wendling · 16 years ago
  70. 06b8c19 Silence warning by initializing variable. by Bill Wendling · 16 years ago
  71. 7728f7e Fixed features usage. by Bruno Cardoso Lopes · 16 years ago
  72. d1f77bf Fold ((1 << a) & 1) to (a == 0). by Nick Lewycky · 16 years ago
  73. 6fa6a32 Add a little wrapper header that is put around bc files when emitting by Chris Lattner · 16 years ago
  74. b02b8af random bugfix sitting in my tree. by Chris Lattner · 16 years ago
  75. 2782ed1 Fix a broken test. Neither load is eliminable without changing the CFG. by Chris Lattner · 16 years ago
  76. 7b76da1 Fixe typos and 80 column size problems by Bruno Cardoso Lopes · 16 years ago
  77. b4d1bc9 Reduce x - y to -y when we know the 'x' part will get masked off anyways. by Nick Lewycky · 16 years ago
  78. 97c2537 MipsTargetLowering cleanup by Bruno Cardoso Lopes · 16 years ago
  79. b0b0468 Remove getValueRange from SCEV. It wasn't doing anything there anyways, and a by Nick Lewycky · 16 years ago
  80. 0af8225 Consistently put quotes around pass names in debugging output. by Dan Gohman · 16 years ago
  81. a5e27f8 If loop induction variable's start value is less then its exit value then do not split the loop. by Devang Patel · 16 years ago
  82. f877b73 const-ify SelectionDAG::getNodeValueTypes. by Dan Gohman · 16 years ago
  83. 4e526b9 It's no longer necessary to test if a MachineBasicBlock's by Dan Gohman · 16 years ago
  84. f1bf29e Verify that MachineMemOperand alignment is a non-zero power of 2. by Dan Gohman · 16 years ago
  85. 9c6e70e Factor out the code for computing an alignment value, and make it by Dan Gohman · 16 years ago
  86. 0966f0f Fix the build. Apparently MachineInstr& is no longer implicitly convertable to MachineBasicBlock::iterator. by Owen Anderson · 16 years ago
  87. afbd073 The graph name really does matter for configurations that use gv. by Dan Gohman · 16 years ago
  88. 491fccc Make the local register allocator compute (purely local) liveness information for itself by Owen Anderson · 16 years ago
  89. 62b9b6e Testcase for debug info from data-only files. by Dale Johannesen · 16 years ago
  90. f71cb9b Make debug info come out in data-only files. by Dale Johannesen · 16 years ago
  91. 33d9b35 Remove some dead code. by Dale Johannesen · 16 years ago
  92. 920ae98 fix dangling pointer and argv off by one errors. Add support for --disable-inlining by Nick Kledzik · 16 years ago
  93. 71e8685 Do not CSE DEBUG_LOC, DBG_LABEL, DBG_STOPPOINT, DECLARE, and EH_LABEL SDNode's. This improves compile time slightly at -O0 -g. by Evan Cheng · 16 years ago
  94. 7ba11c5 Remove custom expansion from LegalizeTypes when doing by Duncan Sands · 16 years ago
  95. 3a2eb29 Add missing select_cc libcall line, somehow omitted in LegalizeTypes. by Duncan Sands · 16 years ago
  96. 8013954 improve comment by Chris Lattner · 16 years ago
  97. d038c27 'Optimize' test by Chris Lattner · 16 years ago
  98. 663ceeb Add a new hidden option to the interpreter to cause it to print by Chris Lattner · 16 years ago
  99. 7104296 Fix PR2496, a really nasty bug which involved sinking volatile loads by Chris Lattner · 16 years ago
  100. 895860e new testcase for PR2496 by Chris Lattner · 16 years ago