2017-05-03 |
Reid Kleckner | Mark functions as not having CFI once we finalize an... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Craig Topper | [KnownBits] Add methods for determining if KnownBits... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Rui Ueyama | Remove a comment that is no longer true. |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Craig Topper | [ValueTracking] Remove handling for BitWidth being... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Craig Topper | [KnownBits] Add zext, sext, and trunc methods to KnownBits |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Sanjay Patel | [TargetLowering] use isSubsetOf in SimplifyDemandedBits... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Paul Robinson | clang-format and restyle DWARFFormValue before working... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Saleem Abdulrasool | DebugInfo: elide type index entries for synthetic types |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Eric Fiselier | Attempt to fix appveyor build |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Rui Ueyama | Accept archive files with no symbol table instad of... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Eric Fiselier | Qualify calls to __invoke, __apply_fuctor, and __mu |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Ahmed Bougacha | [AArch64] Fix variable name ambiguity in r302078. |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Xin Tong | [TailCallElim] Remove an unused argument. NFCI |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Ahmed Bougacha | [Driver] Update AArch64 testcase to match llvm r302078. |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Ahmed Bougacha | [AArch64] Make the TargetParser add CPU exts provided... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Ahmed Bougacha | [AArch64] armv8-A doesn't have CRC. |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Vitaly Buka | [libFuzzer] exit without running atexit handlers in... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Krzysztof Parzyszek | [Hexagon] Use automatically-generated scheduling inform... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Tobias Grosser | [ScopInfo] Do not use LLVM names to identify statements... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Zachary Turner | Remove unused private field. |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Anna Thomas | Avoid warning of unused variable in release builds... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Peter Collingbourne | Revert r301897, "ELF: Set symbol binding to STB_GLOBAL... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Tim Northover | Tests: strengthen CHECK line to avoid picking up stray... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Rafael Espindola | Handle mixed strong and weak undefined symbols. |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Kostya Serebryany | [asan] print the 'unexpected format specifier in printf... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Sanjoy Das | Fix typos in comment |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Greg Clayton | Break verification down into smaller functions to keep... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Anna Thomas | Fix PPC64 warning for missing parantheses. NFC. |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Reid Kleckner | [IR] Abstract away ArgNo+1 attribute indexing as much... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Davide Italiano | [CodeView] Remove constructor initialization of a remov... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Anna Thomas | [RuntimeLoopUnroller] Add assert that we dont unroll... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Zachary Turner | Delete dead function causing compilation failure. |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Davide Italiano | [CodeView] Remove unused private field. NFCI. |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Alexei Starovoitov | [bpf] add relocation support |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Tom Stellard | Revert "CMake: Move sphinx detection into AddSphinxTarg... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Zachary Turner | [CodeView] Use actual strings for dealing with checksum... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Zachary Turner | [llvm-readobj] Update readobj to re-use parsing code. |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Tim Northover | ARM: add extra test for addrmode folding. |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Kuba Mracek | [tsan] Detect races on modifying accesses in Swift... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Simon Pilgrim | [X86][LWP] Add stack folding mappings and tests for... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Simon Pilgrim | Silence a 'enum and non-enum used in conditional' warning. |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Amaury Sechet | [DAGCombine] (addcarry (add|uaddo X, Y), 0, Carry)... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Alex Lorenz | Revert r302037 |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Reid Kleckner | Revert my bad winasan coverage test fix and apply one... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Greg Clayton | Create DWARFVerifier.cpp and .h and move all DWARF... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Reid Kleckner | Speculative fix for WinASan after r301994 |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Zachary Turner | Resubmit r301986 and r301987 "Add codeview::StringTable" |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Simon Pilgrim | [X86][LWP] Add llvm support for LWP instructions (reapp... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Craig Topper | [APInt] Give the value union a name so we can remove... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Greg Clayton | Verify that no compile units share the same line table... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Simon Pilgrim | Revert rL302028 due to accidental line ending changes. |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Alex Lorenz | DiagnosticsEngine should clear DelayedDiagID before... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Krzysztof Parzyszek | [Hexagon] Handle S2_storerf_io in HexagonInstrInfo |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Krzysztof Parzyszek | [Hexagon] Misc fixes in HexagonInstrInfo, NFC |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Krzysztof Parzyszek | [Hexagon] Adjust latency between allocframe and the... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Krzysztof Parzyszek | [Hexagon] Handle J2_jumptpt and J2_jumpfpt in HexagonIn... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Krzysztof Parzyszek | [Hexagon] Implement undoing .cur instructions in packetizer |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Carlo Bertolli | [OpenMP] Extended parse for 'always' map modifier |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Krzysztof Parzyszek | [Hexagon] Add memory operands to a rewritten load |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Krzysztof Parzyszek | [Hexagon] Reset spill alignment when variable-sized... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Simon Pilgrim | [X86][LWP] Add llvm support for LWP instructions. |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Francis Ricci | Don't attempt to use mpx registers on unsupported platforms |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Tom Stellard | CMake: Add LLVM_DYLIB_SYMBOL_VERSIONING option |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Tom Stellard | CMake: Move sphinx detection into AddSphinxTarget.cmake |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Oren Ben Simhon | Reusing an existing attribute diagnostic |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Guy Blank | [X86][AVX512] remove unnecessary case. NFC |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Jonas Paulsson | [SystemZ] Properly check number of operands in getCmpO... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Siddharth Bhat | [CUDA Managed Memory] Fix regression introduced by... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Oren Ben Simhon | [X86] Support of no_caller_saved_registers attribute |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Elad Cohen | Support arbitrary address space pointers in masked... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Dylan McKay | [AVR] Reserve the Y register in all functions |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Artem Dergachev | [analyzer] Fix memory error bug category capitalization. |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Anna Thomas | [Loop Deletion] Delete loops that are never executed |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Dylan McKay | Revert "[AVR] Enable the frame pointer for all functions" |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Pavel Labath | Windows fix for TestConflictingDefinition makefile |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Daniel Jasper | Undo turning ExtBehavior into a bitfield. |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Alex Lorenz | [Triple] Add a "macos" OS type that acts as a synonym... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Simon Pilgrim | [X86] Refactored LowerINTRINSIC_W_CHAIN to use a switch... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Daniel Jasper | Fix tests after speculatable intrinsics patch |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Pavel Labath | Check for lack of C++ context first when demangling |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Peter Smith | [ELF] Fix problems with fabricateDefaultCommands()... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
George Rimar | [ELF] - Added testcase gdb-index-ranges.s (https:/... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Tobias Grosser | [ScopInfo] Remove code not needed anymore after r302004 |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Tobias Grosser | [ScopInfo] Do not add array name into memory reference ids |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Daniel Jasper | Silences gcc's -Wnarrowing. |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Daniel Jasper | Revert r301986 (and subsequent r301987). |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Maxim Ostapenko | [sanitizer] Intercept mcheck and mprobe on Linux |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Yuka Takahashi | Revert rL301998: "Fix a bug that -isysroot is completel... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Zachary Turner | Fix use after free in BinaryStream library. |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Yuka Takahashi | Fix a bug that -isysroot is completely ignored on Unix |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Matt Arsenault | Fix tests after speculatable intrinsics patch |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Matt Arsenault | Replace hardcoded intrinsic list with speculatable... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Kostya Serebryany | [sanitizer-coverage] add a deprecation warning to the... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Sean Callanan | Fixed a bug where we did not properly use the complete... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Richard Smith | [modules] Round-trip -Werror flag through explicit... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Peter Collingbourne | Revert r295861, "[ModuleSummaryAnalysis] Don't crash... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Tim Shen | [PowerPC, DAGCombiner] Fold a << (b % (sizeof(a) *... |
commit | commitdiff | tree | snapshot |
2017-05-02 |
Richard Trieu | [ODRHash] Add support for array and decayed types,... |
commit | commitdiff | tree | snapshot |
2017-05-02 |
Vedant Kumar | [ubsan] Skip overflow checks on safe arithmetic (fixes... |
commit | commitdiff | tree | snapshot |
2017-05-02 |
Zachary Turner | Fix type conversion error. |
commit | commitdiff | tree | snapshot |
next |