summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* PR20557: Fix the bug that bogus cpu parameter crashes llc on AArch64 backend.Hao Liu2014-10-311-1/+5
* [SelectionDAG] When scalarizing trunc, don't assert for legal operands.Ahmed Bougacha2014-10-301-1/+17
* Speculative fix for Windows build after r220932Hans Wennborg2014-10-301-0/+5
* Fix incorrect invariant check in DAG CombineLouis Gerbarg2014-10-301-1/+1
* Removing the static initializer in ManagedStatic.cpp by using llvm_call_once ...Chris Bieneman2014-10-305-4/+44
* Fix the merging of the constantness of declarations.Rafael Espindola2014-10-301-3/+2
* Add handling for range metadata in ValueTracking isKnownNonZeroPhilip Reames2014-10-301-0/+29
* PR21408: Workaround the appearance of duplicate variables due to problems whe...David Blaikie2014-10-301-1/+6
* Fix Twine corruption problem with diagnostics.Diego Novillo2014-10-301-2/+1
* Add profile writing capabilities for sampling profiles.Diego Novillo2014-10-305-40/+381
* [AVX512] Added VBROADCAST{SS/SD} encoding for VL subset.Robert Khasanov2014-10-301-26/+51
* [dfsan] New calling convention for custom functions with variadic arguments.Peter Collingbourne2014-10-301-9/+22
* Untabify.NAKAMURA Takumi2014-10-291-2/+2
* Do not simplifyLatch for loops where hoisting increments couldresult in extra...Yi Jiang2014-10-291-3/+30
* [AVX512] Implemented AVX512VL FP bnary packed instructions (VADDP*, VSUBP*, V...Robert Khasanov2014-10-291-107/+47
* Whitespace.NAKAMURA Takumi2014-10-295-40/+40
* Fix build with CMake if LLVM_USE_INTEL_JITEVENTS option is enabledMichael Kuperstein2014-10-291-0/+1
* [C API] PR19859: Add functions to query and modify branches.Peter Zotov2014-10-281-0/+28
* [C API] PR19859: Add LLVMGetFCmpPredicate and LLVMConstRealGetDouble.Peter Zotov2014-10-281-1/+31
* Transforms: reapply SVN r219899Saleem Abdulrasool2014-10-282-11/+18
* [AVX512] Fix VSQRT packed instructions internal names.Robert Khasanov2014-10-282-9/+9
* [AVX512] Extended avx512_sqrt_packed (sqrt instructions) to VL subset.Robert Khasanov2014-10-281-28/+44
* [AVX-512] Expanded rsqrt/rcp instructions to VL subset.Robert Khasanov2014-10-281-20/+47
* [AVX512] Removed special case for cmp instructions in getVectorMaskingNode. N...Robert Khasanov2014-10-281-15/+4
* [x86] Simplify vector selection if condition value type matches vselect value...Robert Khasanov2014-10-281-10/+10
* Silencing an "enumeral and non-enumeral type in conditional expression" warni...Aaron Ballman2014-10-281-1/+2
* [AVX512] Bring back vector-shuffle lowering support through broadcastsRobert Khasanov2014-10-282-8/+17
* Reformat partially, where I touched for whitespace changes.NAKAMURA Takumi2014-10-285-21/+18
* LoopRerollPass.cpp: Use range-based loop. NFC.NAKAMURA Takumi2014-10-281-11/+9
* Untabify and whitespace cleanups.NAKAMURA Takumi2014-10-287-48/+46
* Minimize the scope of some variables, NFC.David Blaikie2014-10-281-2/+2
* X86: Implement the vectorcall calling conventionReid Kleckner2014-10-287-35/+129
* AArch64: enable Cortex-A57 FP balancing on Cortex-A53.Tim Northover2014-10-281-1/+2
* Remove the PreserveSource linker mode.Rafael Espindola2014-10-281-29/+20
* AArch64InstrInfo.h: Fix a warning introduced in clang r220703. [-Winconsisten...NAKAMURA Takumi2014-10-271-1/+1
* [AVX512] Add vpermil variable versionAdam Nemet2014-10-271-2/+25
* [AVX512] Clean up avx512_perm_imm to use X86VectorVTInfoAdam Nemet2014-10-271-25/+22
* [AVX512] Derive vpermil* from avx512_perm_immAdam Nemet2014-10-271-14/+14
* [AVX512] Fix copy-and-paste bugs in vpermilAdam Nemet2014-10-271-3/+3
* Make it easier to pass a custom diagnostic handler to the IR linker.Rafael Espindola2014-10-271-27/+27
* Fix a stackmap bug introduced in r220710.Pete Cooper2014-10-271-4/+14
* Fix bug where sys::Wait could wait on wrong pid.Rafael Espindola2014-10-271-1/+0
* [FastISel][AArch64] Emit immediate version of icmp (subs) for null pointer ch...Juergen Ributzka2014-10-271-2/+6
* [FastISel][AArch64] Optimize compare-and-branch for i1 to use 'tbz'.Juergen Ributzka2014-10-271-0/+4
* Stackmap shadows should consider call returns a branch target.Pete Cooper2014-10-271-0/+6
* [FastISel][AArch64] Use 'cbz' also for null values (pointers).Juergen Ributzka2014-10-271-15/+12
* [FastISel][AArch64] Don't fold the 'and' instruction into the 'tbz/tbnz' inst...Juergen Ributzka2014-10-271-2/+2
* [FastISel][AArch64] Fix load/store with frame indices.Juergen Ributzka2014-10-271-23/+20
* [asan] experimental tracing for indirect calls, llvm part.Kostya Serebryany2014-10-271-4/+44
* [PBQP] Unique allowed-sets for nodes in the PBQP graph and use pairs of theseLang Hames2014-10-272-37/+58
OpenPOWER on IntegriCloud