- d9d33c9 [SDAG] Add DEBUG logging to the legalizer, fixing a "bug" found by by Chandler Carruth · 11 years ago
- 3a5e9cb R600/SI: Implement getOptimalMemOpType by Matt Arsenault · 11 years ago
- 3ee48e0 Add tests for the various emit-llvm plugin options. by Rafael Espindola · 11 years ago
- e7dac08 R600/SI: Make argument loads invariant by Matt Arsenault · 11 years ago
- da4e4e3 Update comment by Matt Arsenault · 11 years ago
- ceda947 Test the mcpu option. by Rafael Espindola · 11 years ago
- 281d2bf [SKX] Enabling mask logic instructions: encoding, lowering by Robert Khasanov · 11 years ago
- b3768f6 Emit a warning if llvm_map_components_to_libraries() is used noting that its by Dan Liew · 11 years ago
- 1149da6 Document the new LLVM CMake interface for building against LLVM by Dan Liew · 11 years ago
- e301e0b Fixed sphinx warning. by Dan Liew · 11 years ago
- 225048b [PowerPC] Add testcase forgotten in the 214072 commit. by Ulrich Weigand · 11 years ago
- fe7131e [PowerPC] Support ELFv1/ELFv2 ABI selection via features by Ulrich Weigand · 11 years ago
- 12cc465 Start adding some tests for the gold plugin. by Rafael Espindola · 11 years ago
- 77b9fc1 ARM: correct handling of features in arch_extension by Saleem Abdulrasool · 11 years ago
- ddbe5ab ARM: convert loop to range based by Saleem Abdulrasool · 11 years ago
- 2dd264c Add alignment value to allowsUnalignedMemoryAccess by Matt Arsenault · 11 years ago
- 54a7f7f AArch64: fix conversion of 'J' inline asm constraints. by Tim Northover · 11 years ago
- 3315351 [x86] Sink a variable only used by asserts into the asserts. Should fix by Chandler Carruth · 11 years ago
- a6f9501 [x86] Add a much more powerful framework for combining x86 shuffle by Chandler Carruth · 11 years ago
- 8e704b1 [ADT] Add a remarkbly useful little helper routine to ArrayRef for by Chandler Carruth · 11 years ago
- 86ac382 R600/SI: Fix broken test. by Matt Arsenault · 11 years ago
- 71bf400 Fix the failing test 'vector-idiv.ll'. On Darwin the comment character is ##. by Joey Gouly · 11 years ago
- 44c3a98 R600: Move intrinsic lowering to separate functions by Matt Arsenault · 11 years ago
- f1ce818 [SDAG] Add an assert that we don't mess up the number of values when by Chandler Carruth · 11 years ago
- 722419e [SDAG] Simplify the code for handling single-value nodes and add by Chandler Carruth · 11 years ago
- 69359ed [SDAG] When performing post-legalize DAG combining, run the legalizer by Chandler Carruth · 11 years ago
- c94ff3d Fix broken assert. by Nick Lewycky · 11 years ago
- 09ed816 X86ShuffleDecode.cpp: Silence a warning. [-Wunused-variable] by NAKAMURA Takumi · 11 years ago
- 6d87e6e llvm/test/CodeGen/X86/vector-idiv.ll: Fix for -Asserts. by NAKAMURA Takumi · 11 years ago
- 5bce4d8 [x86] Fix PR20355 (for real). There are many layers to this bug. by Chandler Carruth · 11 years ago
- 4efdce6 [x86] Finish switching from CHECK to ALL. This was mistakenly included by Chandler Carruth · 11 years ago
- 86de7ad [x86] Revert r214007: Fix PR20355 ... by Chandler Carruth · 11 years ago
- 47a12d8 [x86] Fix PR20355 (and dups) by not using unsigned multiplication when by Chandler Carruth · 11 years ago
- 72d05e0 [x86] Add coverage for PMUL* instruction testing on SSE2 as well as SSE4.1. by Chandler Carruth · 11 years ago
- df6b3e5 [modules] Work around mislayering of MC / Object. by Richard Smith · 11 years ago
- 5eb69c2 Update X86/Utils/LLVMBuild.txt corresponding to r213986. "Core" has been introduced. by NAKAMURA Takumi · 11 years ago
- e0b5c10 IR/UseTest.cpp: Avoid std::to_string() to appease mingw32 bot. by NAKAMURA Takumi · 11 years ago
- 9400b4b [x86] More cleanup for this test -- simplify the command line. by Chandler Carruth · 11 years ago
- b1fa0cf [x86] Fix unused variable warning in no-asserts build. by Chandler Carruth · 11 years ago
- 9695d08 [x86] FileCheck-ize this test. by Chandler Carruth · 11 years ago
- 30e89dd [x86] Teach the X86 backend to print shuffle comments for PSHUFB by Chandler Carruth · 11 years ago
- ee17bf3 R600/SI: Allow partial unrolling and increase thresholds. by Matt Arsenault · 11 years ago
- 3aa56ba Move R600 subtarget dependent variables onto the subtarget. by Eric Christopher · 11 years ago
- b3a3e59 coverage: remove empty mapping regions by Alex Lorenz · 11 years ago
- 5cb8ab5 Canonicalization for @llvm.assume by Hal Finkel · 11 years ago
- a7f2c54 Wrap to 80 columns, no behavior change. by Nico Weber · 11 years ago
- 64db1e1 llvm-uselistorder: Fix up LINK_COMPONENTS. by NAKAMURA Takumi · 11 years ago
- 8ef7b17 Add @llvm.assume, lowering, and some basic properties by Hal Finkel · 11 years ago
- 9c5f6b8 [stack protector] Add test cases for thumb and thumb2. by Akira Hatanaka · 11 years ago
- 0651a55 [stack protector] Fix a potential security bug in stack protector where the by Akira Hatanaka · 11 years ago
- 24dfa53 Fix arc4random detection. by Brad Smith · 11 years ago
- a5e6ff6 Remove dead code. by Rafael Espindola · 11 years ago
- e9b6201 [PowerPC] Support TLS on PPC32/ELF by Hal Finkel · 11 years ago
- 06640d9 [FastISel][AArch64] Add support for frameaddress intrinsic. by Juergen Ributzka · 11 years ago
- 2602b66 Move -verify-use-list-order into llvm-uselistorder by Duncan P. N. Exon Smith · 11 years ago
- fcfd562 Reapply "DebugInfo: Don't put fission type units in comdat sections." by David Blaikie · 11 years ago
- 1d20dd4 Claim AA generally as code owner by Hal Finkel · 11 years ago
- d72804a Fix MSVC2012 build error in UseListOrder.cpp by Hans Wennborg · 11 years ago
- 17cb4cb Bitcode: Don't optimize constants when preserving use-list order by Duncan P. N. Exon Smith · 11 years ago
- e27d5a0 Recommit r212203: Don't try to construct debug LexicalScopes hierarchy for functions that do not have top level debug information. by David Blaikie · 11 years ago
- 402cf19 DebugInfo: Fix up some test cases to have more correct debug info metadata. by David Blaikie · 11 years ago
- ac34a28 Add code owner of scoped-noalias metadata by Hal Finkel · 11 years ago
- 9f0a2a8 Convert noalias parameter attributes into noalias metadata during inlining by Hal Finkel · 11 years ago
- 6f5c609 Simplify and improve scoped-noalias metadata semantics by Hal Finkel · 11 years ago
- deb8e30 Try to fix a layering violation introduced by r213945 by Duncan P. N. Exon Smith · 11 years ago
- d8d3b4d Fix -Werror build after r213945 by Duncan P. N. Exon Smith · 11 years ago
- 7bf73bd IPO: Add use-list-order verifier by Duncan P. N. Exon Smith · 11 years ago
- db4f73f [ARM] Emit ABI_PCS_R9_use build attribute. by Amara Emerson · 11 years ago
- ce63ab3 Run sort_includes.py on the AArch64 backend. by Benjamin Kramer · 11 years ago
- 168d0c1 [cmake] Use the external project machinery for libcxxabi so that it can by Chandler Carruth · 11 years ago
- c819279 llvm/test/CodeGen/ARM/inlineasm-global.ll: Add explicit triple to appease targeting *-win32. by NAKAMURA Takumi · 11 years ago
- c27d6a7 llvm/test/CodeGen/ARM/inlineasm-global.ll: Avoid specifing source file on llc. by NAKAMURA Takumi · 11 years ago
- 568ab6a [SDAG] Enable the new assert for out-of-range result numbers in by Chandler Carruth · 11 years ago
- 38ccfe9 [SDAG] Don't insert the VRBase into a mapping from SDValues when the def by Chandler Carruth · 11 years ago
- 068898d Store nodes only have 1 result. by Matt Arsenault · 11 years ago
- 72d4fa9 [SDAG] Start plumbing an assert into SDValues that we don't form one by Chandler Carruth · 11 years ago
- 642c8be [ARM] In thumb mode, emit directive ".code 16" before file level inline by Akira Hatanaka · 11 years ago
- b64f842 [X86] Add comments to clarify some non-obvious lines in the stackmap-nops.ll by Lang Hames · 11 years ago
- b984536 llvm-vtabledump: use a std::map instead of a StringMap for VBTables by David Majnemer · 11 years ago
- 2048bc2 Fix a warning in CoverageMappingReader.cpp by Ehsan Akhgari · 11 years ago
- 76cbffa [X86] Clarify some stackmap shadow optimization code as based on review by Lang Hames · 11 years ago
- 2286ae5 [PATCH][PPC64LE] Correct little-endian usage of vmrgh* and vmrgl*. by Bill Schmidt · 11 years ago
- 65b3fca Add code coverage mapping data, reader, and writer. by Alex Lorenz · 11 years ago
- 4fbd136 Add code coverage mapping data, reader, and writer. by Alex Lorenz · 11 years ago
- fb0326c Add an implementation for llvm-nm’s -print-file-name option (aka -o and -A). by Kevin Enderby · 11 years ago
- 51a4c94 Opportunistically fix the builders by David Majnemer · 11 years ago
- 9617132 llvm-vtabledump: A vtable dumper by David Majnemer · 11 years ago
- d10aa6f After unrolling a loop with llvm.loop.unroll.count metadata (unroll factor by Mark Heffernan · 11 years ago
- 86854be Don't use 128bit functions on PPC32. by Joerg Sonnenberger · 11 years ago
- d24d326 [SDAG] Introduce a combined set to the DAG combiner which tracks nodes by Chandler Carruth · 11 years ago
- 1b1fbcc [x86] Make vector legalization of extloads work more like the "normal" by Chandler Carruth · 11 years ago
- 24ade3b Target: invert condition for Windows by Saleem Abdulrasool · 11 years ago
- 0349d54 Feedback from Hans on r213815. No functionaility change. by Manman Ren · 11 years ago
- dee5e2c Windows: Don't wildcard expand /? or -? by Hans Wennborg · 11 years ago
- b96e833 [X86] Optimize stackmap shadows on X86. by Lang Hames · 11 years ago
- 5b93c8a Replace an assertion with a fatal error by Reid Kleckner · 11 years ago
- 1cb9342 Use the same .eh_frame encoding for 32bit PPC as on i386. by Joerg Sonnenberger · 11 years ago
- 7963749 Try to fix the bots again by moving test to X86 directory. by Manman Ren · 11 years ago
- 69280f8 X86: correct library call setup for Windows itanium by Saleem Abdulrasool · 11 years ago
- 855a7e6 R600: Add FMA instructions for Evergreen by Matt Arsenault · 11 years ago