aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* [mips][msa] Direct Object Emission support for conditional branches.Matheus Almeida2013-10-222-25/+43
* AVX-512: aligned / unaligned load and store for 512-bit integer vectors.Elena Demikhovsky2013-10-222-30/+36
* Using FoldingSet in SelectionDAG::getVTList.Wan Xiaofei2013-10-221-59/+64
* llvm-c: Add LLVMPrintTypeToStringAnders Waldenborg2013-10-221-0/+10
* Change llvm-cov output formatting to be more similar to gcov.Bob Wilson2013-10-221-7/+9
* Clarify SCEV comments.Andrew Trick2013-10-221-8/+11
* Replace (V)MOVZDI2PDIrr/rm instructions with patterns that select (V)MOVDI2PD...Craig Topper2013-10-222-37/+22
* ARM: Thumb2 copy for GPRPair needs to use thumb instructions.Jim Grosbach2013-10-221-1/+1
* ARM: Clean up copyPhysReg() a bit.Jim Grosbach2013-10-221-27/+47
* TBAA: fix PR17620.Manman Ren2013-10-221-1/+5
* Formatting/whitespace.Eric Christopher2013-10-221-4/+4
* Move the printing of llvm-cov information out from collectLineCounts().Bob Wilson2013-10-221-1/+0
* FIXME comment shouldn't have been doxygen styleAndrew Kaylor2013-10-211-1/+1
* Fix spelling, grammar, and match naming convention for test files.Eric Christopher2013-10-211-3/+3
* DWARF Type Hashing: Include reference and rvalue reference type in the declar...David Blaikie2013-10-211-1/+3
* DWARF type hashing: begin implementing Step 5, summary hashing in declarable ...David Blaikie2013-10-212-7/+39
* [AArch64] Add the constraint to NEON scalar mla/mls instructions.Chad Rosier2013-10-211-6/+30
* SimplifyCFG: Don't duplicate calls to functions marked noduplicate v2Tom Stellard2013-10-211-0/+15
* Remove unused TargetLowering field.Matt Arsenault2013-10-211-1/+0
* Fix CodeGen for different size address space GEPsMatt Arsenault2013-10-212-8/+6
* Use more type helper functionsMatt Arsenault2013-10-215-24/+24
* Reuse variableMatt Arsenault2013-10-211-1/+1
* Fix the build in DIE.cpp with MSVC 2010Reid Kleckner2013-10-211-3/+5
* DWARF type hashing: Handle multiple (including recursive) references to the s...David Blaikie2013-10-212-8/+21
* Teach SimplifyCFG about address spacesMatt Arsenault2013-10-211-5/+9
* Fix creating bitcasts between address spaces in SCEV.Matt Arsenault2013-10-211-5/+10
* Remove unused SCEV functionsMatt Arsenault2013-10-211-20/+1