1. 9f175f8 s/Data/Kind/g. No functionality change. by Bill Wendling · 12 years ago
  2. aaf2e63 Support artificial parameters in function types. by David Blaikie · 12 years ago
  3. 9c3846c Use multiclass for post-increment store instructions. by Jyotsna Verma · 12 years ago
  4. 30c3bbe Add constant extender support for MInst type instructions. by Jyotsna Verma · 12 years ago
  5. 9b5a14d Remove dead code. by Evan Cheng · 12 years ago
  6. f1af1fe Fixing warnings revealed by gcc release build by Edwin Vane · 12 years ago
  7. 8c3a411 LoopVectorize: Clean up ValueMap a bit and avoid double lookups. by Benjamin Kramer · 12 years ago
  8. 86651e4 R600/AMDILPeepholeOptimizer.cpp: Tweak std::make_pair to satisfy C++11. by NAKAMURA Takumi · 12 years ago
  9. 3ba51ce AttributeSet::get(): Fix a valgrind error. It doesn't affect actual behavior, though. by NAKAMURA Takumi · 12 years ago
  10. 7c1ac76 Fix typo in X86BaseInfo.h that I introduced in r157818. by Hans Wennborg · 12 years ago
  11. 09840da Hopefully fix the Windows build failure introduced in r173769 by Timur Iskhodzhanov · 12 years ago
  12. 0adfded Fix 64-bit atomic operations in Thumb mode. by Tim Northover · 12 years ago
  13. e6482fa Merge SSE and AVX shuffle instructions in the comment printer. by Craig Topper · 12 years ago
  14. 4c6a2ba MIsched: cleanup code. Use isBoundaryNode(). by Andrew Trick · 12 years ago
  15. 9d46ef6 Fixed 2 more header comments... by Michael Gottesman · 12 years ago
  16. 7fd324a Fixed header comment. by Michael Gottesman · 12 years ago
  17. 3dcfdab Fixed some whitespace/80+ violations. Also added a space after a namespace declaration. by Michael Gottesman · 12 years ago
  18. 6786610 Added missing dashes from header declaration comment. by Michael Gottesman · 12 years ago
  19. 9ab758b Juggled Debug.h from ObjCARC.h to only the including cpp files that by Michael Gottesman · 12 years ago
  20. 7a7102d Sorted includes using utils/sort_includes. by Michael Gottesman · 12 years ago
  21. 4a0480a Added two missing headers from ObjCARCAliasAnalysis.h. by Michael Gottesman · 12 years ago
  22. b0f82e7 Removed InstCombine/Targets as library dependencies for libObjCARCOpts since they are unnecessary. by Michael Gottesman · 12 years ago
  23. 606c8e3 Convert getAttributes() to return an AttributeSetNode. by Bill Wendling · 12 years ago
  24. 3a57c37 Extracted ObjCARCContract from ObjCARCOpts into its own file. by Michael Gottesman · 12 years ago
  25. 3b0f537 Removed some cruft from ObjCARCAliasAnalysis.cpp. by Michael Gottesman · 12 years ago
  26. 8688a58 Teach SDISel to combine fsin / fcos into a fsincos node if the following by Evan Cheng · 12 years ago
  27. 8232ece Use an AttrBuilder to generate the correct AttributeSet. by Bill Wendling · 12 years ago
  28. 8fbc0c2 Convert the AttrBuilder into a list of Attributes instead of one Attribute object that holds all of its attributes. by Bill Wendling · 12 years ago
  29. b8d2c92 Formatting correction by Andrew Kaylor · 12 years ago
  30. 817abdd S'more small non-functional changes in comments and #includes. by Bill Wendling · 12 years ago
  31. c22f4aa Reorder some functions and add comments. No functionality change. by Bill Wendling · 12 years ago
  32. c0b3d4c Unroll again after running BBVectorize by Hal Finkel · 12 years ago
  33. d3427d3 Add isBGQ method to PPCSubtarget by Hal Finkel · 12 years ago
  34. 6bdbf06 Try to appease some broken compilers by using 'unsigned' instead of 'uint64_t'. by Bill Wendling · 12 years ago
  35. fcb979c Avoid Unnecessary Builds by David Greene · 12 years ago
  36. 87e10df Remove the AttributeWithIndex class. by Bill Wendling · 12 years ago
  37. c4e4418 Add a comment mentioning that InstructionSimplify routines do, by Dan Gohman · 12 years ago
  38. ae70224 docs: reorganize front page slightly by Sean Silva · 12 years ago
  39. 710cb0c Add support for source and line information to IntelJITEventListener for object emitted by MCJIT. by Andrew Kaylor · 12 years ago
  40. 3c1c042 Fix gcc/printf/ISO C++ warning by Edwin Vane · 12 years ago
  41. 5ff776b This patch addresses bug 15031. by Bill Schmidt · 12 years ago
  42. 498703b Fix comment. by Eric Christopher · 12 years ago
  43. 237f09d Vectorization Factor clarification by Renato Golin · 12 years ago
  44. 647c66e [msan] Mostly disable msan-handle-icmp-exact. by Evgeniy Stepanov · 12 years ago
  45. ccfc295 Revert r173678. by Evgeniy Stepanov · 12 years ago
  46. 2f36a16 [msan] Make msan-handle-icmp-exact=0 by default. by Evgeniy Stepanov · 12 years ago
  47. 467016e Fix 256-bit PALIGNR comment decoding to understand that it works on independent 256-bit lanes. by Craig Topper · 12 years ago
  48. 6ab4cbc by Nadav Rotem · 12 years ago
  49. 53597b2 Add missing break in 256-bit palignr comment printing. No test case yet because the comment itself is still wrong. by Craig Topper · 12 years ago
  50. 4aee1bb Fix inconsistent usage of PALIGN and PALIGNR when referring to the same instruction. by Craig Topper · 12 years ago
  51. 64437ea Created ObjCARCUtil.cpp for functions which in my humble opinion are too large to static inline and place in a header file such as ObjCARC.h. by Michael Gottesman · 12 years ago
  52. 52dd806 Remove addToNoHelperNeeded function that was left unused after r173649. Fixes a -Wunused warning. by Craig Topper · 12 years ago
  53. 074ddd6 Cleaned up includes in various ObjCARC files and removed some whitespace violations. by Michael Gottesman · 12 years ago
  54. 6086847 Refactor ObjCARCAliasAnalysis into its own file. by Michael Gottesman · 12 years ago
  55. 19d815c Mid-air collision. reapply r173656. by Bill Wendling · 12 years ago
  56. 98b92f3 Rewrite the removeAttr() method. by Bill Wendling · 12 years ago
  57. 49f6060 Rewrite the addAttr() method. by Bill Wendling · 12 years ago
  58. 53ff78b Revert r173646, "Use proper type for the index." by NAKAMURA Takumi · 12 years ago
  59. 3c67f1c Refactored out pass ObjCARCAPElim from ObjCARCOpts.cpp => ObjCARCAPElim.cpp. by Michael Gottesman · 12 years ago
  60. 73104b7 Fixed case insensitive issue. by Michael Gottesman · 12 years ago
  61. 6313c99 Removed extraneous doxygen end module statement. by Michael Gottesman · 12 years ago
  62. 6504255 Extracted pass ObjCARCExpand from ObjCARC.cpp => ObjCARCExpand.cpp. by Michael Gottesman · 12 years ago
  63. 410b46a Improved svn repo searching for 'make update' by Edwin Vane · 12 years ago
  64. bc49cf7 Make some code a little simpler. by Reed Kotler · 12 years ago
  65. 24c4898 Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for refactoring the ARC Optimizer. by Michael Gottesman · 12 years ago
  66. a9b9f0a Use proper type for the index. by Bill Wendling · 12 years ago
  67. e2501f5 Remove another use of AttributeWithIndex, using the AttributeSetImpl accessors instead. by Bill Wendling · 12 years ago
  68. 70cdaaa Remove another use of AttributeWithIndex, using the AttributeSetImpl accessors instead. by Bill Wendling · 12 years ago
  69. 73bc452 Remove a use of AttributeWithIndex. by Bill Wendling · 12 years ago
  70. 49716e5 Improve the debug output a bit. by Bill Wendling · 12 years ago
  71. 3e3e789 Use proper return type for attribute index. by Bill Wendling · 12 years ago
  72. 5f33912 Use proper return type for attribute index. by Bill Wendling · 12 years ago
  73. 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
  74. 2d5be6c Don't erase these methods. They're used during testing. by Bill Wendling · 12 years ago
  75. 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
  76. 970a479 [XCore] Add missing l2rus instructions. by Richard Osborne · 12 years ago
  77. 1cc0d5a Privitize some the copy c'tor and assignment operator of uniquified objects. by Bill Wendling · 12 years ago
  78. 893eac1 Add some helpful comments. by Bill Wendling · 12 years ago
  79. b719d8b [XCore] Add missing l2r instructions. by Richard Osborne · 12 years ago
  80. ec25898 s/AttrList/pImpl/g in AttributeSet. No functionality change. by Bill Wendling · 12 years ago
  81. a5372d2 Start using more of the AttrNode in the AttributeSetImpl class. by Bill Wendling · 12 years ago
  82. 0fef46f Legalizer: Reword comment again, per Duncan's suggestion. by Benjamin Kramer · 12 years ago
  83. 9d2b1ae [XCore] Add missing 1r instructions. by Richard Osborne · 12 years ago
  84. f5e7e79 [XCore] Add missing 0r instructions. by Richard Osborne · 12 years ago
  85. 245b657 BBVectorize: Better use of TTI->getShuffleCost by Hal Finkel · 12 years ago
  86. 022688c Legalizer: Add an assert and tweak a comment to clarify the assumptions this code makes. by Benjamin Kramer · 12 years ago
  87. 6a325cc In the AttributeSetImpl c'tor, fill in the AttrNodes data structure with the attributes being passed in. by Bill Wendling · 12 years ago
  88. 2044adf [CMake][Lit][unittests] Cleanup in AddLLVM.cmake. by NAKAMURA Takumi · 12 years ago
  89. 1917aaf [CMake][Lit][unittests] Deprecate CMAKE_BUILD_TYPE in each build directory for unittests. by NAKAMURA Takumi · 12 years ago
  90. 914f8c4 When the legalizer is splitting vector shifts, the result may not have the right shift amount type. by Benjamin Kramer · 12 years ago
  91. 16f9566 Fix miscompile. Add back the use of the ArrayRef version of the ::get method. by Bill Wendling · 12 years ago
  92. 08c11d3 Rearrange some deckchairs. Moving the class before it's use. by Bill Wendling · 12 years ago
  93. 09dda44 Remove dead methods. by Bill Wendling · 12 years ago
  94. 455151e Re-revert r173342, without losing the compile time improvements, flat by Chandler Carruth · 12 years ago
  95. 6de90c0 Renamed function IsPotentialUse to IsPotentialRetainableObjPtr. by Michael Gottesman · 12 years ago
  96. c83f621 Fix test to not use the AttributeSet's AttributeWithIndex creation method. by Bill Wendling · 12 years ago
  97. 7d38c10 Hide the method that creates an AttributeSet with AttributeWithIndexes. by Bill Wendling · 12 years ago
  98. e361724 Use the AttributeSet instead of AttributeWithIndex. by Bill Wendling · 12 years ago
  99. a1683d6 Use the AttributeSet instead of AttributeWithIndex. by Bill Wendling · 12 years ago
  100. ac90696 Use the AttributeSet instead of AttributeWithIndex. by Bill Wendling · 12 years ago