- 16dc6ed [mips] Attempting to use register $32 should be an error instead of an assertion. by Daniel Sanders · 11 years ago
- aebc63a The forward declare should be a struct instead of a class (to be consistent with the definition, as well as to silence an MSVC C4099 warning). by Aaron Ballman · 11 years ago
- 743cf74 [mips] Add support for .cpsetup by Daniel Sanders · 11 years ago
- 38899fc [mips] The decision between GOT_DISP and GOT16 for global addresses depends on ABI rather than MIPS64 by Daniel Sanders · 11 years ago
- 4588982 Split the file MipsAsmBackend.cpp in Split the file MipsAsmBackend.cpp and Split the file MipsAsmBackend.h. by Zoran Jovanovic · 11 years ago
- 6ac86cf All new elements except the last one initialized to NULL. Ideally, once parsing is complete, all elements should be non-NULL. by Karthik Bhat · 11 years ago
- 0d81174 [mips] Remove unused private field. by Matheus Almeida · 11 years ago
- ea28b32 [mips] NaCl should now use the custom MipsELFStreamer (recently added) in spite by Matheus Almeida · 11 years ago
- 7123b1a [mips] Implement custom MCELFStreamer. by Matheus Almeida · 11 years ago
- c112990 Untabify. by NAKAMURA Takumi · 11 years ago
- 2b8b903 SmallVector<3> may be used here. by NAKAMURA Takumi · 11 years ago
- da56c39 IRTests/InstructionsTest.cpp: Avoid initializer list. by NAKAMURA Takumi · 11 years ago
- 668c2aa InstCombine: merge constants in both operands of icmp. by Erik Verbruggen · 11 years ago
- 5fa6dff [mips] Stop caching the result of hasMips64(), isABI_O32(), isABI_N32(), and isABI_N64() from MipsSubTarget in MipsTargetLowering by Daniel Sanders · 11 years ago
- a7a255f [cleanup] Run clang-format over these routines to remove formatting by Chandler Carruth · 11 years ago
- 9e7e3e3 [cleanup] Modernize doxygen comments for the BumpPtrAllocator and by Chandler Carruth · 11 years ago
- 61785a0 AVX-512: Implemented masking for integer arithmetic & logic instructions. by Elena Demikhovsky · 11 years ago
- 43a55da Add a PR reference by Timur Iskhodzhanov · 11 years ago
- 45dfc70 Make the recent COFF debug info tests more readable by Timur Iskhodzhanov · 11 years ago
- fee5d23 Rejected r204899 and r204900 due to remaining test failures on cmake-llvm-x86_64-linux buildbot. by Stepan Dyatkovskiy · 11 years ago
- a36286c Fixed test for r204899 (pr18931 fix) by Stepan Dyatkovskiy · 11 years ago
- fccc690 Fix for pr18931: Crash using integrated assembler with immediate arithmetic by Stepan Dyatkovskiy · 11 years ago
- 09b4588 ARM: raise error message when complex SO expressions can't really be by Jiangning Liu · 11 years ago
- 2298972 Add missing #include <cassert> to MCSymbolizer.h. by Lang Hames · 11 years ago
- af0682b Assert that MCSymbolizer is constructed with a valid (or at least non-null) by Lang Hames · 11 years ago
- 7f8e6b9 Move MCSymbolizer's constructor into header. It's trivial - there's no need for by Lang Hames · 11 years ago
- 7fd03c5 Update MCSymbolizer and its subclasses' constructors to reflect the fact that by Lang Hames · 11 years ago
- 7d3c3163 inalloca: *Really* fix the docs by Reid Kleckner · 11 years ago
- b1d0dd9 Remove unneeded stale type. by Reid Kleckner · 11 years ago
- 2ce2122 inalloca: Fix incorrect example IR and remove LangRef warning by Reid Kleckner · 11 years ago
- 85e4ae5 Remove forward declaration for Target class - Target is already defined here. by Lang Hames · 11 years ago
- 566abec [X86][Vectorizer Cost Model] Correct vectorization cost model for v2i64->v2f64 by Quentin Colombet · 11 years ago
- e459f72 Correctly propagates st_size. by Rafael Espindola · 11 years ago
- e6cee9f add 'requires asserts' to test that needs it by Jim Grosbach · 11 years ago
- 11d89f4 llvm-cov: When reading strings in gcov data, skip leading zeros by Justin Bogner · 11 years ago
- f20d9ee X86: Correct vectorization cost model for v8f32->v8i8. by Jim Grosbach · 11 years ago
- ce49ab2 Treat lifetime.start'd memory like we treat freshly alloca'd memory. Patch by Björn Steinbrink! by Nick Lewycky · 11 years ago
- 1e0751b Reorder arguments on test command line to make it easier to cut and paste. by Eric Christopher · 11 years ago
- ee5f4bb [PowerPC] Generate VSX permutations for v2[fi]64 vectors by Hal Finkel · 11 years ago
- 7c38741 llvm-cov: Move XFAIL after the body of the test by Justin Bogner · 11 years ago
- e8836a7 llvm-cov: Disable test on big endian machines by Justin Bogner · 11 years ago
- 891835a CloneFunction: Clone all attributes, including the CC by Reid Kleckner · 11 years ago
- 899a605 This is a fix for PR# 19051. I noticed code gen differences due to code motion when running tests with and without the debug info at O2. The problem is in branch folding. A loop wanted to skip the debug info, but actually it didn't do so. by Ekaterina Romanova · 11 years ago
- 3d7d0bc Add comments. Addressing review comments from Evan on r204690. by Manman Ren · 11 years ago
- 2a6873f llvm-cov: Handle functions with no line number by Justin Bogner · 11 years ago
- 70ea745 Fix a problem with the ARM assembler incorrectly matching a by Kevin Enderby · 11 years ago
- d8f4993 Add a unit test for Invoke iteration, similar to the one for Call by Eli Bendersky · 11 years ago
- 23463c9 PR15967 Fix in basicaa for faulty returning no alias. by Arnold Schwaighofer · 11 years ago
- 3a0a1f6 Simplify PBQP graph removeAdjEdgeId implementation. by Lang Hames · 11 years ago
- 927eb31 Fix bot breakage in InstructionsTest. by Eli Bendersky · 11 years ago
- 1003e8f Fix problem with r204836 by Eli Bendersky · 11 years ago
- 6da0178 [PowerPC] VSX loads and stores support unaligned access by Hal Finkel · 11 years ago
- 9efa4ff Fix the ARM VST4 (single 4-element structure from one lane) by Kevin Enderby · 11 years ago
- 2ca8b98 Remove PBQP-cost dimension sanity assertion in PBQP::Graph::addConstructedEdge. by Lang Hames · 11 years ago
- b397453 [PowerPC] Use v2f64 <-> v2i64 VSX conversion instructions by Hal Finkel · 11 years ago
- ec97f95 Change the PBQP graph adjacency list structure from std::set to std::vector. by Lang Hames · 11 years ago
- e0e5038 R600: Add a testcase for sext_in_reg I missed. by Matt Arsenault · 11 years ago
- cb2c252 [PowerPC] Remove some dead VSX v4f32 store patterns by Hal Finkel · 11 years ago
- c6940d4 [PowerPC] Use VSX vector load/stores for v2[fi]64 by Hal Finkel · 11 years ago
- 50c3856 [MCJIT] Check if there have been errors during RuntimeDyld execution. by Juergen Ributzka · 11 years ago
- 65a3ced Enable range-for iteration over call/invoke arguments. by Eli Bendersky · 11 years ago
- cf2de5a Add args() iteartor adapter to Function, for range-for loops. by Eli Bendersky · 11 years ago
- 489752d Fix for incorrect address sinking in the presence of potential overflows. by Jim Grosbach · 11 years ago
- b82f8a2 Revert "X86 memcpy lowering: use "rep movs" even when esi is used as base pointer" (r204174) by Hans Wennborg · 11 years ago
- 7363d22 [PowerPC] Add v2i64 as a legal VSX type by Hal Finkel · 11 years ago
- 8e7aa4b [mips] Use TwoOperandAliasConstraint for ArithLogicR instructions. by Matheus Almeida · 11 years ago
- 75203b6 [mips] Add support to the '.dword' directive. by Matheus Almeida · 11 years ago
- dd6d74f Clarify that select is only non-branching on the IR-level, it often ends by Joerg Sonnenberger · 11 years ago
- bd11396 [mips] Rename function in MipsAsmParser. by Matheus Almeida · 11 years ago
- 5957d10 [mips] Add support to '.set mips64'. by Matheus Almeida · 11 years ago
- a634d0a AArch64_BE Elf support for MC-JIT runtime dynamic linker by Christian Pirker · 11 years ago
- 53ccc09 [mips] Add support to '.set mips64r2'. by Matheus Almeida · 11 years ago
- 94708f1 AArch64_BE function argument passing for ARM ABI by Christian Pirker · 11 years ago
- fc4fa22 ARM: add intrinsics for the v8 ldaex/stlex by Tim Northover · 11 years ago
- 25d0cfe Clarify llvm.clear_cache description. by Joerg Sonnenberger · 11 years ago
- 637e1da [mips] Hoist common functionality into a new function. by Matheus Almeida · 11 years ago
- 58839f4 Change @llvm.clear_cache default to call rt-lib by Renato Golin · 11 years ago
- cee1aec [mips] The decision to use MO_GOT_PAGE and MO_GOT_OFST depends on the ABI being N32 or N64 not the arch being MIPS64 by Daniel Sanders · 11 years ago
- 4de1039 Fix AVX512 Gather and Scatter execution domains. by Cameron McInally · 11 years ago
- 0de31d5 [mips] Add support for '.option pic2'. by Matheus Almeida · 11 years ago
- c4b058f Add @llvm.clear_cache builtin by Renato Golin · 11 years ago
- 159e7f4 [PowerPC] Lower VSELECT using xxsel when VSX is available by Hal Finkel · 11 years ago
- 23f0634 [mips] Add tests for t0-t3 for N32/N64 by Daniel Sanders · 11 years ago
- 968ea7b [mips] The register names depend on the ABI being N32/N64 rather than the arch being mips64 by Daniel Sanders · 11 years ago
- 2b84dba Follow-up to r204790: don't try to emit line tables if there are no functions with DI in the TU by Timur Iskhodzhanov · 11 years ago
- 95f4d65 [mips] $s8 is an alias for $fp in all ABI's, not just N32/N64. by Daniel Sanders · 11 years ago
- d431e0a [mips] Move the CHECK lines in mips*-register-names.s to make it more obvious which CHECK matches with which insn by Daniel Sanders · 11 years ago
- 47d533f Add tests for r204790 by Timur Iskhodzhanov · 11 years ago
- d4c442f Fix PR19239 - Add support for generating debug info for functions without lexical scopes and/or debug info at all by Timur Iskhodzhanov · 11 years ago
- c61ec18 Use -LABEL checks in the COFF debug info tests by Timur Iskhodzhanov · 11 years ago
- 72db10a Revert "Prevent alias from pointing to weak aliases." by Rafael Espindola · 11 years ago
- 360ee97 [PowerPC] Generate logical vector VSX instructions by Hal Finkel · 11 years ago
- 33845aa Prevent alias from pointing to weak aliases. by Rafael Espindola · 11 years ago
- 577708b DebugInfo: Add fission-related sections to COFF by David Blaikie · 11 years ago
- 3008f80 Correctly detect if a symbol uses a reserved section index or not. by Rafael Espindola · 11 years ago
- 596516b [X86] Add broadcast instructions to the table used by ExeDepsFix pass. by Quentin Colombet · 11 years ago
- 81c66bc Create .symtab_shndxr only when needed. by Rafael Espindola · 11 years ago
- 6a0f060 [PowerPC] Select between VSX A-type and M-type FMA instructions just before RA by Hal Finkel · 11 years ago
- 99ab079 llvm/test/DebugInfo/empty.ll: Suppress crash for targeting pecoff while investigating. by NAKAMURA Takumi · 11 years ago
- 78f7e6f Use Endian.h to simplify this code a bit. by Rafael Espindola · 11 years ago