1. 795f951 Fix coalescing with IMPLICIT_DEF values. by Jakob Stoklund Olesen · 12 years ago
  2. 5628920 Change (!list.size() == 0) to (!list.empty()). No functional change. by Richard Trieu · 12 years ago
  3. 47ed8a1 Set default CPU for Darwin targets with LTO. <rdar://problem/12457841> by Bob Wilson · 12 years ago
  4. 20ce6e6 llvm/test/CodeGen/PowerPC/2012-10-12-bitcast.ll: Try to fix failure on non-ppc hosts, to add -mattr=+altivec. by NAKAMURA Takumi · 12 years ago
  5. 7bbb9c7 Fix big-endian codegen bug in DAGTypeLegalizer::ExpandRes_BITCAST by Ulrich Weigand · 12 years ago
  6. 4c856ee ExceptionDemo.cpp: Use Function::setDoesNotReturn(). Attributes stuff was updated. by NAKAMURA Takumi · 12 years ago
  7. 9f469a0 ExceptionDemo.cpp: Whitespace. by NAKAMURA Takumi · 12 years ago
  8. 2e522d0 Add powerpc-ibm-aix to Triple. Patch by Kai. by Duncan Sands · 12 years ago
  9. 77b4c69 Add float-abi and softfloat options to lli by Tim Northover · 12 years ago
  10. 8ab27a3 JITTest.cpp: Use LLVM_ATTRIBUTE_USED, rather than __attribute__ directly! by NAKAMURA Takumi · 12 years ago
  11. f117f93 Shuffle the virtual destructor down to the base. This should actually pacify by Nick Lewycky · 12 years ago
  12. 863ff7c Give this class full of virtual functions a virtual destructor. Classes love by Nick Lewycky · 12 years ago
  13. a7ca3c2 Indenting. by Eric Christopher · 12 years ago
  14. b416428 fix warning by Sebastian Pop · 12 years ago
  15. 7d90d4d Div, Rem int/unsigned int by Reed Kotler · 12 years ago
  16. 6df933e docs: Update example to conform to coding standards. by Sean Silva · 12 years ago
  17. af21d6f Mark function as 'used' so that LTO doesn't try to get rid of it. by Bill Wendling · 12 years ago
  18. 97eb05b Revert r165777, "Mark function as 'used' so that LTO doesn't try to get rid of it." by NAKAMURA Takumi · 12 years ago
  19. b92dfe0 docs: Minor clean up of Phabricator documentation. by Sean Silva · 12 years ago
  20. d36696c Legalizer optimize a pair of div / mod to a call to divrem libcall if they are by Evan Cheng · 12 years ago
  21. 5665a3d Mark function as 'used' so that LTO doesn't try to get rid of it. by Bill Wendling · 12 years ago
  22. 427e63b We need this symbol after an LTO build. by Bill Wendling · 12 years ago
  23. 5d499c2 docs: Add SphinxQuickstartTemplate.rst. by Sean Silva · 12 years ago
  24. 4057399 docs: Improve HowToSetUpLLVMStyleRTTI. by Sean Silva · 12 years ago
  25. ed84062 Remove unnecessary classof()'s by Sean Silva · 12 years ago
  26. 8a6538c docs: Update HowToSetUpLLVMStyleRTTI. by Sean Silva · 12 years ago
  27. 8b8fa7b Casting.h: Automatically handle isa<Base>(Derived). by Sean Silva · 12 years ago
  28. 8ac1995 Remove buggy classof(). by Sean Silva · 12 years ago
  29. d61d1eb PGO: create metadata for switch only if it has more than one targets. by Manman Ren · 12 years ago
  30. aa79721 Remove extra semicolon. by Chad Rosier · 12 years ago
  31. fcb5e95 Remove extra semicolons. by Chad Rosier · 12 years ago
  32. 7b8d949 Fix some typos 165739, spotted by Duncan. by Jan Wen Voung · 12 years ago
  33. fb384d6 Revert 165732 for further review. by Micah Villmow · 12 years ago
  34. d9a3bad Change encoding of instruction operands in bitcode binaries to be relative by Jan Wen Voung · 12 years ago
  35. 81eb88f Adds Phabricator documentation. This is a first step that answers many questions we have seen. by Manuel Klimek · 12 years ago
  36. f3840d2 Add in the first iteration of support for llvm/clang/lldb to allow variable per address space pointer sizes to be optimized correctly. by Micah Villmow · 12 years ago
  37. ebba493 Pass an explicit operand number to addLiveIns. by Jakob Stoklund Olesen · 12 years ago
  38. a867f37 This patch addresses PR13947. by Bill Schmidt · 12 years ago
  39. a54b2df Add test cases for correct parsing of register names in 32- and 64-bit modes. by David Chisnall · 12 years ago
  40. aa5b393 Expose move to/from coprocessor instructions in MIPS64 mode. by David Chisnall · 12 years ago
  41. 54d2d2b llvm/Analysis/Passes.h: Fix copypasto in createDependenceAnalysisPass(). by NAKAMURA Takumi · 12 years ago
  42. ad43499 dependence analysis by Sebastian Pop · 12 years ago
  43. be9262b Follow the same routine to add target float expansion hook by Michael Liao · 12 years ago
  44. 4903c15 misched: Handle "transient" non-instructions. by Andrew Trick · 12 years ago
  45. 5e01f80 Don't crash when !tbaa.struct contents is invalid. by Nick Lewycky · 12 years ago
  46. e029719 Revert r165661, "Patch by Shuxin Yang <shuxin.llvm@gmail.com>." by NAKAMURA Takumi · 12 years ago
  47. cea9264 GettingStarted.rst: s/&amp;/&/g by NAKAMURA Takumi · 12 years ago
  48. df60867 GettingStarted.rst: Fix the label to DeveloperPolicy.html. by NAKAMURA Takumi · 12 years ago
  49. 96a2794 Add the LLVM context to this c'tor. It will be needed in the future. by Bill Wendling · 12 years ago
  50. 3183951 Support a common idiom on how to build an Attributes class with a single attribute. by Bill Wendling · 12 years ago
  51. 64ea275 Don't crash if a .ll file contains a forward-reference that looks like a global by Nick Lewycky · 12 years ago
  52. a395f4d Change MachineInstrBuilder::addDisp to copy over target flags by default. by Evan Cheng · 12 years ago
  53. 6b61491 Add isel patterns for v2f32 / v4f32 neon.vbsl intrinsics. rdar://12471808 by Evan Cheng · 12 years ago
  54. 6f9e66e Add getters for the MIPS TargetTransform classes by Nadav Rotem · 12 years ago
  55. d140af6 Remove unused member variable introduced in r165665. by David Blaikie · 12 years ago
  56. 5b957e6 Formatting and 80-col. by Eric Christopher · 12 years ago
  57. e0bc375 Add -mattr=+altivec and remove XFAIL. by Bill Schmidt · 12 years ago
  58. e3d0e86 by Nadav Rotem · 12 years ago
  59. 3a55b64 XFAIL for all targets pending investigation by Bill Schmidt · 12 years ago
  60. 87255a4 Patch by Shuxin Yang <shuxin.llvm@gmail.com>. by Nadav Rotem · 12 years ago
  61. 26160f4 When generating spill and reload code for vector registers on PowerPC, by Bill Schmidt · 12 years ago
  62. a5d0ab5 The PowerPC VRSAVE register has been somewhat of an odd beast since by Bill Schmidt · 12 years ago
  63. d6458a0 Add in support for expansion of all of the comparison operations to the absolute minimum required set. This allows a backend to expand any arbitrary set of comparisons as long as a minimum set is supported. by Micah Villmow · 12 years ago
  64. d2139c4 Revert r165652: "Remove unnecessary RTTI from the build." by Sean Silva · 12 years ago
  65. ef31271 Remove unnecessary RTTI from the build. by Sean Silva · 12 years ago
  66. fff8287 tblgen: Compile TableGen without RTTI. by Sean Silva · 12 years ago
  67. 8b43dbf tblgen: Move mini Type hierarchy to LLVM-style RTTI. by Sean Silva · 12 years ago
  68. 3f7b7f8 tblgen: Use semantically correct RTTI functions. by Sean Silva · 12 years ago
  69. 6cfc806 tblgen: Mechanically move dynamic_cast<> to dyn_cast<>. by Sean Silva · 12 years ago
  70. b0c6fa3 tblgen: Put dyn_cast<> machinery in place for Init hierarchy. by Sean Silva · 12 years ago
  71. ea46827 Add the testcase from pr13254 (the old scalarreply pass handles this wrong; by Duncan Sands · 12 years ago
  72. 1b40b84 Remove dead variable. by Bill Wendling · 12 years ago
  73. 4e2c56b Specify CPU model to avoid breaking ATOM builds by Michael Liao · 12 years ago
  74. 658a806 Remove unused argument. by Bill Wendling · 12 years ago
  75. 36a11b3 docs: Propagate fix from r165632 to other docs. by Sean Silva · 12 years ago
  76. a8759dd docs: Attempt to fix PR14053. by Sean Silva · 12 years ago
  77. 44c2d61 Add support for FP_ROUND from v2f64 to v2f32 by Michael Liao · 12 years ago
  78. 9d796db Add alternative support for FP_ROUND from v2f32 to v2f64 by Michael Liao · 12 years ago
  79. 98f01bf [CMake] check-all: Don't include check-llvm into check-all without LLVM_BUILD_TOOLS. by NAKAMURA Takumi · 12 years ago
  80. 64835d2 [CMake] add_lit_testsuite: EXCLUDE_FROM_ALL excludes the test ${target} out of check-all. by NAKAMURA Takumi · 12 years ago
  81. 2c2cb3c Fix for LDRB instruction: by Stepan Dyatkovskiy · 12 years ago
  82. 661afe7 Issue description: by Stepan Dyatkovskiy · 12 years ago
  83. 5054c35 Cleanup. Get rid of now dead code. by Bill Wendling · 12 years ago
  84. 7d2f249 Remove the final bits of Attributes being declared in the Attribute by Bill Wendling · 12 years ago
  85. 8a8cf96 My earlier "fix" for PBQP (see r165201) was incorrect. The real issue was that by Lang Hames · 12 years ago
  86. 11d0042 Pass into the AttributeWithIndex::get method an ArrayRef of attribute by Bill Wendling · 12 years ago
  87. 82d46ae misched: fall-back to a target hook for instr bundles. by Andrew Trick · 12 years ago
  88. 85c7b61 TODO comment by Andrew Trick · 12 years ago
  89. dbe6d43 TableGen subtarget emitter cleanup. by Andrew Trick · 12 years ago
  90. 412cd2f misched: Use the TargetSchedModel interface wherever possible. by Andrew Trick · 12 years ago
  91. 6312cb0 misched: Generate IsBuffered flag for machine resources. by Andrew Trick · 12 years ago
  92. 2d15d64 whitespace by Andrew Trick · 12 years ago
  93. c33b930 Place temporary LTO files into their own subdirectory. by Bill Wendling · 12 years ago
  94. 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
  95. ebf3a37 Test case for r165480. by Craig Topper · 12 years ago
  96. a5971e8 Reorder some parts of the td file to by in alphabetical order by Reed Kotler · 12 years ago
  97. 3c9019d Adding comments to clarify the reason for non-standard style in these files. by Andrew Kaylor · 12 years ago
  98. 30b20eb Cosmetic changes by Andrew Kaylor · 12 years ago
  99. 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
  100. 97d9f08 Implement MipsTargetLowering::CanLowerReturn. by Akira Hatanaka · 12 years ago