summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* llvm-c-test: Make them C89-compliant.NAKAMURA Takumi2013-10-23
* include/llvm-c: Whitespace.NAKAMURA Takumi2013-10-23
* X86: Make concat_vectors combine a bit more conservative.Jim Grosbach2013-10-23
* Use address-taken to disambiguate global variable and indirect memops.Shuxin Yang2013-10-23
* Mark zero-argument functions explicitly in C headers.Benjamin Kramer2013-10-23
* Support for microMIPS relocations 1.Zoran Jovanovic2013-10-23
* Fix cmake dependency on llvm-c-test in testAnders Waldenborg2013-10-23
* [mips][msa] Direct Object Emission support for the LSA instruction.Matheus Almeida2013-10-23
* [mips][msa] Added support for matching fexp2 from normal IR (i.e. not intrins...Daniel Sanders2013-10-23
* Make ARM hint ranges consistent, and add tests for these rangesArtyom Skrobov2013-10-23
* Fix check for supported targets in llvm-c lit.local.cfgAnders Waldenborg2013-10-23
* Add llvm-c-test tool for testing llvm-cAnders Waldenborg2013-10-23
* R600/SI: Replace ffs(x) - 1 with countTrailingZeros(x)Tom Stellard2013-10-23
* Test commit. Added whitespace in GCOV.cpp.Yuchen Wu2013-10-23
* R600/SI: fix MIMG writemask adjustementTom Stellard2013-10-23
* R600: Fix handling of vector kernel argumentsTom Stellard2013-10-23
* SelectionDAG: Pass along the original argument/element type in ISD::InputArgTom Stellard2013-10-23
* R600/SI: Add support for i64 bitwise orTom Stellard2013-10-23
* R600/SI: Use S_LOAD_DWORD instructions for v8i32 and v16i32Tom Stellard2013-10-23
* MC: Support multiple sections with the same name in the same comdat groupDavid Blaikie2013-10-22
* [X86][FastISel] Add a comment to help understanding changes made in r192636.Quentin Colombet2013-10-22
* R600/SI: Don't assert on SCC usageMatt Arsenault2013-10-22
* Debug Info: code clean up.Manman Ren2013-10-22
* WhitespaceDavid Blaikie2013-10-22
* DIEHashing: Provide an assert for unreachable functionality regarding friends.David Blaikie2013-10-22
* llvm-cov: Use uint32_t for loop variables to be more consistent.Bob Wilson2013-10-22
* llvm-cov: fix a typo and rename a variable.Bob Wilson2013-10-22
* ARM: provide diagnostics on more writeback LDM/STM instructionsTim Northover2013-10-22
* R600/SI: Use llvm_unreachable() for an always false assertTom Stellard2013-10-22
* R600/SI: Fix warning on non-asserts buildTom Stellard2013-10-22
* R600: Simplify handling of private address spaceTom Stellard2013-10-22
* R600: Remove unused InstrInfo::getMovImmInstr() functionTom Stellard2013-10-22
* Simplify testing case (Thanks Rafael for the testing case).Manman Ren2013-10-22
* DWARF type hashing: pointers to membersDavid Blaikie2013-10-22
* Fix llvm-cov counts to be 64-bit integers to avoid overflows.Bob Wilson2013-10-22
* Speling fixes.Benjamin Kramer2013-10-22
* Fix the -Werror -Wpedantic clang selfhost buildAlp Toker2013-10-22
* [mips][msa] Direct Object Emission support for conditional branches.Matheus Almeida2013-10-22
* AVX-512: aligned / unaligned load and store for 512-bit integer vectors.Elena Demikhovsky2013-10-22
* Add testcase for PR3168. It was fixed over time.Bill Wendling2013-10-22
* Using FoldingSet in SelectionDAG::getVTList.Wan Xiaofei2013-10-22
* llvm-c: Add LLVMPrintTypeToStringAnders Waldenborg2013-10-22
* Change llvm-cov output formatting to be more similar to gcov.Bob Wilson2013-10-22
* Clarify SCEV comments.Andrew Trick2013-10-22
* Replace (V)MOVZDI2PDIrr/rm instructions with patterns that select (V)MOVDI2PD...Craig Topper2013-10-22
* ARM: Thumb2 copy for GPRPair needs to use thumb instructions.Jim Grosbach2013-10-22
* ARM: Clean up copyPhysReg() a bit.Jim Grosbach2013-10-22
* TBAA: fix PR17620.Manman Ren2013-10-22
* Formatting/whitespace.Eric Christopher2013-10-22
* Move the printing of llvm-cov information out from collectLineCounts().Bob Wilson2013-10-22