aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fix PR17635: false positive with packed structuresNuno Lopes2013-10-242-4/+7
* [AArch64] Fix NZCV reg live-in bug in F128CSEL codegen.Amara Emerson2013-10-241-2/+6
* AVX-512: added VCVTPH2PS, VCVTPS2PH with intrinsicsElena Demikhovsky2013-10-241-0/+36
* Fix a bug in LinearFunctionTestReplace that created invalid loop exit checks.Juergen Ributzka2013-10-241-1/+7
* Fixed llvm-cov to count edges instead of blocks.Yuchen Wu2013-10-241-2/+11
* Clarify comments in genLoopLimit.Andrew Trick2013-10-241-3/+4
* Optimizing MCJIT module state trackingAndrew Kaylor2013-10-242-122/+209
* (this is a corrected patch)Yaron Keren2013-10-233-2/+4
* Debug Info: code clean up.Manman Ren2013-10-232-31/+23
* Debug Info: code clean up.Manman Ren2013-10-232-5/+5
* Debug Info: code clean up.Manman Ren2013-10-232-18/+12
* Debug Info: code clean up.Manman Ren2013-10-232-18/+18
* Remove {} from one-line block.Manman Ren2013-10-231-2/+1
* Revert "Calling _chkstk is required on ELF as well as COFF on Windows. Withou...Rafael Espindola2013-10-233-4/+2
* Reduce casting and use a fully covered switch.Rafael Espindola2013-10-231-9/+14
* X86: Custom lower sext v16i8 to v16i16, and the corresponding truncate.Benjamin Kramer2013-10-233-6/+14
* Fixed comment typo in GCOVProfiling.cppYuchen Wu2013-10-231-1/+1
* Use a map instead of vector to store line counts.Yuchen Wu2013-10-231-22/+10
* Calling _chkstk is required on ELF as well as COFF on Windows. Yaron Keren2013-10-233-2/+4
* X86: Custom lower zext v16i8 to v16i16.Benjamin Kramer2013-10-232-19/+8
* Fix PR17631Michael Liao2013-10-231-1/+10
* X86: Make concat_vectors combine a bit more conservative.Jim Grosbach2013-10-231-0/+6
* Use address-taken to disambiguate global variable and indirect memops.Shuxin Yang2013-10-239-2/+27
* Support for microMIPS relocations 1.Zoran Jovanovic2013-10-235-13/+118
* [mips][msa] Direct Object Emission support for the LSA instruction.Matheus Almeida2013-10-232-8/+21
* [mips][msa] Added support for matching fexp2 from normal IR (i.e. not intrins...Daniel Sanders2013-10-233-4/+94
* Make ARM hint ranges consistent, and add tests for these rangesArtyom Skrobov2013-10-234-6/+26
* R600/SI: Replace ffs(x) - 1 with countTrailingZeros(x)Tom Stellard2013-10-231-1/+1
* Test commit. Added whitespace in GCOV.cpp.Yuchen Wu2013-10-231-1/+1
* R600/SI: fix MIMG writemask adjustementTom Stellard2013-10-231-6/+21
* R600: Fix handling of vector kernel argumentsTom Stellard2013-10-239-35/+131
* SelectionDAG: Pass along the original argument/element type in ISD::InputArgTom Stellard2013-10-232-6/+9
* R600/SI: Add support for i64 bitwise orTom Stellard2013-10-231-0/+19
* R600/SI: Use S_LOAD_DWORD instructions for v8i32 and v16i32Tom Stellard2013-10-233-2/+8
* MC: Support multiple sections with the same name in the same comdat groupDavid Blaikie2013-10-222-14/+23
* [X86][FastISel] Add a comment to help understanding changes made in r192636.Quentin Colombet2013-10-221-0/+23
* R600/SI: Don't assert on SCC usageMatt Arsenault2013-10-221-0/+2
* Debug Info: code clean up.Manman Ren2013-10-221-7/+1
* WhitespaceDavid Blaikie2013-10-221-2/+2
* DIEHashing: Provide an assert for unreachable functionality regarding friends.David Blaikie2013-10-221-0/+3
* llvm-cov: Use uint32_t for loop variables to be more consistent.Bob Wilson2013-10-221-2/+2
* llvm-cov: fix a typo and rename a variable.Bob Wilson2013-10-221-4/+4
* ARM: provide diagnostics on more writeback LDM/STM instructionsTim Northover2013-10-222-17/+41
* R600/SI: Use llvm_unreachable() for an always false assertTom Stellard2013-10-221-2/+1
* R600/SI: Fix warning on non-asserts buildTom Stellard2013-10-221-0/+1
* R600: Simplify handling of private address spaceTom Stellard2013-10-2213-436/+95
* R600: Remove unused InstrInfo::getMovImmInstr() functionTom Stellard2013-10-225-31/+0
* DWARF type hashing: pointers to membersDavid Blaikie2013-10-221-11/+14
* Fix llvm-cov counts to be 64-bit integers to avoid overflows.Bob Wilson2013-10-221-2/+2
* Fix the -Werror -Wpedantic clang selfhost buildAlp Toker2013-10-221-3/+3