- ca0cc47 Refactor AtomicExpand::expandAtomicRMWToCmpXchg into a standalone function. by JF Bastien · 10 years ago
- 9987cb6 Currently string attributes on function arguments/return values can be generated using LLVM API. However they are not supported in parser. So, the following scenario will fail: by Artur Pilipenko · 10 years ago
- b65ab9a [TTI] Fix default costs for interleaved accesses by Silviu Baranga · 10 years ago
- d58af05 [ARM] Make GlobalMerge merge extern globals by default by John Brawn · 10 years ago
- 583fe8f [GlobalMerge] Allow targets to enable merging of extern variables, NFC. by John Brawn · 10 years ago
- de5e911 Don't use test inputs from other directories. by Alexander Kornienko · 10 years ago
- ae8ffe0 Be less conservative about forming IT blocks. by James Molloy · 10 years ago
- 21481e0 Fix the test added at r243777. by Alexander Kornienko · 10 years ago
- 836170e ValueMapper: Only check for cycles if operands change by Duncan P. N. Exon Smith · 10 years ago
- dae8660 ValueMapper: Use a range-based for, NFC by Duncan P. N. Exon Smith · 10 years ago
- 7b16662 ValueMapper: Reuse local variable, NFC by Duncan P. N. Exon Smith · 10 years ago
- 379e328 Use early return NFC. by Frederic Riss · 10 years ago
- 7cd34c0 [dwarfdump] Add support for dumping mach-o universal objectfiles by Frederic Riss · 10 years ago
- 5733daa [dwarfdump] Move dumping to a helper function NFC by Frederic Riss · 10 years ago
- 5bcfe24 WebAssembly: implement getScalarShiftAmountTy so we can shift by amount, with type by JF Bastien · 10 years ago
- dc8bd0c Use range-based for loops. NFC by Craig Topper · 10 years ago
- 5bb9579 AsmPrinter: Stop inheriting from DIE by Duncan P. N. Exon Smith · 10 years ago
- 401c02a DwarfLinker: Use DIEValueList instead of DIE, NFC by Duncan P. N. Exon Smith · 10 years ago
- 94404e8 AsmPrinter: Split out non-DIE printing from DIE::print(), NFC by Duncan P. N. Exon Smith · 10 years ago
- 69e4c2f AsmPrinter: Take DIEValueList in some DwarfUnit API, NFC by Duncan P. N. Exon Smith · 10 years ago
- bc3c2c3 AsmPrinter: Change DIEValueList to a subclass of DIE, NFC by Duncan P. N. Exon Smith · 10 years ago
- 1e95eed Remove dead code, NFC by Duncan P. N. Exon Smith · 10 years ago
- 61147eb [X86][SSE] Refreshed sse2 vector shift tests by Simon Pilgrim · 10 years ago
- 510a661 Add support to set/get ordering for load/store from the C API by Andrew Wilkins · 10 years ago
- f03f83c Mark CompositeType::getTypeAtIndex as const. NFC by Craig Topper · 10 years ago
- 55afc08 Mark Type::getPointerTo as const. Unfortunately, this requires a const_cast inside, but at least it makes all methods on Type const. NFC by Craig Topper · 10 years ago
- e058248 Merge the const and non-const Type::getScalarType to a const version that returns a non-const pointer. Since we don't put const on Types all places were already calling the non-const version. by Craig Topper · 10 years ago
- 84bbcfe De-constify pointers to Type since they can't be modified. NFC by Craig Topper · 10 years ago
- 6ebf387 [NVPTX] allow register copy between float and int by Jingyue Wu · 10 years ago
- 93ed1b3 Remove trailing whitespace. NFCI. by Simon Pilgrim · 10 years ago
- c87d0b5 Use SDValue bool check. NFCI. by Simon Pilgrim · 10 years ago
- 83d21e9 Provide move constructor to appease Visual C++. by Yaron Keren · 10 years ago
- e35d602 [Mips] Support DT_MIPS_RLD_MAP_REL dynamic section tag in the llvm-readobj by Simon Atanasyan · 10 years ago
- fa2c240 [DAGCombiner] Convert constant AND masks to shuffle clear masks down to the byte level by Simon Pilgrim · 10 years ago
- b80eede -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are deprecated in C++11 by David Blaikie · 10 years ago
- 3d171d4 -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are deprecated in C++11 by David Blaikie · 10 years ago
- 0ef4b3c Workaround some compilers that give a stricter throw spec to = default than implicit dtors by David Blaikie · 10 years ago
- e428ba7 WebAssembly: handle more than int32 argument/return by JF Bastien · 10 years ago
- 14ec817 Missing formatting by David Blaikie · 10 years ago
- 299ab3d -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are deprecated in C++11 by David Blaikie · 10 years ago
- 0dd9ec7 [libFuzzer] more refactoring of the Mutator and adding tests to it by Kostya Serebryany · 10 years ago
- 8d4c806 [libFuzzer] start refactoring the Mutator and adding tests to it by Kostya Serebryany · 10 years ago
- 8bf187c -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are deprecated in C++11 by David Blaikie · 10 years ago
- f5cf675 AMDGPU/SI: Add implicit register operands in the correct order. by Alex Lorenz · 10 years ago
- c198b23 MIR Parser: Report an error when a jump table entry is redefined. by Alex Lorenz · 10 years ago
- faa33cd MIR Parser: Remove unused variable. by Alex Lorenz · 10 years ago
- 427b5a5 [libFuzzer] limit the size of the inputs printed to stderr by Kostya Serebryany · 10 years ago
- cab5678 [libFuzzer] minimal documentation on data-flow-guided fuzzing by Kostya Serebryany · 10 years ago
- 7c24e4d Fix an MSVC build break since it can't synthesize move ctors. by David Blaikie · 10 years ago
- d79f0dd Fix a GCC buildbot that seemed to be having trouble producing the implicit move ctor by David Blaikie · 10 years ago
- bd11ccb [NVPTX] convert pointers in byval kernel arguments to global by Jingyue Wu · 10 years ago
- be031d9 Fix some formatting from a recent commit. by David Blaikie · 10 years ago
- 4c20864 -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are deprecated in C++11 by David Blaikie · 10 years ago
- b4b38d6 -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are deprecated in C++11 by David Blaikie · 10 years ago
- caf175c WebAssembly: handle `ret void`. by JF Bastien · 10 years ago
- f7aa7e6 [libFuzzer] make sure that 2-byte arguments of switch() are handled properly by Kostya Serebryany · 10 years ago
- c225eda MIR Serialization: Serialize the floating point immediate machine operands. by Alex Lorenz · 10 years ago
- 82e3e48 IR: Add a broad bitcode compatibility test by Duncan P. N. Exon Smith · 10 years ago
- 09e26a4 [dwarfdump] Ignore scattered relocations for mach-o. by Frederic Riss · 10 years ago
- d353c91 [dsymutil] Support multiple input files on the command line by Frederic Riss · 10 years ago
- bf2040f DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable by Duncan P. N. Exon Smith · 10 years ago
- 48db91b x86: check hasOpaqueSPAdjustment in canRealignStack by JF Bastien · 10 years ago
- 6877df2 WebAssembly: handle unused function arguments. by JF Bastien · 10 years ago
- 4c43d5b Attempt to appease the MSVC build bots by David Majnemer · 10 years ago
- 207cfe1 [libFuzzer] record traces from the switch statements only when told to do so by Kostya Serebryany · 10 years ago
- 4a45f08 New EH representation for MSVC compatibility by David Majnemer · 10 years ago
- aa50fa7 DI: Rewrite the DIBuilder local variable API by Duncan P. N. Exon Smith · 10 years ago
- 3f2cb5c WebAssembly: print basic integer assembly. by JF Bastien · 10 years ago
- 0229c3b [COFF] Consider the ImageBase when reporting section addresses by David Majnemer · 10 years ago
- 26e09e2 [libFuzzer] support switch interception in dfsan mode by Kostya Serebryany · 10 years ago
- 3973e4b [CodeGenPrepare] Compress a pair. No functional change. by Benjamin Kramer · 10 years ago
- 8ae0800 [x86] reassociate integer multiplies using machine combiner pass by Sanjay Patel · 10 years ago
- c136e55 [COFF] Return symbol VAs instead of RVAs for PE files by Reid Kleckner · 10 years ago
- 0dd663b [AArch64] Favor extended reg patterns for sub by Geoff Berry · 10 years ago
- 29b8ad6 don't repeat function names in comments; NFC by Sanjay Patel · 10 years ago
- 8fea35a [CaptureTracker] Provide an ordered basic block to PointerMayBeCapturedBefore by Bruno Cardoso Lopes · 10 years ago
- 289b5e7 [regalloc] Make RegMask clobbers prevent merging vreg's into PhysRegs when hoisting def's upwards. by Daniel Sanders · 10 years ago
- c71235a Refactor: Simplify boolean conditional return statements in lib/Target/NVPTX by Jingyue Wu · 10 years ago
- 30eac4b AMDGPU: Fix v16i32 to v16i8 truncstore by Matt Arsenault · 10 years ago
- 02c18f4 [libFuzzer] trace switch statements and apply mutations based on the expected case values by Kostya Serebryany · 10 years ago
- 8cb3db9 ELFYAML: Enable parsing of EM_AMDGPU by Tom Stellard · 10 years ago
- 01e2215 AMDGPU/SI: Set DwarfRegNum by Matt Arsenault · 10 years ago
- 6a224c3 TableGen: Support folding casts from bits to int by Matt Arsenault · 10 years ago
- a29a752 docs: Add information about helper scripts to HowToReleaseLLVM page by Tom Stellard · 10 years ago
- b0619e0 AMDGPU/SI: Remove unused pattern for f32 constant loads by Tom Stellard · 10 years ago
- 8d13756 [ARM] Lower modulo operation to generate __aeabi_divmod on Android by Sumanth Gundapaneni · 10 years ago
- 2623dd4 MIR Parser: Report an error when a constant pool item is redefined. by Alex Lorenz · 10 years ago
- 2bc6316 MIR Parser: Report an error when a virtual register is redefined. by Alex Lorenz · 10 years ago
- 8a6197a fix memcpy/memset/memmove lowering when optimizing for size by Sanjay Patel · 10 years ago
- dd6dcb6 [libFuzzer] fix the strncmp interceptor -- it should respect short strings. by Kostya Serebryany · 10 years ago
- f4745ec Fix TableGen code generation for ReadNone attribute. by Eric Christopher · 10 years ago
- 3b00227 enable fast-math-flag propagation to DAG nodes by Sanjay Patel · 10 years ago
- 044eeda Enable dfsan for aarch64 by Adhemerval Zanella · 10 years ago
- 93204d2 Add a TargetMachine hook that verifies DataLayout compatibility by Mehdi Amini · 10 years ago
- 4db6728 [SLP vectorizer]: Choose the best consecutive candidate to pair with a store instruction. by Wei Mi · 10 years ago
- 778e064 Fix lli with OrcLazyJIT: the default DataLayout was used. by Mehdi Amini · 10 years ago
- ece90bb AMDGPU: Set SubRegIndex size and offset by Matt Arsenault · 10 years ago
- b240003 AMDGPU: Fix unreachable when emitting binary debug info by Matt Arsenault · 10 years ago
- fbd9479 MIR Serialization: Serialize the machine basic block's successor weights. by Alex Lorenz · 10 years ago
- cfe562c [COFF] Add IMAGE_SCN_TYPE_NOLOAD to SectionCharacteristics by David Majnemer · 10 years ago