1. faebf11 Cleanup whitespace. by Michael J. Spencer · 13 years ago
  2. 863d2af Thumb2 assembler aliases for "mov(shifted register)" by Jim Grosbach · 13 years ago
  3. 27debd6 ARM LDM/STM system instruction variants. by Jim Grosbach · 13 years ago
  4. b065987 Thumb2 pre/post indexed stores can be from any non-PC GPR. by Jim Grosbach · 13 years ago
  5. 0da6e86 Test for 146516 by Jim Grosbach · 13 years ago
  6. d7ea73a Thumb2 tweak for ccout handling in RSB parsing. by Jim Grosbach · 13 years ago
  7. 55b02f2 ARM thumb2 parsing of "rsb rd, rn, #0". by Jim Grosbach · 13 years ago
  8. 0f293de ARM NEON two-operand aliases for VQDMULH. by Jim Grosbach · 13 years ago
  9. e91e7bc ARM pre-UAL NEG mnemonic for convenience when porting old code. by Jim Grosbach · 13 years ago
  10. f101540 ARM add some more pre-UAL VFP mnemonics for convenience when porting old code. by Jim Grosbach · 13 years ago
  11. 485d8bf ARM add more 'gas' compatibility aliases for NEON instructions. by Jim Grosbach · 13 years ago
  12. 1ff33e5 mention AddressSanitizer in 3.1 release notes by Kostya Serebryany · 13 years ago
  13. 085cb8f [asan] report an error if blacklist file contains a malformed regex. fixes asan issue 17 by Kostya Serebryany · 13 years ago
  14. 8a9bce9 [fast-isel] Unaligned loads of floats are not supported. Therefore, convert to a regular by Chad Rosier · 13 years ago
  15. 21e1b7a Rip llvm 3.0 out of the release notes, making room for LLVM 3.1 by Chris Lattner · 13 years ago
  16. 5bd8334 [fast-isel] Remove SelectInsertValue() as fast-isel wasn't designed to handle by Chad Rosier · 13 years ago
  17. 4762f75 Avoid using the 'insertvalue' instruction here. by Bill Wendling · 13 years ago
  18. 13aaca5 DW_AT_accessibility is "constant" class, not form class, so it may not use by Nick Lewycky · 13 years ago
  19. d1472e8 Add test/MC/Mips/dg.exp. by Akira Hatanaka · 13 years ago
  20. 692be54 Move direct object emitter test to directory test/MC/Mips. Rename it to by Akira Hatanaka · 13 years ago
  21. 044a784 Expand .cprestore directive to multiple instructions if the offset does not fit by Akira Hatanaka · 13 years ago
  22. f3315cf Relocation against a symbol, instead of against section. We had some extreme by Akira Hatanaka · 13 years ago
  23. 6f20c61 Don't default the *cached* list of targets to build to an explicit list by Chandler Carruth · 13 years ago
  24. 63974b2 Initial CodeGen support for CTTZ/CTLZ where a zero input produces an by Chandler Carruth · 13 years ago
  25. a349539 Use the example from clang, not the GCC frontend, which doesn't exist anymore. by Bill Wendling · 13 years ago
  26. d56ef8d Cleanup. Clarify LSRInstance public methods. by Andrew Trick · 13 years ago
  27. 2e29024 Account for CPE alignment when searching for new water. by Jakob Stoklund Olesen · 13 years ago
  28. e97b499 Target/Hexagon: Fix CMake build. We don't use add_llvm_library_dependencies(). by NAKAMURA Takumi · 13 years ago
  29. 5a3d4c9 Don't rely on a particular version string for llvm. by Nick Lewycky · 13 years ago
  30. 781907b Temporarily disable Hexagon tests. They are failing on OS X by Tony Linthicum · 13 years ago
  31. f2a745e [fast-isel] Guard "exhastive" fast-isel output with -fast-isel-verbose2. by Chad Rosier · 13 years ago
  32. 1619df0 Add BitcodeVerifier.cpp to CMakeList. by Chad Rosier · 13 years ago
  33. bf47c76 Fix unused value warning for value used only in assert. by Nick Lewycky · 13 years ago
  34. b302586 Begin sketching out a bitcode verifier pass. Idea is to emit a .bc file and by Chad Rosier · 13 years ago
  35. 86d3410 Indvars: guard against exponential behavior in isHighCostExpansion. by Andrew Trick · 13 years ago
  36. e5609ab llvm-build: Switch to using the common subdirectory list instead of by Daniel Dunbar · 13 years ago
  37. b0c594f LLVMBuild: Introduce a common section which currently has a list of the by Daniel Dunbar · 13 years ago
  38. 54d8c7f llvm-build: Don't write out the required_libraries list for "special" components, it is generated. by Daniel Dunbar · 13 years ago
  39. a321716 llvm-build: Add sketchy support for preserving comments when using by Daniel Dunbar · 13 years ago
  40. dcfc2ea Test case for r146432 by Jack Carter. by Akira Hatanaka · 13 years ago
  41. 6e55ff5 Emit B (unconditional branch) when -relocation-model=pic and J (jump) when by Akira Hatanaka · 13 years ago
  42. bfcb83f Fix indentation. by Akira Hatanaka · 13 years ago
  43. 4777ebb Fixed register allocator splitting a live range on a spilling variable. by Pete Cooper · 13 years ago
  44. 22614a0 fix warning by Tony Linthicum · 13 years ago
  45. 9cd2b95 Implement 'e' and 'f' modifiers for Neon inline asm. <rdar://problem/10551006> by Bob Wilson · 13 years ago
  46. b4b5415 Hexagon backend support by Tony Linthicum · 13 years ago
  47. 127a669 Only replace fwrite with fputc, if the return value is unused. by Joerg Sonnenberger · 13 years ago
  48. 4ab406d LLVMBuild: Remove trailing newline, which irked me. by Daniel Dunbar · 13 years ago
  49. 59a1c93 When computing reverse-CFG reverse-post-order, skip backedges, as by Dan Gohman · 13 years ago
  50. 37e7ecf XOP instructions and encoding tests. by Jan Sjödin · 13 years ago
  51. 8552821 Add a postOffset() alignment argument. by Jakob Stoklund Olesen · 13 years ago
  52. bd1ec17 Fix typo. by Jakob Stoklund Olesen · 13 years ago
  53. ebebe35 XOP encoding bits and logic. by Jan Sjödin · 13 years ago
  54. cca33a3 Also set the proper alignment on inner islands and the function itself. by Jakob Stoklund Olesen · 13 years ago
  55. afee027 Add a TODO comment. by Dan Gohman · 13 years ago
  56. 8033f61 llvm-config: Default to "all" if no components are specified. - Fixes PR11530. by Daniel Dunbar · 13 years ago
  57. 62e5b40 Fix a copy+pasto in a comment. by Dan Gohman · 13 years ago
  58. 8a9eebe Use getArgOperand instead of getOperand on a call. by Dan Gohman · 13 years ago
  59. 28588ff Inline SetSeqToRelease into its only caller, since it's more clear that way. by Dan Gohman · 13 years ago
  60. dbf350a Make MF a class member instead of passing it around everywhere. by Jakob Stoklund Olesen · 13 years ago
  61. 2e68beb Fix omitted break statements in a switch. by Dan Gohman · 13 years ago
  62. 9b02741 [asan] use .preinit_array only on linux by Kostya Serebryany · 13 years ago
  63. 7ae606a Revert r146363 to allow buildbots to make forward progress. by Chad Rosier · 13 years ago
  64. a0c17a4 Add support for gnu_indirect_function. by Roman Divacky · 13 years ago
  65. b813f92 Add a -arm-align-constant-islands flag, default off. by Jakob Stoklund Olesen · 13 years ago
  66. 1b3d218 Extract a method. by Jakob Stoklund Olesen · 13 years ago
  67. f931261 cmake: work with CMake < 2.8.5 by Dylan Noblesmith · 13 years ago
  68. ddbc274 Manually upgrade the test suite to specify the flag to cttz and ctlz. by Chandler Carruth · 13 years ago
  69. 2106bad Add an explicit test of the auto-upgrade functionality for the new by Chandler Carruth · 13 years ago
  70. a56f558 Don't rely in there being one argument before we've actually identified by Chandler Carruth · 13 years ago
  71. d45fbe6 Support/FileSystem: Implement bool equivalent(file_status A, file_status B); by Michael J. Spencer · 13 years ago
  72. c3b00e8 Support/FileSystem: Implement canonicalize. by Michael J. Spencer · 13 years ago
  73. 1dd2ee7 Support/Windows: Cleanup scoped handles. by Michael J. Spencer · 13 years ago
  74. 48b0bbf Update the LangRef documentation for llvm.ctlz and llvm.cttz to specify by Chandler Carruth · 13 years ago
  75. c4eab90 Teach the verifier to reject all non-constant arguments to the second by Chandler Carruth · 13 years ago
  76. ccbf1e3 Switch llvm.cttz and llvm.ctlz to accept a second i1 parameter which by Chandler Carruth · 13 years ago
  77. 9f756cf re-enable unittest by Dylan Noblesmith · 13 years ago
  78. 9ea4717 ExecutionEngine: refactor interface by Dylan Noblesmith · 13 years ago
  79. 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
  80. 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
  81. 5eccf67 Mips: Don't create a dangling IR function just to get the address of a symbol. by Benjamin Kramer · 13 years ago
  82. 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
  83. ead7448 Also remove unnecessary includes from this file, which was supposed to be part by Nick Lewycky · 13 years ago
  84. 531bb82 Minimize #include's and forward-declares in Target. by Nick Lewycky · 13 years ago
  85. b3ffe10 Refactor the implementation of the TargetOptions out of TargetMachine, taking by Nick Lewycky · 13 years ago
  86. 59164b7 Don't assume things about the exact details of the LLVM version number, by Chandler Carruth · 13 years ago
  87. 2baabf0 Revert associate SelectInsertValue test as well. by Chad Rosier · 13 years ago
  88. 4552d3e [fast-isel] SelectInsertValue seems to be causing miscompiles for ARM. Disable while I investigate. by Chad Rosier · 13 years ago
  89. d440f67 Revert r146322 to appease buildbots. Original commit message: by Chad Rosier · 13 years ago
  90. b435aa2 Typo. by Chad Rosier · 13 years ago
  91. 4fd061e Use a simpler and more reliable command for converting from HEAD to by Chandler Carruth · 13 years ago
  92. 78304a9 Teach the VCS detection to set some root-level variables with the raw by Chandler Carruth · 13 years ago
  93. 1f8bd30 At the request of Michael Spencer, make the VCS version detection logic by Chandler Carruth · 13 years ago
  94. 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
  95. 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
  96. 46c313f Fix typo, reported by Eitan Adler! by Nick Lewycky · 13 years ago
  97. 77caaf0 Try to align the point where a large basic block is split. by Jakob Stoklund Olesen · 13 years ago
  98. 2d5023b More debug output formatting. by Jakob Stoklund Olesen · 13 years ago
  99. f3aefb5 Handle expressions of the form _GLOBAL_OFFSET_TABLE_-symbol the same way gas by Rafael Espindola · 13 years ago
  100. fa1948a LSR: ignore strides in outer loops. by Andrew Trick · 13 years ago