2017-10-16 |
Tony Tye | Add base relative relocation record that can be used... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Erich Keane | Remove AnyX86Interrupt documentation |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Kostya Serebryany | fix llvm-isel-fuzzer: LLVMFuzzerTestOneInput should... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Reid Kleckner | Revert MSVC 2017 build fix and fix it by moving the... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Erich Keane | Sort Attributes by "HeaderName" |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Reid Kleckner | Fix the build of GlobalISelEmitter with MSVC 2017 by... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Erich Keane | Clarify the 'interrupt' names in Attribute Docs |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Krzysztof Parzyszek | Add iterator range MachineRegisterInfo::liveins(),... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Konstantin... | Revert r315877: Simplify. |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Krzysztof Parzyszek | [Hexagon] Rangify some loops, NFC |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Alex Lorenz | [refactor] allow the use of refactoring diagnostics |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Alex Lorenz | clang-refactor: Use llvm_unreachable in an unused override |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Evgeniy Stepanov | [cfi] Test cross-dso CFI on Android. |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Evgeniy Stepanov | Do not link clang_rt.cfi on Android. |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Anna Thomas | [SCEV] Rename getMaxBECount and update comments. NFC |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Matthew Simpson | [SparsePropagation] Enable interprocedural analysis |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Alex Lorenz | Recommit r315738 "[clang-refactor] Apply source replace... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Kostya Kortchinsky | [scudo] Do not include sanitizer_posix.h if not on... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Alexander Timofeev | [AMDGPU] : revert r315908 |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Wei Mi | [Bitfield] Add an option to access bitfield in a fine... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Akira Hatanaka | [ObjCARC] Do not move a release that has the clang... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Sanjay Patel | [x86] add minmax tests with more predicate coverage... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Anna Thomas | [Polly] Add XFAIL to large-numbers-in-boundary-context.ll |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Javed Absar | [TableGen] Simplify CallingConvEmitter.cpp. NFC. |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Sanjay Patel | [InstCombine] don't unnecessarily generate a constant... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Sanjay Patel | [ValueTracking] fix typos, formatting; NFC |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Alexander Timofeev | [AMDGPU] Prevent Machine Copy Propagation from replacin... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Simon Pilgrim | Fix test name typo. |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Simon Pilgrim | [X86][SSE] Added additional PACKUS shuffle tests |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Simon Dardis | [mips][micromips] Fix (dis)assembly of bc1(t|f) |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Sjoerd Meijer | ISel type legalizer: debug messages. NFC. |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Simon Pilgrim | Fix or vs || typo. |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Jonas Hahnfeld | [CUDA] Require libdevice only if needed |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Stefan Maksimovic | [mips] Provide alternate predicates for constant synthesis |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Hiroshi Inoue | [PowerPC] fix up in sign-/zero-extension elimination |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Andrew V. Tischenko | This patch is a result of D37262: The issues with X86... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Haojian Wu | [clang-rename] Add function unit tests. |
commit | commitdiff | tree | snapshot |
2017-10-16 |
George Rimar | [llvm-dwarfdump] - Teach tool to parse DW_CFA_GNU_args_... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
NAKAMURA Takumi | Revert rL315894, "SLPVectorizer.cpp: Try to appease... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Nikolai Bozhenov | Move folding of icmp with zero after checking for min... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
NAKAMURA Takumi | SLPVectorizer.cpp: Try to appease stage2-3 difference... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Krasimir Georgiev | [clang-format] Break non-trailing comments, try 2 |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Eric Liu | [change-namespace] do not change type locs in defaulted... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Javed Absar | [TableGen] Range loopify DAGISelMatcher. NFC. |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Daniel Sanders | [aarch64][globalisel] Fix a crash in selectAddrModeInde... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Yonghong Song | bpf: fix bug on silently truncating 64-bit immediate |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Hiroshi Inoue | [PowerPC] Eliminate sign- and zero-extensions if alread... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Daniel Sanders | Re-commit r315885: [globalisel][tblgen] Add support... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Daniel Sanders | Revert r315885: [globalisel][tblgen] Add support for... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Daniel Sanders | [globalisel][tblgen] Add support for iPTR and implement... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Daniel Sanders | [globalisel][tablegen] Implement unindexed load, non... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Krzysztof Parzyszek | [Hexagon] Add LLVM_ATTRIBUTE_UNUSED to operator<<, NFC |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Roman Lebedev | Fix last_write_time.pass.cpp to work with clang-3.9... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Rui Ueyama | Remove Config::FirstElf. |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Martin Storsjo | [COFF] Fix a typo in a comment in a test. NFC. |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Martin Storsjo | [COFF] Fix indentation. NFC. |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Martin Storsjo | [COFF] Fix the description of the data type in a commen... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Rui Ueyama | Simplify. |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Roman Lebedev | Really do make sure that last_write_time.pass.cpp still... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Roman Lebedev | [Sema] Re-land: Diagnose tautological comparison with... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Roman Lebedev | Silence clang's -Wtautological-constant-compare in... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Nico Weber | Search for libxml2 on macOS too. |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Daniel Sanders | [tablegen] Use hasPredCode()/hasImmCode() instead of... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Alexander Richardson | Convert clang::LangAS to a strongly typed enum |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Krzysztof Parzyszek | Phony change to CMakeLists.txt to (hopefully) trigger... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Daniel Sanders | Re-commit r315863: [globalisel][tablegen] Import Comple... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Martell Malone | Fix test case regresstion from rL315864 |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Martell Malone | Driver: use ld64.lld when -fuse-ld=lld for darwin |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Daniel Sanders | Revert r315863: [globalisel][tablegen] Import ComplexPa... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Martell Malone | MACHO: ld64.lld alias for the MACHO LLD target |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Martell Malone | [driver] [cl] Add/fix c++17/c++latest |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Daniel Sanders | [globalisel][tablegen] Import ComplexPattern when used... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Craig Topper | [X86] Remove the SlowBTMem feature flag entirely |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Krzysztof Parzyszek | [unittests] Only build llvm-cfi-verify if X86 is in... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Craig Topper | [AVX512] Don't mark EXTLOAD as legal with AVX512. Conti... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Craig Topper | [X86] Add FeatureSlowBTMem to Haswell, Broadwell, Skyla... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Krzysztof Parzyszek | [TableGen] Remove error checks incorrectly failing... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Sanjay Patel | revert r314984: revert r314698 - [InstCombine] remove... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Aaron Ballman | Add -f[no-]double-square-bracket-attributes as new... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Sanjay Patel | [SimplifyCFG] use range-for-loops, tidy; NFCI |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Aaron Ballman | Reverting r315590; it did not include changes for llvm... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
whitequark | [MergeFunctions] Merge small functions if possible... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
whitequark | [MergeFunctions] Replace all uses of unnamed_addr funct... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Amjad Aboud | [X86] Ignore DBG instructions in X86CmovConversion... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Hongbin Zheng | [LoopInfo][Refactor] Make SetLoopAlreadyUnrolled a... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Craig Topper | [X86] Lower vselect with constant condition to vector_s... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Craig Topper | [X86] Don't use constant condition for select instructi... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Vitaly Buka | Remove unused variables |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Benjamin Kramer | [Lex] Remove unused variables. No functionality change. |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Vitaly Buka | [asan] Increase kHandlerStackSize for TracerThreadSigna... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Daniel Sanders | [globalisel][tablegen] Map ld and st to G_LOAD and... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Faisal Vali | [c++2a] Fix failing regression test related to not... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Daniel Sanders | [tablegen] Handle common load/store predicates inside... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Faisal Vali | [c++2a] Implement P0306 __VA_OPT__ (Comma omission... |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Davide Italiano | [Hexagon] Mark RangeTree::dump() with LLVM_DUMP_METHOD. |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Konstantin... | AMDGPU: Temporary disable pal metadata check line in... |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Konstantin... | Revert "Mark test as unsupported until r315808 is fixed" |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Konstantin... | AMDGPU: Don't use TargetStreamer if it has not been... |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Bruno Cardoso... | Mark test as unsupported until r315808 is fixed |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Craig Topper | [X86] Remove a bunch of dead FileCheck lines with the... |
commit | commitdiff | tree | snapshot |
next |