- c50f9f1 [AVX512] Added VPBROADCAST{BWDQ} (Load with Broadcast Integer Data from General Purpose Register) encodings for AVX512-BW/VL subsets by Robert Khasanov · 11 years ago
- b49ee78 [CodeGenPrepare] Split branch conditions into multiple conditional branches. by Juergen Ributzka · 11 years ago
- c4dedab Add more pattern matchers for compares, instructions, and BinaryOperators. NFC. by Juergen Ributzka · 11 years ago
- 50f10eb Move function to obtain branch weights into the BranchInst class. NFC. by Juergen Ributzka · 11 years ago
- b900895 [PowerPC 1/4] Little-endian adjustments for VSX loads/stores by Bill Schmidt · 11 years ago
- 8a48c86 Move method out of line to make buildbot happy. by Rafael Espindola · 11 years ago
- 4f20ed1 Don't lookup an object symbol name in the module. by Rafael Espindola · 11 years ago
- de0cdb0 [x86] Fix the test to actually test things for the CPU names, add the by Chandler Carruth · 11 years ago
- 93fac96 Removing an unused variable to silence a -Wunused-but-set-variable warning. NFC. by Aaron Ballman · 11 years ago
- 838ec33 Fix modified immediate bug reported by MC Hammer. by Asiri Rathnayake · 11 years ago
- 85bb610 [x86] Add a test for the CPU names that should have been in r223769. by Chandler Carruth · 11 years ago
- 8729843 [x86] Bring some sanity to the x86 CPU processor definitions. by Chandler Carruth · 11 years ago
- 05a8248 Removal Of Duplicate Test Cases and Addition Of Missing Check Statements by Sonam Kumari · 11 years ago
- df35082 [test/Transforms/InstCombine/shift.ll] Removed duplicate test cases. NFC. by Ankur Garg · 11 years ago
- f1f6524 Improve emacs coding style by Will Newton · 11 years ago
- e78a87b Teach instcombine to canonicalize "element extraction" from a load of an by Chandler Carruth · 11 years ago
- ebaf61e Skip declarations in the case of functions. by Michael Ilseman · 11 years ago
- d5578c8 Use range-based for loops. NFC. by Craig Topper · 11 years ago
- ff3745b AVX-512: Added some comments to ERI scalar intrinsics. No functional change. by Elena Demikhovsky · 11 years ago
- 59bf8e8 Fix a few instances found in SelectionDAG where we were not handling F16 at parity with F32 and F64. by Owen Anderson · 11 years ago
- b284d4a test commit (spelling correction) by Mohit K. Bhakkad · 11 years ago
- 77c1b73 [X86] Convert esp-relative movs of function arguments into pushes, step 1 by Michael Kuperstein · 11 years ago
- 2959baf Reland r223754 by David Majnemer · 11 years ago
- ebddbe8 Revert "AsmParser: Reject invalid mismatch between forward ref and def" by David Majnemer · 11 years ago
- 82258b4 AsmParser: Reject invalid mismatch between forward ref and def by David Majnemer · 11 years ago
- 13dd854 Restore r223709 as it was meant to be, and enable FeatureP8Vector for P8 by Bill Schmidt · 11 years ago
- 3d6e1ee Revert r223709, "[PowerPC]Activate FeatureVSX for the Power target", to unbreak bots. by NAKAMURA Takumi · 11 years ago
- 014b06e Handle early-clobber registers in the aggressive anti-dep breaker by Hal Finkel · 11 years ago
- 772e538 Add argument variable support to the debug info tutorial by Eric Christopher · 11 years ago
- 9c276c7 R600/SI: Set MayStore = 0 on MUBUF loads by Tom Stellard · 11 years ago
- 781a7ae R600/SI: Move setting of the lds bit to the base MUBUF class by Tom Stellard · 11 years ago
- a3b01e5 [Hexagon] Removing old def versions and replacing usages with versions that have encodings. by Colin LeMahieu · 11 years ago
- 653ef32 MISched: Fix moving stores across barriers by Tom Stellard · 11 years ago
- 73ed2dc [Hexagon] Adding any8, all8, and/or/xor/andn/orn/not predicate register forms, mask, and vitpack instructions and patterns. by Colin LeMahieu · 11 years ago
- ac6e0c8 [PowerPC]Activate FeatureVSX for the Power target by Bill Seurer · 11 years ago
- b849e04 [PowerPC] Don't use a non-allocatable register to implement the 'cc' alias by Hal Finkel · 11 years ago
- 7ec769c [Hexagon] Fixing broken test. by Colin LeMahieu · 11 years ago
- 27fbb34 [Hexagon] Adding xtype doubleword add, sub, and, or, xor and patterns. by Colin LeMahieu · 11 years ago
- 9804956 [Hexagon] Adding xtype doubleword comparisons. Removing unused multiclass. by Colin LeMahieu · 11 years ago
- 7b9be18 [Hexagon] Adding xtype parity, min, minu, max, maxu instructions. by Colin LeMahieu · 11 years ago
- a321bd4 [Hexagon] Adding xtype halfword add/sub ll/hl/lh/hh/sat/<<16 instructions. by Colin LeMahieu · 11 years ago
- 4ff230e Make myself the code owner for llgo. by Peter Collingbourne · 11 years ago
- dbd00bf R600/SI: Move continue after checking s_mov_b32. by Matt Arsenault · 11 years ago
- 8eef439 ConstantFold: Zero-sized globals might land on top of another global by David Majnemer · 11 years ago
- abe81e4 Clean up the rst for the debug info tutorial by Eric Christopher · 11 years ago
- 7fd7eff Lazily link GlobalVariables and GlobalAliases. by Rafael Espindola · 11 years ago
- 4772502 [Hexagon] Adding add/sub with saturation. Removing unused def. Cleaning up shift patterns. by Colin LeMahieu · 11 years ago
- fca9c7b InstSimplify: Try to bring back the rest of r223583 by David Majnemer · 11 years ago
- 28eb431 Once more on the cmake build. nativecodegen->native on the dependencies. by Eric Christopher · 11 years ago
- 28b439e Attempt to fix the cmake build by requiring mcjit on the cmake by Eric Christopher · 11 years ago
- 43edafc [CompactUnwind] Fix register encoding logic by Bruno Cardoso Lopes · 11 years ago
- 6efccd0 Fix KS tutorial build failure. by Eric Christopher · 11 years ago
- dcc44c6 Don't crash when the key of a comdat is lazily linked. by Rafael Espindola · 11 years ago
- 70b0751 InstrProf: An intrinsic and lowering for instrumentation based profiling by Justin Bogner · 11 years ago
- 23cf05a Add Chapter 8 to the Kaleidoscope tutorial. This chapter adds by Eric Christopher · 11 years ago
- 72878a5 Fix the JIT code for the Kaleidoscope tutorial. by Eric Christopher · 11 years ago
- 811474b AArch64: treat HFAs containing "half" types as blocks too. by Tim Northover · 11 years ago
- eafdf26 [X86] Improved tablegen patters for matching TZCNT/LZCNT. by Andrea Di Biagio · 11 years ago
- cf2daa3 [Hexagon] Adding combine reg, reg with predicated forms. by Colin LeMahieu · 11 years ago
- 83fbd8d Simplify the test. NFC. by Rafael Espindola · 11 years ago
- bc1055c Simplify test. NFC. by Rafael Espindola · 11 years ago
- 5c7adad [Hexagon] Adding packhl instruction. by Colin LeMahieu · 11 years ago
- e77177b Use CHECK-DAG to reduce the noise in an upcoming patch. by Rafael Espindola · 11 years ago
- b856112 [mips] Add Mips-specific CCIf's for accessing the MipsCCState. NFC. by Daniel Sanders · 11 years ago
- ae16ff1 [X86] Improved lowering of packed v8i16 vector shifts by non-constant count. by Andrea Di Biagio · 11 years ago
- 968f045 Move the ValueMap lookup inside linkFunctionBody. NFC. by Rafael Espindola · 11 years ago
- eaa2992 Use range loops. NFC. by Rafael Espindola · 11 years ago
- e305256 Use range loops. NFC. by Rafael Espindola · 11 years ago
- 7779b87 Fix linking of prologue data. by Rafael Espindola · 11 years ago
- dc8b15c [CMake] Fix installation of llvm-ranlib on multiconfig builder. by NAKAMURA Takumi · 11 years ago
- 254e679 Simple style fixes. by Rafael Espindola · 11 years ago
- 95d1d16 Move materialize/Dematerialize calls to linkFunctionBody. NFC. by Rafael Espindola · 11 years ago
- a585ec7 Removal Of Duplicate Test Case from shift.ll file by Sonam Kumari · 11 years ago
- c4fbd3f X86 intrinsics moved form X86ISelLowering.cpp to X86IntrinsicsInfo.h by Elena Demikhovsky · 11 years ago
- 726bd41 lit: Don't use python 2.6 features by David Majnemer · 11 years ago
- e4a5390 Revert a part of r223583, for now. It seems causing different emission between stage2(gcc-clang) and stage3 clang. Investigating. by NAKAMURA Takumi · 11 years ago
- 47a14ea IR: Fix bitcode compatability filenames by Duncan P. N. Exon Smith · 11 years ago
- 8ecb7e2 IR: Revert r223618 behaviour of MDNode::concatenate() by Duncan P. N. Exon Smith · 11 years ago
- 7280d8c IR: Drop uniquing for self-referencing MDNodes by Duncan P. N. Exon Smith · 11 years ago
- 6bb158d IR: Remove reference to ENABLE_MDNODE_UNIQUING by Duncan P. N. Exon Smith · 11 years ago
- a77df65 IR: Add missing tests for function-local metadata by Duncan P. N. Exon Smith · 11 years ago
- 6b9ae40 R600/SI: Disable VMEM and SMEM clauses by breaking them with S_NOP by Marek Olsak · 11 years ago
- eca8933 R600/SI: Set 20-bit immediate byte offset for SMRD on VI by Marek Olsak · 11 years ago
- 67a6b29 [x86] Clean up the SSE1 test to use a slightly different pattern for by Chandler Carruth · 11 years ago
- b2c7673 [x86] Switch a constant selection test to use positive assertions and to by Chandler Carruth · 11 years ago
- d4b678f [x86] Cleanup the combining vector shuffle tests a bit by merging by Chandler Carruth · 11 years ago
- 48a08fe [x86] Clean up the shift lowering vector shuffle tests a bit using my by Chandler Carruth · 11 years ago
- ac1f24a R600/SI: Update instruction conversions for VI by Marek Olsak · 11 years ago
- 7eeb607 R600/SI: Add VI instructions by Marek Olsak · 11 years ago
- 9ecb121 R600/SI: Add SCC Defs/Uses to SOP1 and SOP2 opcodes by Marek Olsak · 11 years ago
- 2991725 Turn some DenseMaps that are only used for set operations into DenseSets. by Benjamin Kramer · 11 years ago
- 2cd5836 Make the DenseMap bucket type configurable and use a smaller bucket for DenseSet. by Benjamin Kramer · 11 years ago
- 51df2c2 Reapply "LLVMContext: Store APInt/APFloat directly into the ConstantInt/FP DenseMaps." by Benjamin Kramer · 11 years ago
- 278bbac ConstantFold: Don't optimize comparisons with weak linkage objects by David Majnemer · 11 years ago
- d34c5a9 I didn't intend to commit this change. by David Majnemer · 11 years ago
- 620e876 InstSimplify: Optimize away useless unsigned comparisons by David Majnemer · 11 years ago
- c589098 Reformat. by NAKAMURA Takumi · 11 years ago
- 1ba8146 R600/SI: Restore PrivateGlobalPrefix to the default ELF value of ".L" by Tom Stellard · 11 years ago
- 0ce4233 Avoid angle brackets in comment. [-Wdocumentation-html] by NAKAMURA Takumi · 11 years ago
- 09ba28c IR: Disallow function-local metadata attachments by Duncan P. N. Exon Smith · 11 years ago