summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* [AVR] Don't worry about call frame size when initializing frame pointerDylan McKay2016-10-081-3/+2
* [AVR] Don't shadow container while iterating in range-based loopDylan McKay2016-10-081-2/+4
* [AVR] Use references rather than pointers in AVRISelLoweringDylan McKay2016-10-081-2/+2
* Allow a maximum of 64 bits to be returned in registersDylan McKay2016-10-081-0/+8
* [AVR] Expand MULHS for all typesDylan McKay2016-10-081-0/+3
* [AVR] Add the 'SoftFail' field to all instruction formatsDylan McKay2016-10-081-0/+2
* [AVR] Set up the instruction printer and the assembly backendDylan McKay2016-10-081-0/+19
* [AVR] Add dependencies to AVR libraries in AVRCodeGenDylan McKay2016-10-081-1/+2
* [AVR] Add missing subdirectories to LLVMBuildDylan McKay2016-10-081-1/+1
* [coroutines] Store an address of destroy OR cleanup part in the coroutine frame.Gor Nishanov2016-10-082-16/+36
* [AVR] Add the assembly printerDylan McKay2016-10-082-0/+183
* AMDGPU/SI: Handle div_fmas hazard in GCNHazardRecognizerTom Stellard2016-10-072-0/+23
* Codegen: Tail-duplicate during placement.Kyle Butt2016-10-073-41/+326
* swifterror: Don't compute swifterror vregs during instruction selectionArnold Schwaighofer2016-10-074-152/+184
* [DAG] clean up foldSelectOfConstants(); NFCISanjay Patel2016-10-071-19/+14
* [InstCombine] Don't unpack arrays that are too large (part 2).Davide Italiano2016-10-071-0/+7
* Refactor Symbol visitor code.Zachary Turner2016-10-073-93/+223
* [InstCombine] Don't unpack arrays that are too largeDavide Italiano2016-10-071-0/+7
* [DAG] move fold (select C, 0, 1 -> xor C, 1) to a helper function; NFCSanjay Patel2016-10-071-16/+31
* AMDGPU/SI: Add support for 8-byte relocationsTom Stellard2016-10-071-0/+2
* [Hexagon][NFC] Using documented instruction type name V4LDST instead of MEMOP.Colin LeMahieu2016-10-073-4/+4
* Recommit "Use StringRef in LTOModule implementation (NFC)""Mehdi Amini2016-10-072-26/+30
* [LoopIdiomRecognize] Merge two if conditions into one. NFCI.Davide Italiano2016-10-071-3/+1
* [InstCombine] fold select X, (ext X), CSanjay Patel2016-10-071-1/+21
* AMDGPU/SI: Emit fixups for long branchesTom Stellard2016-10-071-0/+18
* [AMDGPU][mc] Add support for buffer_load_dwordx3, buffer_store_dwordx3.Artem Tamazov2016-10-071-0/+10
* Invoke add-discriminator at -g0 -fsample-profileDehao Chen2016-10-074-7/+6
* [LV] Don't mark multi-use branch conditions uniformMatthew Simpson2016-10-071-3/+6
* Only track physical registers in LivePhysRegsKrzysztof Parzyszek2016-10-071-3/+3
* [AMDGPU] Assembler: support v_mac_f32 DPP and SDWA. Move getNamedOperandIdx t...Sam Kolton2016-10-078-54/+139
* [AMDGPU] AMDGPUCodeGenPrepare: remove extra ';'Konstantin Zhuravlyov2016-10-071-1/+1
* [ValueTracking] Fix crash in GetPointerBaseWithConstantOffset()Tom Stellard2016-10-071-9/+10
* [AMDGPU] Promote uniform (i1, i16] operations to i32Konstantin Zhuravlyov2016-10-071-97/+101
* [ARM]: add missing switch case for cortex-r52Javed Absar2016-10-071-0/+1
* [ARM] Reapply: Use __rt_div functions for divrem on WindowsMartin Storsjo2016-10-071-21/+45
* [ARM]: Add Cortex-R52 target to LLVMJaved Absar2016-10-075-4/+29
* [X86][SSE] Update register class during MOVSD/MOVSS - BLENDPD/BLENDPS commuta...Simon Pilgrim2016-10-071-0/+11
* [SLPVectorizer] Fix for PR25748: reduction vectorization after loopAlexey Bataev2016-10-071-8/+22
* [ARM] Don't convert switches to lookup tables of pointers with ROPI/RWPIOliver Stannard2016-10-073-17/+40
* Use StringRef in ARMELFStreamer (NFC)Mehdi Amini2016-10-071-2/+2
* AMDGPU: Fix use-after-free in SIOptimizeExecMaskingNicolai Haehnle2016-10-071-1/+4
* Use StringReg in TargetParser APIs (NFC)Mehdi Amini2016-10-073-16/+16
* Revert "Revert "Add a static_assert to enforce that parameters to llvm::forma...Mehdi Amini2016-10-071-1/+2
* [X86] Fix patterns for VPMULLD and VPCMPEQQ to not require aligned loads.Craig Topper2016-10-071-2/+2
* [X86] Remove unused PatFrags. NFCCraig Topper2016-10-071-5/+0
* [AVR] Add the AVRMCInstLower classDylan McKay2016-10-073-0/+144
* [SimplifyCFG] Correctly test for unconditional branches in GetCaseResultsDavid Majnemer2016-10-071-1/+1
* Target: Remove unused patterns and transforms. NFC.Peter Collingbourne2016-10-0713-203/+0
* [Hexagon] NFC Removing 'V4_' prefix from duplex instruction names.Colin LeMahieu2016-10-074-471/+471
* Revert "Add a static_assert to enforce that parameters to llvm::format() are ...Mehdi Amini2016-10-061-2/+1
OpenPOWER on IntegriCloud