- 2e29024 Account for CPE alignment when searching for new water. by Jakob Stoklund Olesen · 13 years ago
- e97b499 Target/Hexagon: Fix CMake build. We don't use add_llvm_library_dependencies(). by NAKAMURA Takumi · 13 years ago
- 5a3d4c9 Don't rely on a particular version string for llvm. by Nick Lewycky · 13 years ago
- 781907b Temporarily disable Hexagon tests. They are failing on OS X by Tony Linthicum · 13 years ago
- f2a745e [fast-isel] Guard "exhastive" fast-isel output with -fast-isel-verbose2. by Chad Rosier · 13 years ago
- 1619df0 Add BitcodeVerifier.cpp to CMakeList. by Chad Rosier · 13 years ago
- bf47c76 Fix unused value warning for value used only in assert. by Nick Lewycky · 13 years ago
- b302586 Begin sketching out a bitcode verifier pass. Idea is to emit a .bc file and by Chad Rosier · 13 years ago
- 86d3410 Indvars: guard against exponential behavior in isHighCostExpansion. by Andrew Trick · 13 years ago
- e5609ab llvm-build: Switch to using the common subdirectory list instead of by Daniel Dunbar · 13 years ago
- b0c594f LLVMBuild: Introduce a common section which currently has a list of the by Daniel Dunbar · 13 years ago
- 54d8c7f llvm-build: Don't write out the required_libraries list for "special" components, it is generated. by Daniel Dunbar · 13 years ago
- a321716 llvm-build: Add sketchy support for preserving comments when using by Daniel Dunbar · 13 years ago
- dcfc2ea Test case for r146432 by Jack Carter. by Akira Hatanaka · 13 years ago
- 6e55ff5 Emit B (unconditional branch) when -relocation-model=pic and J (jump) when by Akira Hatanaka · 13 years ago
- bfcb83f Fix indentation. by Akira Hatanaka · 13 years ago
- 4777ebb Fixed register allocator splitting a live range on a spilling variable. by Pete Cooper · 13 years ago
- 22614a0 fix warning by Tony Linthicum · 13 years ago
- 9cd2b95 Implement 'e' and 'f' modifiers for Neon inline asm. <rdar://problem/10551006> by Bob Wilson · 13 years ago
- b4b5415 Hexagon backend support by Tony Linthicum · 13 years ago
- 127a669 Only replace fwrite with fputc, if the return value is unused. by Joerg Sonnenberger · 13 years ago
- 4ab406d LLVMBuild: Remove trailing newline, which irked me. by Daniel Dunbar · 13 years ago
- 59a1c93 When computing reverse-CFG reverse-post-order, skip backedges, as by Dan Gohman · 13 years ago
- 37e7ecf XOP instructions and encoding tests. by Jan Sjödin · 13 years ago
- 8552821 Add a postOffset() alignment argument. by Jakob Stoklund Olesen · 13 years ago
- bd1ec17 Fix typo. by Jakob Stoklund Olesen · 13 years ago
- ebebe35 XOP encoding bits and logic. by Jan Sjödin · 13 years ago
- cca33a3 Also set the proper alignment on inner islands and the function itself. by Jakob Stoklund Olesen · 13 years ago
- afee027 Add a TODO comment. by Dan Gohman · 13 years ago
- 8033f61 llvm-config: Default to "all" if no components are specified. - Fixes PR11530. by Daniel Dunbar · 13 years ago
- 62e5b40 Fix a copy+pasto in a comment. by Dan Gohman · 13 years ago
- 8a9eebe Use getArgOperand instead of getOperand on a call. by Dan Gohman · 13 years ago
- 28588ff Inline SetSeqToRelease into its only caller, since it's more clear that way. by Dan Gohman · 13 years ago
- dbf350a Make MF a class member instead of passing it around everywhere. by Jakob Stoklund Olesen · 13 years ago
- 2e68beb Fix omitted break statements in a switch. by Dan Gohman · 13 years ago
- 9b02741 [asan] use .preinit_array only on linux by Kostya Serebryany · 13 years ago
- 7ae606a Revert r146363 to allow buildbots to make forward progress. by Chad Rosier · 13 years ago
- a0c17a4 Add support for gnu_indirect_function. by Roman Divacky · 13 years ago
- b813f92 Add a -arm-align-constant-islands flag, default off. by Jakob Stoklund Olesen · 13 years ago
- 1b3d218 Extract a method. by Jakob Stoklund Olesen · 13 years ago
- f931261 cmake: work with CMake < 2.8.5 by Dylan Noblesmith · 13 years ago
- ddbc274 Manually upgrade the test suite to specify the flag to cttz and ctlz. by Chandler Carruth · 13 years ago
- 2106bad Add an explicit test of the auto-upgrade functionality for the new by Chandler Carruth · 13 years ago
- a56f558 Don't rely in there being one argument before we've actually identified by Chandler Carruth · 13 years ago
- d45fbe6 Support/FileSystem: Implement bool equivalent(file_status A, file_status B); by Michael J. Spencer · 13 years ago
- c3b00e8 Support/FileSystem: Implement canonicalize. by Michael J. Spencer · 13 years ago
- 1dd2ee7 Support/Windows: Cleanup scoped handles. by Michael J. Spencer · 13 years ago
- 48b0bbf Update the LangRef documentation for llvm.ctlz and llvm.cttz to specify by Chandler Carruth · 13 years ago
- c4eab90 Teach the verifier to reject all non-constant arguments to the second by Chandler Carruth · 13 years ago
- ccbf1e3 Switch llvm.cttz and llvm.ctlz to accept a second i1 parameter which by Chandler Carruth · 13 years ago
- 9f756cf re-enable unittest by Dylan Noblesmith · 13 years ago
- 9ea4717 ExecutionEngine: refactor interface by Dylan Noblesmith · 13 years ago
- 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
- 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
- 5eccf67 Mips: Don't create a dangling IR function just to get the address of a symbol. by Benjamin Kramer · 13 years ago
- 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
- ead7448 Also remove unnecessary includes from this file, which was supposed to be part by Nick Lewycky · 13 years ago
- 531bb82 Minimize #include's and forward-declares in Target. by Nick Lewycky · 13 years ago
- b3ffe10 Refactor the implementation of the TargetOptions out of TargetMachine, taking by Nick Lewycky · 13 years ago
- 59164b7 Don't assume things about the exact details of the LLVM version number, by Chandler Carruth · 13 years ago
- 2baabf0 Revert associate SelectInsertValue test as well. by Chad Rosier · 13 years ago
- 4552d3e [fast-isel] SelectInsertValue seems to be causing miscompiles for ARM. Disable while I investigate. by Chad Rosier · 13 years ago
- d440f67 Revert r146322 to appease buildbots. Original commit message: by Chad Rosier · 13 years ago
- b435aa2 Typo. by Chad Rosier · 13 years ago
- 4fd061e Use a simpler and more reliable command for converting from HEAD to by Chandler Carruth · 13 years ago
- 78304a9 Teach the VCS detection to set some root-level variables with the raw by Chandler Carruth · 13 years ago
- 1f8bd30 At the request of Michael Spencer, make the VCS version detection logic by Chandler Carruth · 13 years ago
- 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
- 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
- 46c313f Fix typo, reported by Eitan Adler! by Nick Lewycky · 13 years ago
- 77caaf0 Try to align the point where a large basic block is split. by Jakob Stoklund Olesen · 13 years ago
- 2d5023b More debug output formatting. by Jakob Stoklund Olesen · 13 years ago
- f3aefb5 Handle expressions of the form _GLOBAL_OFFSET_TABLE_-symbol the same way gas by Rafael Espindola · 13 years ago
- fa1948a LSR: ignore strides in outer loops. by Andrew Trick · 13 years ago
- 48171e7 ARM add some more pre-UAL VFP mnemonics for convenience when porting old code. by Jim Grosbach · 13 years ago
- effab8f Splats can contain undef's; make sure to handle them correctly. PR11526. by Eli Friedman · 13 years ago
- 21d7fb8 ARM add some pre-UAL VFP mnemonics for convenience when porting old code. by Jim Grosbach · 13 years ago
- 52ee230 unittests/Support/Path.cpp: [recursive_directory_iterator] Work around for end iterator. by NAKAMURA Takumi · 13 years ago
- f4374e4 Add dump method for debugging. by Bill Wendling · 13 years ago
- 262396b Random cleanups. No description changes. by Bill Wendling · 13 years ago
- 8a12e3b ARM allows '' syntax, not just '#imm' for assembly. by Jim Grosbach · 13 years ago
- 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
- 840bf7e ARM assembly aliases for BIC<-->AND (immediate). by Jim Grosbach · 13 years ago
- b3e6c70 Update test to something more sensible. by Evan Cheng · 13 years ago
- 4332983 ARM NEON data type aliases for VBIC(register). by Jim Grosbach · 13 years ago
- a4e3c7f ARM assembly parsing and encoding for VLD2 with writeback. by Jim Grosbach · 13 years ago
- 2fac1d5 SplitBlockPredecessors uses ArrayRef instead of Data and Size. by Jakub Staszak · 13 years ago
- cd462d0 [fast-isel] Add support for selecting insertvalue. rdar://10530851 by Chad Rosier · 13 years ago
- 3c68acd Handle reloc_signed_4byte in here. Not doing so was a regression from my by Rafael Espindola · 13 years ago
- 493ad6b User a helper overload for a common pattern. by Jakob Stoklund Olesen · 13 years ago
- b583e42 Revert r146041 et al. The FunctionPass doesn't take an address but the ID. by Bill Wendling · 13 years ago
- 2af50d9 Tidy up. Better base class factoring. by Jim Grosbach · 13 years ago
- 1f94ec7 Tidy up. Better base class factoring. by Jim Grosbach · 13 years ago
- 3c4615e Tweak debugging output. by Jakob Stoklund Olesen · 13 years ago
- 94c2e85 The second part of support for generating dwarf for assembly source files. This by Kevin Enderby · 13 years ago
- bf67a99 This is now implemented. by Benjamin Kramer · 13 years ago
- b653397 X86: Add patterns for the various rounding ops for SSE4.1 and AVX. by Benjamin Kramer · 13 years ago
- a73fb9a X86: Split (v)rounds[sd] into a normal and an intrinsic version. by Benjamin Kramer · 13 years ago
- 32f9763 Move isUnpredicatedTerminator() default implementation to TargetInstrInfoImpl to break Target's dependency on CodeGen. by Evan Cheng · 13 years ago
- 85abb27 Remove hasSSE1orAVX(). It's the same as hasXMM(). by Evan Cheng · 13 years ago