- a23ddb7 X86-FMA3: Defined the ExeDomain property for Scalar FMA3 opcodes. by Vyacheslav Klochkov · 10 years ago
- 5d88a3e Simplify memory management a bit. NFC. by Rafael Espindola · 10 years ago
- b3df2d0 Return a std::unique_ptr from CloneModule. NFC. by Rafael Espindola · 10 years ago
- cc02656 [IndVars] Use any_of and foreach instead of explicit for loops; NFC by Sanjoy Das · 10 years ago
- 9c609ea [OperandBundles] Have PruneEH work correct with operand bundles. by Sanjoy Das · 10 years ago
- 46994bc Define selection for v4f16, v8f16 scalar_to_vector by Pirama Arumuga Nainar · 10 years ago
- 1a2a86e Fix/Improve Debug print in FunctionImport pass by Mehdi Amini · 10 years ago
- f4e0a47 [CGP] Reimplement r255055 a different way by Reid Kleckner · 10 years ago
- 8f28b0e [SCEV] Use for-each; NFC by Sanjoy Das · 10 years ago
- b2bc86f Remove caching in FunctionImport: a Module can't be reused after being linked from by Mehdi Amini · 10 years ago
- 903c099 Revert "[CGP] Check that we have an insert point before moving llvm.dbg.value around" by Reid Kleckner · 10 years ago
- 12ab14b [OperandBundles] Fix a transform in simplifycfg by Sanjoy Das · 10 years ago
- 029bc0f [X86][AVX] Fold loads + splats into broadcast instructions by Simon Pilgrim · 10 years ago
- 5fb71e1 [CMake] Ignore externalizing debuginfo for unit tests by Chris Bieneman · 10 years ago
- 898fa74 [CGP] Check that we have an insert point before moving llvm.dbg.value around by Reid Kleckner · 10 years ago
- eca5f19 [EarlyCSE] Value forwarding for unordered atomics by Philip Reames · 10 years ago
- 9d46b32 [X86][SSE4A] Added fast-isel intrinsics tests by Simon Pilgrim · 10 years ago
- 9a17b12 [X86][SSSE3] Added fast-isel intrinsics tests by Simon Pilgrim · 10 years ago
- 246e4ce [X86][SSE3] Added fast-isel intrinsics tests by Simon Pilgrim · 10 years ago
- d105497 Fix ARMv4T (Thumb1) epilogue generation by Artyom Skrobov · 10 years ago
- 917e9a3 Revert "Add Available Externally linkage type to isWeakForLinker()" by Mehdi Amini · 10 years ago
- 0a5a3d4 Cleanup test: remove useless alignment by Mehdi Amini · 10 years ago
- 0cb0e79 Add Available Externally linkage type to isWeakForLinker() by Mehdi Amini · 10 years ago
- 81bf656 X86: produce more friendly errors during MachO relocation handling by Tim Northover · 10 years ago
- a0beb06 [ARM] Allowing SP/PC for AND/BIC mod_imm_not by Renato Golin · 10 years ago
- 72f75fa adding readability-identifier-naming to llvm clang-tidy configuration. by Mike Aizatsky · 10 years ago
- b691e2e [Hexagon] Add NewValueJump support for C4_cmpneq, C4_cmplte, C4_cmplteu by Ron Lieberman · 10 years ago
- 5c953e3 Move all private members together. NFC. by Rafael Espindola · 10 years ago
- fd031a5 [mips][ias] Range check uimm8 operands by Daniel Sanders · 10 years ago
- 5a34e2e [mips][ias] Range check uimm6 operands and fix a bug this revealed. by Daniel Sanders · 10 years ago
- c14af0e [x86][avx512] more changes in intrinsics to be align with gcc format by Asaf Badouh · 10 years ago
- 59ad77e [AArch64] Add ARMv8.2-A FP16 vector instructions by Oliver Stannard · 10 years ago
- 2450ea1 dding test for fnstsw by Michael Zuckerman · 10 years ago
- 7116418 [SCEV] Move some struct declarations inside functions; NFC by Sanjoy Das · 10 years ago
- 354f221 [SCEV] Fix indentation; NFC by Sanjoy Das · 10 years ago
- 43a68c8 [OperandBundles] Remove unncessary constructor by Sanjoy Das · 10 years ago
- 4474471 [WebAssembly] Fix a typo in a comment. by Dan Gohman · 10 years ago
- ca9fa31 [WebAssembly] Remove an unneeded static_cast. by Dan Gohman · 10 years ago
- 7710c66 [WebAssembly] Fix an emacs syntax highlighting comment. by Dan Gohman · 10 years ago
- 1acb066 [WebAssembly] Convert a file-level comment to doxygen style. by Dan Gohman · 10 years ago
- 55a29f7 [WebAssembly] Assert MRI.isSSA() in passes that depend on SSA form. by Dan Gohman · 10 years ago
- 579ccfd [WebAssembly] Trim some unneeded #includes. by Dan Gohman · 10 years ago
- c2d82ef [WebAssembly] Remove the override of haveFastSqrt. by Dan Gohman · 10 years ago
- e32f0e2 IR: Allow vectors of halfs to be ConstantDataVectors by Justin Bogner · 10 years ago
- f276576 [llvm-objdump/MachO] Don't cut'n'paste the same code over and over. by Davide Italiano · 10 years ago
- fcb0893 Add a test showing that we internalize lazily linked GVs. by Rafael Espindola · 10 years ago
- cbf2c65 AsmPrinter: Use emitGlobalConstantFP to emit elements of constant data by Justin Bogner · 10 years ago
- 4609cb7 Simplify test. NFC. by Rafael Espindola · 10 years ago
- 23ae772 [CXX TLS calling convention] Add support for AArch64. by Manman Ren · 10 years ago
- ca40161 [IndVars] Have getInsertPointForUses preserve LCSSA by Sanjoy Das · 10 years ago
- 51d40ae [SCEVExpander] Have hoistIVInc preserve LCSSA by Sanjoy Das · 10 years ago
- c11338c Add Instruction::getFunction; NFC by Sanjoy Das · 10 years ago
- a187d6f [PassManager] Tuning Memory Usage of AnalysisUsage by Philip Reames · 10 years ago
- afd3f07 fix return values to match bool return type; NFC by Sanjay Patel · 10 years ago
- e826a2e Factor two calls to a common location. by Rafael Espindola · 10 years ago
- b69b6b5 Stabilize llvm/test/Object/archive-update.test a bit. by NAKAMURA Takumi · 10 years ago
- d5841c9 Support: Teach Asan about BumpPtrAllocator by Justin Bogner · 10 years ago
- 5b1522a Let llvm-lto installed. A few tests in clang/test are using it. by NAKAMURA Takumi · 10 years ago
- ba40ae0 Remove debug output that snuck into 254957 by Philip Reames · 10 years ago
- 0890b95 Reapply 254950 w/fix by Philip Reames · 10 years ago
- 3ff1b16 Remove useless hack that avoids calling LLVMLinkInInterpreter() by Mehdi Amini · 10 years ago
- 1440f53 Revert 254950 by Philip Reames · 10 years ago
- 8d6e45b Update doc for C++ TLS calling convention. by Manman Ren · 10 years ago
- 73036ce Simplify the error handling a bit. NFC. by Rafael Espindola · 10 years ago
- 3f8a944 [EarlyCSE] Simplify and invert ParseMemoryInst [NFCI] by Philip Reames · 10 years ago
- aa464aa Use updated threshold for indirect call bonus by Easwaran Raman · 10 years ago
- 4e2c148 [PPC64] Convert bool literals to i32 by Kit Barton · 10 years ago
- 7d9752d Fix line endings by Simon Pilgrim · 10 years ago
- a16511b Fix function return type in declaration (bot errors from r254926). by Teresa Johnson · 10 years ago
- 3317c77 don't repeat function names in comments; NFC by Sanjay Patel · 10 years ago
- 322ee9e fix 'the the '; NFC by Sanjay Patel · 10 years ago
- 5d0d98f [ThinLTO] Support for specifying function index from pass manager by Teresa Johnson · 10 years ago
- fbee4fa remove redundant check: optForSize() includes a check for the minsize attribute; NFCI by Sanjay Patel · 10 years ago
- 55aaa98 [Hexagon] Adding v60 test, vasr in particular. by Ron Lieberman · 10 years ago
- f8a6223 [llvm-dwp] Restructure inputs for test case so they're all grouped together by David Blaikie · 10 years ago
- bd58adf Tighten checks so we can see existing codegen by Sanjay Patel · 10 years ago
- 07b637e [Orc] Removing traces of takeOwnershipOfBuffers left after r251560. by Lang Hames · 10 years ago
- 0178d23 Link declaration lazily. by Rafael Espindola · 10 years ago
- 7218e37 Simplify test. by Rafael Espindola · 10 years ago
- c4724f6 Silence all C4592 warnings with MSVC 2015 Update 1. This warning produces false positives that Microsoft says will be fixed in Update 2. Until this produces reliable diagnostics, it is safe to disable the diagnostic -- the compiler is not doing anything different than it previously did aside from issuing the diagnostic. by Aaron Ballman · 10 years ago
- fda49fd [ThinLTO] Support cloning of temporary DILocation metadata by Teresa Johnson · 10 years ago
- 3b45f26 VX-512: Fixed a bug in FP logic operation lowering by Elena Demikhovsky · 10 years ago
- fad998f [ARM] Generate ABI_optimization_goals build attribute, as described in the ARM ARM. by Artyom Skrobov · 10 years ago
- 0284291 [mips][ias] Removed DSP/DSPr2 instructions from base architecture valid-xfail.s's. by Daniel Sanders · 10 years ago
- b06ff9b AVX-512: Fixed masked load / store instruction selection for KNL. by Elena Demikhovsky · 10 years ago
- eea645e AVX-512: implement kunpck intrinsics. by Igor Breger · 10 years ago
- 35ecd26 Change how the linker handles the old llvm.global_ctors. by Rafael Espindola · 10 years ago
- fbb9115 [avx512] rename gcc intrinsics to be align with gcc format by Asaf Badouh · 10 years ago
- 5c239f4 [X86] Adding support for FWORD type for MS inline asm by Marina Yatsina · 10 years ago
- 8205637 [ARM] Flag vcvt{t,b} with an f16 type specifier as part of the FP16 extension by Bradley Smith · 10 years ago
- 0239b75 [X86][AVX] Added tests to load+broadcast non-zero'th vector elements by Simon Pilgrim · 10 years ago
- 01654c4 [mips][microMIPS] Implement LH, LHE, LHU and LHUE instructions by Zlatko Buljan · 10 years ago
- 1632a3b Add uint8_t size to LegalizeTypeAction enum and use the enum type directly to remove some typecasts. NFC by Craig Topper · 10 years ago
- 260f72a Add uint8_t size to LegalizeAction enum so we can use the enum type directly and remove some casts. NFC by Craig Topper · 10 years ago
- 0511c3b [llvm-objdump/MachoDump] Make code much more concise. by Davide Italiano · 10 years ago
- 41e546b [Verifier] Fix !dbg validation if Scope is the Subprogram by Keno Fischer · 10 years ago
- 3b8cbda [X86][AVX] Tidied up BROADCASTPD/BROADCASTPS tests by Simon Pilgrim · 10 years ago
- 1ecc6c0 [Orc] Rename IndirectStubsManagerBase to IndirectStubsManager. by Lang Hames · 10 years ago
- 001f341 [WebAssembly] Factor out a TypeToString function, since we need it in multiple places. by Dan Gohman · 10 years ago
- 577f887 [WebAssembly] Make tableswitch's 'default' operand explicit. NFC. by Dan Gohman · 10 years ago