1. a8759dd docs: Attempt to fix PR14053. by Sean Silva · 12 years ago
  2. 44c2d61 Add support for FP_ROUND from v2f64 to v2f32 by Michael Liao · 12 years ago
  3. 9d796db Add alternative support for FP_ROUND from v2f32 to v2f64 by Michael Liao · 12 years ago
  4. 98f01bf [CMake] check-all: Don't include check-llvm into check-all without LLVM_BUILD_TOOLS. by NAKAMURA Takumi · 12 years ago
  5. 64835d2 [CMake] add_lit_testsuite: EXCLUDE_FROM_ALL excludes the test ${target} out of check-all. by NAKAMURA Takumi · 12 years ago
  6. 2c2cb3c Fix for LDRB instruction: by Stepan Dyatkovskiy · 12 years ago
  7. 661afe7 Issue description: by Stepan Dyatkovskiy · 12 years ago
  8. 5054c35 Cleanup. Get rid of now dead code. by Bill Wendling · 12 years ago
  9. 7d2f249 Remove the final bits of Attributes being declared in the Attribute by Bill Wendling · 12 years ago
  10. 8a8cf96 My earlier "fix" for PBQP (see r165201) was incorrect. The real issue was that by Lang Hames · 12 years ago
  11. 11d0042 Pass into the AttributeWithIndex::get method an ArrayRef of attribute by Bill Wendling · 12 years ago
  12. 82d46ae misched: fall-back to a target hook for instr bundles. by Andrew Trick · 12 years ago
  13. 85c7b61 TODO comment by Andrew Trick · 12 years ago
  14. dbe6d43 TableGen subtarget emitter cleanup. by Andrew Trick · 12 years ago
  15. 412cd2f misched: Use the TargetSchedModel interface wherever possible. by Andrew Trick · 12 years ago
  16. 6312cb0 misched: Generate IsBuffered flag for machine resources. by Andrew Trick · 12 years ago
  17. 2d15d64 whitespace by Andrew Trick · 12 years ago
  18. c33b930 Place temporary LTO files into their own subdirectory. by Bill Wendling · 12 years ago
  19. f5e6d70 Have 'addFnAttr' take the attribute enum value. Then have it build the attribute object and add it appropriately. No functionality change. by Bill Wendling · 12 years ago
  20. ebf3a37 Test case for r165480. by Craig Topper · 12 years ago
  21. a5971e8 Reorder some parts of the td file to by in alphabetical order by Reed Kotler · 12 years ago
  22. 3c9019d Adding comments to clarify the reason for non-standard style in these files. by Andrew Kaylor · 12 years ago
  23. 30b20eb Cosmetic changes by Andrew Kaylor · 12 years ago
  24. 3a129c8 This patch adds new functions to the SectionRef and ObjectFile interfaces to determine whether or not a section is meant to be read-only. These functions will be used by the MCJIT RuntimeDyld to give hints to the memory manager during the object loading process in a future patch. by Andrew Kaylor · 12 years ago
  25. 97d9f08 Implement MipsTargetLowering::CanLowerReturn. by Akira Hatanaka · 12 years ago
  26. 52bcafe Revert "Use a special path to place the .o files in." by Bob Wilson · 12 years ago
  27. 7208fae Add extra vim swap file pattern by Michael Liao · 12 years ago
  28. e61e516 When expanding atomic load arith instructions, do not lose target flags. rdar://12453106 by Evan Cheng · 12 years ago
  29. c0dfffa misched: Add computeInstrLatency to TargetSchedModel. by Andrew Trick · 12 years ago
  30. c92d72a misched: Doxument the TargetSchedule API. by Andrew Trick · 12 years ago
  31. 42bb106 misched: Allow flags to disable hasInstrSchedModel/hasInstrItineraries for external users of TargetSchedule. by Andrew Trick · 12 years ago
  32. 714973e misched: Remove LoopDependencies heuristic. by Andrew Trick · 12 years ago
  33. 1b00507 Use the attribute builder to add attributes to call/invoke instruction. No functionality change intended. by Bill Wendling · 12 years ago
  34. 2f68b31 Initial assembler implementation of Mips load address macro by Jack Carter · 12 years ago
  35. 8161d81 Add count() method to MapVector by Douglas Gregor · 12 years ago
  36. 63b8ab2 Add in some interfaces that will allow easier access to the pointer address space. by Micah Villmow · 12 years ago
  37. 2fa8af2 Use the attribute enums to query if a function has an attribute. by Bill Wendling · 12 years ago
  38. 3e2d76c Use the attribute enums to query if a parameter has an attribute. by Bill Wendling · 12 years ago
  39. 9ef99c9 Revert r165547 to fix build. by Bill Wendling · 12 years ago
  40. f8db977 Use a single location for calculating the alignments. by Bill Wendling · 12 years ago
  41. 1ed3b42 tblgen: Rename handleDependencies -> createDependencyFile by Sean Silva · 12 years ago
  42. 391d042 Remove this now unused variable macro. by Bill Wendling · 12 years ago
  43. 88dbc5e tblgen: Move dependency file output to a separate function. by Sean Silva · 12 years ago
  44. 6b73e8a Use appropriate method calls to get the alignment value. by Bill Wendling · 12 years ago
  45. 4f8d273 Whitespace. by Chad Rosier · 12 years ago
  46. 28d1c60 Inline the checks for mutually exclusive attributes since they're used in only one module. by Bill Wendling · 12 years ago
  47. b4e971f Enable response files in all tools. Patch by Liu, Yaxun (Sam). I have simplified by Rafael Espindola · 12 years ago
  48. 3a106e6 Move the 'FunctionOnly' attributes thingy inside of the Attributes class. by Bill Wendling · 12 years ago
  49. 62430fd Not everyone uses C++11, apparently by Douglas Gregor · 12 years ago
  50. 289c399 Allow MapVector clients to specify the map and vector types, and add a by Douglas Gregor · 12 years ago
  51. 798290e More descriptive, doxygen-ed comments by Michael Ilseman · 12 years ago
  52. 80d94e0 tblgen: Remove pointless method call. by Sean Silva · 12 years ago
  53. 440ae68 New EarlyCSE tests for CSE-ing across commutativity. by Michael Ilseman · 12 years ago
  54. 39285ab Update EarlyCSE's SimpleValues to use Hashing.h for their hashes. Expanded the hashing and equality to allow for equality modulo commutativity for binary ops, and comparisons with swapping of predicates. by Michael Ilseman · 12 years ago
  55. e9c6f98 New value_op_iterator for User. This allows other code to iterate over the User's operands directly as values, which can be convenient. by Michael Ilseman · 12 years ago
  56. 572e1bd Improvements to MIPS64 assembler: by David Chisnall · 12 years ago
  57. 7d66146 Add in the first step of the multiple pointer support. This adds in support to the data layout for specifying a per address space pointer size. by Micah Villmow · 12 years ago
  58. 942895d Fixup for r165490: Use DenseMap instead of std::map. Simplify the loop in CollectFunctionDIs. by Alexey Samsonov · 12 years ago
  59. 943c291 Move the 'ParameterOnly' variable inside of the Attributes class and make it a method. by Bill Wendling · 12 years ago
  60. 15c3789 Remove the now dead VarArgsIncompatible variable. by Bill Wendling · 12 years ago
  61. dc4efcb Use the enum value of the attributes when removing them from the attributes builder. by Bill Wendling · 12 years ago
  62. 2e879bc Use the enum value of the attributes when adding them to the attributes builder. by Bill Wendling · 12 years ago
  63. e97a3a4 Fix PR14016. by Alexey Samsonov · 12 years ago
  64. 6765834 Create enums for the different attributes. by Bill Wendling · 12 years ago
  65. 50cf363 Remove some dead methods. by Bill Wendling · 12 years ago
  66. 1d87210 Remove ifdef'd code. by Bill Wendling · 12 years ago
  67. ac0740f Separate AVXCC and SSECC printing for cmpps/pd/ss/sd and add masking before the switch statement. This keeps the unreachable default case from being hit if the instruction was created with an intrinsic with too large of an immediate. by Craig Topper · 12 years ago
  68. 7c8998e Revert r117093, "test/Makefile: Force lit -j1 on Cygwin." by NAKAMURA Takumi · 12 years ago
  69. 102b8cc In parseMSRMaskOperand, add an explicit check for the operand being an identifier instead of just having an assert. by Craig Topper · 12 years ago
  70. 7747496 Remove some dead code from ARMAsmPrinter. Add virtual and LLVM_OVERRIDE to the other methods. Mark some of the helper methods as private. by Craig Topper · 12 years ago
  71. a01098c Remove some unused code in the X86AsmPrinter. Add LLVM_OVERRIDE and virtual keywords to the remaining interface methods. by Craig Topper · 12 years ago
  72. 2fdb25b Fix PR14034, an infloop / heap corruption / crash bug in the new SROA. by Chandler Carruth · 12 years ago
  73. 03753aa whitespace by Nadav Rotem · 12 years ago
  74. 7626515 Move misplaced comment. by Sean Silva · 12 years ago
  75. 2fd7765 Remove a couple more 'hasAttrSomewhere' calls. by Bill Wendling · 12 years ago
  76. 3fa5709 Fix. Apply the no capture attribute to the correct parameter. by Bill Wendling · 12 years ago
  77. c40abb0 Convert to using the Attributes::Builder class to create attributes. by Bill Wendling · 12 years ago
  78. 341873a Use an iterator and proper query method instead of the 'hasAttrSomewhere' method. by Bill Wendling · 12 years ago
  79. 060f20a Remove more uses of the attribute enums by supplying appropriate query methods for them. by Bill Wendling · 12 years ago
  80. 8831c06 Convert to using the Attributes::Builder interface. by Bill Wendling · 12 years ago
  81. 9f11bf5 Fix typo in docs. by Eric Christopher · 12 years ago
  82. 2d65efe Fix up comment to be more clear. by Eric Christopher · 12 years ago
  83. 408aad5 Update comment. by Bill Wendling · 12 years ago
  84. f385f4c Use the Attributes::Builder to build the attributes in the parser. by Bill Wendling · 12 years ago
  85. 315dc17 Use DataTypes.h by Nadav Rotem · 12 years ago
  86. ad6aedc by Nadav Rotem · 12 years ago
  87. 0327244 Convert the LLVM parser over to using the new Attributes::Builder to build its by Bill Wendling · 12 years ago
  88. c92b8aa Give CaptureTracker::shouldExplore a base implementation. Most users want to do by Nick Lewycky · 12 years ago
  89. 6be75ae Don't crash on extra evil irreducible control flow. by Jakob Stoklund Olesen · 12 years ago
  90. 8e635db Begin the transition to using the AttributesImpl object for the Attributes ivar. by Bill Wendling · 12 years ago
  91. 5b4461c Add names for the accelerator table sections so that they can by Eric Christopher · 12 years ago
  92. 6c7a5ac Update comment. by Eric Christopher · 12 years ago
  93. e57cb73 Use a special path to place the .o files in. by Bill Wendling · 12 years ago
  94. c56e3f0 Fixup comment. by Eric Christopher · 12 years ago
  95. 02c1a64 Fixup comments. by Eric Christopher · 12 years ago
  96. 1c7d69b PR12716: PPC crashes on vector compare by Adhemerval Zanella · 12 years ago
  97. 39817f9 misched: remove the unused getSpecialAddressLatency hook. by Andrew Trick · 12 years ago
  98. a98f600 misched: remove forceUnitLatencies. Defaults are handled by the default SchedModel by Andrew Trick · 12 years ago
  99. 30c6ec2 misched: avoid scheduling an instruction twice. by Andrew Trick · 12 years ago
  100. cd58508 PowerPC: Fix object creation with PPC::MTCRF8 instruction by Adhemerval Zanella · 12 years ago