aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* llvm-c: Add LLVMPrintTypeToStringAnders Waldenborg2013-10-222-0/+18
* Change llvm-cov output formatting to be more similar to gcov.Bob Wilson2013-10-223-10/+12
* 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-222-1/+56
* Formatting/whitespace.Eric Christopher2013-10-221-4/+4
* Move the printing of llvm-cov information out from collectLineCounts().Bob Wilson2013-10-222-1/+1
* fix two typos.Adrian Prantl2013-10-211-2/+2
* 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-212-4/+4
* DWARF Type Hashing: Include reference and rvalue reference type in the declar...David Blaikie2013-10-212-1/+69
* DWARF type hashing: begin implementing Step 5, summary hashing in declarable ...David Blaikie2013-10-213-13/+74
* Removing unnecessary link component for MCJIT unittestsAndrew Kaylor2013-10-212-2/+1
* DIEHashTest: Correct the order of operands to the TEST macroDavid Blaikie2013-10-211-7/+7
* [AArch64] Add the constraint to NEON scalar mla/mls instructions.Chad Rosier2013-10-213-28/+56
* SimplifyCFG: Don't duplicate calls to functions marked noduplicate v2Tom Stellard2013-10-212-0/+52
* Remove unused TargetLowering field.Matt Arsenault2013-10-212-5/+0
* Fix CodeGen for vectors of pointers with address spaces.Matt Arsenault2013-10-212-3/+37
* Fix CodeGen for different size address space GEPsMatt Arsenault2013-10-213-8/+16
* 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-213-9/+79
* Teach SimplifyCFG about address spacesMatt Arsenault2013-10-213-16/+113
* Fix creating bitcasts between address spaces in SCEV.Matt Arsenault2013-10-212-6/+37
* Remove unused SCEV functionsMatt Arsenault2013-10-212-29/+1
* X86 vector element shift-by-immediate instructions take i8 immediates. MakeLang Hames2013-10-215-64/+77
* Fix up some old review feedback.Eric Christopher2013-10-211-2/+3
* Improving MCJIT/RuntimeDyld thread safetyAndrew Kaylor2013-10-215-13/+41
* DebugInfo: Put each kind of constant (form, attribute, tag, etc) into its own...David Blaikie2013-10-216-212/+276
* Optimize more linkonce_odr values during LTO.Rafael Espindola2013-10-217-213/+294
* DebugInfo: Hash DW_FORM_GNU_str_index as a string.David Blaikie2013-10-212-3/+5
* AVX-512: MUL operation lowering for v8i64Elena Demikhovsky2013-10-212-4/+14
* [mips][msa] Direct Object Emission support for LD/ST instructions.Matheus Almeida2013-10-214-24/+86