1. bff66a8 Move some data to the TargetWriter. by Rafael Espindola · 14 years ago
  2. b3127bb Support/PathV1: Deprecate getLast. by Michael J. Spencer · 14 years ago
  3. a479b23 Add support to CallbackVH to receive notification when a Value's use-list changes. by Owen Anderson · 14 years ago
  4. 89cab93 Pass a Banner argument to the machine code verifier both from by Jakob Stoklund Olesen · 14 years ago
  5. 8d12140 Avoid dereferencing end() in collectInterferingVRegs() when there is no by Jakob Stoklund Olesen · 14 years ago
  6. f428eb6 Enable loop splitting in RegAllocGreedy. by Jakob Stoklund Olesen · 14 years ago
  7. 976ef86 During local stack slot allocation, the materializeFrameBaseRegister function by Bill Wendling · 14 years ago
  8. d715e07 Add more checks to IntervalMapOverlaps::advance() to ensure that advanceTo sees by Jakob Stoklund Olesen · 14 years ago
  9. 5049ee5 It is allowed to call IntervalMap::const_iterator::advanceTo() with a key that by Jakob Stoklund Olesen · 14 years ago
  10. 48c166b Fix 80 col. by Michael J. Spencer · 14 years ago
  11. 965841c Support/Path: Deprecate PathV1::isAbsolute. by Michael J. Spencer · 14 years ago
  12. 4aec85a Fix crash when IntervalMapOverlaps::advanceTo moves past the last overlap. by Jakob Stoklund Olesen · 14 years ago
  13. d53f3c8 Pass StringRefs by value, for consistency. by Benjamin Kramer · 14 years ago
  14. 090100f Add MachineLoopRange comparators for sorting loop lists by number and by area. by Jakob Stoklund Olesen · 14 years ago
  15. 6024c97 Stub out explicit MCELFObjectTargetWriter interface. by Rafael Espindola · 14 years ago
  16. cc2a8fe Support: Rename Path.h to PathV1.h and add a new Path.h that includes both V1 and V2. by Michael J. Spencer · 14 years ago
  17. 285b3e5 Move createELFObjectWriter to its own header. by Rafael Espindola · 14 years ago
  18. e27db74 improve switch formation to handle small range by Chris Lattner · 14 years ago
  19. b874227 MC/Mach-O: On second thought, use a custom hook for enabling aggressive by Daniel Dunbar · 14 years ago
  20. 1f3662a MC/ObjectWriter: Add a new IsSymbolRefDifferenceFullyResolved target format specific hook. by Daniel Dunbar · 14 years ago
  21. ff2e9b4 Provide LiveIntervalUnion::Query::checkLoopInterference. by Jakob Stoklund Olesen · 14 years ago
  22. 5d2477c MC/Assembler: Strip out object writer arguments, now that it is always available by Daniel Dunbar · 14 years ago
  23. feb7ba3 MC/Assembler: Make the MCObjectWriter available through the lifetime of the by Daniel Dunbar · 14 years ago
  24. 7b62afa MC/Target: Remove HasScatteredSymbols target hook variable, which has been by Daniel Dunbar · 14 years ago
  25. 8f714fe MC/Expr: Simplify. by Daniel Dunbar · 14 years ago
  26. 2d8e3e7 MC: Remove another dead MCAssembler argument, and update clients. by Daniel Dunbar · 14 years ago
  27. 92c66c7 MC: Remove dead MCAssembler argument -- Rafael, can you check the FIXME I added by Daniel Dunbar · 14 years ago
  28. f249e5d Fix 80-col viola. by Daniel Dunbar · 14 years ago
  29. 460ee0f Add basic test exposing many bugs. by Jakob Stoklund Olesen · 14 years ago
  30. 5d05d97 MC/Mach-O: Lift some MachObjectWriter arguments into the target specific by Daniel Dunbar · 14 years ago
  31. ae5abd5 MC/Mach-O: Stub out explicit MCMachObjectTargetWriter interface. by Daniel Dunbar · 14 years ago
  32. aa4b7dd MC/Mach-O: Move createMachObjectWriter into MCMachObjectWriter.h. by Daniel Dunbar · 14 years ago
  33. 3ff9563 MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> via an out parm. by Michael J. Spencer · 14 years ago
  34. 2761fc4 MC: Move target specific fixup info descriptors to TargetAsmBackend instead of by Daniel Dunbar · 14 years ago
  35. 745dacc MC: Make TargetAsmBackend available to the AsmStreamer. by Daniel Dunbar · 14 years ago
  36. 1d6547e MC: Split MCFixupKindInfo out into its own header. by Daniel Dunbar · 14 years ago
  37. 9754ab0 MC: Remove a FIXME I no longer agree with. by Daniel Dunbar · 14 years ago
  38. cb9e08f Add IntervalMapOverlaps - An iterator for overlapping intervals in two by Jakob Stoklund Olesen · 14 years ago
  39. ceadc01 Add MachineLoopRanges analysis. by Jakob Stoklund Olesen · 14 years ago
  40. c42a775 Typo. by Rafael Espindola · 14 years ago
  41. 0406356 Add Neon VCVT instructions for f32 <-> f16 conversions. by Bob Wilson · 14 years ago
  42. e69b4ab Add SlotIndexes::getMBBRange() to get the range of a basic block in a single by Jakob Stoklund Olesen · 14 years ago
  43. d364acd Adding target specific calling conventions to support the MBlaze GCC function by Wesley Peck · 14 years ago
  44. 5034dd3 Move Value::getUnderlyingObject to be a standalone by Dan Gohman · 14 years ago
  45. 47dbd42 Implement cleanups suggested by Daniel. by Owen Anderson · 14 years ago
  46. fea3b21 Move Sub simplifications and additional Add simplifications out of by Duncan Sands · 14 years ago
  47. 2bf6afc Relax alignment fragments. by Rafael Espindola · 14 years ago
  48. b35d56c Generalize an assert. by Rafael Espindola · 14 years ago
  49. b83ff84 Introduce TargetRegisterInfo::getOverlaps(Reg), returning a list of all by Jakob Stoklund Olesen · 14 years ago
  50. 414e502 Add TargetRegisterInfo::printReg() to pretty-print registers. by Jakob Stoklund Olesen · 14 years ago
  51. 4750020 ARM Fixups relative to thumb functions need to have the low bit of the value by Jim Grosbach · 14 years ago
  52. 2112bbc remove the dead (and terrible) llvm::RemoveSuccessor function. by Chris Lattner · 14 years ago
  53. 2ece4de Remove debugging code. by Jakob Stoklund Olesen · 14 years ago
  54. 4a34cbd Introduce a new PartialAlias response for AliasAnalysis. For most by Dan Gohman · 14 years ago
  55. 89b9372 Fixed version of 121434 with no new memory leaks. by Rafael Espindola · 14 years ago
  56. cdffa4f Mach-O/ARM: Add relocation type enumeration. by Daniel Dunbar · 14 years ago
  57. a87d7ec Mach-O: Tweak field name. by Daniel Dunbar · 14 years ago
  58. c79637c by Nick Lewycky · 14 years ago
  59. f7fd4aa Revert my previous patch to make the valgrind bots happy. by Rafael Espindola · 14 years ago
  60. 1c952b9 Initial support for the cfi directives. This is just enough to get by Rafael Espindola · 14 years ago
  61. 05018c2 Fix an issue in some Thumb fixups, where the effective PC address needs to be 4-byte aligned when calculating by Owen Anderson · 14 years ago
  62. 333ad3f Fix whitespace. by Michael J. Spencer · 14 years ago
  63. 58fe86d Support: Move c_str from SmallVector back to SmallString and add a free standing by Michael J. Spencer · 14 years ago
  64. 61187dd Support/FileSystem: Change file_status predicate functions that cannot fail to by Michael J. Spencer · 14 years ago
  65. 333fb04 Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code &ec. And fix clients. by Michael J. Spencer · 14 years ago
  66. 35f4cf0 Fixed some dependencies in RegAllocPBQP.h . Thanks to Borja Ferrer for pointing out this issue. by Lang Hames · 14 years ago
  67. 44498a6 Add support to create debug info for functions and methods. by Devang Patel · 14 years ago
  68. 0a2551d Add support to create class type. by Devang Patel · 14 years ago
  69. 6b12072 Generalize PostRAHazardRecognizer so it can be used in any pass for by Andrew Trick · 14 years ago
  70. cba2e06 Stub out RegAllocGreedy. by Jakob Stoklund Olesen · 14 years ago
  71. 43c249c Add support to create vector, array, enums etc... by Devang Patel · 14 years ago
  72. 5be6d2a Let target asm backends see assembler flags as they go by. Use that to handle by Jim Grosbach · 14 years ago
  73. 94541ef Global variable does not need linkage name. by Devang Patel · 14 years ago
  74. 48f17ba Add support to create local variable's debug info. by Devang Patel · 14 years ago
  75. 4f4363a Layout each section independently. With the testcase in PR8711: by Rafael Espindola · 14 years ago
  76. fe58f95 Add support to create variables, structs etc.. using DIBuilder. by Devang Patel · 14 years ago
  77. da2fdcb Fix begin() and end() on const IntervalMap. by Jakob Stoklund Olesen · 14 years ago
  78. 1ff6573 Missed a spot removing Alarm. by Michael J. Spencer · 14 years ago
  79. c20beb9 Support: Remove Alarm. It is unused (via local grep and google code search). by Michael J. Spencer · 14 years ago
  80. 12ccf67 Support/PathV2: Remove const from bool return types. by Michael J. Spencer · 14 years ago
  81. 6511988 Fix spelling. by Michael J. Spencer · 14 years ago
  82. a35c1b9 Support: Remove DynamicLinker.h. It is unused and unimplemented. by Michael J. Spencer · 14 years ago
  83. 5029159 Support/PathV2: Change most functions in the path namespace to return their work by Michael J. Spencer · 14 years ago
  84. 40f8f62 PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and by Jay Foad · 14 years ago
  85. 936671b Support/PathV2: Remove the error_code return type from all functions in the path by Michael J. Spencer · 14 years ago
  86. ee271d8 Support/PathV2: Move make_absolute from path to fs. by Michael J. Spencer · 14 years ago
  87. ad8a14f Support/PathV2: Clarify and correct documentation. by Michael J. Spencer · 14 years ago
  88. 1522fce Support/PathV2: Move current_path from path to fs and fix the Unix implementation. by Michael J. Spencer · 14 years ago
  89. 85f2ecc Sorry for such a large commit. The summary is that only MachO cares about the by Rafael Espindola · 14 years ago
  90. 22373b2 Use references to simplify the code a bit. by Rafael Espindola · 14 years ago
  91. 179821a Remove the instruction fragment to data fragment lowering since it was causing by Rafael Espindola · 14 years ago
  92. 0bbe0b4 Second try at making direct object emission produce the same results by Rafael Espindola · 14 years ago
  93. 6d86492 Revert previous two patches while I try to find out how to make both by Rafael Espindola · 14 years ago
  94. 2303c9d Add an EmitAbsValue helper method and use it in cases where we want to be sure by Rafael Espindola · 14 years ago
  95. 03a83a3 Fix clang warning: "extra ';' inside a class [-pedantic]". by Frits van Bommel · 14 years ago
  96. 753cbbb Support/FileSystem: Add directory_iterator implementation. by Michael J. Spencer · 14 years ago
  97. e99bbd9 Support/ADT: Move c_str() from SmallString to SmallVectorImpl. The Windows PathV2 by Michael J. Spencer · 14 years ago
  98. f8803fe Remove the getAddress getter, initialize Ordinal in the constructor and use by Rafael Espindola · 14 years ago
  99. ffd902b Add a getSymbolOffset method and use it in the ELF writer. by Rafael Espindola · 14 years ago
  100. cc10244 Fix PR8728, a miscompilation I recently introduced. When optimizing by Chris Lattner · 14 years ago