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 Beckmann | Hopefully one last commit to fix this patch, addresses... |
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 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 |
Craig Topper | [ConstantRange] Remove 'Of' from name of ConstantRange... |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Simon Pilgrim | [X86][AVX1] Improve 256-bit vector costs for integer... |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Lang Hames | [Orc] Remove trailing whitespace. |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Sanjay Patel | [InstSimplify] add tests for PR32949 miscompile; NFC |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Zvi Rackover | InstructionSimplify: Relanding r301766 |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Lang Hames | Make llvm-rtdlyd -check preserve automatic address... |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Craig Topper | [SCEV] Use move semantics in ScalarEvolution::setRange |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Sanjay Patel | [InstSimplify] use ConstantRange to simplify or-of... |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Peter Szecsi | [Kaleidoscope] toy.cpp use after move fix |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Sanjoy Das | Remove unnecessary const_cast |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Sanjoy Das | Use array_pod_sort instead of std::sort |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Lang Hames | Fix comment. |
commit | commitdiff | tree | snapshot |
2017-05-06 |
Saleem Abdulrasool | COFF: add ARM64 relocation types |
commit | commitdiff | tree | snapshot |
2017-05-06 |
Simon Pilgrim | [X86][AVX512] Relax assertion and just exit combine... |
commit | commitdiff | tree | snapshot |
2017-05-06 |
Simon Pilgrim | [X86][AVX512] Move v2i64/v4i64 VPABS lowering to tablegen |
commit | commitdiff | tree | snapshot |
2017-05-06 |
Simon Pilgrim | [X86] Reduce code for setting operations actions by... |
commit | commitdiff | tree | snapshot |
2017-05-06 |
Simon Pilgrim | [NVPTX] Add support for ISD::ABS lowering |
commit | commitdiff | tree | snapshot |
2017-05-06 |
Simon Pilgrim | [X86][SSE] Break register dependencies on v16i8/v8i16... |
commit | commitdiff | tree | snapshot |
2017-05-06 |
Brian Gesiak | [Analysis] Print out unreachable loops |
commit | commitdiff | tree | snapshot |
2017-05-06 |
Simon Pilgrim | [X86][AVX2] Add scheduling latency/throughput tests... |
commit | commitdiff | tree | snapshot |
2017-05-06 |
Simon Pilgrim | [DAGCombiner] If ISD::ABS is legal/custom, use it direc... |
commit | commitdiff | tree | snapshot |
2017-05-06 |
Craig Topper | [SCEV] Remove extra APInt copies from getRangeForAffine... |
commit | commitdiff | tree | snapshot |
2017-05-06 |
Craig Topper | [SCEV] Use std::move to avoid some APInt copies. |
commit | commitdiff | tree | snapshot |
2017-05-06 |
Craig Topper | [SCEV] Use APInt's uint64_t operations instead of creat... |
commit | commitdiff | tree | snapshot |
2017-05-06 |
Craig Topper | [SCEV] Avoid a couple APInt copies by capturing by... |
commit | commitdiff | tree | snapshot |
2017-05-06 |
Craig Topper | [LazyValueInfo] Avoid unnecessary copies of ConstantRanges |
commit | commitdiff | tree | snapshot |
2017-05-06 |
Kamil Rytarowski | Note addition of NetBSD support in googletest |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Kostya Serebryany | [sanitizer-coverage] implement -fsanitize-coverage... |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Quentin Colombet | [RegisterBankInfo] Uniquely allocate instruction mapping. |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Craig Topper | [BitVector] Improve the description of the BitVector... |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Craig Topper | Fix spelling error in command line option description... |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Eugene Zelenko | [IR] Fix some Clang-tidy modernize-use-using warnings... |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Easwaran Raman | Override invalidate of ProfileSummaryInfo to return... |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Krzysztof Parzyszek | [Hexagon] Disable predicated calls by default |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Krzysztof Parzyszek | [Hexagon] Remove C6 and C7 as separate registers |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Krzysztof Parzyszek | [RDF] Remove covered parts of reached uses for phi... |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Matthias Braun | ARM: Compute MaxCallFrame size early |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Zachary Turner | [CodeView] Reserve TypeDatabase records up front. |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Matthias Braun | Add missing target triple to test |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Zachary Turner | Fix -Wreorder warning. |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Zachary Turner | [StreamArray] Pipe the Offset through the constructor. |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Kannan Narayanan | [AMDGPU] In the new waitcnt insertion pass, use getHeader |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Matthias Braun | MIParser/MIRPrinter: Compute block successors if not... |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Simon Pilgrim | [X86] Use SDValue::getConstantOperandVal helper. NFCI. |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Matthias Braun | TargetLibraryInfo: Introduce wcslen |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Konstantin... | AMDGPU/AMDHSA: Set COMPUTE_PGM_RSRC2:LDS_SIZE to 0 |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Reid Kleckner | Simplify dbg.value handling in SDISel with early returns |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Sam Clegg | [WebAssembly] Add ObjectYAML support for wasm name... |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Alexei Starovoitov | [bpf] fix a bug which causes incorrect big endian reloc... |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Joerg Sonnenberger | Add NetBSD to the list of platforms supporting death... |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Joerg Sonnenberger | If posix_fallocate returns EOPNOTSUPP, fallback to... |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Craig Topper | [KnownBits] Add wrapper methods for setting and clear... |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Adrian McCarthy | Allow operator-> to work from a FixedStreamArrayIterator. |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Craig Topper | [Float2Int] Replace a ConstantRange copy with a move... |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Zachary Turner | [ADT] Add BitVector::find_prev. |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Amaury Sechet | Add more variations of addcarry in the tests. NFC. |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Sanjay Patel | [InstSimplify] fix copy-paste mistake in test comments... |
commit | commitdiff | tree | snapshot |
2017-05-05 |
George Rimar | [llvm-dwarfdump] - Add comment for maybeDecompress... |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Sanjay Patel | [InstSimplify] add tests for (icmp X, C1 | icmp X,... |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Nuno Lopes | fix build on Cygwin |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Jun Bum Lim | [AArch64] Remove AArch64AddressTypePromotion pass |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Simon Pilgrim | [X86][SSE] Add 128/256/512 bit vector build vector... |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Aditya Kumar | [LoopIdiom] check for safety while expanding |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Simon Pilgrim | [X86][AVX512] Improve support and testing for CTLZ... |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Simon Pilgrim | [X86] Remove duplicate operation actions. NFCI. |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Simon Pilgrim | [X86][AVX512CDI] Move v2i64/v4i64 and v4i32/v8i32 VPLZC... |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Krzysztof Parzyszek | Remove stale live-ins in the branch folder |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Simon Pilgrim | Remove unused variable |
commit | commitdiff | tree | snapshot |
2017-05-05 |
John Brawn | [ARM] Add support for ORR and ORN instruction substitutions |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Simon Pilgrim | [X86][AVX] Add LowerIntUnary helpers to split unary... |
commit | commitdiff | tree | snapshot |
2017-05-05 |
George Rimar | [llvm-dwarfdump] - Print an error message if section... |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Andrew Ng | [X86] Remove unused code from X86 optimize LEAs. NFC. |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Martin Storsjo | [ArgPromotion] Add a testcase for PR32917 |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Daniel Jasper | Initialize new member X86Operand::FrontendSize in all... |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Dehao Chen | Update VP prof metadata during inlining. |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Zachary Turner | [ADT] A few minor improvements to BitVector |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Zachary Turner | [pdb] Don't verify TPI hash values up front. |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Zachary Turner | [PDB] Don't build the entire source file list up front. |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Zachary Turner | [llvm-pdbdump] Only build the TypeDatabase if necessary. |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Evgeniy Stepanov | Remap metadata attached to global variables. |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Quentin Colombet | [RegisterBankInfo] Fix 80-col introduced in r293506. |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Quentin Colombet | [GlobalISel] Add missing doxygen keyword for doxygen... |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Marek Olsak | AMDGPU: GFX9 GS and HS shaders always have the scratch... |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Aditya Nandakumar | [GISel]:Skip legalizing Intermediate inst(with generic... |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Craig Topper | [JumpThreading] When processing compares, explicitly... |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Craig Topper | [JumpThreading] Change a dyn_cast that is already prote... |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Aditya Nandakumar | [GISel]: Add support to translate ConstantVectors |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Craig Topper | [ConstantRange] Add LLVM_NODISCARD to ConstantRange... |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Craig Topper | [Float2Int] Remove return of ConstantRange from seen... |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Simon Pilgrim | Strip trailing whitespace. NFCI. |
commit | commitdiff | tree | snapshot |
next |