1. bc3d77a SCEV objects are no longer reference-counted. by Dan Gohman · 15 years ago
  2. 72efa18 Update comments to new-style syntax. by Dan Gohman · 15 years ago
  3. 19378d6 When attempting to sign-extend an addrec by interpreting by Dan Gohman · 15 years ago
  4. 996b9d6 Remove spurious semicolons. by Dan Gohman · 15 years ago
  5. 8a8bd3d Convert DOUT to DEBUG. by Andreas Bolka · 15 years ago
  6. d6fd377 Simplify JIT target selection. by Daniel Dunbar · 15 years ago
  7. e0d12d5 Mark attributes of return insn correctly. It was being assumed safe to delete in isSafeToDelete (a thing checked-in 76281). by Sanjiv Gupta · 15 years ago
  8. 6dc8286 remove this test. It is currently failing because we now emit the string by Chris Lattner · 15 years ago
  9. dced9fb eventually we should describe string options in the data structures section by Chris Lattner · 15 years ago
  10. 81187ae minor tweaks. by Chris Lattner · 15 years ago
  11. 0c795d6 Add new helpers for registering targets. - Less boilerplate == good. by Daniel Dunbar · 15 years ago
  12. 92ccf70 Finish migrating VMCore to StringRef/Twine based APIs. by Daniel Dunbar · 15 years ago
  13. 8b5ee82 Ok, "most clients should be unaffected" was a lie. Add notes on upgrading. by Daniel Dunbar · 15 years ago
  14. 6e0d1cb Initial update to VMCore to use Twines for string arguments. by Daniel Dunbar · 15 years ago
  15. a66297a Fix 80-col violations. by Eric Christopher · 15 years ago
  16. a3500da Move ExtractElementInst to ::Create instead of new. Update all uses. by Eric Christopher · 15 years ago
  17. 4df605b Update to new syntax. by Dan Gohman · 15 years ago
  18. 06388ae Rewrite examples to use DEBUG instead of DOUT. by Daniel Dunbar · 15 years ago
  19. c7423af 80 col violation. by Evan Cheng · 15 years ago
  20. fd87a54 Convert a few more things to use raw_ostream. by Dan Gohman · 15 years ago
  21. c6b54d5 Get rid of a couple of unnecessary getOpcode calls. by Evan Cheng · 15 years ago
  22. eb490a7 Teach ScalarEvolution to make use of no-overflow flags when by Dan Gohman · 15 years ago
  23. 6c1980b Convert a few more uses of llvm/Support/Streams.h to raw_ostream. by Dan Gohman · 15 years ago
  24. fef8bb2 Instead of eagerly creating new SCEVs to replace all SCEVs that are by Dan Gohman · 15 years ago
  25. b140f49 I've lost my mind. PR4572 has not been fixed. by Evan Cheng · 15 years ago
  26. fc2a3ed Make AliasAnalysis and related classes use getAnalysisIfAvailable<TargetData>(). by Dan Gohman · 15 years ago
  27. d5b385c One more getName -> getNameStr by Daniel Dunbar · 15 years ago
  28. 3c91f36 Another TODO. by Evan Cheng · 15 years ago
  29. f595d6d Add a missing ilist_node.h #include to SparseBitVector, and add a very short by Jeffrey Yasskin · 15 years ago
  30. 66ac531 Change Thumb2 jumptable codegen to one that uses two level jumps: by Evan Cheng · 15 years ago
  31. 4711326 MemoryObject - Abstract base class for contiguous addressable memory. by Sean Callanan · 15 years ago
  32. b2fa93d Remove a duplicated test. by Evan Cheng · 15 years ago
  33. ce63ffb More migration to raw_ostream, the water has dried up around the iostream hole. by Daniel Dunbar · 15 years ago
  34. 90daf4d ARM code emitter can't handle Thumb2 instructions yet. So don't even try. by Evan Cheng · 15 years ago
  35. 26fe866 Tweak, raw_ostream is a ostream, not iostream replacement by Daniel Dunbar · 15 years ago
  36. 961f585 Fix build for GCC 4.0? by Daniel Dunbar · 15 years ago
  37. 7cdf01d Fix compile with 4.4 (I hope?); PR4617. by Daniel Dunbar · 15 years ago
  38. 0baa25d Forward-declare raw_ostream. by Andreas Bolka · 15 years ago
  39. eed707b Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types. More to come. by Owen Anderson · 15 years ago
  40. e8530a3 CodingStandards: Emphasize use of raw_ostream more. - Chris, please approve. by Daniel Dunbar · 15 years ago
  41. 67efc56 AliasAnalysis wants sizes in address-units, not bits. by Dan Gohman · 15 years ago
  42. caca2b6 Forgot this test earlier. by Evan Cheng · 15 years ago
  43. 0bc1161 Fix these tests. by Evan Cheng · 15 years ago
  44. 4e9bac3 Fix assert assembling zero-argument constant GEP. by Eli Friedman · 15 years ago
  45. 0b6afa8 Uh. It would be useful to actually print the operand. by Evan Cheng · 15 years ago
  46. fbd3d4a fix some predicates by Chris Lattner · 15 years ago
  47. 0d4960c3 change SectionKindForGlobal from being a public (and by Chris Lattner · 15 years ago
  48. 40efc25 Disable my constant island pass optimization (to make use soimm more effectively). It caused infinite looping on lencod. by Evan Cheng · 15 years ago
  49. a1a491c Move insertps tests to sse41 combo test file, convert to filecheck by Eric Christopher · 15 years ago
  50. b303504 make SectionKindForGlobal target independent, and therefore non-virtual. by Chris Lattner · 15 years ago
  51. 49f8468 Add a workaround for Darwin assembler bug where it's not setting the thumb bit in Thumb2 jumptable entries. We now pass Olden. by Evan Cheng · 15 years ago
  52. f20f250 we already know the sectionkind when invoking SelectSectionForGlobal, by Chris Lattner · 15 years ago
  53. 7420ab2 make SectionForGlobal non-virtual, add a hook for pic16 to do its "address=" hack. by Chris Lattner · 15 years ago
  54. 731b5d9 Fix this condition I accidentally inverted. by Dan Gohman · 15 years ago
  55. 78d1264 Add support for promoting SETCC operations. by Jakob Stoklund Olesen · 15 years ago
  56. 7894762 Make sure thumb2 jumptable entries are aligned. by Evan Cheng · 15 years ago
  57. 23606e3 Clean up. by Evan Cheng · 15 years ago
  58. c324ecb Replace use of std::set with SmallPtrSet. by Evan Cheng · 15 years ago
  59. 02a436c Convert several more passes to use getAnalysisIfAvailable<TargetData>() by Dan Gohman · 15 years ago
  60. 6b118a2 Add specific classes for Add, Sub, and Mul, for convenience. by Dan Gohman · 15 years ago
  61. 7c023d6 start refactoring pic16 section selection logic. by Chris Lattner · 15 years ago
  62. 2dcafe4 move ELF-specific code into ELFTargetAsmInfo. by Chris Lattner · 15 years ago
  63. e5ca0ac tidy up by Chris Lattner · 15 years ago
  64. 27f3065 split the ELF-specific section flag inference-from-name code out by Chris Lattner · 15 years ago
  65. 8adc547 make SectionFlagsForGlobal a private static function instead of a public by Chris Lattner · 15 years ago
  66. 104bbd1 move a method up in the file, GV is always non-null, so remove a check. by Chris Lattner · 15 years ago
  67. 3df6d5d There is no need to pass the name into lib/Target/TargetAsmInfo.cpp by Chris Lattner · 15 years ago
  68. d0418ce remove a use of SectionFlagsForGlobal. by Chris Lattner · 15 years ago
  69. 895c9ed Another getName -> getNameStr by Daniel Dunbar · 15 years ago
  70. a717b7b More move to raw_ostream. by Daniel Dunbar · 15 years ago
  71. 1cd1d98 Move more to raw_ostream, provide support for writing MachineBasicBlock, by Daniel Dunbar · 15 years ago
  72. b95c2fd Move more to raw_ostream. by Daniel Dunbar · 15 years ago
  73. 3f0e830 Move to raw_ostream. by Daniel Dunbar · 15 years ago
  74. f6ccee5 Switch to getNameStr(). by Daniel Dunbar · 15 years ago
  75. 82a29b6 Allow llvm_report_error to accept a Twine. by Daniel Dunbar · 15 years ago
  76. 23ed527 Remove unused member functions. by Eli Friedman · 15 years ago
  77. 050578f Fix constructor types by Daniel Dunbar · 15 years ago
  78. 8218f6f Update CMake by Daniel Dunbar · 15 years ago
  79. 2538f7a Add Twine ADT. - Not currently used. by Daniel Dunbar · 15 years ago
  80. f631a68 Convert a test to FileCheck. by Evan Cheng · 15 years ago
  81. eed05b8 hoist section name uniquing logic up to the top-level SectionForGlobal by Chris Lattner · 15 years ago
  82. 78717cb Implement getSectionPrefixForUniqueGlobal to return null, indicating that by Chris Lattner · 15 years ago
  83. 57743ef reduce indentation by Chris Lattner · 15 years ago
  84. 796131e simplify code by making special case more obvious by Chris Lattner · 15 years ago
  85. f76280d the 'isWeakForLinker' code is common between functions and globals, hoist it by Chris Lattner · 15 years ago
  86. 55acc68 Replace UniqueSectionForGlobal with getSectionPrefixForUniqueGlobal. by Chris Lattner · 15 years ago
  87. 837f332 document SectionFlags::Named better and make it more easily greppable by by Chris Lattner · 15 years ago
  88. 686177d fix indentation. by Chris Lattner · 15 years ago
  89. c440cc7 use section flags more correctly. by Chris Lattner · 15 years ago
  90. 7da9559 Switch to raw_ostream. by Daniel Dunbar · 15 years ago
  91. e2663d0 fix a mysterious and scary failure on test/CodeGen/X86/cstring.ll by Chris Lattner · 15 years ago
  92. fb3431a reduce api exposure: clients shouldn't call SectionKindForGlobal directly. by Chris Lattner · 15 years ago
  93. 083a1e0 make Constant::getRelocationInfo return an enum, as suggested by Duncan. by Chris Lattner · 15 years ago
  94. ad733cd remove more bits of small section support. by Chris Lattner · 15 years ago
  95. d94061f remove more remnants of small section support. by Chris Lattner · 15 years ago
  96. 013e6b6 Remove SectionKind::Small*. This was only used on mips, and is apparently by Chris Lattner · 15 years ago
  97. 865763b Thumb2 should use the register scavenger. by Evan Cheng · 15 years ago
  98. d1e5db6 Fix whitespace. by Dan Gohman · 15 years ago
  99. d3ff304 Give SCEVAddRecExpr no-signed-overflow and no-unsigned-overflow flags. by Dan Gohman · 15 years ago
  100. 2f1b153 Give the SCEV class a SubclassData field. by Dan Gohman · 15 years ago