summaryrefslogtreecommitdiffstats
path: root/llvm/test
Commit message (Expand)AuthorAgeFilesLines
* Use inbounds GEPs for memcpy and memset loweringEli Bendersky2015-07-171-5/+5
* Add support for producing thin archives in llvm-lib.Rafael Espindola2015-07-171-0/+9
* Make global aliases have symbol size equal to their typeJohn Brawn2015-07-173-0/+24
* [PM/AA] Disable the core unsafe aspect of GlobalsModRef in the face ofChandler Carruth2015-07-172-2/+8
* [asan] Fix invalid debug info for promotable allocasKuba Brecka2015-07-171-0/+26
* ARM: Enable MachineScheduler and disable PostRAScheduler for swift.Matthias Braun2015-07-176-31/+31
* Only do fmul (fadd x, x), c combine if the fadd only has one useMatt Arsenault2015-07-171-0/+102
* Use small encodings for constants when possible.Rafael Espindola2015-07-172-15/+41
* MIR Serialization: Serialize the frame setup machine instruction flag.Alex Lorenz2015-07-171-0/+39
* MIR Serialization: Serialize the frame index machine operands.Alex Lorenz2015-07-164-0/+155
* Arm: Don't define a label twice with two setjmps in a function.Matthias Braun2015-07-161-0/+89
* Fix __builtin_setjmp in combination with sjlj exception handling.Matthias Braun2015-07-161-0/+113
* AArch64: make inexact signalling on round Darwin-specificTim Northover2015-07-162-75/+146
* [X86][SSE] Added nounwind attribute to vector shift tests.Simon Pilgrim2015-07-166-128/+96
* [PowerPC] v4i32 is a VSRCRegClassBill Schmidt2015-07-162-39/+38
* [X86][SSE] Updated vector conversion test names.Simon Pilgrim2015-07-162-201/+201
* [NVPTX] enable SpeculativeExecution in NVPTXJingyue Wu2015-07-161-0/+71
* AArch64: Implement conditional compare sequence matching.Matthias Braun2015-07-161-0/+96
* AMDPGU/SI: Negative offsets aren't allowed in MUBUF's vaddr operandTom Stellard2015-07-162-12/+41
* Revert "Add missing load/store flags to thumb2 instructions."Pete Cooper2015-07-161-1/+1
* Internalize: internalize comdat members as a group, and drop comdat on such m...Peter Collingbourne2015-07-161-0/+52
* Correct lowering of memmove in NVPTXEli Bendersky2015-07-161-22/+96
* [Codegen] Add intrinsics 'absdiff' and corresponding SDNodes for absolute dif...James Molloy2015-07-161-0/+242
* Fix memcheck interval ends for pointers with negative stridesSilviu Baranga2015-07-161-0/+89
* [X86] Test for r242395 (Fix emitPrologue() to make less assumptions about pus...Michael Kuperstein2015-07-161-0/+19
* [X86] Reapply r240257 : "Allow more call sequences to use push instructions f...Michael Kuperstein2015-07-161-40/+53
* Revert "[X86] Allow more call sequences to use push instructions for argument...Reid Kleckner2015-07-161-53/+40
* Fix broken testcase from r242358.Alex Lorenz2015-07-161-1/+1
* [ARM] Define a subtarget feature that is used to avoid using movt/movwAkira Hatanaka2015-07-162-5/+50
* Trying to fix the windows bots.Rafael Espindola2015-07-161-4/+4
* Fix handling of relative paths in thin archives.Rafael Espindola2015-07-161-3/+18
* MIR Serialization: Serialize the jump table index operands.Alex Lorenz2015-07-152-1/+183
* MIR Serialization: Serialize the jump table info.Alex Lorenz2015-07-152-0/+116
* Add a test for r242281 from an old patch of mine.Sean Silva2015-07-151-0/+37
* llvm-ar: Don't write the directory in the string table.Rafael Espindola2015-07-151-3/+12
* MIR Serialization: Serialize references from the stack objects to named allocas.Alex Lorenz2015-07-153-6/+36
* Add a "debugger tuning" concept that allows us to fine-tune how wePaul Robinson2015-07-152-1/+45
* Fix mergefunc infinite loopJF Bastien2015-07-151-0/+40
* Handle the error of trying to convert a regular archive to a thin one.Rafael Espindola2015-07-151-0/+14
* Analyze recursive PHI nodes in BasicAATobias Edler von Koch2015-07-151-0/+75
* Revert "Look through PHIs to find additional register sources"Bruno Cardoso Lopes2015-07-151-84/+0
* Debug Info: Add basic support for external types references.Adrian Prantl2015-07-151-0/+51
* Add missing load/store flags to thumb2 instructions.Pete Cooper2015-07-151-1/+1
* Look through PHIs to find additional register sourcesBruno Cardoso Lopes2015-07-151-0/+84
* [PPC] Disassemble little endian ppc instructions in the right byte orderBenjamin Kramer2015-07-151-0/+664
* [SDAG] Optimize unordered comparison in soft-float mode (patch by Anton Nadol...Alexey Bataev2015-07-155-51/+158
* [PowerPC] Use the MachineCombiner to reassociate fadd/fmulHal Finkel2015-07-151-0/+188
* [AArch64] Fix problems in decoding generic MSR instructionsPetr Pavlu2015-07-151-0/+4
* [TableGen] Improve decoding options for non-orthogonal instructionsPetr Pavlu2015-07-153-0/+131
* [X86][SSE] Added i686/SSE2 vector shift tests.Simon Pilgrim2015-07-153-34/+987
OpenPOWER on IntegriCloud