1. 2e29024 Account for CPE alignment when searching for new water. by Jakob Stoklund Olesen · 13 years ago
  2. e97b499 Target/Hexagon: Fix CMake build. We don't use add_llvm_library_dependencies(). by NAKAMURA Takumi · 13 years ago
  3. 5a3d4c9 Don't rely on a particular version string for llvm. by Nick Lewycky · 13 years ago
  4. 781907b Temporarily disable Hexagon tests. They are failing on OS X by Tony Linthicum · 13 years ago
  5. f2a745e [fast-isel] Guard "exhastive" fast-isel output with -fast-isel-verbose2. by Chad Rosier · 13 years ago
  6. 1619df0 Add BitcodeVerifier.cpp to CMakeList. by Chad Rosier · 13 years ago
  7. bf47c76 Fix unused value warning for value used only in assert. by Nick Lewycky · 13 years ago
  8. b302586 Begin sketching out a bitcode verifier pass. Idea is to emit a .bc file and by Chad Rosier · 13 years ago
  9. 86d3410 Indvars: guard against exponential behavior in isHighCostExpansion. by Andrew Trick · 13 years ago
  10. e5609ab llvm-build: Switch to using the common subdirectory list instead of by Daniel Dunbar · 13 years ago
  11. b0c594f LLVMBuild: Introduce a common section which currently has a list of the by Daniel Dunbar · 13 years ago
  12. 54d8c7f llvm-build: Don't write out the required_libraries list for "special" components, it is generated. by Daniel Dunbar · 13 years ago
  13. a321716 llvm-build: Add sketchy support for preserving comments when using by Daniel Dunbar · 13 years ago
  14. dcfc2ea Test case for r146432 by Jack Carter. by Akira Hatanaka · 13 years ago
  15. 6e55ff5 Emit B (unconditional branch) when -relocation-model=pic and J (jump) when by Akira Hatanaka · 13 years ago
  16. bfcb83f Fix indentation. by Akira Hatanaka · 13 years ago
  17. 4777ebb Fixed register allocator splitting a live range on a spilling variable. by Pete Cooper · 13 years ago
  18. 22614a0 fix warning by Tony Linthicum · 13 years ago
  19. 9cd2b95 Implement 'e' and 'f' modifiers for Neon inline asm. <rdar://problem/10551006> by Bob Wilson · 13 years ago
  20. b4b5415 Hexagon backend support by Tony Linthicum · 13 years ago
  21. 127a669 Only replace fwrite with fputc, if the return value is unused. by Joerg Sonnenberger · 13 years ago
  22. 4ab406d LLVMBuild: Remove trailing newline, which irked me. by Daniel Dunbar · 13 years ago
  23. 59a1c93 When computing reverse-CFG reverse-post-order, skip backedges, as by Dan Gohman · 13 years ago
  24. 37e7ecf XOP instructions and encoding tests. by Jan Sjödin · 13 years ago
  25. 8552821 Add a postOffset() alignment argument. by Jakob Stoklund Olesen · 13 years ago
  26. bd1ec17 Fix typo. by Jakob Stoklund Olesen · 13 years ago
  27. ebebe35 XOP encoding bits and logic. by Jan Sjödin · 13 years ago
  28. cca33a3 Also set the proper alignment on inner islands and the function itself. by Jakob Stoklund Olesen · 13 years ago
  29. afee027 Add a TODO comment. by Dan Gohman · 13 years ago
  30. 8033f61 llvm-config: Default to "all" if no components are specified. - Fixes PR11530. by Daniel Dunbar · 13 years ago
  31. 62e5b40 Fix a copy+pasto in a comment. by Dan Gohman · 13 years ago
  32. 8a9eebe Use getArgOperand instead of getOperand on a call. by Dan Gohman · 13 years ago
  33. 28588ff Inline SetSeqToRelease into its only caller, since it's more clear that way. by Dan Gohman · 13 years ago
  34. dbf350a Make MF a class member instead of passing it around everywhere. by Jakob Stoklund Olesen · 13 years ago
  35. 2e68beb Fix omitted break statements in a switch. by Dan Gohman · 13 years ago
  36. 9b02741 [asan] use .preinit_array only on linux by Kostya Serebryany · 13 years ago
  37. 7ae606a Revert r146363 to allow buildbots to make forward progress. by Chad Rosier · 13 years ago
  38. a0c17a4 Add support for gnu_indirect_function. by Roman Divacky · 13 years ago
  39. b813f92 Add a -arm-align-constant-islands flag, default off. by Jakob Stoklund Olesen · 13 years ago
  40. 1b3d218 Extract a method. by Jakob Stoklund Olesen · 13 years ago
  41. f931261 cmake: work with CMake < 2.8.5 by Dylan Noblesmith · 13 years ago
  42. ddbc274 Manually upgrade the test suite to specify the flag to cttz and ctlz. by Chandler Carruth · 13 years ago
  43. 2106bad Add an explicit test of the auto-upgrade functionality for the new by Chandler Carruth · 13 years ago
  44. a56f558 Don't rely in there being one argument before we've actually identified by Chandler Carruth · 13 years ago
  45. d45fbe6 Support/FileSystem: Implement bool equivalent(file_status A, file_status B); by Michael J. Spencer · 13 years ago
  46. c3b00e8 Support/FileSystem: Implement canonicalize. by Michael J. Spencer · 13 years ago
  47. 1dd2ee7 Support/Windows: Cleanup scoped handles. by Michael J. Spencer · 13 years ago
  48. 48b0bbf Update the LangRef documentation for llvm.ctlz and llvm.cttz to specify by Chandler Carruth · 13 years ago
  49. c4eab90 Teach the verifier to reject all non-constant arguments to the second by Chandler Carruth · 13 years ago
  50. ccbf1e3 Switch llvm.cttz and llvm.ctlz to accept a second i1 parameter which by Chandler Carruth · 13 years ago
  51. 9f756cf re-enable unittest by Dylan Noblesmith · 13 years ago
  52. 9ea4717 ExecutionEngine: refactor interface by Dylan Noblesmith · 13 years ago
  53. d93e4c3 Remove some remants of the old palign pattern fragment that were still hanging around. Also remove a cast from inside getShuffleVPERM2X128Immediate and getShuffleVPERMILPImmediate since the only caller already had done the cast. by Craig Topper · 13 years ago
  54. 3e0dc06 Fixed bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix for FSQRT, FSIN, FCOS, FPOWI, FPOW, FLOG, FLOG2, FLOG10, FEXP, FEXP2). Third attempt: simplified checks in test for armv7-apple-darwin11. by Stepan Dyatkovskiy · 13 years ago
  55. 5eccf67 Mips: Don't create a dangling IR function just to get the address of a symbol. by Benjamin Kramer · 13 years ago
  56. 0821678 llvm/CMakeLists.txt: Fix LLVM_LIT_TOOLS_DIR since r143728. Cygwin does not need optional tools dir. MSVC and mingw may need one. by NAKAMURA Takumi · 13 years ago
  57. ead7448 Also remove unnecessary includes from this file, which was supposed to be part by Nick Lewycky · 13 years ago
  58. 531bb82 Minimize #include's and forward-declares in Target. by Nick Lewycky · 13 years ago
  59. b3ffe10 Refactor the implementation of the TargetOptions out of TargetMachine, taking by Nick Lewycky · 13 years ago
  60. 59164b7 Don't assume things about the exact details of the LLVM version number, by Chandler Carruth · 13 years ago
  61. 2baabf0 Revert associate SelectInsertValue test as well. by Chad Rosier · 13 years ago
  62. 4552d3e [fast-isel] SelectInsertValue seems to be causing miscompiles for ARM. Disable while I investigate. by Chad Rosier · 13 years ago
  63. d440f67 Revert r146322 to appease buildbots. Original commit message: by Chad Rosier · 13 years ago
  64. b435aa2 Typo. by Chad Rosier · 13 years ago
  65. 4fd061e Use a simpler and more reliable command for converting from HEAD to by Chandler Carruth · 13 years ago
  66. 78304a9 Teach the VCS detection to set some root-level variables with the raw by Chandler Carruth · 13 years ago
  67. 1f8bd30 At the request of Michael Spencer, make the VCS version detection logic by Chandler Carruth · 13 years ago
  68. 8c0b807 Fixed bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix for FSQRT, FSIN, FCOS, FPOWI, FPOW, FLOG, FLOG2, FLOG10, FEXP, FEXP2). Second attempt. by Stepan Dyatkovskiy · 13 years ago
  69. fed4d19 Make CR spill and restore use a reserved register. These operations cannot use the register scavenger because the scavenger can only scavenge one register and frame-index elimination may have already grabbed it. by Hal Finkel · 13 years ago
  70. 46c313f Fix typo, reported by Eitan Adler! by Nick Lewycky · 13 years ago
  71. 77caaf0 Try to align the point where a large basic block is split. by Jakob Stoklund Olesen · 13 years ago
  72. 2d5023b More debug output formatting. by Jakob Stoklund Olesen · 13 years ago
  73. f3aefb5 Handle expressions of the form _GLOBAL_OFFSET_TABLE_-symbol the same way gas by Rafael Espindola · 13 years ago
  74. fa1948a LSR: ignore strides in outer loops. by Andrew Trick · 13 years ago
  75. 48171e7 ARM add some more pre-UAL VFP mnemonics for convenience when porting old code. by Jim Grosbach · 13 years ago
  76. effab8f Splats can contain undef's; make sure to handle them correctly. PR11526. by Eli Friedman · 13 years ago
  77. 21d7fb8 ARM add some pre-UAL VFP mnemonics for convenience when porting old code. by Jim Grosbach · 13 years ago
  78. 52ee230 unittests/Support/Path.cpp: [recursive_directory_iterator] Work around for end iterator. by NAKAMURA Takumi · 13 years ago
  79. f4374e4 Add dump method for debugging. by Bill Wendling · 13 years ago
  80. 262396b Random cleanups. No description changes. by Bill Wendling · 13 years ago
  81. 8a12e3b ARM allows '' syntax, not just '#imm' for assembly. by Jim Grosbach · 13 years ago
  82. 25a8b80 [asan] call __asan_init from .preinit_array. This simplifies __asan_init vs malloc chicken-and-egg situation on Android and probably on other flavours of Linux. Patch by eugenis@google.com. by Kostya Serebryany · 13 years ago
  83. 840bf7e ARM assembly aliases for BIC<-->AND (immediate). by Jim Grosbach · 13 years ago
  84. b3e6c70 Update test to something more sensible. by Evan Cheng · 13 years ago
  85. 4332983 ARM NEON data type aliases for VBIC(register). by Jim Grosbach · 13 years ago
  86. a4e3c7f ARM assembly parsing and encoding for VLD2 with writeback. by Jim Grosbach · 13 years ago
  87. 2fac1d5 SplitBlockPredecessors uses ArrayRef instead of Data and Size. by Jakub Staszak · 13 years ago
  88. cd462d0 [fast-isel] Add support for selecting insertvalue. rdar://10530851 by Chad Rosier · 13 years ago
  89. 3c68acd Handle reloc_signed_4byte in here. Not doing so was a regression from my by Rafael Espindola · 13 years ago
  90. 493ad6b User a helper overload for a common pattern. by Jakob Stoklund Olesen · 13 years ago
  91. b583e42 Revert r146041 et al. The FunctionPass doesn't take an address but the ID. by Bill Wendling · 13 years ago
  92. 2af50d9 Tidy up. Better base class factoring. by Jim Grosbach · 13 years ago
  93. 1f94ec7 Tidy up. Better base class factoring. by Jim Grosbach · 13 years ago
  94. 3c4615e Tweak debugging output. by Jakob Stoklund Olesen · 13 years ago
  95. 94c2e85 The second part of support for generating dwarf for assembly source files. This by Kevin Enderby · 13 years ago
  96. bf67a99 This is now implemented. by Benjamin Kramer · 13 years ago
  97. b653397 X86: Add patterns for the various rounding ops for SSE4.1 and AVX. by Benjamin Kramer · 13 years ago
  98. a73fb9a X86: Split (v)rounds[sd] into a normal and an intrinsic version. by Benjamin Kramer · 13 years ago
  99. 32f9763 Move isUnpredicatedTerminator() default implementation to TargetInstrInfoImpl to break Target's dependency on CodeGen. by Evan Cheng · 13 years ago
  100. 85abb27 Remove hasSSE1orAVX(). It's the same as hasXMM(). by Evan Cheng · 13 years ago