2015-10-21 |
Peter Zotov | [OCaml] Expose Llvm.{set_,}unnamed_addr. |
commit | commitdiff | tree | snapshot |
2015-10-21 |
Craig Topper | [X86] Add AMD mwaitx, monitorx, and clzero instructions... |
commit | commitdiff | tree | snapshot |
2015-10-21 |
Sanjay Patel | [x86] add test case that shows holes in LEA isel |
commit | commitdiff | tree | snapshot |
2015-10-21 |
Kevin Enderby | Backing out commit r250906 as it broke lld. |
commit | commitdiff | tree | snapshot |
2015-10-21 |
Kevin Enderby | This removes the eating of the error in Archive::Child... |
commit | commitdiff | tree | snapshot |
2015-10-21 |
Craig Topper | [Option] Use an ArrayRef to store the Option Infos... |
commit | commitdiff | tree | snapshot |
2015-10-21 |
Vedant Kumar | [llvm-cov] Adjust column widths for function and file... |
commit | commitdiff | tree | snapshot |
2015-10-21 |
Daniel Sanders | [mips][mips16] Re-work the inline assembly stubs to... |
commit | commitdiff | tree | snapshot |
2015-10-21 |
Chandler Carruth | [AA] Enhance the new AliasAnalysis infrastructure with... |
commit | commitdiff | tree | snapshot |
2015-10-21 |
Elena Demikhovsky | Masked Load/Store optimization for scalar code |
commit | commitdiff | tree | snapshot |
2015-10-21 |
Daniel Sanders | [mips][msa] Remove copy_u.d and move copy_u.w to MSA64. |
commit | commitdiff | tree | snapshot |
2015-10-21 |
Jonas Paulsson | Let MachineVerifier be aware of mem-to-mem instructions. |
commit | commitdiff | tree | snapshot |
2015-10-21 |
Mehdi Amini | Do not use `dyn_cast<X>` after `isa<X>` (NFC) |
commit | commitdiff | tree | snapshot |
2015-10-21 |
Mehdi Amini | Revert "Add missing #include, found by modules build." |
commit | commitdiff | tree | snapshot |
2015-10-21 |
Krzysztof Parzyszek | Tail duplication can mix incompatible registers in... |
commit | commitdiff | tree | snapshot |
2015-10-21 |
JF Bastien | WebAssembly: support imports |
commit | commitdiff | tree | snapshot |
2015-10-21 |
Dehao Chen | Tolerate negative offset when matching sample profile. |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Krzysztof Parzyszek | [Hexagon] Bit-based instruction simplification |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Krzysztof Parzyszek | [Hexagon] Fix isNVStorable flag in .td files |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Igor Laevsky | [MemorySanitizer] NFC. Do not use GET_INTRINSIC_MODREF_... |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Simon Pilgrim | [X86][SSE] Add 256-bit vector bit rotation tests. |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Duncan P. N... | bugpoint: Remove implicit ilist iterator conversions... |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Krzysztof Parzyszek | [Hexagon] Capture aggregate variables by reference... |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Krzysztof Parzyszek | [Hexagon] Do not fall-through if there is no CFG edge |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Krzysztof Parzyszek | [Hexagon] Use symbolic name for subregister instead... |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Krzysztof Parzyszek | [Hexagon] Change Based->Base in getBasedWithImmOffset |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Krzysztof Parzyszek | [Hexagon] Remove the remnants of isConstExtProfitable |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Duncan P. N... | unittests: Remove implicit ilist iterator conversions... |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Duncan P. N... | llvm-diff: Remove implicit ilist iterator conversions... |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Chris Bieneman | [CMake] All the checks for if LLVM_VERSION_* variables... |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Chris Bieneman | [CMake] Refactor subdirectory inclusion code to take... |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Artyom Skrobov | Two switch blocks in VectorLegalizer::LegalizeOp alread... |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Jonas Paulsson | [SystemZ] Use LivePhysRegs helper class in SystemZShort... |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Jonas Paulsson | [SystemZ] Comment fix in test/CodeGen/SystemZ/fp-cmp... |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Artyom Skrobov | Adding support for TargetLoweringBase::LibCall |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Artyom Skrobov | Combining DIV+REM->DIVREM doesn't belong in LegalizeDAG... |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Igor Breger | AVX512: Implemented encoding and intrinsics for VPBROAD... |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Andrea Di Biagio | [x86] Fix AVX maskload/store intrinsic prototypes. |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Keno Fischer | Fix missing INITIALIZE_PASS_DEPENDENCY for AddressSanitizer |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Manuel Klimek | Make class final to pacify -Wnon-virtual-dtor. |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Matt Arsenault | AMDGPU: Add MachineInstr overloads for instruction... |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Lang Hames | [Orc] Make CompileOnDemandLayer::findSymbol call BaseLa... |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Matt Arsenault | AMDGPU: Stop reserving v[254:255] |
commit | commitdiff | tree | snapshot |
2015-10-20 |
JF Bastien | WebAssembly: fix call/return syntax. |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Duncan P. N... | MSP430: Remove implicit ilist iterator conversions... |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Duncan P. N... | AsmParser: Remove implicit ilist iterator conversions... |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Duncan P. N... | SystemZ: Remove implicit ilist iterator conversion... |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Duncan P. N... | XCore: Remove implicit ilist iterator conversions, NFC |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Duncan P. N... | PowerPC: Remove implicit ilist iterator conversions... |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Sanjoy Das | [RS4GC] Remove a redundant linear search, NFCI |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Sanjoy Das | [RS4GC] Clean up `find_index`; NFC |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Sanjoy Das | [RS4GC] Re-purpose `normalizeForInvokeSafepoint`; NFC. |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Sanjoy Das | [RS4GC] Minor cleanup to `normalizeForInvokeSafepoint... |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Duncan P. N... | Sparc: Remove implicit ilist iterator conversions, NFC |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Duncan P. N... | NVPTX: Remove implicit ilist iterator conversions, NFC |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Duncan P. N... | Hexagon: Remove implicit ilist iterator conversions... |
commit | commitdiff | tree | snapshot |
2015-10-20 |
JF Bastien | WebAssembly: fix syntax for br_if. |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Duncan P. N... | AsmPrinter: Remove implicit ilist iterator conversion... |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Duncan P. N... | Mips: Remove implicit ilist iterator conversions, NFC |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Duncan P. N... | CppBackend: Remove implicit ilist iterator conversions... |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Duncan P. N... | BPF: Remove implicit ilist iterator conversion, NFC |
commit | commitdiff | tree | snapshot |
2015-10-19 |
Duncan P. N... | ARM: Remove implicit ilist iterator conversions, NFC |
commit | commitdiff | tree | snapshot |
2015-10-19 |
Lang Hames | [Orc] Fix MSVC bugs introduced in r250749. |
commit | commitdiff | tree | snapshot |
2015-10-19 |
Duncan P. N... | ObjCARC: Remove implicit ilist iterator conversions... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
Cong Hou | Enhance loop rotation with existence of profile data... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
Lang Hames | [Orc] Use '= default' for move constructor/assignment... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
Duncan P. N... | Linker: Remove implicit ilist iterator conversion, NFC |
commit | commitdiff | tree | snapshot |
2015-10-19 |
David Blaikie | Fix -Wdeprecated regarding ORC copying ValueMaterializers |
commit | commitdiff | tree | snapshot |
2015-10-19 |
Michael Liao | [InstCombine] Optimize icmp of inc/dec at RHS |
commit | commitdiff | tree | snapshot |
2015-10-19 |
Duncan P. N... | Vectorize: Remove implicit ilist iterator conversions... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
Sanjay Patel | [CGP] transform select instructions into branches and... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
Duncan P. N... | X86: Remove implicit ilist iterator conversions, NFC |
commit | commitdiff | tree | snapshot |
2015-10-19 |
Lang Hames | [RuntimeDyld][COFF] Fix some endianness issues, re... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
Owen Anderson | Restore the original behavior of SelectionDAG::getTarge... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
Krzysztof Parzyszek | [Hexagon] Remove unnecessary argument sign extends |
commit | commitdiff | tree | snapshot |
2015-10-19 |
Teresa Johnson | Pass FunctionInfoIndex by reference to WriteFunctionSum... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
Lang Hames | [Orc] Add explicit move constructor and assignment... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
Benjamin Kramer | Add missing override noticed by Clang's -Winconsistent... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
Jun Bum Lim | [AArch64]Merge halfword loads into a 32-bit load |
commit | commitdiff | tree | snapshot |
2015-10-19 |
Krzysztof Parzyszek | [Hexagon] Fix debug information for local objects |
commit | commitdiff | tree | snapshot |
2015-10-19 |
Benjamin Kramer | Put back SelectionDAG::getTargetIndex. |
commit | commitdiff | tree | snapshot |
2015-10-19 |
Lang Hames | [Orc] Lambda needs to capture 'this'. |
commit | commitdiff | tree | snapshot |
2015-10-19 |
Lang Hames | [Orc] Remove extraneous semicolon that found its way... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
Krzysztof Parzyszek | [Hexagon] Delay emission of CFI instructions |
commit | commitdiff | tree | snapshot |
2015-10-19 |
Matthias Braun | Revert "RegisterPressure: allocatable physreg uses... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
Lang Hames | [Orc] Add support for emitting indirect stubs directly... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
Teresa Johnson | Convert gold-plugin unnecessary unique_ptr into local... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
Teresa Johnson | Fix required library for r250699 to BitWriter instead... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
Teresa Johnson | Fix windows bot failures from r250699 by removing ... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
Teresa Johnson | llvm-lto support for generating combined function indexes |
commit | commitdiff | tree | snapshot |
2015-10-19 |
Benjamin Kramer | Remove CRLF newlines. NFC. |
commit | commitdiff | tree | snapshot |
2015-10-19 |
Asiri Rathnayake | Fix mapping of @llvm.arm.ssat/usat intrinsics to ssat... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
James Molloy | [GlobalsAA] Fix a really horrible iterator invalidation bug |
commit | commitdiff | tree | snapshot |
2015-10-19 |
Elena Demikhovsky | Removed parameter "Consecutive" from isLegalMaskedLoad... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
Zlatko Buljan | [mips][microMIPS] Implement ADDQ.PH, ADDQ_S.W, ADDQH... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
Zlatko Buljan | [mips][microMIPS] Implement ABSQ.QB, ABSQ_S.PH, ABSQ_S... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
Xinliang David Li | [PGO] Eliminate prof data register calls on FreeBSD... |
commit | commitdiff | tree | snapshot |
2015-10-18 |
Jakub Staszak | Preserve CFG in MergedLoadStoreMotion. This fixes PR24426. |
commit | commitdiff | tree | snapshot |
2015-10-18 |
Rafael Espindola | Add hashing and DenseMapInfo for ArrayRef |
commit | commitdiff | tree | snapshot |
2015-10-18 |
Simon Pilgrim | [X86][SSE] Add vector bit rotation tests. |
commit | commitdiff | tree | snapshot |
next |