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 |
2017-05-04 |
Sanjay Patel | [InstSimplify] add folds for or-of-casted-icmps |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Sam Clegg | [WebAssembly] Add wasm symbol table support to llvm... |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Krzysztof Parzyszek | [PPC] When restoring R30 (PIC base pointer), mark it... |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Greg Clayton | Don't return an invalid line table if the DW_AT_stmt_li... |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Reid Kleckner | [ms-inline-asm] Use the frontend size only for ambiguou... |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Sanjay Patel | [InstSimplify] move logic-of-icmps helper functions... |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Peter Collingbourne | Re-apply r302108, "IR: Use pointers instead of GUIDs... |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Michael Zolotukhin | Fix a typo. |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Sanjay Patel | [InstSimplify] add tests for or-of-casted-icmps; NFC |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Davide Italiano | [NewGVN] Remove unneeded newline and format assertions... |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Craig Topper | [APInt] Reduce number of allocations involved in multip... |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Easwaran Raman | [PM] Add ProfileSummaryAnalysis as a required pass... |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Brian Gesiak | [Lexicon] Add BDCE |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Adrian Prantl | Add accidentally deleted testcase back. |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Adrian Prantl | Cleanup tests to not share a DISubprogram between multi... |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Renato Golin | [test-release] Status update *before* long gzip |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Daniel Sanders | [globalisel][tablegen] Add several GINodeEquiv's for... |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Chad Rosier | [DAGCombine] Transform (fadd A, (fmul B, -2.0)) ->... |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Simon Pilgrim | [X86][AVX512] Fix VPABSD file checks |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Simon Pilgrim | [X86][SSE] Add i686 triple tests for partial vector... |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Krzysztof Parzyszek | Refactoring with range-based for, NFC |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Jonas Paulsson | [SystemZ] Make copyPhysReg() add impl-use operands... |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Simon Pilgrim | [X86][SSE] Add i686 triple tests for PBLENDW commutation |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Simon Pilgrim | [X86][AVX1] Regenerate checks and add i686 triple tests... |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Eric Liu | Revert "IR: Use pointers instead of GUIDs to represent... |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Simon Dardis | [mips][XRay] Use the base version of emitXRayTable |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Martin Storsjo | [ArgPromotion] Fix a truncated variable |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Michael Zuckerman | [LLVM][inline-asm][Altmacor] Altmacro string delimiter... |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Igor Breger | [X86][AVX-512] Allow EVEX encoded instruction selection... |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Sam Parker | [ARM] ACLE Chapter 9 intrinsics |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Oren Ben Simhon | [X86] Disabling PLT in Regcall CC Functions |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Igor Breger | [AVX-512VL] Autogenerate checks. Add --show-mc-encoding... |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Igor Breger | [AVX] Fix vpcmpeqq predicate. |
commit | commitdiff | tree | snapshot |
next |