- f782218 [KnownBits] Add zext, sext, and trunc methods to KnownBits by Craig Topper · 8 years ago
- acf74d2 [TargetLowering] use isSubsetOf in SimplifyDemandedBits; NFCI by Sanjay Patel · 8 years ago
- 2dbf23f clang-format and restyle DWARFFormValue before working on it. NFC by Paul Robinson · 8 years ago
- 9de7130 DebugInfo: elide type index entries for synthetic types by Saleem Abdulrasool · 8 years ago
- d7e3981 [AArch64] Fix variable name ambiguity in r302078. by Ahmed Bougacha · 8 years ago
- 2b3efc4 [TailCallElim] Remove an unused argument. NFCI by Xin Tong · 8 years ago
- f007e3a [AArch64] Make the TargetParser add CPU exts provided by the arch. by Ahmed Bougacha · 8 years ago
- 700df98 [AArch64] armv8-A doesn't have CRC. by Ahmed Bougacha · 8 years ago
- 0a73805 [libFuzzer] exit without running atexit handlers in libfuzzer's crash handler by Vitaly Buka · 8 years ago
- c272a4d [Hexagon] Use automatically-generated scheduling information for HVX by Krzysztof Parzyszek · 8 years ago
- 2a1f47a Remove unused private field. by Zachary Turner · 8 years ago
- f931b1e Avoid warning of unused variable in release builds. NFC by Anna Thomas · 8 years ago
- 822fa30 Fix typos in comment by Sanjoy Das · 8 years ago
- 40ec86b Break verification down into smaller functions to keep code clean. by Greg Clayton · 8 years ago
- 48d0c28 Fix PPC64 warning for missing parantheses. NFC. by Anna Thomas · 8 years ago
- a82b376 [IR] Abstract away ArgNo+1 attribute indexing as much as possible by Reid Kleckner · 8 years ago
- b95636b [CodeView] Remove constructor initialization of a removed field. by Davide Italiano · 8 years ago
- b93df08 [RuntimeLoopUnroller] Add assert that we dont unroll non-rotated loops by Anna Thomas · 8 years ago
- 43f4886 Delete dead function causing compilation failure. by Zachary Turner · 8 years ago
- c59f00f [CodeView] Remove unused private field. NFCI. by Davide Italiano · 8 years ago
- bd87726 [bpf] add relocation support by Alexei Starovoitov · 8 years ago
- 450661e Revert "CMake: Move sphinx detection into AddSphinxTarget.cmake" by Tom Stellard · 8 years ago
- ff94599 [CodeView] Use actual strings for dealing with checksums and lines. by Zachary Turner · 8 years ago
- f393f97e [llvm-readobj] Update readobj to re-use parsing code. by Zachary Turner · 8 years ago
- 2c038de ARM: add extra test for addrmode folding. by Tim Northover · 8 years ago
- 2cd10f6 [X86][LWP] Add stack folding mappings and tests for LWPINS/LWPVAL instructions by Simon Pilgrim · 8 years ago
- d27e7d3 Silence a 'enum and non-enum used in conditional' warning. by Simon Pilgrim · 8 years ago
- d161fb6 [DAGCombine] (addcarry (add|uaddo X, Y), 0, Carry) -> (addcarry X, Y, Carry) by Amaury Sechet · 8 years ago
- c8e3032 Create DWARFVerifier.cpp and .h and move all DWARF verification code over into it. by Greg Clayton · 8 years ago
- 6b4b26a Resubmit r301986 and r301987 "Add codeview::StringTable" by Zachary Turner · 8 years ago
- 9226f72 [X86][LWP] Add llvm support for LWP instructions (reapplied). by Simon Pilgrim · 8 years ago
- 52bc9d9 [APInt] Give the value union a name so we can remove assumptions on VAL being the larger member by Craig Topper · 8 years ago
- 8364bad Verify that no compile units share the same line table in "llvm-dwarfdump --verify" by Greg Clayton · 8 years ago
- dad8f54 Revert rL302028 due to accidental line ending changes. by Simon Pilgrim · 8 years ago
- 30c3f70 [Hexagon] Handle S2_storerf_io in HexagonInstrInfo by Krzysztof Parzyszek · 8 years ago
- 0685f41 [Hexagon] Misc fixes in HexagonInstrInfo, NFC by Krzysztof Parzyszek · 8 years ago
- 6da858a [Hexagon] Adjust latency between allocframe and the first store on stack by Krzysztof Parzyszek · 8 years ago
- b866deb [Hexagon] Handle J2_jumptpt and J2_jumpfpt in HexagonInstrInfo by Krzysztof Parzyszek · 8 years ago
- 7cff806 [Hexagon] Implement undoing .cur instructions in packetizer by Krzysztof Parzyszek · 8 years ago
- 2f1d015 [Hexagon] Add memory operands to a rewritten load by Krzysztof Parzyszek · 8 years ago
- 7812bed [Hexagon] Reset spill alignment when variable-sized objects are present by Krzysztof Parzyszek · 8 years ago
- 0766da9 [X86][LWP] Add llvm support for LWP instructions. by Simon Pilgrim · 8 years ago
- 26efd16 CMake: Add LLVM_DYLIB_SYMBOL_VERSIONING option by Tom Stellard · 8 years ago
- 2891d41 CMake: Move sphinx detection into AddSphinxTarget.cmake by Tom Stellard · 8 years ago
- cb866d2 [X86][AVX512] remove unnecessary case. NFC by Guy Blank · 8 years ago
- 0441b20 [SystemZ] Properly check number of operands in getCmpOpsType() by Jonas Paulsson · 8 years ago
- 5bbf1b2 [X86] Support of no_caller_saved_registers attribute by Oren Ben Simhon · 8 years ago
- ea59a24 Support arbitrary address space pointers in masked gather/scatter intrinsics. by Elad Cohen · 8 years ago
- 6804210 [AVR] Reserve the Y register in all functions by Dylan McKay · 8 years ago
- 469af3f [Loop Deletion] Delete loops that are never executed by Anna Thomas · 8 years ago
- 8ec2e3e Revert "[AVR] Enable the frame pointer for all functions" by Dylan McKay · 8 years ago
- ddc58c4 [Triple] Add a "macos" OS type that acts as a synonym for "macosx" by Alex Lorenz · 8 years ago
- ab50a12 [X86] Refactored LowerINTRINSIC_W_CHAIN to use a switch statament. NFCI. by Simon Pilgrim · 8 years ago
- 5d9d83f Revert r301986 (and subsequent r301987). by Daniel Jasper · 8 years ago
- d947f15 Fix use after free in BinaryStream library. by Zachary Turner · 8 years ago
- 921f454 Replace hardcoded intrinsic list with speculatable attribute. by Matt Arsenault · 8 years ago
- 8d8582c Revert r295861, "[ModuleSummaryAnalysis] Don't crash when referencing unnamed globals." by Peter Collingbourne · 8 years ago
- 85fd68b [PowerPC, DAGCombiner] Fold a << (b % (sizeof(a) * 8)) back to a single instruction by Tim Shen · 8 years ago
- c7dd63d Fix type conversion error. by Zachary Turner · 8 years ago
- 288180a Make codeview::StringTable. by Zachary Turner · 8 years ago
- 66ac3d5 Typo in LangRef.rst. NFC by Xin Tong · 8 years ago
- cfa02bf Add line table verification to lldb-dwarfdump --verify by Greg Clayton · 8 years ago
- 3d8a34a ARM: avoid handing a deleted node back to TableGen during ISel. by Tim Northover · 8 years ago
- dac7487 Re-land r301697 "[IR] Make add/remove Attributes use AttrBuilder instead of AttributeList" by Reid Kleckner · 8 years ago
- 845c8c4 [AArch64] ILP32 Backend Relocation Support by Joel Jones · 8 years ago
- a6125fe [DWARFv5] Parse new line-table header format. by Paul Robinson · 8 years ago
- 05c11eb revert r301766: InstructionSimplify: Canonicalize shuffle operands. NFC-ish by Sanjay Patel · 8 years ago
- e8a0898 [NewGVN] Fix typo and format comment. NFCI. by Davide Italiano · 8 years ago
- edadbde Verify that all references point to actual DIEs in "llvm-dwarfdump --verify" by Greg Clayton · 8 years ago
- dbb0e70 ARM: add arm1176j-f processor by Tim Northover · 8 years ago
- 012b707 PEI: Skip dead objects when looking at CSRs by Matt Arsenault · 8 years ago
- 1d482c0 [PartialInlining] Add more early filtering by Xinliang David Li · 8 years ago
- 5c95b81 AMDGPU: Don't promote alloca to LDS for leaf functions by Matt Arsenault · 8 years ago
- d25714f [Hexagon] Fix uninitialized value caught with valgrind by Krzysztof Parzyszek · 8 years ago
- b1b2c37 [Hexagon] Change iconst to emit 27bit relocation by Krzysztof Parzyszek · 8 years ago
- e77118b [Hexagon] Add extenders for GD_PLT_B22_PCREL and LD_PLT_B22_PCREL by Krzysztof Parzyszek · 8 years ago
- 32526ea [Hexagon] Don't ignore mult-cycle latency information by Krzysztof Parzyszek · 8 years ago
- 033d506 [Hexagon] Formatting changes, NFC by Krzysztof Parzyszek · 8 years ago
- 584a18c [Hexagon] Remove unused validSubtarget TSFlags by Krzysztof Parzyszek · 8 years ago
- 9e6cd1e [Hexagon] Make sure duplexed dealloc_returns are checked for double jumps by Krzysztof Parzyszek · 8 years ago
- 5c80457 SpeculativeExecution: Stop using whitelist for costs by Matt Arsenault · 8 years ago
- 3dac85d [Hexagon] Move checking AXOK to checker by Krzysztof Parzyszek · 8 years ago
- 479f5fd Rename pdb::StringTable -> pdb::PDBStringTable. by Zachary Turner · 8 years ago
- 9079905 [Hexagon] Remove unneeded code from HexagonShuffler by Krzysztof Parzyszek · 8 years ago
- 7cac2fa [Hexagon] Extract function that checks endloops with other branches by Krzysztof Parzyszek · 8 years ago
- 20867e3 [Hexagon] Add new packet iterator which will iterate through duplexes by Krzysztof Parzyszek · 8 years ago
- b712cbb Revert "Remove "_NC" suffix and semantics from TLSDESC_LD{64,32}_LO12 and" by Zachary Turner · 8 years ago
- 9aa1d44 [Hexagon] Check for .cur def without use without using a map data structure by Krzysztof Parzyszek · 8 years ago
- 78070a7 Bitcode: Simplify how we enumerate summaries in the index. NFCI. by Peter Collingbourne · 8 years ago
- 4f77dbb [lit] Try to exit more cleanly by Reid Kleckner · 8 years ago
- ac4b289 Make DWARFDebugLine use StringRef for directory/file tables. NFC by Paul Robinson · 8 years ago
- 3322bb7 Remove "_NC" suffix and semantics from TLSDESC_LD{64,32}_LO12 and by Joel Jones · 8 years ago
- 7bf7fa6 AMDGPU: Refactor AsmPrinter by Matt Arsenault · 8 years ago
- 822c8e2 AMDGPU: Make intrinsics speculatable by Matt Arsenault · 8 years ago
- e551b3a [PDB/CodeView] Read/write codeview inlinee line information. by Zachary Turner · 8 years ago
- f3dc328 CMake: Silence more stderr when running git. by Tim Northover · 8 years ago
- 20c757b Add new test case for addcarry. NFC. by Amaury Sechet · 8 years ago
- a205704 AMDGPU: Add AMDGPU_HS calling convention by Marek Olsak · 8 years ago
- dc1b8f4 [InstCombine] don't use DeMorgan's Law on integer constants (2nd try) by Sanjay Patel · 8 years ago
- a30d9c6 revert r301923 : [InstCombine] don't use DeMorgan's Law on integer constants by Sanjay Patel · 8 years ago