1. 87e10df Remove the AttributeWithIndex class. by Bill Wendling · 12 years ago
  2. c4e4418 Add a comment mentioning that InstructionSimplify routines do, by Dan Gohman · 12 years ago
  3. ae70224 docs: reorganize front page slightly by Sean Silva · 12 years ago
  4. 710cb0c Add support for source and line information to IntelJITEventListener for object emitted by MCJIT. by Andrew Kaylor · 12 years ago
  5. 3c1c042 Fix gcc/printf/ISO C++ warning by Edwin Vane · 12 years ago
  6. 5ff776b This patch addresses bug 15031. by Bill Schmidt · 12 years ago
  7. 498703b Fix comment. by Eric Christopher · 12 years ago
  8. 237f09d Vectorization Factor clarification by Renato Golin · 12 years ago
  9. 647c66e [msan] Mostly disable msan-handle-icmp-exact. by Evgeniy Stepanov · 12 years ago
  10. ccfc295 Revert r173678. by Evgeniy Stepanov · 12 years ago
  11. 2f36a16 [msan] Make msan-handle-icmp-exact=0 by default. by Evgeniy Stepanov · 12 years ago
  12. 467016e Fix 256-bit PALIGNR comment decoding to understand that it works on independent 256-bit lanes. by Craig Topper · 12 years ago
  13. 6ab4cbc by Nadav Rotem · 12 years ago
  14. 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
  15. 4aee1bb Fix inconsistent usage of PALIGN and PALIGNR when referring to the same instruction. by Craig Topper · 12 years ago
  16. 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
  17. 52dd806 Remove addToNoHelperNeeded function that was left unused after r173649. Fixes a -Wunused warning. by Craig Topper · 12 years ago
  18. 074ddd6 Cleaned up includes in various ObjCARC files and removed some whitespace violations. by Michael Gottesman · 12 years ago
  19. 6086847 Refactor ObjCARCAliasAnalysis into its own file. by Michael Gottesman · 12 years ago
  20. 19d815c Mid-air collision. reapply r173656. by Bill Wendling · 12 years ago
  21. 98b92f3 Rewrite the removeAttr() method. by Bill Wendling · 12 years ago
  22. 49f6060 Rewrite the addAttr() method. by Bill Wendling · 12 years ago
  23. 53ff78b Revert r173646, "Use proper type for the index." by NAKAMURA Takumi · 12 years ago
  24. 3c67f1c Refactored out pass ObjCARCAPElim from ObjCARCOpts.cpp => ObjCARCAPElim.cpp. by Michael Gottesman · 12 years ago
  25. 73104b7 Fixed case insensitive issue. by Michael Gottesman · 12 years ago
  26. 6313c99 Removed extraneous doxygen end module statement. by Michael Gottesman · 12 years ago
  27. 6504255 Extracted pass ObjCARCExpand from ObjCARC.cpp => ObjCARCExpand.cpp. by Michael Gottesman · 12 years ago
  28. 410b46a Improved svn repo searching for 'make update' by Edwin Vane · 12 years ago
  29. bc49cf7 Make some code a little simpler. by Reed Kotler · 12 years ago
  30. 24c4898 Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for refactoring the ARC Optimizer. by Michael Gottesman · 12 years ago
  31. a9b9f0a Use proper type for the index. by Bill Wendling · 12 years ago
  32. e2501f5 Remove another use of AttributeWithIndex, using the AttributeSetImpl accessors instead. by Bill Wendling · 12 years ago
  33. 70cdaaa Remove another use of AttributeWithIndex, using the AttributeSetImpl accessors instead. by Bill Wendling · 12 years ago
  34. 73bc452 Remove a use of AttributeWithIndex. by Bill Wendling · 12 years ago
  35. 49716e5 Improve the debug output a bit. by Bill Wendling · 12 years ago
  36. 3e3e789 Use proper return type for attribute index. by Bill Wendling · 12 years ago
  37. 5f33912 Use proper return type for attribute index. by Bill Wendling · 12 years ago
  38. 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
  39. 2d5be6c Don't erase these methods. They're used during testing. by Bill Wendling · 12 years ago
  40. 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
  41. 970a479 [XCore] Add missing l2rus instructions. by Richard Osborne · 12 years ago
  42. 1cc0d5a Privitize some the copy c'tor and assignment operator of uniquified objects. by Bill Wendling · 12 years ago
  43. 893eac1 Add some helpful comments. by Bill Wendling · 12 years ago
  44. b719d8b [XCore] Add missing l2r instructions. by Richard Osborne · 12 years ago
  45. ec25898 s/AttrList/pImpl/g in AttributeSet. No functionality change. by Bill Wendling · 12 years ago
  46. a5372d2 Start using more of the AttrNode in the AttributeSetImpl class. by Bill Wendling · 12 years ago
  47. 0fef46f Legalizer: Reword comment again, per Duncan's suggestion. by Benjamin Kramer · 12 years ago
  48. 9d2b1ae [XCore] Add missing 1r instructions. by Richard Osborne · 12 years ago
  49. f5e7e79 [XCore] Add missing 0r instructions. by Richard Osborne · 12 years ago
  50. 245b657 BBVectorize: Better use of TTI->getShuffleCost by Hal Finkel · 12 years ago
  51. 022688c Legalizer: Add an assert and tweak a comment to clarify the assumptions this code makes. by Benjamin Kramer · 12 years ago
  52. 6a325cc In the AttributeSetImpl c'tor, fill in the AttrNodes data structure with the attributes being passed in. by Bill Wendling · 12 years ago
  53. 2044adf [CMake][Lit][unittests] Cleanup in AddLLVM.cmake. by NAKAMURA Takumi · 12 years ago
  54. 1917aaf [CMake][Lit][unittests] Deprecate CMAKE_BUILD_TYPE in each build directory for unittests. by NAKAMURA Takumi · 12 years ago
  55. 914f8c4 When the legalizer is splitting vector shifts, the result may not have the right shift amount type. by Benjamin Kramer · 12 years ago
  56. 16f9566 Fix miscompile. Add back the use of the ArrayRef version of the ::get method. by Bill Wendling · 12 years ago
  57. 08c11d3 Rearrange some deckchairs. Moving the class before it's use. by Bill Wendling · 12 years ago
  58. 09dda44 Remove dead methods. by Bill Wendling · 12 years ago
  59. 455151e Re-revert r173342, without losing the compile time improvements, flat by Chandler Carruth · 12 years ago
  60. 6de90c0 Renamed function IsPotentialUse to IsPotentialRetainableObjPtr. by Michael Gottesman · 12 years ago
  61. c83f621 Fix test to not use the AttributeSet's AttributeWithIndex creation method. by Bill Wendling · 12 years ago
  62. 7d38c10 Hide the method that creates an AttributeSet with AttributeWithIndexes. by Bill Wendling · 12 years ago
  63. e361724 Use the AttributeSet instead of AttributeWithIndex. by Bill Wendling · 12 years ago
  64. a1683d6 Use the AttributeSet instead of AttributeWithIndex. by Bill Wendling · 12 years ago
  65. ac90696 Use the AttributeSet instead of AttributeWithIndex. by Bill Wendling · 12 years ago
  66. b2484b4 Use the AttributeSet instead of AttributeWithIndex. by Bill Wendling · 12 years ago
  67. d04b2d4 Use the AttributeSet instead of AttributeWithIndex. by Bill Wendling · 12 years ago
  68. 9a131c5 Convert the CPP backend to use the AttributeSet instead of AttributeWithIndex. by Bill Wendling · 12 years ago
  69. 0c2f0ff Use the AttributeSet instead of AttributeWithIndex object. by Bill Wendling · 12 years ago
  70. ff715b2 PR14566: Debug Info: Removing top level lexical blocks by David Blaikie · 12 years ago
  71. da6de52 IRBuilder: Remove redundant check around SetInstDebugLocation call. by David Blaikie · 12 years ago
  72. ec5c3c2 BBVectorize: Add a additional comment about the cost computation by Hal Finkel · 12 years ago
  73. 7a8aba9 BBVectorize: Fix anomalous capital letter in comment by Hal Finkel · 12 years ago
  74. 200b306 X86: Decode PALIGN operands so I don't have to do it in my head. by Benjamin Kramer · 12 years ago
  75. 126fde5 Documentation: fix syntax error by Dmitri Gribenko · 12 years ago
  76. 11f2bf7 X86: Do splat promotion later, so the optimizer can chew on it first. by Benjamin Kramer · 12 years ago
  77. 6bbc142 FileCheckize and merge some tests. by Benjamin Kramer · 12 years ago
  78. 3802947 Object/RelocVisitor: Add minimal support, R_MIPS_32, for mips. by NAKAMURA Takumi · 12 years ago
  79. 994754f Object/RelocVisitor: Add minimal support, R_PPC64_ADDR32, for ppc64. by NAKAMURA Takumi · 12 years ago
  80. 1ae9e8b RelocVisitor::visit(): Set hasError in the default path. by NAKAMURA Takumi · 12 years ago
  81. d07c64d fix use of std::std. it's ordered set. by Reed Kotler · 12 years ago
  82. 8090a24 DWARFDebugLine.cpp: Fix true path. Did you forget "return true" here? by NAKAMURA Takumi · 12 years ago
  83. 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
  84. 32a5795 Convert BuildLibCalls.cpp to using the AttributeSet methods instead of AttributeWithIndex. by Bill Wendling · 12 years ago
  85. 2fde57c A port of the Visual Studio 2012 debugger visualizers for common LLVM and clang datatypes. Patch thanks to Nico Rieck! by Aaron Ballman · 12 years ago
  86. e40abca llvm/test/CMakeLists.txt: Add a dependency to llvm-rtdyld in check-llvm. by NAKAMURA Takumi · 12 years ago
  87. 395210d Remove unused variables, silences -Wunused-variable by Dmitri Gribenko · 12 years ago
  88. 483bbd3 Remove dead method. by Bill Wendling · 12 years ago
  89. 8e47daf Remove some introspection functions. by Bill Wendling · 12 years ago
  90. a8b289b Initial implementation of PPCTargetTransformInfo by Hal Finkel · 12 years ago
  91. f777d09 Fix a warning in the new DWARFheader. Add a new line at the end of the file. by Nadav Rotem · 12 years ago
  92. 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
  93. c73b7f7 Add file to CMakeLists (file added in r173505) by Dmitri Gribenko · 12 years ago
  94. 1eb5aea XFAIL close-stderr on win32 by Reid Kleckner · 12 years ago
  95. 2f67dc9 Set the +x bit on two batch scripts by Reid Kleckner · 12 years ago
  96. 66f1f30 Add parens to suppress an MSVC 2012 << precedence warning by Reid Kleckner · 12 years ago
  97. ce98f09 FileCheck-ify some grep tests by Reid Kleckner · 12 years ago
  98. 6bbf4ff Add an insert() method to MapVector. Adds the first MapVector unit test. by Nick Lewycky · 12 years ago
  99. a5597f0 In this patch, we teach X86_64TargetMachine that it has a ILP32 by Eli Bendersky · 12 years ago
  100. a326298 Add back a RUN line removed by mistake by a previous commit by Eli Bendersky · 12 years ago