- 86704cc Try fixing MSVC build after r223802 by Hans Wennborg · 11 years ago
- 11fa900 [Hexagon] Fixing broken tests. by Colin LeMahieu · 11 years ago
- 075a8ce Rename createIRObjectFile to just create. by Rafael Espindola · 11 years ago
- 2085635 [Hexagon] Updating rr/ri 32/64 transfer encodings and adding tests. by Colin LeMahieu · 11 years ago
- b8755d9 Fix an MSVC failure from r223802 by Duncan P. N. Exon Smith · 11 years ago
- 7727448 [FastISel][AArch64] Fix a missing nullptr check in 'computeAddress'. by Juergen Ributzka · 11 years ago
- 260731d [Hexagon] Adding word combine dot-new form and replacing old combine opcode. by Colin LeMahieu · 11 years ago
- 3508e27 Revert r223764 which taught instcombine about integer-based elment extraction by Chandler Carruth · 11 years ago
- 0247b81 AsmParser: Don't crash on short hex constants for fp128 types by David Majnemer · 11 years ago
- f700a24 Fix another GCC build failure from r223802 by Duncan P. N. Exon Smith · 11 years ago
- 63e42c2 Remove unneeded curly braces. by Frederic Riss · 11 years ago
- 53c4c06 Reorder the code to avoid inserting at the beginning of a vector. by Frederic Riss · 11 years ago
- 9512d7f Cleanup PatternMatch. NFC. by Juergen Ributzka · 11 years ago
- 973ce33 Fix a GCC build failure from r223802 by Duncan P. N. Exon Smith · 11 years ago
- eaf5997 Adding a new option to CMake to disable C++ atexit on llvm-shlib. by Chris Bieneman · 11 years ago
- 648f7c7 [AVX512] Added lowering for VBROADCASTSS/SD instructions. by Robert Khasanov · 11 years ago
- dad20b2 IR: Split Metadata from Value by Duncan P. N. Exon Smith · 11 years ago
- db7b69e AsmParser: Don't crash on malformed attribute groups by David Majnemer · 11 years ago
- 60d733a [Hexagon] Updating predicate register transfers and adding tstbit to allow select selection. Updating ll tests with predicate transfers that previously had nop encodings. by Colin LeMahieu · 11 years ago
- fa3c6de Correctly handle complex locations expressions in replaceDbgDeclareForAlloca() by Frederic Riss · 11 years ago
- 1be6bc7 Deleting empty directories left over from r223794. by Frederic Riss · 11 years ago
- 0ff2059 [CGP] Rewrite pattern match for splitBranchCondition to work with Values instead. by Juergen Ributzka · 11 years ago
- f3ac16d Revert "Move function to obtain branch weights into the BranchInst class. NFC." by Juergen Ributzka · 11 years ago
- 574ca2a Revert "Initial dsymutil tool commit." by Frederic Riss · 11 years ago
- 08550bc Initial dsymutil tool commit. by Frederic Riss · 11 years ago
- 44603b6 [PowerPC 4/4] Enable little-endian support for VSX. by Bill Schmidt · 11 years ago
- 9a2a305 [PowerPC 3/4] Little-endian adjustments for VSX vector shuffle by Bill Schmidt · 11 years ago
- f214fe8 Remember the unmangled name in the plugin. by Rafael Espindola · 11 years ago
- 8eabcf7 Add test cases that were inadvertently omitted from r223783 and r223788 by Bill Schmidt · 11 years ago
- 03b9f9f [PowerPC 2/4] Little-endian adjustments for VSX insert/extract operations by Bill Schmidt · 11 years ago
- 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