summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* R600: Custom lower f64 frint for pre-CIMatt Arsenault2014-06-183-6/+41
* R600/SI: Temporary fix for f64 fnegMatt Arsenault2014-06-181-0/+4
* R600/SI: Comparisons set vcc.Matt Arsenault2014-06-182-105/+115
* Driver: correct the backend option spellingSaleem Abdulrasool2014-06-182-4/+4
* [X86] AVX512: Add non-temporal storesAdam Nemet2014-06-183-0/+60
* [X86] AVX512: Specify compressed displacement for vmovntdqaAdam Nemet2014-06-182-1/+5
* [PowerPC] Do not use BLA with the 64-bit SVR4 ABIUlrich Weigand2014-06-182-16/+7
* Inherit dll attributes to static localsHans Wennborg2014-06-187-13/+59
* Do not XFAIL test/tools/llvm-cov tests on powerpc64leUlrich Weigand2014-06-183-3/+3
* [PowerPC] Fix emitting instruction pairs on LEUlrich Weigand2014-06-181-9/+37
* Support LE in RelocVisitor::visitELF_PPC64_*Ulrich Weigand2014-06-181-2/+4
* [mips] Fix expansion of memory operation if destination register is not a GPR.Matheus Almeida2014-06-182-4/+37
* [mips] Report correct location when "erroring" about the use of $at when it's...Matheus Almeida2014-06-182-14/+16
* [mips][mips64r6] Add BLTC and BLTUC instructionsZoran Jovanovic2014-06-186-6/+33
* [sanitizer] Intercept pthread_*attr_get*.Evgeniy Stepanov2014-06-186-11/+103
* [mips] Access $at only if necessary.Matheus Almeida2014-06-182-3/+8
* Add pattern for unsigned v4i32->v4f64 convert on AVX512.Cameron McInally2014-06-182-0/+12
* [mips] Update MipsAsmParser so that it's possible to handle immediates that s...Matheus Almeida2014-06-1811-0/+14
* [msan] Intercept __getdelim.Evgeniy Stepanov2014-06-182-5/+15
* [mips] Implement alias for 'and' and 'or' instructions for all ISAs.Matheus Almeida2014-06-1812-0/+26
* [mips] Remove the last usage of parseRegister from MipsAsmParser.Matheus Almeida2014-06-182-29/+47
* R600: Implement 64bit SRAJan Vesely2014-06-182-5/+137
* R600: Implement 64bit SRLJan Vesely2014-06-183-0/+167
* R600: Implement 64bit SHLJan Vesely2014-06-183-2/+157
* [msan] Handle X86 *.psad.* and *.pmadd.* intrinsics.Evgeniy Stepanov2014-06-183-0/+145
* DAG: move sret demotion into most basic LowerCallTo implementation.Tim Northover2014-06-182-119/+152
* Move google-explicit-constructor check to a separate source file.Alexander Kornienko2014-06-185-77/+92
* [ASan] Fix https://code.google.com/p/address-sanitizer/issues/detail?id=321 f...Alexander Potapenko2014-06-183-2/+438
* [llvm-readobj] Fix member functions name style.Simon Atanasyan2014-06-181-13/+13
* [llvm-readobj] Fix compile error.Simon Atanasyan2014-06-181-1/+1
* [llvm-readobj][ELF] New `-mips-plt-got` command line option to outputSimon Atanasyan2014-06-186-0/+547
* AArch64: re-enable tests that were looking for a non-existent backend.Tim Northover2014-06-1832-32/+32
* [OPENMP] Reformatting and code improvement.Alexey Bataev2014-06-186-74/+86
* Revert "Random Number Generator (llvm)"JF Bastien2014-06-185-128/+1
* Random Number Generator (llvm)JF Bastien2014-06-185-1/+128
* [AArch64] Fix a pattern match failure caused by creating improper CONCAT_VECTOR.Kevin Qin2014-06-182-27/+72
* Replace some assert(0)'s with llvm_unreachable.Craig Topper2014-06-183-5/+5
* Convert an llvm_unreachable in an 'else' block to a removal of the 'if' and a...Craig Topper2014-06-181-3/+3
* Replace some assert(0)'s with llvm_unreachable.Craig Topper2014-06-1819-27/+28
* [OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...Alexey Bataev2014-06-1834-236/+2868
* Replace some assert(0)'s with llvm_unreachable.Craig Topper2014-06-182-7/+7
* Convert assert(0) to llvm_unreachable to silence a warning about Addend being...Craig Topper2014-06-181-1/+1
* Fix bug in code for avoiding dynamic initialization of dllimport globalsHans Wennborg2014-06-182-1/+18
* Add locking around the m_owners collection in the breakpoint site. If we are...Jim Ingham2014-06-182-1/+13
* Documentation for #pragma clang loop directive and options vectorize and inte...Tyler Nowicki2014-06-184-1/+85
* Fix the caller of checkCorrectionVisibility too.Kaelyn Takata2014-06-171-1/+1
* Remove an unused argument from checkCorrectionVisibility.Kaelyn Takata2014-06-171-2/+1
* Objective-C ARC. Do not warn about properties with bothFariborz Jahanian2014-06-174-12/+44
* Add the coverage cflags to the link step as well to make sureEric Christopher2014-06-171-0/+1
* Allow X86FastIsel to cope with 64 bit absolute relocationsLouis Gerbarg2014-06-173-15/+17
OpenPOWER on IntegriCloud