aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix PR17635: false positive with packed structuresNuno Lopes2013-10-244-5/+38
* [AArch64] Fix NZCV reg live-in bug in F128CSEL codegen.Amara Emerson2013-10-242-2/+23
* Include missing Compiler.h for using LLVM_ENUM_INT_TYPE.Zonr Chang2013-10-241-0/+1
* AVX-512: added VCVTPH2PS, VCVTPS2PH with intrinsicsElena Demikhovsky2013-10-243-0/+56
* Replace sse41/sse42 with sse4.1/sse4.2 in test command lines to fix bots.Craig Topper2013-10-242-2/+2
* Add non-AVX tests for AES intrinsics.Craig Topper2013-10-241-0/+48
* Add tests for SSE intrinsics in non-avx mode by copying from the AVX test cas...Craig Topper2013-10-246-0/+1704
* Fix a bug in LinearFunctionTestReplace that created invalid loop exit checks.Juergen Ributzka2013-10-242-1/+33
* Fixed llvm-cov to count edges instead of blocks.Yuchen Wu2013-10-242-4/+14
* Clarify comments in genLoopLimit.Andrew Trick2013-10-241-3/+4
* Optimizing MCJIT module state trackingAndrew Kaylor2013-10-243-124/+214
* (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
* Actually switch the default to use multiprocessingRafael Espindola2013-10-231-1/+1
* [lit] Stop hacking the GIL check interval.Daniel Dunbar2013-10-231-6/+0
* [lit] Use multiprocessing based parallelism by default, on Unix.Daniel Dunbar2013-10-231-3/+7
* 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
* Fixed doxygen comment to match Module.cppYuchen Wu2013-10-231-1/+1
* 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-238-10/+58
* Fixed comment typo in GCOVProfiling.cppYuchen Wu2013-10-231-1/+1
* Use a map instead of vector to store line counts.Yuchen Wu2013-10-232-24/+15
* 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-234-19/+29
* Fix PR17631Michael Liao2013-10-232-1/+32
* Add llvm-c-test to check-llvm.NAKAMURA Takumi2013-10-231-4/+1
* llvm/tools/llvm-c-test should be built also on msvc.NAKAMURA Takumi2013-10-231-5/+1
* llvm-c/Target.h: Tweak "inline" for msvc to use __inline instead.NAKAMURA Takumi2013-10-231-0/+4
* llvm-c/lto.h: Avoid use of bool.NAKAMURA Takumi2013-10-232-21/+18
* llvm-c-test: Make them C89-compliant.NAKAMURA Takumi2013-10-235-15/+29
* include/llvm-c: Whitespace.NAKAMURA Takumi2013-10-238-41/+40
* 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-2318-11/+72
* Mark zero-argument functions explicitly in C headers.Benjamin Kramer2013-10-231-4/+4
* Support for microMIPS relocations 1.Zoran Jovanovic2013-10-236-13/+129
* Fix cmake dependency on llvm-c-test in testAnders Waldenborg2013-10-231-0/+4
* [mips][msa] Direct Object Emission support for the LSA instruction.Matheus Almeida2013-10-233-8/+30
* [mips][msa] Added support for matching fexp2 from normal IR (i.e. not intrins...Daniel Sanders2013-10-234-4/+163
* Make ARM hint ranges consistent, and add tests for these rangesArtyom Skrobov2013-10-239-10/+60
* Fix check for supported targets in llvm-c lit.local.cfgAnders Waldenborg2013-10-231-1/+3
* Add llvm-c-test tool for testing llvm-cAnders Waldenborg2013-10-2319-1/+775
* 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-232-6/+114
* R600: Fix handling of vector kernel argumentsTom Stellard2013-10-2314-150/+633
* SelectionDAG: Pass along the original argument/element type in ISD::InputArgTom Stellard2013-10-233-8/+15