2017-05-08 |
Reid Kleckner | Use the frame index side table for byval and inalloca... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Sanjoy Das | Add basic test case for -instnamer |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Sanjoy Das | [InstNamer] Use range-for |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Sanjoy Das | [InstNamer] Don't check type of arguments (they're... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Sanjoy Das | Delete trailing whitespace |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Adrian Prantl | Update testcase for upstream LLVM changes. |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Sanjay Patel | [InstCombine] add tests from D32285 to show current... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Eric Fiselier | Refactor <locale> RAII guards to aid upcoming Windows... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Billy Robert... | Fix possible loss of data warnings on amd64 |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Billy Robert... | Resolve integer overflow warnings in GCD and LCM tests |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Greg Clayton | Add const to "DWARFDie &Die" in a few functions as... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Eugene Zemtsov | Fix typo |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Adrian Prantl | Make it illegal for two Functions to point to the same... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Vedant Kumar | [Driver] Don't enable -fsanitize-use-after-scope when... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Matthias Braun | STLExtras: Fix enumerate() documentation |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Greg Clayton | Fix typo "veify" to "verify". |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Sanjay Patel | [InstCombine] add folds for not-of-shift-right |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Davide Italiano | [PartialInlining] Capture by reference rather than... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Richard Smith | If we are building a module, and we read a second descr... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Tim Northover | ARM: use divmod libcalls on embedded MachO platforms... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Reid Kleckner | Don't add DBG_VALUE instructions for static allocas... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Zachary Turner | Add some useful helper methods / operators to TypeIndex. |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Reid Kleckner | Update instructions for using the experimental monorepo |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Zachary Turner | [BitVector] Make find_prev member function const. |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Sanjoy Das | Add a blurb to the release notes about the WeakVH ... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Zachary Turner | [CodeView] Add support for random access type visitors. |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Quentin Colombet | [AArch64][RegisterBankInfo] Change the default mapping... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Quentin Colombet | [AArch64][RegisterBankInfo] Fix mapping cost for GPR. |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Sanjay Patel | [InstCombine] move/add tests for not(shr (not X), Y... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Craig Topper | [ARM] Use a Changed flag to avoid making a pass's retur... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Craig Topper | [SCEV] Make setRange take ConstantRange by value instea... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Craig Topper | [SCEV] Don't use std::move on both inputs to APInt... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Daniel Berlin | ConstantFold: Handle gep nonnull, undef as well |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Daniel Berlin | ConstantFold: Fold getelementptr (i32, i32* null,... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Simon Pilgrim | [X86][LWP] Add __LWP__ macro tests |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Craig Topper | [ValueTracking] Use KnownOnes to provide a better bound... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Jonathan Roelofs | Fix grammar in comment. NFC |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Zvi Rackover | [X86] Split test configurations. NFC. |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Rafael Espindola | Simplify orphan section positioning. |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Malcolm Parsons | [AST] Fix copy&paste error in comment. NFC. |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Sanjay Patel | [InstSimplify] fix typo; NFC |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Sanjay Patel | [InstCombine] use local variable to reduce code duplica... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Craig Topper | [ValueTracking] Introduce a version of computeKnownBits... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Sanjay Patel | [InstCombine/InstSimplify] add comments about code... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Anastasia Stulova | [Sema] Fix typos handling in an overloadable call. |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Sanjay Patel | [InstCombine] add another test for PR32949; NFC |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Zvi Rackover | InstructionSimplify: Refactor foldIdentityShuffles... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Geoff Berry | Fix comment typos. |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Alexander Kornienko | [clang-tidy] Fix readability-implicit-bool-cast false... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Bill Seurer | [powerpc] Remove XFAIL for sanitizer_coverage_no_prune... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Miklos Vajna | clang-tidy: add IgnoreMacros option to modernize-use... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Daniel Jasper | [clang-format] Convert AlignEscapedNewlinesLeft to... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Daniel Jasper | [clang-format] Don’t propagate AvoidBinPacking into... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Zvi Rackover | Adding reproducer for pr32967. NFC. |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Alexander Kornienko | [clang-tidy] Ignore private =deleted methods in macros. |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Simon Pilgrim | [X86][SSE] Improve combineLogicBlendIntoPBLENDV to... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Siddharth Bhat | [Polly][GPUJIT] Fixed OpenCL 2.0 min requirement for... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Simon Pilgrim | Normalize line endings. NFCI, |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Ben Craig | Fix Windows tests when __config_site is present. |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Zvi Rackover | IR: Add a shufflevector mask commutation helper functio... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Aaron Ballman | Correct the attribute spelling for guarded_var and... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Simon Pilgrim | [X86][LWP] Add clang support for LWP instructions. |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Simon Pilgrim | [ARM][NEON] Add support for ISD::ABS lowering |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Martin Storsjo | [ARM] Clear the constant pool cache on explicit .ltorg... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Simon Pilgrim | [AARCH64][NEON] Add support for ISD::ABS lowering |
commit | commitdiff | tree | snapshot |
2017-05-08 |
George Rimar | [ELF] - Set DF_STATIC_TLS flag for i386 target. |
commit | commitdiff | tree | snapshot |
2017-05-08 |
George Rimar | [ELF] - Linkerscript: support combination of linkerscri... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Igor Breger | [GlobalISel][X86] G_GEP selection support. |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Sven van Haastregt | [OpenCL] Check that global samplers are const |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Igor Breger | [GlobalISel][X86] G_MUL legalizer/selector support. |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Andrew Ng | [Lit] Fix to prevent creation of "%SystemDrive%" direct... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Craig Topper | [APInt] Modify tcMultiplyPart's overflow detection... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Craig Topper | [APInt] Use std::min instead of writing the same thing... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Craig Topper | [APInt] Remove 'else' after 'return' in tcMultiply... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Dean Michael... | [XRay] Custom event logging intrinsic |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Craig Topper | [SCEV] Use APInt::operator*=(uint64_t) to avoid a tempo... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Craig Topper | [APInt] Take advantage of new operator*=(uint64_t)... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Craig Topper | [APInt] Add support for multiplying by a uint64_t. |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Eric Beckmann | Hopefully one last commit to fix this patch, addresses... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Eric Beckmann | Quick fix to D32609, it seems .o files are not transfer... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Eric Beckmann | Update llvm-readobj -coff-resources to display tree... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Craig Topper | [SCEV] Have getRangeForAffineARHelper take StartRange... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Eric Beckmann | Revert "Hopefully one last commit to fix this patch... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Eric Fiselier | Fix Windows locale detection |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Eric Beckmann | Hopefully one last commit to fix this patch, addresses... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Eric Fiselier | Fix shared_mutex dll import errors on Windows |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Eric Fiselier | [libc++] Implement exception_ptr on Windows |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Dean Michael... | [XRay][compiler-rt] XFAIL on ppc |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Eric Fiselier | Fix DLL import/export on Win32 locale helpers |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Eric Fiselier | Fix DLL import for __time_get_c_storage member functions. |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Eric Fiselier | Revert "Actually remove the MSVC STL when linking and... |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Eric Beckmann | Quick fix to D32609, it seems .o files are not transfer... |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Eric Fiselier | Actually remove the MSVC STL when linking and testing... |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Eric Beckmann | Update llvm-readobj -coff-resources to display tree... |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Craig Topper | [ConstantRange][SimplifyCFG] Add a helper method to... |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Eric Fiselier | Temporarly XFAIL aligned new/delete tests on Windows. |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Craig Topper | [ConstantRange] Remove 'Of' from name of ConstantRange... |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Eric Fiselier | Fix Windows test failures caused by identical temp... |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Eric Fiselier | Accept Windows specific output in system error tests |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Eric Fiselier | Fix two test failures caused by Windows mangling of... |
commit | commitdiff | tree | snapshot |
next |