summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
...
* [DebugInfo] Add debug locations to constant SD nodesSergey Dmitrouk2015-04-2872-3681/+4271
* AVX-512: Added "pandn" intrinsics setElena Demikhovsky2015-04-281-0/+6
* Masked gather and scatter: Added code for SelectionDAG.Elena Demikhovsky2015-04-283-0/+203
* [opaque pointer type] Encode the pointee type in the bitcode for 'cmpxchg'David Blaikie2015-04-282-6/+9
* [MC] Use LShr for constant evaluation of ">>" on ELF/arm64--darwin.Ahmed Bougacha2015-04-284-1/+14
* DebugInfo: Support up to 2^16 arguments in a subprogramDuncan P. N. Exon Smith2015-04-281-5/+2
* Cleanup, remove unused return valueMatthias Braun2015-04-282-6/+3
* [MC] Split MCBinaryExpr::Shr into LShr and AShr.Ahmed Bougacha2015-04-283-5/+8
* [MC] Move getBinOpPrecedence into AsmParser. NFC.Ahmed Bougacha2015-04-281-2/+5
* Switch lowering: use uint32_t for weights everywhereHans Wennborg2015-04-272-6/+12
* LTO: Add API to choose whether to embed uselistsDuncan P. N. Exon Smith2015-04-271-2/+1
* Switch lowering: Take branch weight into account when ordering for fall-throughHans Wennborg2015-04-271-3/+4
* LTO: Simplify code generator initializationDuncan P. N. Exon Smith2015-04-271-15/+2
* remove obsolete pattern matches for scalar SSE opsSanjay Patel2015-04-271-15/+1
* Use CIE version 1 for .eh_frame.Rafael Espindola2015-04-271-1/+2
* [AArch64] Also combine vector selects fed by non-i1 SETCCs.Ahmed Bougacha2015-04-271-3/+15
* Add missing library dependency in libPDB.Pete Cooper2015-04-271-1/+1
* [AArch64] Don't assert when combining (v3f32 select (setcc f64)).Ahmed Bougacha2015-04-271-0/+6
* Fixes a hang that can occur if a signal comes in during malloc calls.Chris Bieneman2015-04-271-0/+6
* Silence unused variable errors for no-asserts buildsBill Schmidt2015-04-271-0/+4
* Switch lowering: order bit tests by branch weight.Hans Wennborg2015-04-271-1/+4
* [opaque pointer type] encode the pointee type of global variablesDavid Blaikie2015-04-272-12/+20
* [PPC64LE] Remove unnecessary swaps from lane-insensitive vector computationsBill Schmidt2015-04-276-0/+824
* fix 80-cols; NFCSanjay Patel2015-04-271-2/+3
* Fix build broken by incorrect class name.Zachary Turner2015-04-271-3/+3
* Make llvm-symbolizer work on Windows.Zachary Turner2015-04-272-0/+104
* Make an RAII com initializer.Zachary Turner2015-04-274-0/+88
* fix typos; NFCSanjay Patel2015-04-271-1/+1
* [mips] Correct bytes to bits in 2 comments. NFC.Toma Tabacu2015-04-271-2/+2
* AVX-512: added calling conventions for i1 vectors.Elena Demikhovsky2015-04-272-3/+27
* [Hexagon] Use constant extenders to fix up hardware loopsBrendon Cahoon2015-04-276-72/+114
* [mips] [IAS] Improve warning for using AT with .set noat.Toma Tabacu2015-04-271-12/+7
* Reapply "[mips][FastISel] Implement shift ops for Mips fast-isel.""Vasileios Kalintiris2015-04-271-0/+80
* [mips] [IAS] Rename getATRegNum and setATReg to {g,s}etATRegIndex. NFC.Toma Tabacu2015-04-271-8/+8
* AVX-512: Extend/Truncate operations for SKX,Elena Demikhovsky2015-04-272-36/+139
* [MC] [IAS] Add support for the \@ .macro pseudo-variable.Toma Tabacu2015-04-271-29/+53
* Constfold insertelement to undef when index is out-of-boundsPawel Bylica2015-04-271-7/+14
* [X86][SSE] Add v16i8/v32i8 multiplication supportSimon Pilgrim2015-04-271-4/+78
* Make the message associated with a fatal error slightly more helpfulPhilip Reames2015-04-261-2/+10
* [RewriteStatepointsForGC] Exclude constant values from being considered live ...Philip Reames2015-04-261-14/+13
* Don't Place Entry Safepoints Before the llvm.frameescape() IntrinsicPhilip Reames2015-04-261-0/+7
* [bpf] fix build and remove a compiler warning in Release modeAlexei Starovoitov2015-04-262-1/+3
* [x86] instcombine more cases of insertps into a shufflevectorSanjay Patel2015-04-251-14/+31
* [ARM] Simplify code. NFC.Benjamin Kramer2015-04-251-15/+2
* [hexagon] Use range-based for loops. No functionality change intended.Benjamin Kramer2015-04-251-69/+45
* [hexagon] Remove setHexLibcallName, it leaks memory.Benjamin Kramer2015-04-252-79/+83
* Fix build error from accidental changeAndrew Kaylor2015-04-241-2/+1
* [WinEH] Find correct cloned entry block for outlined handler functions.Andrew Kaylor2015-04-241-1/+2
* [WinEH] Find correct cloned entry block for outlined handler functions.Andrew Kaylor2015-04-241-4/+13
* Assert that Process::FindInEnvPath() is passed a relative path.Nico Weber2015-04-241-0/+1
OpenPOWER on IntegriCloud