1. af2f494 Added instance variable/initializers/getter/setters for new keyword externally initialized to GlobalVariable. No *TRUE* functionality change. by Michael Gottesman · 12 years ago
  2. 0f76e64 [Object][Archive] Improve performance. by Michael J. Spencer · 12 years ago
  3. d9d2f18 [Support] Add LLVM_IS_UNALIGNED_ACCESS_FAST. by Michael J. Spencer · 12 years ago
  4. fca0ed2 Remove AttrBuilder::Raw(). by Bill Wendling · 12 years ago
  5. 7650d9b Correct indentation for dumping LexicalScope. by Manman Ren · 12 years ago
  6. 5a4041e Change the AttributeImpl to hold a single Constant* for the values. by Bill Wendling · 12 years ago
  7. f715dbd Remove one of the odious 'Raw' methods. by Bill Wendling · 12 years ago
  8. 16c4b3c Add iterators to the AttributeSet class so that we can access the Attributes in a nice way. by Bill Wendling · 12 years ago
  9. 2d4fd7e Fix a think-o in the condition here. =[ I would commit the test that by Chandler Carruth · 12 years ago
  10. 39da078 s/AttrBuilder::addAttributes/AttrBuilder::addAttribute/g because that's more descriptive of what it actually is. by Bill Wendling · 12 years ago
  11. 5da3665 Give the MCStreamer class hierarchy LLVM RTTI facilities for use with by Chandler Carruth · 12 years ago
  12. 169d527 Remove the AttrBuilder form of the Attribute::get creators. by Bill Wendling · 12 years ago
  13. 43d8363 Document another instsimplify assumption. by Dan Gohman · 12 years ago
  14. 108fb32 [PEI] Pass the frame index operand number to the eliminateFrameIndex function. by Chad Rosier · 12 years ago
  15. 72062f5 Add AArch64 as an experimental target. by Tim Northover · 12 years ago
  16. ea2d878 Annotate BumpPtrAllocator for MemorySanitizer. by Evgeniy Stepanov · 12 years ago
  17. 82aea64 Remove the Attribute::hasAttributes() function. by Bill Wendling · 12 years ago
  18. eddab15 Revert r174026, "Remove Attribute::hasAttributes() and make Attribute::hasAttribute() private." by NAKAMURA Takumi · 12 years ago
  19. de0eb19 Move isKnownNonNull out of AliasAnalysis.h and into ValueTracking.cpp since by Dan Gohman · 12 years ago
  20. 85238aa Remove Attribute::hasAttributes() and make Attribute::hasAttribute() private. by Bill Wendling · 12 years ago
  21. a070d2a Change GetPointerBaseWithConstantOffset's DataLayout argument from a by Dan Gohman · 12 years ago
  22. 8ed701d Make the AttrBuilder creation method of Attribute private so that people won't use it. by Bill Wendling · 12 years ago
  23. b96129d Revert for now: by Bill Wendling · 12 years ago
  24. c6077ef Remove the AttrBuilder version of the Attribute::get function. by Bill Wendling · 12 years ago
  25. 73dee18 Make sure that the Attribute object represents one attribute only. by Bill Wendling · 12 years ago
  26. ac72eb2 Remove addRetAttributes and addFnAttributes, which aren't useful abstractions. by Bill Wendling · 12 years ago
  27. e743654 Convert typeIncompatible to return an AttributeSet. by Bill Wendling · 12 years ago
  28. bc977ba Doxygenified some comments in IRBuilder.h. by Michael Gottesman · 12 years ago
  29. f84d4c1 Removed CreateFPExtOrFPTrunc for now until I have the time to get in my vector convert patch. by Michael Gottesman · 12 years ago
  30. e502bba Encapsulate testing that we have an iOS Triple in Triple.h in the method isiOS by Michael Gottesman · 12 years ago
  31. aa57893 Use the number of 'slots' in the AttributeSetImpl being 0 to indicate that the AttributeSet is empty. by Bill Wendling · 12 years ago
  32. f578c89 Clean up whitespace and indentation a bit by Eli Bendersky · 12 years ago
  33. f121b79 LLDB uses ConvertUTF16toUTF8, remove #ifdef by Dmitri Gribenko · 12 years ago
  34. 328027b Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support by Dmitri Gribenko · 12 years ago
  35. 97130e2 This patch implements runtime ARM specific setting of ELF header e_flags. by Jack Carter · 12 years ago
  36. 9a7bf43 This patch reworks how llvm targets set and update ELF header e_flags. by Jack Carter · 12 years ago
  37. d749382 [autoconf]: Fix description in HAVE_CRASHREPORTER_INFO. by NAKAMURA Takumi · 12 years ago
  38. 6dc3781 Add a couple of accessor methods to get the kind and values of an attribute. by Bill Wendling · 12 years ago
  39. 606c8e3 Convert getAttributes() to return an AttributeSetNode. by Bill Wendling · 12 years ago
  40. 8688a58 Teach SDISel to combine fsin / fcos into a fsincos node if the following by Evan Cheng · 12 years ago
  41. 8232ece Use an AttrBuilder to generate the correct AttributeSet. by Bill Wendling · 12 years ago
  42. 817abdd S'more small non-functional changes in comments and #includes. by Bill Wendling · 12 years ago
  43. c22f4aa Reorder some functions and add comments. No functionality change. by Bill Wendling · 12 years ago
  44. 6bdbf06 Try to appease some broken compilers by using 'unsigned' instead of 'uint64_t'. by Bill Wendling · 12 years ago
  45. 87e10df Remove the AttributeWithIndex class. by Bill Wendling · 12 years ago
  46. c4e4418 Add a comment mentioning that InstructionSimplify routines do, by Dan Gohman · 12 years ago
  47. 19d815c Mid-air collision. reapply r173656. by Bill Wendling · 12 years ago
  48. 98b92f3 Rewrite the removeAttr() method. by Bill Wendling · 12 years ago
  49. 49f6060 Rewrite the addAttr() method. by Bill Wendling · 12 years ago
  50. 53ff78b Revert r173646, "Use proper type for the index." by NAKAMURA Takumi · 12 years ago
  51. 24c4898 Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for refactoring the ARC Optimizer. by Michael Gottesman · 12 years ago
  52. a9b9f0a Use proper type for the index. by Bill Wendling · 12 years ago
  53. 3e3e789 Use proper return type for attribute index. by Bill Wendling · 12 years ago
  54. d05204a Push the calculation of the 'Raw' attribute mask down into the implementation. It in turn uses the correct list for calculating the 'Raw' value. by Bill Wendling · 12 years ago
  55. 2d5be6c Don't erase these methods. They're used during testing. by Bill Wendling · 12 years ago
  56. c08a5ef Add special 'get' methods to create an Attribute with an alignment. Also do some random cleanup. No functionality change. by Bill Wendling · 12 years ago
  57. ec25898 s/AttrList/pImpl/g in AttributeSet. No functionality change. by Bill Wendling · 12 years ago
  58. 16f9566 Fix miscompile. Add back the use of the ArrayRef version of the ::get method. by Bill Wendling · 12 years ago
  59. 08c11d3 Rearrange some deckchairs. Moving the class before it's use. by Bill Wendling · 12 years ago
  60. 09dda44 Remove dead methods. by Bill Wendling · 12 years ago
  61. 7d38c10 Hide the method that creates an AttributeSet with AttributeWithIndexes. by Bill Wendling · 12 years ago
  62. ff715b2 PR14566: Debug Info: Removing top level lexical blocks by David Blaikie · 12 years ago
  63. da6de52 IRBuilder: Remove redundant check around SetInstDebugLocation call. by David Blaikie · 12 years ago
  64. 3802947 Object/RelocVisitor: Add minimal support, R_MIPS_32, for mips. by NAKAMURA Takumi · 12 years ago
  65. 994754f Object/RelocVisitor: Add minimal support, R_PPC64_ADDR32, for ppc64. by NAKAMURA Takumi · 12 years ago
  66. 1ae9e8b RelocVisitor::visit(): Set hasError in the default path. by NAKAMURA Takumi · 12 years ago
  67. e27a787 Add DIContext::getLineInfoForAddressRange() function and test. This function allows a caller to obtain a table of line information for a function using the function's address and size. by Andrew Kaylor · 12 years ago
  68. 32a5795 Convert BuildLibCalls.cpp to using the AttributeSet methods instead of AttributeWithIndex. by Bill Wendling · 12 years ago
  69. 483bbd3 Remove dead method. by Bill Wendling · 12 years ago
  70. 8e47daf Remove some introspection functions. by Bill Wendling · 12 years ago
  71. ee7c0d2 Add support for applying in-memory relocations to the .debug_line section and, in the case of ELF files, using symbol addresses when available for relocations to the .debug_info section. Also extending the llvm-rtdyld tool to add the ability to dump line number information for testing purposes. by Andrew Kaylor · 12 years ago
  72. 66f1f30 Add parens to suppress an MSVC 2012 << precedence warning by Reid Kleckner · 12 years ago
  73. 6bbf4ff Add an insert() method to MapVector. Adds the first MapVector unit test. by Nick Lewycky · 12 years ago
  74. e1f95db Add an accessor method to get the slot's index. This will limit the use of AttributeWithIndex. by Bill Wendling · 12 years ago
  75. a506b00 This is no trule. by David Blaikie · 12 years ago
  76. 939a4e8 Add command-line flags for DWARF dumping. by Eli Bendersky · 12 years ago
  77. d23a41c Add an addition operator to TableGen by Hal Finkel · 12 years ago
  78. 3084979 MachineScheduler support for viewGraph. by Andrew Trick · 12 years ago
  79. c6ada8e ScheduleDAG: colorize the DOT graph and improve formatting. by Andrew Trick · 12 years ago
  80. a5a73ad ScheduleDAG: Added isBoundaryNode to conveniently detect a common corner case. by Andrew Trick · 12 years ago
  81. 988d06b SchedDFS: Complete support for nested subtrees. by Andrew Trick · 12 years ago
  82. 4e1fb18 MIsched: Improve the interface to SchedDFS analysis (subtrees). by Andrew Trick · 12 years ago
  83. 827de05 ArrayRef reverse iterators. by Andrew Trick · 12 years ago
  84. 2f0a4e1 whitespace by Andrew Trick · 12 years ago
  85. bfb8223 SchedDFS: Initial support for nested subtrees. by Andrew Trick · 12 years ago
  86. 178f7d0 MISched: Add SchedDFSResult to ScheduleDAGMI to formalize the by Andrew Trick · 12 years ago
  87. 6d28299 SchedDFS: Constify interface. by Andrew Trick · 12 years ago
  88. b3755e7 Moving Cost Tables up to share with other targets by Renato Golin · 12 years ago
  89. 0ac7e6f Add asserts to SmallVector so that calls to front() and back() only succeed by Richard Trieu · 12 years ago
  90. 66658dd MIsched: Added biasCriticalPath. by Andrew Trick · 12 years ago
  91. e35bada [ELF] Add R_X86_64_IRELATIVE. by Michael J. Spencer · 12 years ago
  92. bb08593 Add a profile for uniquifying the AttributeSet with the AttributeSetNodes. by Bill Wendling · 12 years ago
  93. 3467e30 Create a new class: AttributeSetNode. by Bill Wendling · 12 years ago
  94. 2915a69 Remove dead methods. by Bill Wendling · 12 years ago
  95. b09350d Initialize SSPBufferSize. PR14999. Patch by Vinson Lee. by Chad Rosier · 12 years ago
  96. 5ed3ac1 Remove unused methods and ivars. by Bill Wendling · 12 years ago
  97. e752fee Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and explicitly set this in every target that needs to change it from the default. by Eli Bendersky · 12 years ago
  98. 114baee Add the IR attribute 'sspstrong'. by Bill Wendling · 12 years ago
  99. 28d6572 Remove the last of uses that use the Attribute object as a collection of attributes. by Bill Wendling · 12 years ago
  100. 8246df6 Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKind by Bill Wendling · 12 years ago