- 9e2c0f9 Remove 'metadata' from comments by Duncan P. N. Exon Smith · 11 years ago
- 02a8d1b IR: Stop printing 'metadata' in Metadata::print() by Duncan P. N. Exon Smith · 11 years ago
- 2ebd1ef IR: Make MDNode::dump() useful by adding addresses by Duncan P. N. Exon Smith · 11 years ago
- d0e68dc DebugInfo: Update testcase to actually check something by Duncan P. N. Exon Smith · 11 years ago
- fbdea18 ARM: diagnose deprecated syntax by Saleem Abdulrasool · 11 years ago
- edfeeb6 [PowerPC] Improve instruction selection bit-permuting operations (32-bit) by Hal Finkel · 11 years ago
- f5cd1ef ARM: 80-column by Saleem Abdulrasool · 11 years ago
- 6844571 LiveRangeCalc: Rewrite subrange calculation by Matthias Braun · 11 years ago
- 8b37542 Remove the last unnecessary member variable of mapped_file_region. NFC. by Rafael Espindola · 11 years ago
- b5f992c Convert a member variable to a local variable. NFC. by Rafael Espindola · 11 years ago
- a99ff35 Remove unused member and simplify. NFC. by Rafael Espindola · 11 years ago
- 96b7967 Start adding thin archive support. by Rafael Espindola · 11 years ago
- c981753 Fix a bug in llvm-objdump’s -private-headers for 32-bit Mach-O files by Kevin Enderby · 11 years ago
- 6f059af ARM/AArch64: Attach the FrameSetup MIFlag to CFI instructions. by Adrian Prantl · 11 years ago
- 3a0f6b5 [Hexagon] Adding doubleword multiplies with and without accumulation. by Colin LeMahieu · 11 years ago
- f651477 Sink the isa into the assert by Michael Ilseman · 11 years ago
- b4838f6 [Hexagon] Adding halfword to doubleword multiplies. by Colin LeMahieu · 11 years ago
- 1240508 [Hexagon] Adding logical-logical accumulation instructions and tests. by Colin LeMahieu · 11 years ago
- 574e01c Teach ScalarEvolution to exploit min and max expressions when proving by Sanjoy Das · 11 years ago
- 2f7e202 Added missing tests for X86vzmovl folding. NFC. by Simon Pilgrim · 11 years ago
- 13c7826 x86: Emit LOCK prefix after DATA16 by JF Bastien · 11 years ago
- 5f70274 [Hexagon] Adding a number of additional multiply forms with tests. by Colin LeMahieu · 11 years ago
- bc541ae Clean up warning about unused variable by Michael Ilseman · 11 years ago
- 4151e89 Revert "LiveRangeCalc: Rewrite subrange calculation" by Matthias Braun · 11 years ago
- 9f0d59a Revert of r223763, in spirit. by Michael Ilseman · 11 years ago
- b10837d Clarify HowFarToZero computation when the step is a positive power of two. Functionally this should be identical to the existing code except for the case where Step is maximally negative (eg, INT_MIN). We now punt in that one corner case to make reasoning about the code easier. by Mark Heffernan · 11 years ago
- 1eb5ad1 [Hexagon] Adding misc multiply encodings and tests. by Colin LeMahieu · 11 years ago
- 6097277 LiveRangeCalc: Rewrite subrange calculation by Matthias Braun · 11 years ago
- 8e7359d [Hexagon] Adding doubleworld accumulating multiplies of halfwords. by Colin LeMahieu · 11 years ago
- f8396b8 [Hexagon] Adding accumulating half word multiplies. by Colin LeMahieu · 11 years ago
- c3449d7 [Hexagon] Adding multiply with rnd/sat/rndsat by Colin LeMahieu · 11 years ago
- 839ff70 [X86] And also test INSERTPS shuffle mask pretty-printing. by Ahmed Bougacha · 11 years ago
- 908d623 LiveRangeCalc: use more range based for loops; NFC by Matthias Braun · 11 years ago
- e9e8f1f [Hexagon] Adding encoding bits for halfword multiplies. by Colin LeMahieu · 11 years ago
- 77effd8 [X86] Also pretty-print shuffle mask for INSERTPS rm variants. by Ahmed Bougacha · 11 years ago
- 1ef70ff IR: Make metadata typeless in assembly by Duncan P. N. Exon Smith · 11 years ago
- 9ecdca9 Silence more static analyzer warnings. by Michael Ilseman · 11 years ago
- 2a59b5e Move mips1 tests to test/MC/Disassembler/Mips/mips1 by Reid Kleckner · 11 years ago
- 77b6849 Add disassembler tests for mips3 platform. There are no functional changes. by Vladimir Medic · 11 years ago
- 7dfda58 Add disassembler tests for mips2 platform. There are no functional changes. by Vladimir Medic · 11 years ago
- 6fe13a4 This is the first in a series of patches that add missing disassembler tests for mips platform. The patches are divided per version of mips CPU to keep the patches smaller and ease the review. There are no functional changes, code is changed only if new tests reveal a bug.This patch adds disassembler tests for mips1 CPU. by Vladimir Medic · 11 years ago
- bfba389 Changing a cast from unsigned to uint64_t, should be NFC in practice. by Aaron Ballman · 11 years ago
- a8a3741 Added a test related to 224247 revision by Elena Demikhovsky · 11 years ago
- 2f6d423 Sink store based on alias analysis by Elena Demikhovsky · 11 years ago
- 299e0d4 [X86] Break false dependencies before partial register updates when the source operand is in memory by Michael Kuperstein · 11 years ago
- 4dcffed Typo Correction in Test Case. NFC. by Suyog Sarda · 11 years ago
- 3f20275 AVX-512: Added EXPAND instructions and intrinsics. by Elena Demikhovsky · 11 years ago
- 0bf492d Fix line mapping information in LLVM JIT profiling with Vtune by Alexey Bataev · 11 years ago
- 1691fa2 ThreadLocal: Move Unix-specific code out of Support/ThreadLocal.cpp by David Majnemer · 11 years ago
- 3acb203 StringPool: Cleanup typos in unittest comments by David Majnemer · 11 years ago
- 1f59bf4 ThreadLocal: Return a mutable pointer if templated with a non-const type by David Majnemer · 11 years ago
- 55c9dbf Use unique_ptr to remove explicit delete. by Craig Topper · 11 years ago
- 1c3a151 Loop Vectorizer minor changes in the code - by Elena Demikhovsky · 11 years ago
- a53d226 APInt: udivrem should use machine instructions for single-word APInts by David Majnemer · 11 years ago
- fabf5cc ScalarEvolution: Remove SCEVUDivision, it's unused by David Majnemer · 11 years ago
- 0b19b56 [PowerPC] Handle cmp op promotion for SELECT[_CC] nodes in PPCTL::DAGCombineExtBoolTrunc by Hal Finkel · 11 years ago
- 780a093 Reapply "[ARM] Combine base-updating/post-incrementing vector load/stores." by Ahmed Bougacha · 11 years ago
- 1e173b7 Revert "[ARM] Combine base-updating/post-incrementing vector load/stores." by Renato Golin · 11 years ago
- 71bb7d0 Fix Doxygen command misspellings. by Benjamin Kramer · 11 years ago
- eefc8cb Silencing a -Wsign-compare warning; NFC. by Aaron Ballman · 11 years ago
- 978aeec Silencing a *lot* of -Wsign-compare warnings; NFC. by Aaron Ballman · 11 years ago
- 1b40b34 Use range-based for loops. by Craig Topper · 11 years ago
- ce9b37c Rename argument strings of codegen passes to avoid collisions with command line by Akira Hatanaka · 11 years ago
- e881eef Go bindings: introduce Value.ConstantAsMetadata. by Peter Collingbourne · 11 years ago
- 3a40431 Go bindings: introduce llvm.TemporaryMDNode. by Peter Collingbourne · 11 years ago
- e9e0f37 Go bindings: introduce Metadata.ReplaceAllUsesWith. by Peter Collingbourne · 11 years ago
- eb8bf79 Go bindings: expose the Metadata type. by Peter Collingbourne · 11 years ago
- 77f0100 Go bindings: remove contextless metadata bindings. by Peter Collingbourne · 11 years ago
- 4e703f8 [PowerPC] Add a DAGToDAG peephole to remove unnecessary zero-exts by Hal Finkel · 11 years ago
- 3b7e6d2 ValueTracking: Don't recurse too deeply in computeKnownBitsFromAssume by David Majnemer · 11 years ago
- f05fc43 [ARMConstantIsland] Insert tbb/tbh optimization where previous jump table resided. by Chad Rosier · 11 years ago
- 27d4d1c Pass EC by reference to MemoryBufferMMapFile to return error code. by Yaron Keren · 11 years ago
- 3e07e74 utils: update vim syntax highlighting for LLVM IR by Saleem Abdulrasool · 11 years ago
- 3f0e883 Clean up static analyzer warnings. by Michael Ilseman · 11 years ago
- 5271cab [Hexagon] Adding double word add/min/minu/max/maxu instructions and tests. by Colin LeMahieu · 11 years ago
- 0555711 Revert r224149, llvm-dsymutil was already here. by Nico Weber · 11 years ago
- 365cfbc [Hexagon] Adding J class call instructions. by Colin LeMahieu · 11 years ago
- 034ae88 Add llvm-dsymutil to test/CMakeLists.txt by Nico Weber · 11 years ago
- 85cbe57 IR: Don't track nullptr on metadata RAUW by Duncan P. N. Exon Smith · 11 years ago
- 8ef835e MAP_FILE is the default. We don't need to add it. by Rafael Espindola · 11 years ago
- 181c6d2 Relax debug-map-parsing.test error message check for Windows by Reid Kleckner · 11 years ago
- ac42de8 More code format fix from r224133, NFC by Steven Wu · 11 years ago
- 879b546 Remove silly left over from the Windows resize_file implementation. by Rafael Espindola · 11 years ago
- 7f4b22e Move the resize file feature from mapped_file_region to the only user. by Rafael Espindola · 11 years ago
- e1136e3 Pass a FD to resise_file and add a testcase. by Rafael Espindola · 11 years ago
- 7291e07 Remove unused feature. NFC. by Rafael Espindola · 11 years ago
- 31e081e Initial dsymutil tool commit. by Frederic Riss · 11 years ago
- 00b3170 Restructure code from r224097. NFC by Steven Wu · 11 years ago
- 5dc8ac8 [AVX512] Enabling bit logic lowering Added lowering tests. by Robert Khasanov · 11 years ago
- fe6c7ee Now that we require a newer python, use the new exception syntax. by Rafael Espindola · 11 years ago
- 708bc15 Require python 2.7. by Rafael Espindola · 11 years ago
- 7db2065 [mips] Enable code generation for MIPS-III. by Vasileios Kalintiris · 11 years ago
- a4f5a552 [AVX512] Enabling MIN/MAX lowering. Added lowering tests. by Robert Khasanov · 11 years ago
- de48903 Reapply "[MachineScheduler] Fix for PR21807: minor code difference building with/without -g." by Andrea Di Biagio · 11 years ago
- 5400fd6d [Reassociate] Use dbgs() instead of errs(). by Chad Rosier · 11 years ago
- 31f9936 [mips] Support SELECT nodes for targets that don't have conditional-move instructions. by Vasileios Kalintiris · 11 years ago
- 97996ea Disable --icf=safe to avoid a bug. by Rafael Espindola · 11 years ago
- b59ec5a [AVX512] Minor fix in lowering pattern for broadcast intrustions. by Robert Khasanov · 11 years ago
- bf72e14 Revert: [MachineScheduler] Fix for PR21807: minor code difference building with/without -g. by Andrea Di Biagio · 11 years ago
- 1dea0dc This patch recognizes (+ (+ v0, v1) (+ v2, v3)), reorders them for bundling into vector of loads, by Suyog Sarda · 11 years ago