- 9b512e3 Supress MSVC padding warning in alignment test by Andrew Kaylor · 10 years ago
- d6e2911 Adds an option to disable ARM ld/st optim pass by Renato Golin · 10 years ago
- 387a89b Reapply "Linker: Drop function pointers for overridden subprograms" by Duncan P. N. Exon Smith · 10 years ago
- c8a807c [ARM] Add v8.1a "Rounding Double Multiply Add/Subtract" extension by Vladimir Sukharev · 10 years ago
- ed11613 [AArch64] Rename Pairs to Mappings in AArch64NamedImmMapper by Vladimir Sukharev · 10 years ago
- 0564129 [AArch64] Move initializations of AArch64NamedImmMapper out of void AArch64Operand::print(...) by Vladimir Sukharev · 10 years ago
- a9228aa [SCEV] Revert bailout added in r75511. by Sanjoy Das · 10 years ago
- 69688b9 revert inadvertent change by Sanjay Patel · 10 years ago
- 4ce6568 comment cleanup; NFC by Sanjay Patel · 10 years ago
- aa66f22 Remove outdated README-SSE.txt entries. by Benjamin Kramer · 10 years ago
- 8f820e9 InstCombine: fold (A << C) == (B << C) --> ((A^B) & (~0U >> C)) == 0 by Benjamin Kramer · 10 years ago
- 27d12f3 [AArch64, ARM] Add v8.1a architecture and generic cpu by Vladimir Sukharev · 10 years ago
- 5de4af6 Use SDValue bool checks; NFC intended by Sanjay Patel · 10 years ago
- 1c76e39 fix indent; NFC by Sanjay Patel · 10 years ago
- 439d17c [SLSR] handle candidate form &B[i * S] by Jingyue Wu · 10 years ago
- 54b6c4c Sometimes report_fatal_error is called when there is not a handler function used to fail gracefully. In that case, RunInterruptHandlers is called, which attempts to enter a critical section object. Ensure that the critical section is properly initialized so that this code functions properly, and tools like clang-tidy do not crash in Debug builds. by Aaron Ballman · 10 years ago
- 06a8dfd [mips] Move the setATReg definition inside the MipsAssemblerOptions class. NFC. by Toma Tabacu · 10 years ago
- 971eb1b [X86][FastIsel] Teach how to select vector load instructions. by Andrea Di Biagio · 10 years ago
- a977f7e Revert "Linker: Drop function pointers for overridden subprograms" by Duncan P. N. Exon Smith · 10 years ago
- 7a1a3e9 bugpoint: Verify input files by Duncan P. N. Exon Smith · 10 years ago
- 6a62f78 bugpoint: Return early after error, NFC by Duncan P. N. Exon Smith · 10 years ago
- 45f376c [RegisterCoalescer] Add a rule to consider more profitable copies first when by Quentin Colombet · 10 years ago
- dd9bb11 Testcase for r233239. by Eric Christopher · 10 years ago
- 3a77909 Add computeFSAdditions to the function based subtarget creation by Eric Christopher · 10 years ago
- 6141f17 llvm-link: Verify input modules by Duncan P. N. Exon Smith · 10 years ago
- 7424d93 Fix typo in comment. by Nico Weber · 10 years ago
- 93d8819 [ValueTracking] Fix PR23011. by Sanjoy Das · 10 years ago
- eb32048 [DAGCombiner] Add support for TRUNCATE + FP_EXTEND vector constant folding by Simon Pilgrim · 10 years ago
- 00aafa5 Linker: Stop using -gmlt test/Linker/subprogram-linkonce-weak.ll by Duncan P. N. Exon Smith · 10 years ago
- 5b99eba Fix remaining MSVC warning by Andrew Kaylor · 10 years ago
- ca33fd7 RegisterCoalescer: Fix implicit def handling in register coalescer by Matthias Braun · 10 years ago
- dffffd2 MachineVerifier: slightly simplify code that is only called with vregs by Matthias Braun · 10 years ago
- 3f972ab Linker: Loosen checks slightly from r233207 by Duncan P. N. Exon Smith · 10 years ago
- d6d4592 Revert r233206 by Krzysztof Parzyszek · 10 years ago
- a8b46e7 WinEH: Create an unwind help alloca for __CxxFrameHandler3 xdata tables by Reid Kleckner · 10 years ago
- 151bc36 Linker: Rewrite dwarfdump checks from r233164 by Duncan P. N. Exon Smith · 10 years ago
- 1ab3094 [Hexagon] Keep the bare getSubtargetImpl for now by Krzysztof Parzyszek · 10 years ago
- bd9a548 Add Hardware Transactional Memory (HTM) Support by Kit Barton · 10 years ago
- 55f6e3b clang-format bits of code to make another patch readable. by Rafael Espindola · 10 years ago
- 489e5e5 Simplify missing-file-line.ll test. by Peter Collingbourne · 10 years ago
- c33c447 DebugInfo: Permit DW_TAG_structure_type, DW_TAG_member, DW_TAG_typedef tags with empty file names. by Peter Collingbourne · 10 years ago
- e53dbeb [X86, AVX] improve insertion into zero element of 256-bit vector by Sanjay Patel · 10 years ago
- 62dd074 use update_llc_test_checks.py to tighten checking in these tests by Sanjay Patel · 10 years ago
- 2ebb9f0 llvm-jitlistener: Add missing include. by Benjamin Kramer · 10 years ago
- eaf3cbd [APInt] Add an isSplat helper and use it in some places. by Benjamin Kramer · 10 years ago
- 17a29a4 [Hexagon] Pattern match a CTZ loop into a call to countTrailingZeros. by Benjamin Kramer · 10 years ago
- 4d09974 [ARM] Rewrite .save/.vsave emission with bit math by Benjamin Kramer · 10 years ago
- a427f12 Make exit-code test use same mechanism as existing one. by Daniel Jasper · 10 years ago
- d033c4b Fix fixup evaluation when deciding what to relocate with. by Rafael Espindola · 10 years ago
- 3467618 [Orc] Remove another unnecessary typedef. by Lang Hames · 10 years ago
- 962dcdf [optnone] Skip pass Float2Int on optnone functions. by Andrea Di Biagio · 10 years ago
- 47fd563 [Orc][lli] Add a very simple Orc-based lazy JIT to lli. by Lang Hames · 10 years ago
- 3132115 [X86] Simplify check lines in tests. No functional change. by Andrea Di Biagio · 10 years ago
- 09f1b67 Reapply r233062: "float2int": Add a new pass to demote from float to int where possible. by James Molloy · 10 years ago
- c0ffe0f test: Fix the dependencies for the check-llvm-* targets by Justin Bogner · 10 years ago
- 544763d Fix build. by Rafael Espindola · 10 years ago
- 5238b7f [X86] Remove GetCpuIDAndInfo, GetCpuIDAndInfoEx and DetectFamilyModel functions from X86 MC layer. They haven't been used since CPU autodetection was removed from X86Subtarget.cpp. by Craig Topper · 10 years ago
- afb57c0 [Orc] Remove extraneous 'typename'. This should cheer the bots up. by Lang Hames · 10 years ago
- 339fa95 [Orc] Refactor JITCompileCallbackManagerBase and CompileOnDemandLayer to support by Lang Hames · 10 years ago
- 2186876 Linker: Temporarily disable dwarfdump checks from r233164 by Duncan P. N. Exon Smith · 10 years ago
- c89369a Linker: Drop function pointers for overridden subprograms by Duncan P. N. Exon Smith · 10 years ago
- ef81f7c [ADT] Teach MapVector to support a swap member. Will be used in by Chandler Carruth · 10 years ago
- 41509f4 Fix warning on non-assert build. by Rafael Espindola · 10 years ago
- 49dba99 Produce an error instead of asserting on invalid .sleb128/.uleb128. by Rafael Espindola · 10 years ago
- 759015d 'optnone' should not disable DAG combiner. by Paul Robinson · 10 years ago
- c50bf46 !invariant.load semantics with potentially clobbering calls by Philip Reames · 10 years ago
- 4e86f54 Don't be over eager in evaluating a subtraction with a weak symbol. by Rafael Espindola · 10 years ago
- d639e19 X86: Fix frameescape when not using an FP by Reid Kleckner · 10 years ago
- fa71fb3 Update a test I missed in r233132 by Justin Bogner · 10 years ago
- 1e4e27a Disabling warnings for MSVC build to enable /W4 use. by Andrew Kaylor · 10 years ago
- b9e97c7 llvm-cov: Require a subcommand when invoked as llvm-cov by Justin Bogner · 10 years ago
- 4e933df Opaque Pointer Types: GEP API migrations to specify the gep type explicitly by David Blaikie · 10 years ago
- 28b71b1 [dsymutil] Temporarily disable some tests on windows. by Frederic Riss · 10 years ago
- 14c1d06 optimize the AVX2 (integer) version of vperm2 into a shuffle by Sanjay Patel · 10 years ago
- dad4e9c Opaque Pointer Types: GEP API migrations to specify the gep type explicitly by David Blaikie · 10 years ago
- 6bde9f6 Merge empty landing pads in SimplifyCFG by Philip Reames · 10 years ago
- 54ce82e Add -m -m elf_x86_64 to gold invocations. by Rafael Espindola · 10 years ago
- ef9962d Revert "Remove an InstCombine that seems to have become redundant." by David Blaikie · 10 years ago
- 45eaa02 Reset the CFA offset at the start of every FDE. by Rafael Espindola · 10 years ago
- 4b8dfba AArch64: use a different means to determine whether to byte swap relocations. by Peter Collingbourne · 10 years ago
- f99b7d0 MC: Add more stringent symbol checking to test. by Peter Collingbourne · 10 years ago
- 80da862 Remove an InstCombine that seems to have become redundant. by David Blaikie · 10 years ago
- 5e0ce9d [X86, AVX] instcombine vperm2 intrinsics with zero inputs into shuffles by Sanjay Patel · 10 years ago
- 71be19d [llvm-readobj] add support for macho universal binary. by Rafael Espindola · 10 years ago
- f61cd8b Revert r233062 ""float2int": Add a new pass to demote from float to int where possible." by Hans Wennborg · 10 years ago
- fe1187e [IRCE] Fix how IRCE checks for no-sign-overflow. by Sanjoy Das · 10 years ago
- 33a864a [IRCE] Fix a regression introduced in r232444. by Sanjoy Das · 10 years ago
- fe76881 [X86, AVX] recognize shufflevector with zero input as a vperm2 (PR22984) by Sanjay Patel · 10 years ago
- 1329ecf DebugInfo: Reorder definitions of MDLocation and MDFile, NFC by Duncan P. N. Exon Smith · 10 years ago
- 15a873a Verifier: Start recursing into !dbg attachments by Duncan P. N. Exon Smith · 10 years ago
- eeb2ba6 Verifier: !llvm.dbg.cu must point at compile units by Duncan P. N. Exon Smith · 10 years ago
- ab10069 DebugInfo: Add MDLocalScope, a legal scope for locals by Duncan P. N. Exon Smith · 10 years ago
- 63ccf14 Refactor: Simplify boolean expressions in lib/Analysis by David Blaikie · 10 years ago
- dcd8c45 Refactor: Simplify boolean expressions in AArch64 target by David Blaikie · 10 years ago
- 06426f5 [mips] Support 16-bit offsets for 'm' inline assembly memory constraint. by Daniel Sanders · 10 years ago
- 63d8e01 R600/SI: Insert more NOPs after READLANE on VI, don't use NOPs on CI by Marek Olsak · 10 years ago
- a2705bb R600/SI: Select V_BFE_U32 for and+shift with a non-literal offset by Marek Olsak · 10 years ago
- 226f794 R600/SI: Custom-select 32-bit S_BFE from bitwise opcodes by Marek Olsak · 10 years ago
- 945fab3 R600/SI: Improve BFM support by Marek Olsak · 10 years ago
- 3f05a5e R600/SI: Use V_FRACT_F64 for faster 64-bit floor on SI by Marek Olsak · 10 years ago