aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* R600/SI: Add support for i64 bitwise orTom Stellard2013-10-232-4/+36
* R600/SI: Use S_LOAD_DWORD instructions for v8i32 and v16i32Tom Stellard2013-10-234-7/+18
* MC: Support multiple sections with the same name in the same comdat groupDavid Blaikie2013-10-223-14/+64
* [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-225-17/+80
* 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-2214-436/+134
* R600: Remove unused InstrInfo::getMovImmInstr() functionTom Stellard2013-10-225-31/+0
* Simplify testing case (Thanks Rafael for the testing case).Manman Ren2013-10-221-28/+22
* DWARF type hashing: pointers to membersDavid Blaikie2013-10-222-11/+192
* Fix llvm-cov counts to be 64-bit integers to avoid overflows.Bob Wilson2013-10-222-5/+5
* Speling fixes.Benjamin Kramer2013-10-228-10/+10
* Fix the -Werror -Wpedantic clang selfhost buildAlp Toker2013-10-221-3/+3
* [mips][msa] Direct Object Emission support for conditional branches.Matheus Almeida2013-10-223-25/+121
* AVX-512: aligned / unaligned load and store for 512-bit integer vectors.Elena Demikhovsky2013-10-223-30/+64
* Add testcase for PR3168. It was fixed over time.Bill Wendling2013-10-221-0/+21
* Using FoldingSet in SelectionDAG::getVTList.Wan Xiaofei2013-10-222-60/+104